Compare commits

..

1 Commits

Author SHA1 Message Date
Jakob Röhrl
7e8dcfe9d5 banner to download android app
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-05-13 13:18:15 +02:00
243 changed files with 5749 additions and 10422 deletions

View File

@@ -4,29 +4,6 @@ about: Create a report to help us improve
--- ---
<!--
Thanks for reporting issues back!
Guidelines for submitting issues:
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* SECURITY: Report any potential security bug to us via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/) instead of filing an issue in our bug tracker.
* The issues in other components should be reported in their respective repositories: You will find them in our GitHub Organization (https://github.com/nextcloud/)
* You can also use the Issue Template app to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
-->
<!--- Please keep this note for other contributors -->
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.

View File

@@ -4,28 +4,6 @@ about: Suggest an idea for this project
--- ---
<!--
Thanks for reporting issues back!
Guidelines for submitting issues:
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
* SECURITY: Report any potential security bug to us via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/) instead of filing an issue in our bug tracker.
* The issues in other components should be reported in their respective repositories: You will find them in our GitHub Organization (https://github.com/nextcloud/)
* You can also use the Issue Template app to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
-->
<!--- Please keep this note for other contributors -->
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

View File

@@ -1,38 +0,0 @@
name: Build app package
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup PHP
uses: shivammathur/setup-php@v1
with:
php-version: '7.4'
tools: composer
- name: install dependencies
run: |
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.2/krankerl_0.12.2_amd64.deb
sudo dpkg -i krankerl_0.12.2_amd64.deb
- name: package
run: |
uname -a
RUST_BACKTRACE=1 krankerl --version
RUST_BACKTRACE=1 krankerl package
- uses: actions/upload-artifact@v2
with:
name: Deck app tarball
path: build/artifacts/deck.tar.gz

View File

@@ -1,83 +1,9 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.0.5 - 2020-07-15
### Fixed
* [#2116](https://github.com/nextcloud/deck/pull/2116) Fix navigation layout issues @juliushaertl
* [#2118](https://github.com/nextcloud/deck/pull/2118) Use proper parameter when handling attachments @juliushaertl
## 1.0.4 - 2020-06-26
### Fixed
* [#2062](https://github.com/nextcloud/deck/pull/2062) Fix saving card description after toggling checkboxes @juliushaertl
* [#2065](https://github.com/nextcloud/deck/pull/2065) Adding CSS rule for Markdown Blockquotes @reox
* [#2059](https://github.com/nextcloud/deck/pull/2059) Fix fetching attachments on card change @juliushaertl
* [#2060](https://github.com/nextcloud/deck/pull/2060) Use mixing for relative date in card sidebar @juliushaertl
## 1.0.3 - 2020-06-19
### Fixed
* [#2019](https://github.com/nextcloud/deck/pull/2019) Remove old global css rule @juliushaertl
* [#2020](https://github.com/nextcloud/deck/pull/2020) Fix navigation issue with leftover nodes @juliushaertl
* [#2021](https://github.com/nextcloud/deck/pull/2021) Fix description issues @juliushaertl
* [#2022](https://github.com/nextcloud/deck/pull/2022) Fix replyto issues with the comments API @juliushaertl
* [#2027](https://github.com/nextcloud/deck/pull/2027) Allow to unassign current user from card @juliushaertl
* [#2029](https://github.com/nextcloud/deck/pull/2029) Fix wording : stack -> list @cloud2018
* [#2032](https://github.com/nextcloud/deck/pull/2032) Force order by id as second sorting key @juliushaertl
* [#2045](https://github.com/nextcloud/deck/pull/2045) Improve label styling @juliushaertl
* [#2010](https://github.com/nextcloud/deck/pull/2010) User documentation fixes @Nyco
* [#1998](https://github.com/nextcloud/deck/pull/1998) Add Checklist explaination to the doc @4rnoP
## 1.0.2 - 2020-06-03
### Fixed
* [#1774](https://github.com/nextcloud/deck/pull/1774) Remove deprecated global API calls
* [#1918](https://github.com/nextcloud/deck/pull/1918) Save compact mode on localstorage @jakobroehrl
* [#1919](https://github.com/nextcloud/deck/pull/1919) Show sidebar after card creation @jakobroehrl
* [#1924](https://github.com/nextcloud/deck/pull/1924) Boards ordered in main page @jakobroehrl
* [#1925](https://github.com/nextcloud/deck/pull/1925) Fix generated fronted urls
* [#1944](https://github.com/nextcloud/deck/pull/1944) Move navigation to @nextcloud/vue components
* [#1945](https://github.com/nextcloud/deck/pull/1945) Fix datetime picker
* [#1946](https://github.com/nextcloud/deck/pull/1946) Fix translations
* [#1976](https://github.com/nextcloud/deck/pull/1976) Delete boards that users own once they are deleted
* [#1977](https://github.com/nextcloud/deck/pull/1977) Redirect from previously used routes to the current ones
## 1.0.1 - 2020-05-15
### Fixed
* Removes debug filter output
* Labels are now sorted
* Stack title doesn't break up
* Fix move card modal
* Sort boards in navigation
* Fixes the attachment modal
* Handle deleted boards better
* User can only clone a board on canManage permissions
* Fix modal imports
* Show menu in compact mode
* Added a filter reset button
* Add hover effect to board list
* New filter icon
* Improve hovering response in board
* Enable linkify in description renderer @icewind1991
* Enhance board selector
* Fix issue if card description might be null
* Revert markdown styles from old frontend
* Do not scroll cards into view
* Fix reodering performance
## 1.0.0 - 2020-05-06 ## 1.0.0 - 2020-05-06
### Added ## Added
- Completly rewritten frontend - Completly rewritten frontend
- Better maintainability - Better maintainability
@@ -104,10 +30,10 @@ Android app team for helping to improve our REST API:
## 0.8.0 - 2020-01-16 ## 0.8.0 - 2020-01-16
### Added ## Added
- Case insensitive search (@matchish) - Case insensitive search (@matchish)
### Fixed ## Fixed
- Fix reversed permissions for reordering stacks (@JLueke) - Fix reversed permissions for reordering stacks (@JLueke)
- Fix reversed visibility of 'add stack' field (@JLueke) - Fix reversed visibility of 'add stack' field (@JLueke)
- Fix occ export command - Fix occ export command
@@ -117,7 +43,7 @@ Android app team for helping to improve our REST API:
## 0.7.0 - 2019-08-20 ## 0.7.0 - 2019-08-20
### Added ## Added
- Make deck compatible to Nextcloud 17 - Make deck compatible to Nextcloud 17
- Allow to set the description when creating cards though the REST API - Allow to set the description when creating cards though the REST API

View File

@@ -4,9 +4,8 @@
| Version | Nextcloud version | Supported | | Version | Nextcloud version | Supported |
| ------- | ----------------- | ------------------ | | ------- | ----------------- | ------------------ |
| 1.0.x | 18, 19 | :white_check_mark: | | 0.8.x | 18, 19 | :white_check_mark: |
| 0.8.x | 17 | :white_check_mark: | | 0.7.x | 17 | :x: |
| <0.7.x | - | :x: |
## Reporting a Vulnerability ## Reporting a Vulnerability

View File

@@ -17,7 +17,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.0.5</version> <version>1.0.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>

View File

@@ -23,7 +23,7 @@
"classmap-authoritative": true "classmap-authoritative": true
}, },
"scripts": { "scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", "lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
"cs:check": "php-cs-fixer fix --dry-run --diff", "cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix" "cs:fix": "php-cs-fixer fix"
} }

View File

@@ -60,7 +60,6 @@
@include icon-black-white('circles', 'deck', 1); @include icon-black-white('circles', 'deck', 1);
@include icon-black-white('clone', 'deck', 1); @include icon-black-white('clone', 'deck', 1);
@include icon-black-white('filter', 'deck', 1); @include icon-black-white('filter', 'deck', 1);
@include icon-black-white('filter_set', 'deck', 1);
@include icon-black-white('attach', 'deck', 1); @include icon-black-white('attach', 'deck', 1);
@include icon-black-white('reply', 'deck', 1); @include icon-black-white('reply', 'deck', 1);

View File

@@ -1,5 +1,5 @@
The REST API provides access for authenticated users to their data inside the Deck app. To get a better understanding of Decks data models and their relations, please have a look at the [data structure](structure.md) documentation. The REST API provides access for authenticated users to their data inside the Deck app. To get a better understand of Decks data models and their relations, please have a look at the [data structure](structure.md) documentation.
# Prequisited # Prequisited
@@ -687,7 +687,7 @@ The request can fail with a bad request response for the following reasons:
- The user is not part of the board - The user is not part of the board
### PUT /boards/{boardId}/stacks/{stackId}/cards/{cardId}/unassignUser - Unassign a user from a card ### PUT /boards/{boardId}/stacks/{stackId}/cards/{cardId}/unassignUser - Assign a user to a card
#### Request parameters #### Request parameters
@@ -701,7 +701,7 @@ The request can fail with a bad request response for the following reasons:
| Parameter | Type | Description | | Parameter | Type | Description |
| --------- | ------- | --------------------------------------- | | --------- | ------- | --------------------------------------- |
| userId | String | The user id to unassign from the card | | userId | String | The user id to assign to the card |
#### Response #### Response
@@ -947,7 +947,7 @@ For now only `deck_file` is supported as an attachment type.
# OCS API # OCS API
The following endpoints are available through the Nextcloud OCS endpoint, which is available at `/ocs/v2.php/apps/deck/api/v1.0/`. The following endpoints are available tough the Nextcloud OCS endpoint, which is available at `/ocs/v2.php/apps/deck/api/v1.0/`.
This has the benefit that both the web UI as well as external integrations can use the same API. This has the benefit that both the web UI as well as external integrations can use the same API.
## Comments ## Comments
@@ -985,8 +985,8 @@ A list of comments will be provided under the `ocs.data` key. If no or no more c
}, },
"data": [ "data": [
{ {
"id": 175, "id": "175",
"objectId": 12, "objectId": "12",
"message": "This is a comment with a mention to @alice", "message": "This is a comment with a mention to @alice",
"actorId": "admin", "actorId": "admin",
"actorType": "users", "actorType": "users",
@@ -1005,45 +1005,6 @@ A list of comments will be provided under the `ocs.data` key. If no or no more c
} }
``` ```
In case a comment is marked as a reply to another comment object, the parent comment will be added as `replyTo` entry to the response. Only the next parent node is added, nested replies are not exposed directly.
```json
[
{
"id": 175,
"objectId": 12,
"message": "This is a comment with a mention to @alice",
"actorId": "admin",
"actorType": "users",
"actorDisplayName": "Administrator",
"creationDateTime": "2020-03-10T10:23:07+00:00",
"mentions": [
{
"mentionId": "alice",
"mentionType": "user",
"mentionDisplayName": "alice"
}
],
"replyTo": {
"id": 175,
"objectId": 12,
"message": "This is a comment with a mention to @alice",
"actorId": "admin",
"actorType": "users",
"actorDisplayName": "Administrator",
"creationDateTime": "2020-03-10T10:23:07+00:00",
"mentions": [
{
"mentionId": "alice",
"mentionType": "user",
"mentionDisplayName": "alice"
}
]
}
}
]
```
### POST /cards/{cardId}/comments - Create a new comment ### POST /cards/{cardId}/comments - Create a new comment
@@ -1053,7 +1014,7 @@ In case a comment is marked as a reply to another comment object, the parent com
| --------- | ------- | --------------------------------------- | | --------- | ------- | --------------------------------------- |
| cardId | Integer | The id of the card | | cardId | Integer | The id of the card |
| message | String | The message of the comment, maximum length is limited to 1000 characters | | message | String | The message of the comment, maximum length is limited to 1000 characters |
| parentId | Integer | _(optional)_ The start offset used for pagination, defaults to null | | parentId | Integer | The start offset used for pagination, defaults to null |
Mentions will be parsed by the server. The server will return a list of mentions in the response to this request as shown below. Mentions will be parsed by the server. The server will return a list of mentions in the response to this request as shown below.
@@ -1109,7 +1070,7 @@ A not found response might be returned if:
- The parent comment could not be found - The parent comment could not be found
### PUT /cards/{cardId}/comments/{commentId} - Update a comment ### PUT /cards/{cardId}/comments/{commentId} - Update a new comment
#### Request parameters #### Request parameters

View File

@@ -1,6 +1,6 @@
## What is Markdown ## What is Markdown
The [wikipedia markdown entry](https://en.wikipedia.org/wiki/Markdown) introduced markdown as : The [wikipedia markdown entry](https://en.wikipedia.org/wiki/Markdown) introduced markdown as :
> Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues. > Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. As the initial description of Markdown contained ambiguities and unanswered questions, many implementations and extensions of Markdown appeared over the years to answer these issues.
@@ -14,18 +14,14 @@ That same link offers also a comprehensive list of what is supported, and what i
[CommonMark Markdown Reference](http://commonmark.org/help/) [CommonMark Markdown Reference](http://commonmark.org/help/)
## Note about checklists
It is possible to create checklists in Deck by writing it in Markdown, using the following syntax:
```md
- [ ] This is a not checked item
- [x] This is a checked item
```
Then, the items can be checked and unchecked by clicking on the rendered checkbox.
Also, a summary of the completed items will be visible at the bottom of the card element.
## Known Issues ## Known Issues
As per [issue #127](https://github.com/nextcloud/deck/issues/127) Due to a known limitation of the current script to support markdown, Links that contain the `")"` character will not display well, or will break. As per [issue #127](https://github.com/nextcloud/deck/issues/127) Due to a known limitation of the current script to support markdown, Links that contain the `")"` character will not display well, or will break.
The recommended solution is to use `"<"` and `">"` to wrap those links. It should assure their integrity. The recommended solution is to use `"<"` and `">"` to wrap those links. It should assure their integrity.
If you come by another case of broken link, or broken display of links, please report it by opening a new issue. If you come by another case of broken link, or broken display of links, please report it by opening a new issue.

View File

@@ -1,6 +1,6 @@
## Introduction ## Introduction
### What about Deck ? ### What about Deck ?
You may know Kanban website like Trello? Deck is about the same thing but secured and respectful of your privacy! You may know Kanban website like Trello ? Deck is about the same thing but secured and respectful of your privacy !
Integrated in Nextcloud, you can easily manage your projects while having your data secured. Integrated in Nextcloud, you can easily manage your projects while having your data secured.
### Use cases ### Use cases
@@ -36,7 +36,6 @@ And all the magic of this software consists on moving your cards from a stack to
### 3. Handle cards options ### 3. Handle cards options
Once you have created your cards, you can modify them or add options by clicking on them. So, what are the options? Well, there are several of them: Once you have created your cards, you can modify them or add options by clicking on them. So, what are the options? Well, there are several of them:
- Tag Management - Tag Management
- Assign a card to a user (s·he will receive a notification) - Assign a card to a user (s·he will receive a notification)
- Render date, or deadline - Render date, or deadline
@@ -58,7 +57,6 @@ Once finished or obsolete, a task could be archived. The tasks is not deleted, i
### 5. Manage your board ### 5. Manage your board
You can manage the settings of your Deck once you are inside it, by clicking on the small wheel at the top right. You can manage the settings of your Deck once you are inside it, by clicking on the small wheel at the top right.
Once in this menu, you have access to several things: Once in this menu, you have access to several things:
- Sharing - Sharing
- Tags - Tags
- Deleted objects - Deleted objects

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.233 4.233" height="16" width="16"><path d="M.52.465h3.283L2.631 1.918h-.99zm1.122 1.453h.992v1.866l-.996-.455z" paint-order="stroke fill markers"/><ellipse ry=".691" rx=".674" cy="3.461" cx="3.45" fill="#000"/></svg>

Before

Width:  |  Height:  |  Size: 272 B

View File

@@ -19,7 +19,6 @@ OC.L10N.register(
"Can share" : "Kan deel", "Can share" : "Kan deel",
"Delete" : "Skrap", "Delete" : "Skrap",
"Edit" : "Wysig", "Edit" : "Wysig",
"Title" : "Titel",
"Due date" : "Sperdatum", "Due date" : "Sperdatum",
"Description" : "Beskrywing", "Description" : "Beskrywing",
"Comments" : "Kommentare", "Comments" : "Kommentare",
@@ -29,7 +28,8 @@ OC.L10N.register(
"Reply" : "Antwoord", "Reply" : "Antwoord",
"Update" : "Werk by", "Update" : "Werk by",
"seconds ago" : "sekondes gelede", "seconds ago" : "sekondes gelede",
"Shared with you" : "Met u gedeel", "Settings" : "Instellings",
"Share" : "Deel",
"An error occurred" : "'n Fout het voorgekom" "An error occurred" : "'n Fout het voorgekom"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -17,7 +17,6 @@
"Can share" : "Kan deel", "Can share" : "Kan deel",
"Delete" : "Skrap", "Delete" : "Skrap",
"Edit" : "Wysig", "Edit" : "Wysig",
"Title" : "Titel",
"Due date" : "Sperdatum", "Due date" : "Sperdatum",
"Description" : "Beskrywing", "Description" : "Beskrywing",
"Comments" : "Kommentare", "Comments" : "Kommentare",
@@ -27,7 +26,8 @@
"Reply" : "Antwoord", "Reply" : "Antwoord",
"Update" : "Werk by", "Update" : "Werk by",
"seconds ago" : "sekondes gelede", "seconds ago" : "sekondes gelede",
"Shared with you" : "Met u gedeel", "Settings" : "Instellings",
"Share" : "Deel",
"An error occurred" : "'n Fout het voorgekom" "An error occurred" : "'n Fout het voorgekom"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -1,149 +1,37 @@
OC.L10N.register( OC.L10N.register(
"deck", "deck",
{ {
"You have created a new board {board}" : "لقد قمت بانشاء لوح جديد {board}",
"{user} has created a new board {board}" : "{user} قام بانشاء لوح {board}",
"You have deleted the board {board}" : "قمت بمسح اللوح {board}",
"{user} has deleted the board {board}" : "{user} مَسحْ اللوح {board}",
"You have restored the board {board}" : "لقد استعدت اللوح {board}",
"{user} has restored the board {board}" : "{user} قام باسترجاع اللوح {board}",
"You have shared the board {board} with {acl}" : "قمت بمشاركة اللوح {board} مع {acl}",
"{user} has shared the board {board} with {acl}" : "{user} قام بمشاركة اللوح {board} مع {acl}",
"You have removed {acl} from the board {board}" : "قمت بازالة {acl} من اللوح {board}",
"{user} has removed {acl} from the board {board}" : "{user} قام بازالة {acl} من اللوح {board}",
"You have renamed the board {before} to {board}" : "قمت باعادة تسمية اللوح من {before} الى {board}",
"{user} has renamed the board {before} to {board}" : "{user} قام باعادة تسمية اللوح من {before} الى {board}",
"You have archived the board {board}" : "لقد ارشفت اللوح {board}",
"{user} has archived the board {before}" : "{user} قام بأرشفة اللوح {before}",
"You have unarchived the board {board}" : "قمت بالغاء ارشفة اللوح {board}",
"{user} has unarchived the board {before}" : "{user} قام بالغاء ارشفة اللوح {before}",
"Personal" : "شخصي", "Personal" : "شخصي",
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق", "Finished" : "مكتملة",
"Finished" : "إكتمل",
"To review" : "لاعادة المراجعة",
"Action needed" : "يحتاج الى اجراء",
"Later" : "لاحقا",
"copy" : "أنسخ", "copy" : "أنسخ",
"To do" : "لفعله", "Done" : "تم",
"Doing" : "تحت العمل",
"Done" : "أُنجز",
"Example Task 3" : "مثال المهمة 3",
"Example Task 2" : "مثال المهمة 2",
"Example Task 1" : "مثال المهمة 1",
"The file was uploaded" : "الملف تم رفعه",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
"No file was uploaded" : "لم يتم رفع أي ملف", "No file was uploaded" : "لم يتم رفع أي ملف",
"Missing a temporary folder" : "المجلد المؤقت غير موجود", "Missing a temporary folder" : "المجلد المؤقت غير موجود",
"Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
"A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
"Create new board" : "انشاء لوح جديد",
"new board" : "لوح جديد",
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
"Search by board title" : "بحث بواسطة عنوان اللوح",
"Select board" : "حدد لوح",
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
"Select a board" : "حدد لوح",
"Select a card" : "حدد بطاقة",
"Link to card" : "اربط بطاقة",
"Cancel" : "إلغاء", "Cancel" : "إلغاء",
"File already exists" : "الملف موجود مسبقاً", "File already exists" : "الملف موجود مسبقاً",
"Do you want to overwrite it?" : "هل تريد تجاوزه؟",
"Overwrite file" : "تجاوز ملف",
"Keep existing file" : "ابقي الملف الموجود",
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
"Drop your files to upload" : "افلت الملفات لرفعها",
"Archived cards" : "البطاقات المؤرشفة",
"Add new list" : "اضف قائمة جديدة",
"List name" : "قامة اسماء",
"Apply filter" : "تطبيق التصفية",
"Filter by tag" : "تصفية بواسطة الوسم",
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
"Filter by due date" : "تصفية بواسطة تأريخ الانجاز",
"Overdue" : "تأخر",
"Next 24 hours" : "ال 24 ساعة القادمة",
"Next 7 days" : "ال 7 ايام القادمة",
"Next 30 days" : "ال 30 يوم القادمة",
"No due date" : "لا تأريخ انجاز",
"Clear filter" : "ازل التصفية",
"Show archived cards" : "اظهر البطاقات المؤرشفة",
"Details" : "التفاصيل", "Details" : "التفاصيل",
"Loading board" : "اللوح يحمل..",
"Board not found" : "اللوح غير موجود",
"Sharing" : "المشاركة", "Sharing" : "المشاركة",
"Tags" : "الوسوم", "Tags" : "الوسوم",
"Deleted items" : "العناصر الممسوحة", "Timeline" : "الخيط الزمني",
"Timeline" : "الجدول الزمني",
"Deleted lists" : "القوائم المحذوفة",
"Undo" : "تراجع", "Undo" : "تراجع",
"Deleted cards" : "البطاقات المحذوفة", "Can edit" : "يمكنه التغيير",
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة او دائرة ..", "Can share" : "Can share",
"Board owner" : "منشئ اللوح",
"(Group)" : "(مجموعة)",
"(Circle)" : "(دائرة)",
"Can edit" : "يمكن تعديله",
"Can share" : "يمكن مشاركته",
"Can manage" : "يمكن ادارته",
"Delete" : "حذف ", "Delete" : "حذف ",
"Delete list" : "حذف القائمة",
"Add card" : "إضافة بطاقة",
"Add a new card" : "إضافة بطاقة جديدة",
"Edit" : "تعديل", "Edit" : "تعديل",
"Add a new tag" : "إضافة وسم جديد",
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
"Title" : "العنوان",
"Members" : "الاعضاء",
"Add this attachment" : "إضافة هذا المرفق",
"Delete Attachment" : "مسح المرفق",
"Restore Attachment" : "استعادة المرفق",
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
"Assign to users" : "انسب الى المتسخدمين",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
"Due date" : "تاريخ الانجاز",
"Set a due date" : "تعيين تاريخ الانجاز",
"Remove due date" : "ازالة تاريخ الانجاز",
"Description" : "الوصف", "Description" : "الوصف",
"(Unsaved)" : "(غير محفوظ)",
"(Saving…)" : "(يُحفظ..)",
"Edit description" : "تعديل الوصف",
"View description" : "إظهار الوصف",
"Add Attachment" : "أضف ملحق",
"Attachments" : "المرفقات", "Attachments" : "المرفقات",
"Comments" : "تعليقات", "Comments" : "تعليقات",
"Choose attachment" : "اختيار مرفق", "Modified" : "آخر تعديل",
"Modified" : "عُدل",
"Created" : "أُنشئ",
"Upload attachment" : "رفع المرفقات", "Upload attachment" : "رفع المرفقات",
"No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!",
"Save" : "حفظ", "Save" : "حفظ",
"The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.",
"The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.",
"In reply to" : "يقوم بالرد على",
"Reply" : "رد", "Reply" : "رد",
"Update" : "تحديث", "Update" : "تحديث",
"(group)" : "(مجموعة)",
"(circle)" : "(دائرة)",
"seconds ago" : "ثوانٍ مضت",
"Assign to me" : "ينسب لي",
"Delete card" : "حذف البطاقة", "Delete card" : "حذف البطاقة",
"Move card" : "حرك البطاقة", "seconds ago" : "ثوان مضت",
"Card details" : "تفاصيل البطاقة", "Settings" : "الإعدادات",
"Move card to another board" : "حرك البطاقة الى لوح اخر", "Share" : "شارك",
"All boards" : "جميع الالواح", "Options" : "الخيارات",
"Archived boards" : "الالواح المؤرشفة", "An error occurred" : "طرأ هناك خطأ"
"Shared with you" : "شورك معك",
"Limit deck usage of groups" : "استخدام دك Deck محدود للمجاميع",
"New board title" : "عنوان لوح جديد",
"Edit board" : "تعديل اللوح",
"Board details" : "تفاصيل لوح",
"An error occurred" : "طرأ هناك خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
"Delete the board?" : "مسح اللوح؟",
"Link to a board" : "ربط بلوح",
"Link to a card" : "ربط ببطاقة",
"Something went wrong" : "شيئا ما خاطئ"
}, },
"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;"); "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;");

View File

@@ -1,147 +1,35 @@
{ "translations": { { "translations": {
"You have created a new board {board}" : "لقد قمت بانشاء لوح جديد {board}",
"{user} has created a new board {board}" : "{user} قام بانشاء لوح {board}",
"You have deleted the board {board}" : "قمت بمسح اللوح {board}",
"{user} has deleted the board {board}" : "{user} مَسحْ اللوح {board}",
"You have restored the board {board}" : "لقد استعدت اللوح {board}",
"{user} has restored the board {board}" : "{user} قام باسترجاع اللوح {board}",
"You have shared the board {board} with {acl}" : "قمت بمشاركة اللوح {board} مع {acl}",
"{user} has shared the board {board} with {acl}" : "{user} قام بمشاركة اللوح {board} مع {acl}",
"You have removed {acl} from the board {board}" : "قمت بازالة {acl} من اللوح {board}",
"{user} has removed {acl} from the board {board}" : "{user} قام بازالة {acl} من اللوح {board}",
"You have renamed the board {before} to {board}" : "قمت باعادة تسمية اللوح من {before} الى {board}",
"{user} has renamed the board {before} to {board}" : "{user} قام باعادة تسمية اللوح من {before} الى {board}",
"You have archived the board {board}" : "لقد ارشفت اللوح {board}",
"{user} has archived the board {before}" : "{user} قام بأرشفة اللوح {before}",
"You have unarchived the board {board}" : "قمت بالغاء ارشفة اللوح {board}",
"{user} has unarchived the board {before}" : "{user} قام بالغاء ارشفة اللوح {before}",
"Personal" : "شخصي", "Personal" : "شخصي",
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق", "Finished" : "مكتملة",
"Finished" : "إكتمل",
"To review" : "لاعادة المراجعة",
"Action needed" : "يحتاج الى اجراء",
"Later" : "لاحقا",
"copy" : "أنسخ", "copy" : "أنسخ",
"To do" : "لفعله", "Done" : "تم",
"Doing" : "تحت العمل",
"Done" : "أُنجز",
"Example Task 3" : "مثال المهمة 3",
"Example Task 2" : "مثال المهمة 2",
"Example Task 1" : "مثال المهمة 1",
"The file was uploaded" : "الملف تم رفعه",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.",
"The file was only partially uploaded" : "الملف قد رُفع جزءا منه فقط",
"No file was uploaded" : "لم يتم رفع أي ملف", "No file was uploaded" : "لم يتم رفع أي ملف",
"Missing a temporary folder" : "المجلد المؤقت غير موجود", "Missing a temporary folder" : "المجلد المؤقت غير موجود",
"Could not write file to disk" : "لم يستطع كتابة ملف للقرص",
"A PHP extension stopped the file upload" : "اضافة البي اچ بي PHP اوقفت رفع الملف",
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
"Create new board" : "انشاء لوح جديد",
"new board" : "لوح جديد",
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
"Search by board title" : "بحث بواسطة عنوان اللوح",
"Select board" : "حدد لوح",
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
"Select a board" : "حدد لوح",
"Select a card" : "حدد بطاقة",
"Link to card" : "اربط بطاقة",
"Cancel" : "إلغاء", "Cancel" : "إلغاء",
"File already exists" : "الملف موجود مسبقاً", "File already exists" : "الملف موجود مسبقاً",
"Do you want to overwrite it?" : "هل تريد تجاوزه؟",
"Overwrite file" : "تجاوز ملف",
"Keep existing file" : "ابقي الملف الموجود",
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
"Drop your files to upload" : "افلت الملفات لرفعها",
"Archived cards" : "البطاقات المؤرشفة",
"Add new list" : "اضف قائمة جديدة",
"List name" : "قامة اسماء",
"Apply filter" : "تطبيق التصفية",
"Filter by tag" : "تصفية بواسطة الوسم",
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
"Filter by due date" : "تصفية بواسطة تأريخ الانجاز",
"Overdue" : "تأخر",
"Next 24 hours" : "ال 24 ساعة القادمة",
"Next 7 days" : "ال 7 ايام القادمة",
"Next 30 days" : "ال 30 يوم القادمة",
"No due date" : "لا تأريخ انجاز",
"Clear filter" : "ازل التصفية",
"Show archived cards" : "اظهر البطاقات المؤرشفة",
"Details" : "التفاصيل", "Details" : "التفاصيل",
"Loading board" : "اللوح يحمل..",
"Board not found" : "اللوح غير موجود",
"Sharing" : "المشاركة", "Sharing" : "المشاركة",
"Tags" : "الوسوم", "Tags" : "الوسوم",
"Deleted items" : "العناصر الممسوحة", "Timeline" : "الخيط الزمني",
"Timeline" : "الجدول الزمني",
"Deleted lists" : "القوائم المحذوفة",
"Undo" : "تراجع", "Undo" : "تراجع",
"Deleted cards" : "البطاقات المحذوفة", "Can edit" : "يمكنه التغيير",
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة او دائرة ..", "Can share" : "Can share",
"Board owner" : "منشئ اللوح",
"(Group)" : "(مجموعة)",
"(Circle)" : "(دائرة)",
"Can edit" : "يمكن تعديله",
"Can share" : "يمكن مشاركته",
"Can manage" : "يمكن ادارته",
"Delete" : "حذف ", "Delete" : "حذف ",
"Delete list" : "حذف القائمة",
"Add card" : "إضافة بطاقة",
"Add a new card" : "إضافة بطاقة جديدة",
"Edit" : "تعديل", "Edit" : "تعديل",
"Add a new tag" : "إضافة وسم جديد",
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
"Title" : "العنوان",
"Members" : "الاعضاء",
"Add this attachment" : "إضافة هذا المرفق",
"Delete Attachment" : "مسح المرفق",
"Restore Attachment" : "استعادة المرفق",
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
"Assign to users" : "انسب الى المتسخدمين",
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
"Due date" : "تاريخ الانجاز",
"Set a due date" : "تعيين تاريخ الانجاز",
"Remove due date" : "ازالة تاريخ الانجاز",
"Description" : "الوصف", "Description" : "الوصف",
"(Unsaved)" : "(غير محفوظ)",
"(Saving…)" : "(يُحفظ..)",
"Edit description" : "تعديل الوصف",
"View description" : "إظهار الوصف",
"Add Attachment" : "أضف ملحق",
"Attachments" : "المرفقات", "Attachments" : "المرفقات",
"Comments" : "تعليقات", "Comments" : "تعليقات",
"Choose attachment" : "اختيار مرفق", "Modified" : "آخر تعديل",
"Modified" : "عُدل",
"Created" : "أُنشئ",
"Upload attachment" : "رفع المرفقات", "Upload attachment" : "رفع المرفقات",
"No comments yet. Begin the discussion!" : "لا يوجد تعليقات بعد, ابدأ النقاش الآن!",
"Save" : "حفظ", "Save" : "حفظ",
"The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.",
"The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.",
"In reply to" : "يقوم بالرد على",
"Reply" : "رد", "Reply" : "رد",
"Update" : "تحديث", "Update" : "تحديث",
"(group)" : "(مجموعة)",
"(circle)" : "(دائرة)",
"seconds ago" : "ثوانٍ مضت",
"Assign to me" : "ينسب لي",
"Delete card" : "حذف البطاقة", "Delete card" : "حذف البطاقة",
"Move card" : "حرك البطاقة", "seconds ago" : "ثوان مضت",
"Card details" : "تفاصيل البطاقة", "Settings" : "الإعدادات",
"Move card to another board" : "حرك البطاقة الى لوح اخر", "Share" : "شارك",
"All boards" : "جميع الالواح", "Options" : "الخيارات",
"Archived boards" : "الالواح المؤرشفة", "An error occurred" : "طرأ هناك خطأ"
"Shared with you" : "شورك معك",
"Limit deck usage of groups" : "استخدام دك Deck محدود للمجاميع",
"New board title" : "عنوان لوح جديد",
"Edit board" : "تعديل اللوح",
"Board details" : "تفاصيل لوح",
"An error occurred" : "طرأ هناك خطأ",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
"Delete the board?" : "مسح اللوح؟",
"Link to a board" : "ربط بلوح",
"Link to a card" : "ربط ببطاقة",
"Something went wrong" : "شيئا ما خاطئ"
},"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;" },"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;"
} }

View File

@@ -25,8 +25,6 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Desaniciar", "Delete" : "Desaniciar",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Títulu",
"Members" : "Miembros",
"Description" : "Descripción", "Description" : "Descripción",
"Attachments" : "Axuntos", "Attachments" : "Axuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
@@ -37,6 +35,7 @@ OC.L10N.register(
"Update" : "Anovar", "Update" : "Anovar",
"(group)" : "(grupu)", "(group)" : "(grupu)",
"seconds ago" : "hai segundos", "seconds ago" : "hai segundos",
"Shared with you" : "Shared with you" "Settings" : "Settings",
"Share" : "Share"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -23,8 +23,6 @@
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Desaniciar", "Delete" : "Desaniciar",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Títulu",
"Members" : "Miembros",
"Description" : "Descripción", "Description" : "Descripción",
"Attachments" : "Axuntos", "Attachments" : "Axuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
@@ -35,6 +33,7 @@
"Update" : "Anovar", "Update" : "Anovar",
"(group)" : "(grupu)", "(group)" : "(grupu)",
"seconds ago" : "hai segundos", "seconds ago" : "hai segundos",
"Shared with you" : "Shared with you" "Settings" : "Settings",
"Share" : "Share"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Sil", "Delete" : "Sil",
"Edit" : "Dəyişiklik et", "Edit" : "Dəyişiklik et",
"Title" : "Başlıq",
"Description" : "Açıqlanma", "Description" : "Açıqlanma",
"Modified" : "Dəyişdirildi", "Modified" : "Dəyişdirildi",
"Save" : "Saxla", "Save" : "Saxla",
@@ -22,6 +21,7 @@ OC.L10N.register(
"Update" : "Yenilənmə", "Update" : "Yenilənmə",
"(group)" : "(qrup)", "(group)" : "(qrup)",
"seconds ago" : "saniyələr öncə", "seconds ago" : "saniyələr öncə",
"Shared with you" : "Shared with you" "Settings" : "Quraşdırmalar",
"Share" : "Paylaş"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -12,7 +12,6 @@
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Sil", "Delete" : "Sil",
"Edit" : "Dəyişiklik et", "Edit" : "Dəyişiklik et",
"Title" : "Başlıq",
"Description" : "Açıqlanma", "Description" : "Açıqlanma",
"Modified" : "Dəyişdirildi", "Modified" : "Dəyişdirildi",
"Save" : "Saxla", "Save" : "Saxla",
@@ -20,6 +19,7 @@
"Update" : "Yenilənmə", "Update" : "Yenilənmə",
"(group)" : "(qrup)", "(group)" : "(qrup)",
"seconds ago" : "saniyələr öncə", "seconds ago" : "saniyələr öncə",
"Shared with you" : "Shared with you" "Settings" : "Quraşdırmalar",
"Share" : "Paylaş"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -25,8 +25,6 @@ OC.L10N.register(
"Can share" : "Може да споделя", "Can share" : "Може да споделя",
"Delete" : "Изтриване", "Delete" : "Изтриване",
"Edit" : "Редакция", "Edit" : "Редакция",
"Title" : "Име",
"Members" : "Членове",
"Due date" : "Крайна дата", "Due date" : "Крайна дата",
"Remove due date" : "Премахни крайната дата", "Remove due date" : "Премахни крайната дата",
"Description" : "Описание", "Description" : "Описание",
@@ -40,7 +38,8 @@ OC.L10N.register(
"Update" : "Обновяване", "Update" : "Обновяване",
"(group)" : "(група)", "(group)" : "(група)",
"seconds ago" : "преди секунди", "seconds ago" : "преди секунди",
"Shared with you" : "Споделени с вас", "Settings" : "Настройки",
"Share" : "Сподели",
"An error occurred" : "Възникна грешка" "An error occurred" : "Възникна грешка"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -23,8 +23,6 @@
"Can share" : "Може да споделя", "Can share" : "Може да споделя",
"Delete" : "Изтриване", "Delete" : "Изтриване",
"Edit" : "Редакция", "Edit" : "Редакция",
"Title" : "Име",
"Members" : "Членове",
"Due date" : "Крайна дата", "Due date" : "Крайна дата",
"Remove due date" : "Премахни крайната дата", "Remove due date" : "Премахни крайната дата",
"Description" : "Описание", "Description" : "Описание",
@@ -38,7 +36,8 @@
"Update" : "Обновяване", "Update" : "Обновяване",
"(group)" : "(група)", "(group)" : "(група)",
"seconds ago" : "преди секунди", "seconds ago" : "преди секунди",
"Shared with you" : "Споделени с вас", "Settings" : "Настройки",
"Share" : "Сподели",
"An error occurred" : "Възникна грешка" "An error occurred" : "Възникна грешка"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -14,7 +14,6 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "মুছে", "Delete" : "মুছে",
"Edit" : "সম্পাদনা", "Edit" : "সম্পাদনা",
"Title" : "শিরোনাম",
"Description" : "বিবরণ", "Description" : "বিবরণ",
"Modified" : "পরিবর্তিত", "Modified" : "পরিবর্তিত",
"Save" : "সংরক্ষণ", "Save" : "সংরক্ষণ",
@@ -22,6 +21,7 @@ OC.L10N.register(
"Update" : "পরিবর্ধন", "Update" : "পরিবর্ধন",
"(group)" : "(গোষ্ঠি)", "(group)" : "(গোষ্ঠি)",
"seconds ago" : "সেকেন্ড পূর্বে", "seconds ago" : "সেকেন্ড পূর্বে",
"Shared with you" : "Shared with you" "Settings" : "সেটিংস",
"Share" : "ভাগাভাগি কর"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -12,7 +12,6 @@
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "মুছে", "Delete" : "মুছে",
"Edit" : "সম্পাদনা", "Edit" : "সম্পাদনা",
"Title" : "শিরোনাম",
"Description" : "বিবরণ", "Description" : "বিবরণ",
"Modified" : "পরিবর্তিত", "Modified" : "পরিবর্তিত",
"Save" : "সংরক্ষণ", "Save" : "সংরক্ষণ",
@@ -20,6 +19,7 @@
"Update" : "পরিবর্ধন", "Update" : "পরিবর্ধন",
"(group)" : "(গোষ্ঠি)", "(group)" : "(গোষ্ঠি)",
"seconds ago" : "সেকেন্ড পূর্বে", "seconds ago" : "সেকেন্ড পূর্বে",
"Shared with you" : "Shared with you" "Settings" : "সেটিংস",
"Share" : "ভাগাভাগি কর"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -1,22 +0,0 @@
OC.L10N.register(
"deck",
{
"Personal" : "Personel",
"Finished" : "Achuet",
"copy" : "eil",
"Done" : "Graet",
"Cancel" : "Arrest",
"Details" : "Munudoù",
"Sharing" : "Rannan",
"Tags" : "Klavioù",
"Can edit" : "Posuple eo embann",
"Delete" : "Dilemel",
"Edit" : "Cheñch",
"Description" : "Diskrivadur",
"Modified" : "Cheñchet",
"Save" : "Entilañ",
"Reply" : "Respont",
"seconds ago" : "eilenn zo",
"Shared with you" : "Rannet ganeoc'h"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

View File

@@ -1,20 +0,0 @@
{ "translations": {
"Personal" : "Personel",
"Finished" : "Achuet",
"copy" : "eil",
"Done" : "Graet",
"Cancel" : "Arrest",
"Details" : "Munudoù",
"Sharing" : "Rannan",
"Tags" : "Klavioù",
"Can edit" : "Posuple eo embann",
"Delete" : "Dilemel",
"Edit" : "Cheñch",
"Description" : "Diskrivadur",
"Modified" : "Cheñchet",
"Save" : "Entilañ",
"Reply" : "Respont",
"seconds ago" : "eilenn zo",
"Shared with you" : "Rannet ganeoc'h"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

View File

@@ -12,14 +12,13 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Obriši", "Delete" : "Obriši",
"Edit" : "Izmjeni", "Edit" : "Izmjeni",
"Title" : "Naslov",
"Members" : "Članovi",
"Description" : "Opis", "Description" : "Opis",
"Comments" : "Komentari", "Comments" : "Komentari",
"Modified" : "Izmijenjeno", "Modified" : "Izmijenjeno",
"Save" : "Spremi", "Save" : "Spremi",
"Update" : "Ažuriraj", "Update" : "Ažuriraj",
"Shared with you" : "Shared with you", "Settings" : "Podešavanje",
"Share" : "Podjeli",
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena" "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@@ -10,14 +10,13 @@
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Obriši", "Delete" : "Obriši",
"Edit" : "Izmjeni", "Edit" : "Izmjeni",
"Title" : "Naslov",
"Members" : "Članovi",
"Description" : "Opis", "Description" : "Opis",
"Comments" : "Komentari", "Comments" : "Komentari",
"Modified" : "Izmijenjeno", "Modified" : "Izmijenjeno",
"Save" : "Spremi", "Save" : "Spremi",
"Update" : "Ažuriraj", "Update" : "Ažuriraj",
"Shared with you" : "Shared with you", "Settings" : "Podešavanje",
"Share" : "Podjeli",
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena" "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }

View File

@@ -17,18 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} ha arxivat el tauler {before}", "{user} has archived the board {before}" : "{user} ha arxivat el tauler {before}",
"You have unarchived the board {board}" : "Heu desarxivat el tauler {board}", "You have unarchived the board {board}" : "Heu desarxivat el tauler {board}",
"{user} has unarchived the board {before}" : "{user} ha desarxivat el tauler {before}", "{user} has unarchived the board {before}" : "{user} ha desarxivat el tauler {before}",
"You have created a new stack {stack} on board {board}" : "Heu creat una nova pila {stack} al tauler {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} ha creat una nova pila {stack} al tauler {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Heu reanomenat la pila {before} a {stack} al tauler {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha reanomenat la pila {before} a {stack} al tauler {board}",
"You have deleted stack {stack} on board {board}" : "Heu suprimit la pila {stack} al tauler {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} ha suprimit la pila {stack} al tauler {board}",
"You have created card {card} in stack {stack} on board {board}" : "Heu creat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creat la targeta {card} a la pila {stack} al tauler {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Heu suprimit la targeta {card} a la pila {stack} al tauler {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha suprimit la targeta {card} a la pila {stack} al tauler {board}",
"You have renamed the card {before} to {card}" : "Heu reanomenat la targeta {before} a {card}", "You have renamed the card {before} to {card}" : "Heu reanomenat la targeta {before} a {card}",
"{user} has renamed the card {before} to {card}" : "{user} ha reanomenat la targeta {before} a {card}", "{user} has renamed the card {before} to {card}" : "{user} ha reanomenat la targeta {before} a {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Heu afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Heu actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ha actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Heu arxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Heu desarxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the due date of card {card}" : "Heu suprimit la data de venciment de la targeta {targeta}", "You have removed the due date of card {card}" : "Heu suprimit la data de venciment de la targeta {targeta}",
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de venciment de la targeta {targeta}", "{user} has removed the due date of card {card}" : "{user} ha suprimit la data de venciment de la targeta {targeta}",
"You have set the due date of card {card} to {after}" : "Heu establert la data de venciment de la targeta {card} a {after}", "You have set the due date of card {card} to {after}" : "Heu establert la data de venciment de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}" : "{user} ha establert la data de venciment de la targeta {card} a {after}", "{user} has set the due date of card {card} to {after}" : "{user} ha establert la data de venciment de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}" : "Heu actualitzat la data de venciment de la targeta {card} a {after}", "You have updated the due date of card {card} to {after}" : "Heu actualitzat la data de venciment de la targeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} ha actualitzat la data de venciment de la targeta {card} a {after}", "{user} has updated the due date of card {card} to {after}" : "{user} ha actualitzat la data de venciment de la targeta {card} a {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Heu afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Heu suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Heu assignat a {assigneduser} a la targeta {card} al tauler {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Heu assignat a {assigneduser} a la targeta {card} al tauler {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assignat a {assigneduser} la targeta {card} del tauler {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assignat a {assigneduser} la targeta {card} del tauler {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Heu desassignat {assigneduser} de la targeta {card} al tauler {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Heu desassignat {assigneduser} de la targeta {card} al tauler {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha desassignat {assigneduser} de la targeta {card} al tauler {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha desassignat {assigneduser} de la targeta {card} al tauler {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Heu mogut la targeta {card} de la pila {stackBefore} a {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha mogut la targeta {card} de la pila {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}" : "Heu afegit l'adjunt {attachment} a la targeta {card}", "You have added the attachment {attachment} to card {card}" : "Heu afegit l'adjunt {attachment} a la targeta {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} ha afegit l'adjunt {attachment} a la targeta {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} ha afegit l'adjunt {attachment} a la targeta {card}",
"You have updated the attachment {attachment} on card {card}" : "Heu actualitzat l'adjunt {attachment} a la targeta {card}", "You have updated the attachment {attachment} on card {card}" : "Heu actualitzat l'adjunt {attachment} a la targeta {card}",
@@ -122,14 +146,13 @@ OC.L10N.register(
"Can share" : "Pot compartir", "Can share" : "Pot compartir",
"Can manage" : "Pot gestionar", "Can manage" : "Pot gestionar",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Add a new stack" : "Afegeix una nova pila",
"Delete list" : "Suprimeix la llista", "Delete list" : "Suprimeix la llista",
"Add card" : "Afegeix una targeta", "Add card" : "Afegeix una targeta",
"Add a new card" : "Afegir una nova targeta", "Add a new card" : "Afegir una nova targeta",
"Edit" : "Edita", "Edit" : "Edita",
"Add a new tag" : "Afegir una etiqueta nova", "Add a new tag" : "Afegir una etiqueta nova",
"title and color value must be provided" : "sha de proporcionar el valor del títol i del color", "title and color value must be provided" : "sha de proporcionar el valor del títol i del color",
"Title" : "Títol",
"Members" : "Membres",
"Add this attachment" : "Afegeix aquest adjunt", "Add this attachment" : "Afegeix aquest adjunt",
"Delete Attachment" : "Suprimeix ladjunt", "Delete Attachment" : "Suprimeix ladjunt",
"Restore Attachment" : "Restaura l'adjunt", "Restore Attachment" : "Restaura l'adjunt",
@@ -144,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(No desat)", "(Unsaved)" : "(No desat)",
"(Saving…)" : "(Desant…)", "(Saving…)" : "(Desant…)",
"Formatting help" : "Format d'ajuda", "Formatting help" : "Format d'ajuda",
"Add Attachment" : "Afegeix un adjunt",
"Edit description" : "Edita descripció", "Edit description" : "Edita descripció",
"View description" : "Veure descripció", "View description" : "Veure descripció",
"Add Attachment" : "Afegeix un adjunt",
"Attachments" : "Adjunts", "Attachments" : "Adjunts",
"Comments" : "Comentaris", "Comments" : "Comentaris",
"Choose attachment" : "Triar adjunt", "Choose attachment" : "Triar adjunt",
@@ -162,24 +185,30 @@ OC.L10N.register(
"Update" : "Actualitza", "Update" : "Actualitza",
"(group)" : "(grup)", "(group)" : "(grup)",
"(circle)" : "(cercle)", "(circle)" : "(cercle)",
"seconds ago" : "fa uns segons",
"Assign to me" : "Assigna'm a mi", "Assign to me" : "Assigna'm a mi",
"Unarchive card" : "Desarxiva targeta",
"Archive card" : "Arxiva la targeta",
"Delete card" : "Suprimeix targeta", "Delete card" : "Suprimeix targeta",
"Move card" : "Mou la targeta", "Move card" : "Mou la targeta",
"Card details" : "Dades de la targeta", "Card details" : "Dades de la targeta",
"Select a stack" : "Seleccioneu una pila",
"seconds ago" : "fa uns segons",
"All boards" : "Tots els taulers", "All boards" : "Tots els taulers",
"Archived boards" : "Taulers arxivats", "Archived boards" : "Taulers arxivats",
"Shared with you" : "Us han compartit", "Shared boards" : "Taulers compartits",
"Settings" : "Paràmetres",
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups", "Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
"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." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.", "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." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
"New board title" : "Títol del nou tauler", "New board title" : "Títol del nou tauler",
"Share" : "Compartir",
"Options" : "Opcions",
"Edit board" : "Edita el tauler", "Edit board" : "Edita el tauler",
"Board details" : "Detalls de la junta",
"An error occurred" : "S'ha produït un error", "An error occurred" : "S'ha produït un error",
"Clone board" : "Clonar tauler",
"Archive board" : "Arxiva tauler",
"Unarchive board" : "Desarxiva tauler",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
"Delete the board?" : "Suprimir el tauler?", "Delete the board?" : "Suprimir el tauler?",
"Delete board" : "Suprimeix tauler",
"Board details" : "Detalls de la junta",
"Link to a board" : "Enllaça a un tauler", "Link to a board" : "Enllaça a un tauler",
"Link to a card" : "Enllaç una targeta", "Link to a card" : "Enllaç una targeta",
"Something went wrong" : "Alguna cosa ha anat malament", "Something went wrong" : "Alguna cosa ha anat malament",

View File

@@ -15,18 +15,42 @@
"{user} has archived the board {before}" : "{user} ha arxivat el tauler {before}", "{user} has archived the board {before}" : "{user} ha arxivat el tauler {before}",
"You have unarchived the board {board}" : "Heu desarxivat el tauler {board}", "You have unarchived the board {board}" : "Heu desarxivat el tauler {board}",
"{user} has unarchived the board {before}" : "{user} ha desarxivat el tauler {before}", "{user} has unarchived the board {before}" : "{user} ha desarxivat el tauler {before}",
"You have created a new stack {stack} on board {board}" : "Heu creat una nova pila {stack} al tauler {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} ha creat una nova pila {stack} al tauler {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Heu reanomenat la pila {before} a {stack} al tauler {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha reanomenat la pila {before} a {stack} al tauler {board}",
"You have deleted stack {stack} on board {board}" : "Heu suprimit la pila {stack} al tauler {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} ha suprimit la pila {stack} al tauler {board}",
"You have created card {card} in stack {stack} on board {board}" : "Heu creat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creat la targeta {card} a la pila {stack} al tauler {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Heu suprimit la targeta {card} a la pila {stack} al tauler {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha suprimit la targeta {card} a la pila {stack} al tauler {board}",
"You have renamed the card {before} to {card}" : "Heu reanomenat la targeta {before} a {card}", "You have renamed the card {before} to {card}" : "Heu reanomenat la targeta {before} a {card}",
"{user} has renamed the card {before} to {card}" : "{user} ha reanomenat la targeta {before} a {card}", "{user} has renamed the card {before} to {card}" : "{user} ha reanomenat la targeta {before} a {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Heu afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha afegit una descripció a la targeta {card} a la pila {stack} al tauler {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Heu actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ha actualitzat la descripció de la targeta {card} a la pila {stack} al tauler {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Heu arxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Heu desarxivat la targeta {card} a la pila {stack} al tauler {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha arxivat la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the due date of card {card}" : "Heu suprimit la data de venciment de la targeta {targeta}", "You have removed the due date of card {card}" : "Heu suprimit la data de venciment de la targeta {targeta}",
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de venciment de la targeta {targeta}", "{user} has removed the due date of card {card}" : "{user} ha suprimit la data de venciment de la targeta {targeta}",
"You have set the due date of card {card} to {after}" : "Heu establert la data de venciment de la targeta {card} a {after}", "You have set the due date of card {card} to {after}" : "Heu establert la data de venciment de la targeta {card} a {after}",
"{user} has set the due date of card {card} to {after}" : "{user} ha establert la data de venciment de la targeta {card} a {after}", "{user} has set the due date of card {card} to {after}" : "{user} ha establert la data de venciment de la targeta {card} a {after}",
"You have updated the due date of card {card} to {after}" : "Heu actualitzat la data de venciment de la targeta {card} a {after}", "You have updated the due date of card {card} to {after}" : "Heu actualitzat la data de venciment de la targeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} ha actualitzat la data de venciment de la targeta {card} a {after}", "{user} has updated the due date of card {card} to {after}" : "{user} ha actualitzat la data de venciment de la targeta {card} a {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Heu afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha afegit l'etiqueta {label} a la targeta {card} a la pila {stack} al tauler {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Heu suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha suprimit l'etiqueta {label} de la targeta {card} a la pila {stack} al tauler {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Heu assignat a {assigneduser} a la targeta {card} al tauler {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Heu assignat a {assigneduser} a la targeta {card} al tauler {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assignat a {assigneduser} la targeta {card} del tauler {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assignat a {assigneduser} la targeta {card} del tauler {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Heu desassignat {assigneduser} de la targeta {card} al tauler {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Heu desassignat {assigneduser} de la targeta {card} al tauler {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha desassignat {assigneduser} de la targeta {card} al tauler {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha desassignat {assigneduser} de la targeta {card} al tauler {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Heu mogut la targeta {card} de la pila {stackBefore} a {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha mogut la targeta {card} de la pila {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}" : "Heu afegit l'adjunt {attachment} a la targeta {card}", "You have added the attachment {attachment} to card {card}" : "Heu afegit l'adjunt {attachment} a la targeta {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} ha afegit l'adjunt {attachment} a la targeta {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} ha afegit l'adjunt {attachment} a la targeta {card}",
"You have updated the attachment {attachment} on card {card}" : "Heu actualitzat l'adjunt {attachment} a la targeta {card}", "You have updated the attachment {attachment} on card {card}" : "Heu actualitzat l'adjunt {attachment} a la targeta {card}",
@@ -120,14 +144,13 @@
"Can share" : "Pot compartir", "Can share" : "Pot compartir",
"Can manage" : "Pot gestionar", "Can manage" : "Pot gestionar",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Add a new stack" : "Afegeix una nova pila",
"Delete list" : "Suprimeix la llista", "Delete list" : "Suprimeix la llista",
"Add card" : "Afegeix una targeta", "Add card" : "Afegeix una targeta",
"Add a new card" : "Afegir una nova targeta", "Add a new card" : "Afegir una nova targeta",
"Edit" : "Edita", "Edit" : "Edita",
"Add a new tag" : "Afegir una etiqueta nova", "Add a new tag" : "Afegir una etiqueta nova",
"title and color value must be provided" : "sha de proporcionar el valor del títol i del color", "title and color value must be provided" : "sha de proporcionar el valor del títol i del color",
"Title" : "Títol",
"Members" : "Membres",
"Add this attachment" : "Afegeix aquest adjunt", "Add this attachment" : "Afegeix aquest adjunt",
"Delete Attachment" : "Suprimeix ladjunt", "Delete Attachment" : "Suprimeix ladjunt",
"Restore Attachment" : "Restaura l'adjunt", "Restore Attachment" : "Restaura l'adjunt",
@@ -142,9 +165,9 @@
"(Unsaved)" : "(No desat)", "(Unsaved)" : "(No desat)",
"(Saving…)" : "(Desant…)", "(Saving…)" : "(Desant…)",
"Formatting help" : "Format d'ajuda", "Formatting help" : "Format d'ajuda",
"Add Attachment" : "Afegeix un adjunt",
"Edit description" : "Edita descripció", "Edit description" : "Edita descripció",
"View description" : "Veure descripció", "View description" : "Veure descripció",
"Add Attachment" : "Afegeix un adjunt",
"Attachments" : "Adjunts", "Attachments" : "Adjunts",
"Comments" : "Comentaris", "Comments" : "Comentaris",
"Choose attachment" : "Triar adjunt", "Choose attachment" : "Triar adjunt",
@@ -160,24 +183,30 @@
"Update" : "Actualitza", "Update" : "Actualitza",
"(group)" : "(grup)", "(group)" : "(grup)",
"(circle)" : "(cercle)", "(circle)" : "(cercle)",
"seconds ago" : "fa uns segons",
"Assign to me" : "Assigna'm a mi", "Assign to me" : "Assigna'm a mi",
"Unarchive card" : "Desarxiva targeta",
"Archive card" : "Arxiva la targeta",
"Delete card" : "Suprimeix targeta", "Delete card" : "Suprimeix targeta",
"Move card" : "Mou la targeta", "Move card" : "Mou la targeta",
"Card details" : "Dades de la targeta", "Card details" : "Dades de la targeta",
"Select a stack" : "Seleccioneu una pila",
"seconds ago" : "fa uns segons",
"All boards" : "Tots els taulers", "All boards" : "Tots els taulers",
"Archived boards" : "Taulers arxivats", "Archived boards" : "Taulers arxivats",
"Shared with you" : "Us han compartit", "Shared boards" : "Taulers compartits",
"Settings" : "Paràmetres",
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups", "Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
"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." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.", "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." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
"New board title" : "Títol del nou tauler", "New board title" : "Títol del nou tauler",
"Share" : "Compartir",
"Options" : "Opcions",
"Edit board" : "Edita el tauler", "Edit board" : "Edita el tauler",
"Board details" : "Detalls de la junta",
"An error occurred" : "S'ha produït un error", "An error occurred" : "S'ha produït un error",
"Clone board" : "Clonar tauler",
"Archive board" : "Arxiva tauler",
"Unarchive board" : "Desarxiva tauler",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
"Delete the board?" : "Suprimir el tauler?", "Delete the board?" : "Suprimir el tauler?",
"Delete board" : "Suprimeix tauler",
"Board details" : "Detalls de la junta",
"Link to a board" : "Enllaça a un tauler", "Link to a board" : "Enllaça a un tauler",
"Link to a card" : "Enllaç una targeta", "Link to a card" : "Enllaç una targeta",
"Something went wrong" : "Alguna cosa ha anat malament", "Something went wrong" : "Alguna cosa ha anat malament",

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}", "{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}",
"You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}", "You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}",
"{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace", "{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace",
"You have created a new list {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}", "You have created a new stack {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}",
"{user} has created a new list {stack} on board {board}" : "{user} vytvořil(a) nový sloupec {stack} na tabuli {board}", "{user} has created a new stack {stack} on board {board}" : "{user} vytvořil(a) nový sloupec {stack} na tabuli {board}",
"You have renamed list {before} to {stack} on board {board}" : "Přejmenovali jste sloupec {before} na {stack} na tabuli {board}", "You have renamed stack {before} to {stack} on board {board}" : "Přejmenovali jste sloupec {before} na {stack} na tabuli {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} přejmenoval(a) sloupec {before} na {stack} na tabuli {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} přejmenoval(a) sloupec {before} na {stack} na tabuli {board}",
"You have deleted list {stack} on board {board}" : "Smazali jste sloupec {stack} na tabuli {board}", "You have deleted stack {stack} on board {board}" : "Smazali jste sloupec {stack} na tabuli {board}",
"{user} has deleted list {stack} on board {board}" : "{user} smazal(a) sloupec {stack} na tabuli {board}", "{user} has deleted stack {stack} on board {board}" : "{user} smazal(a) sloupec {stack} na tabuli {board}",
"You have created card {card} in list {stack} on board {board}" : "Vytvořili jste kartu {card} ve sloupci {stack} na tabuli {board}", "You have created card {card} in stack {stack} on board {board}" : "Vytvořili jste kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} vytvořil(a) kartu {card} ve sloupci {stack} na tabuli {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} vytvořil(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Smazali jste kartu {card} ve sloupci {stack} na tabuli {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Smazali jste kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} smazal(a) kartu {card} ve sloupci {board} na tabuli {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} smazal(a) kartu {card} ve sloupci {board} na tabuli {board}",
"You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}", "You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}",
"{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}", "{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Přidali jste popis ke kartě {card} ve sloupci {stack} na tabuli {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Přidali jste popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in list {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}", "You have archived card {card} in stack {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Zrušili jste archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have removed the due date of card {card}" : "Odebrali jste termín u karty {card}", "You have removed the due date of card {card}" : "Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}" : "{user} odebral(a) termín u karty {card}", "{user} has removed the due date of card {card}" : "{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}" : "Nastavili jste termín u karty {card} na {after}", "You have set the due date of card {card} to {after}" : "Nastavili jste termín u karty {card} na {after}",
"{user} has set the due date of card {card} to {after}" : "{user} nastavil(a) termín u karty {card} na {after}", "{user} has set the due date of card {card} to {after}" : "{user} nastavil(a) termín u karty {card} na {after}",
"You have updated the due date of card {card} to {after}" : "Změnili jste termín u karty {card} na {after}", "You have updated the due date of card {card} to {after}" : "Změnili jste termín u karty {card} na {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval(a) termín u karty {card} na {after}", "{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval(a) termín u karty {card} na {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Přidali jste štítek {label} kartě {card} ve sloupci {stack} na tabuli {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Přidali jste štítek {label} kartě {card} ve sloupci {stack} na tabuli {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} přidal(a) štítek {label} ke kartě {card} ve sloupci {stack} na tabuli {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} přidal(a) štítek {label} ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Odebrali jste štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Odebrali jste štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} odebral(a) štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} odebral(a) štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Přiřadili jste {assigneduser} ke kartě {card} na tabuli {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Přiřadili jste {assigneduser} ke kartě {card} na tabuli {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} přiřadil(a) {assigneduser} ke kartě {card} na tabuli {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} přiřadil(a) {assigneduser} ke kartě {card} na tabuli {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Zrušili jste přiřazení {assigneduser} u karty {card} na tabuli {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Zrušili jste přiřazení {assigneduser} u karty {card} na tabuli {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} zrušil(a) přiřazení {assigneduser} z karty {card} na tabuli {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} zrušil(a) přiřazení {assigneduser} z karty {card} na tabuli {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Přesunuli jste kartu {card} ze sloupce {stackBefore} do {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Přesunuli jste kartu {card} ze sloupce {stackBefore} do {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} přesunul(a) kartu {card} ze sloupce {stackBefore} do {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} přesunul(a) kartu {card} ze sloupce {stackBefore} do {stack}",
"You have added the attachment {attachment} to card {card}" : "Přidali jste přílohu {attachment} ke kartě {card}", "You have added the attachment {attachment} to card {card}" : "Přidali jste přílohu {attachment} ke kartě {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} přidal(a) přílohu {attachment} ke kartě {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} přidal(a) přílohu {attachment} ke kartě {card}",
"You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} u karty {card}", "You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} u karty {card}",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Vytvořit novou tabuli", "Create new board" : "Vytvořit novou tabuli",
"new board" : "nová tabule", "new board" : "nová tabule",
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem", "Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
"Search by board title" : "Hledat podle názvu tabule",
"Select board" : "Vybrat tabuli", "Select board" : "Vybrat tabuli",
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem", "Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
"Select a board" : "Vybrat tabuli", "Select a board" : "Vybrat tabuli",
@@ -127,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Příštích 7 dnů", "Next 7 days" : "Příštích 7 dnů",
"Next 30 days" : "Příštích 30 dnů", "Next 30 days" : "Příštích 30 dnů",
"No due date" : "Žádný termín", "No due date" : "Žádný termín",
"Clear filter" : "Vyčistit filtr",
"Show archived cards" : "Zobrazit archivované karty", "Show archived cards" : "Zobrazit archivované karty",
"Toggle compact mode" : "Vyp/zap. kompaktní režim", "Toggle compact mode" : "Vyp/zap. kompaktní režim",
"Details" : "Podrobnosti", "Details" : "Podrobnosti",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "Může sdílet", "Can share" : "Může sdílet",
"Can manage" : "Může spravovat", "Can manage" : "Může spravovat",
"Delete" : "Smazat", "Delete" : "Smazat",
"Add a new list" : "Přidat nový sloupec", "Add a new stack" : "Přidat nový sloupec",
"Delete list" : "Smazat seznam", "Delete list" : "Smazat seznam",
"Add card" : "Přidat kartu", "Add card" : "Přidat kartu",
"Add a new card" : "Přidat novou kartu", "Add a new card" : "Přidat novou kartu",
"Edit" : "Upravit", "Edit" : "Upravit",
"Add a new tag" : "Přidat nový štítek", "Add a new tag" : "Přidat nový štítek",
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu", "title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
"Title" : "Nadpis",
"Members" : "Členové",
"Add this attachment" : "Přidat tuto přílohu", "Add this attachment" : "Přidat tuto přílohu",
"Delete Attachment" : "Smazat přílohu", "Delete Attachment" : "Smazat přílohu",
"Restore Attachment" : "Obnovit přílohu", "Restore Attachment" : "Obnovit přílohu",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Neuloženo)", "(Unsaved)" : "(Neuloženo)",
"(Saving…)" : "(Ukládání…)", "(Saving…)" : "(Ukládání…)",
"Formatting help" : "Nápověda k formátování", "Formatting help" : "Nápověda k formátování",
"Add Attachment" : "Přidat přílohu",
"Edit description" : "Upravit popis", "Edit description" : "Upravit popis",
"View description" : "Zobrazit popis", "View description" : "Zobrazit popis",
"Add Attachment" : "Přidat přílohu",
"Attachments" : "Přílohy", "Attachments" : "Přílohy",
"Comments" : "Komentáře", "Comments" : "Komentáře",
"Choose attachment" : "Zvolte přílohu", "Choose attachment" : "Zvolte přílohu",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Aktualizovat", "Update" : "Aktualizovat",
"(group)" : "(skupina)", "(group)" : "(skupina)",
"(circle)" : "(okruh)", "(circle)" : "(okruh)",
"seconds ago" : "před několika sekundami",
"Assign to me" : "Přiřadit mě", "Assign to me" : "Přiřadit mě",
"Unassign myself" : "Zrušit přiřazení sobě",
"Unarchive card" : "Zrušit archivaci karty",
"Archive card" : "Archivovat kartu",
"Delete card" : "Smazat kartu", "Delete card" : "Smazat kartu",
"Move card" : "Přesunout kartu", "Move card" : "Přesunout kartu",
"Card details" : "Podrobnosti o kartě", "Card details" : "Podrobnosti o kartě",
"Move card to another board" : "Přesunout kartu na jinou tabuli", "Select a stack" : "Vybrat sloupec",
"Select a list" : "Vyberte sloupec", "seconds ago" : "před několika sekundami",
"All boards" : "Všechny tabule", "All boards" : "Všechny tabule",
"Archived boards" : "Archivované tabule", "Archived boards" : "Archivované tabule",
"Shared with you" : "Sdíleno s vámi", "Shared boards" : "Sdílené tabule",
"Settings" : "Nastavení",
"Limit deck usage of groups" : "Omezit využití deck na skupiny", "Limit deck usage of groups" : "Omezit využití deck na skupiny",
"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." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.", "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." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.",
"New board title" : "Název nové tabule", "New board title" : "Název nové tabule",
"Share" : "Sdílet",
"Options" : "Volby",
"Edit board" : "Upravit tabuli", "Edit board" : "Upravit tabuli",
"Clone board " : "Klonovat tabuli ",
"Unarchive board " : "Vrátit tabuli zpět z archivu ",
"Archive board " : "Archivovat tabuli ",
"Delete board " : "Smazat tabuli",
"Board details" : "Podrobnosti o desce",
"Board {0} deleted" : "Tabule {0} smazána",
"An error occurred" : "Došlo k chybě", "An error occurred" : "Došlo k chybě",
"Clone board" : "Klonovat tabuli",
"Archive board" : "Archivovat tabuli",
"Unarchive board" : "Vrátit tabuli zpět z archivu",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
"Delete the board?" : "Smazat tabuli?", "Delete the board?" : "Smazat tabuli?",
"Delete board" : "Smazat tabuli",
"Board details" : "Podrobnosti o desce",
"Link to a board" : "Propojit s tabulí", "Link to a board" : "Propojit s tabulí",
"Link to a card" : "Propojit s kartou", "Link to a card" : "Propojit s kartou",
"Something went wrong" : "Něco se pokazilo", "Something went wrong" : "Něco se pokazilo",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}", "{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}",
"You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}", "You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}",
"{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace", "{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace",
"You have created a new list {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}", "You have created a new stack {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}",
"{user} has created a new list {stack} on board {board}" : "{user} vytvořil(a) nový sloupec {stack} na tabuli {board}", "{user} has created a new stack {stack} on board {board}" : "{user} vytvořil(a) nový sloupec {stack} na tabuli {board}",
"You have renamed list {before} to {stack} on board {board}" : "Přejmenovali jste sloupec {before} na {stack} na tabuli {board}", "You have renamed stack {before} to {stack} on board {board}" : "Přejmenovali jste sloupec {before} na {stack} na tabuli {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} přejmenoval(a) sloupec {before} na {stack} na tabuli {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} přejmenoval(a) sloupec {before} na {stack} na tabuli {board}",
"You have deleted list {stack} on board {board}" : "Smazali jste sloupec {stack} na tabuli {board}", "You have deleted stack {stack} on board {board}" : "Smazali jste sloupec {stack} na tabuli {board}",
"{user} has deleted list {stack} on board {board}" : "{user} smazal(a) sloupec {stack} na tabuli {board}", "{user} has deleted stack {stack} on board {board}" : "{user} smazal(a) sloupec {stack} na tabuli {board}",
"You have created card {card} in list {stack} on board {board}" : "Vytvořili jste kartu {card} ve sloupci {stack} na tabuli {board}", "You have created card {card} in stack {stack} on board {board}" : "Vytvořili jste kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} vytvořil(a) kartu {card} ve sloupci {stack} na tabuli {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} vytvořil(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Smazali jste kartu {card} ve sloupci {stack} na tabuli {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Smazali jste kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} smazal(a) kartu {card} ve sloupci {board} na tabuli {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} smazal(a) kartu {card} ve sloupci {board} na tabuli {board}",
"You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}", "You have renamed the card {before} to {card}" : "Přejmenovali jste kartu {before} na {card}",
"{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}", "{user} has renamed the card {before} to {card}" : "{user} přejmenoval(a) {before} na {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Přidali jste popis ke kartě {card} ve sloupci {stack} na tabuli {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Přidali jste popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
"You have archived card {card} in list {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}", "You have archived card {card} in stack {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Zrušili jste archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
"You have removed the due date of card {card}" : "Odebrali jste termín u karty {card}", "You have removed the due date of card {card}" : "Odebrali jste termín u karty {card}",
"{user} has removed the due date of card {card}" : "{user} odebral(a) termín u karty {card}", "{user} has removed the due date of card {card}" : "{user} odebral(a) termín u karty {card}",
"You have set the due date of card {card} to {after}" : "Nastavili jste termín u karty {card} na {after}", "You have set the due date of card {card} to {after}" : "Nastavili jste termín u karty {card} na {after}",
"{user} has set the due date of card {card} to {after}" : "{user} nastavil(a) termín u karty {card} na {after}", "{user} has set the due date of card {card} to {after}" : "{user} nastavil(a) termín u karty {card} na {after}",
"You have updated the due date of card {card} to {after}" : "Změnili jste termín u karty {card} na {after}", "You have updated the due date of card {card} to {after}" : "Změnili jste termín u karty {card} na {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval(a) termín u karty {card} na {after}", "{user} has updated the due date of card {card} to {after}" : "{user} aktualizoval(a) termín u karty {card} na {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Přidali jste štítek {label} kartě {card} ve sloupci {stack} na tabuli {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Přidali jste štítek {label} kartě {card} ve sloupci {stack} na tabuli {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} přidal(a) štítek {label} ke kartě {card} ve sloupci {stack} na tabuli {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} přidal(a) štítek {label} ke kartě {card} ve sloupci {stack} na tabuli {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Odebrali jste štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Odebrali jste štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} odebral(a) štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} odebral(a) štítek {label} z karty {card} ve sloupci {stack} na tabuli {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Přiřadili jste {assigneduser} ke kartě {card} na tabuli {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Přiřadili jste {assigneduser} ke kartě {card} na tabuli {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} přiřadil(a) {assigneduser} ke kartě {card} na tabuli {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} přiřadil(a) {assigneduser} ke kartě {card} na tabuli {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Zrušili jste přiřazení {assigneduser} u karty {card} na tabuli {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Zrušili jste přiřazení {assigneduser} u karty {card} na tabuli {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} zrušil(a) přiřazení {assigneduser} z karty {card} na tabuli {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} zrušil(a) přiřazení {assigneduser} z karty {card} na tabuli {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Přesunuli jste kartu {card} ze sloupce {stackBefore} do {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Přesunuli jste kartu {card} ze sloupce {stackBefore} do {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} přesunul(a) kartu {card} ze sloupce {stackBefore} do {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} přesunul(a) kartu {card} ze sloupce {stackBefore} do {stack}",
"You have added the attachment {attachment} to card {card}" : "Přidali jste přílohu {attachment} ke kartě {card}", "You have added the attachment {attachment} to card {card}" : "Přidali jste přílohu {attachment} ke kartě {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} přidal(a) přílohu {attachment} ke kartě {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} přidal(a) přílohu {attachment} ke kartě {card}",
"You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} u karty {card}", "You have updated the attachment {attachment} on card {card}" : "Aktualizovali jste přílohu {attachment} u karty {card}",
@@ -99,7 +99,6 @@
"Create new board" : "Vytvořit novou tabuli", "Create new board" : "Vytvořit novou tabuli",
"new board" : "nová tabule", "new board" : "nová tabule",
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem", "Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
"Search by board title" : "Hledat podle názvu tabule",
"Select board" : "Vybrat tabuli", "Select board" : "Vybrat tabuli",
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem", "Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
"Select a board" : "Vybrat tabuli", "Select a board" : "Vybrat tabuli",
@@ -125,7 +124,6 @@
"Next 7 days" : "Příštích 7 dnů", "Next 7 days" : "Příštích 7 dnů",
"Next 30 days" : "Příštích 30 dnů", "Next 30 days" : "Příštích 30 dnů",
"No due date" : "Žádný termín", "No due date" : "Žádný termín",
"Clear filter" : "Vyčistit filtr",
"Show archived cards" : "Zobrazit archivované karty", "Show archived cards" : "Zobrazit archivované karty",
"Toggle compact mode" : "Vyp/zap. kompaktní režim", "Toggle compact mode" : "Vyp/zap. kompaktní režim",
"Details" : "Podrobnosti", "Details" : "Podrobnosti",
@@ -146,15 +144,13 @@
"Can share" : "Může sdílet", "Can share" : "Může sdílet",
"Can manage" : "Může spravovat", "Can manage" : "Může spravovat",
"Delete" : "Smazat", "Delete" : "Smazat",
"Add a new list" : "Přidat nový sloupec", "Add a new stack" : "Přidat nový sloupec",
"Delete list" : "Smazat seznam", "Delete list" : "Smazat seznam",
"Add card" : "Přidat kartu", "Add card" : "Přidat kartu",
"Add a new card" : "Přidat novou kartu", "Add a new card" : "Přidat novou kartu",
"Edit" : "Upravit", "Edit" : "Upravit",
"Add a new tag" : "Přidat nový štítek", "Add a new tag" : "Přidat nový štítek",
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu", "title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
"Title" : "Nadpis",
"Members" : "Členové",
"Add this attachment" : "Přidat tuto přílohu", "Add this attachment" : "Přidat tuto přílohu",
"Delete Attachment" : "Smazat přílohu", "Delete Attachment" : "Smazat přílohu",
"Restore Attachment" : "Obnovit přílohu", "Restore Attachment" : "Obnovit přílohu",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(Neuloženo)", "(Unsaved)" : "(Neuloženo)",
"(Saving…)" : "(Ukládání…)", "(Saving…)" : "(Ukládání…)",
"Formatting help" : "Nápověda k formátování", "Formatting help" : "Nápověda k formátování",
"Add Attachment" : "Přidat přílohu",
"Edit description" : "Upravit popis", "Edit description" : "Upravit popis",
"View description" : "Zobrazit popis", "View description" : "Zobrazit popis",
"Add Attachment" : "Přidat přílohu",
"Attachments" : "Přílohy", "Attachments" : "Přílohy",
"Comments" : "Komentáře", "Comments" : "Komentáře",
"Choose attachment" : "Zvolte přílohu", "Choose attachment" : "Zvolte přílohu",
@@ -187,32 +183,30 @@
"Update" : "Aktualizovat", "Update" : "Aktualizovat",
"(group)" : "(skupina)", "(group)" : "(skupina)",
"(circle)" : "(okruh)", "(circle)" : "(okruh)",
"seconds ago" : "před několika sekundami",
"Assign to me" : "Přiřadit mě", "Assign to me" : "Přiřadit mě",
"Unassign myself" : "Zrušit přiřazení sobě",
"Unarchive card" : "Zrušit archivaci karty",
"Archive card" : "Archivovat kartu",
"Delete card" : "Smazat kartu", "Delete card" : "Smazat kartu",
"Move card" : "Přesunout kartu", "Move card" : "Přesunout kartu",
"Card details" : "Podrobnosti o kartě", "Card details" : "Podrobnosti o kartě",
"Move card to another board" : "Přesunout kartu na jinou tabuli", "Select a stack" : "Vybrat sloupec",
"Select a list" : "Vyberte sloupec", "seconds ago" : "před několika sekundami",
"All boards" : "Všechny tabule", "All boards" : "Všechny tabule",
"Archived boards" : "Archivované tabule", "Archived boards" : "Archivované tabule",
"Shared with you" : "Sdíleno s vámi", "Shared boards" : "Sdílené tabule",
"Settings" : "Nastavení",
"Limit deck usage of groups" : "Omezit využití deck na skupiny", "Limit deck usage of groups" : "Omezit využití deck na skupiny",
"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." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.", "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." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny.",
"New board title" : "Název nové tabule", "New board title" : "Název nové tabule",
"Share" : "Sdílet",
"Options" : "Volby",
"Edit board" : "Upravit tabuli", "Edit board" : "Upravit tabuli",
"Clone board " : "Klonovat tabuli ",
"Unarchive board " : "Vrátit tabuli zpět z archivu ",
"Archive board " : "Archivovat tabuli ",
"Delete board " : "Smazat tabuli",
"Board details" : "Podrobnosti o desce",
"Board {0} deleted" : "Tabule {0} smazána",
"An error occurred" : "Došlo k chybě", "An error occurred" : "Došlo k chybě",
"Clone board" : "Klonovat tabuli",
"Archive board" : "Archivovat tabuli",
"Unarchive board" : "Vrátit tabuli zpět z archivu",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
"Delete the board?" : "Smazat tabuli?", "Delete the board?" : "Smazat tabuli?",
"Delete board" : "Smazat tabuli",
"Board details" : "Podrobnosti o desce",
"Link to a board" : "Propojit s tabulí", "Link to a board" : "Propojit s tabulí",
"Link to a card" : "Propojit s kartou", "Link to a card" : "Propojit s kartou",
"Something went wrong" : "Něco se pokazilo", "Something went wrong" : "Něco se pokazilo",

View File

@@ -14,14 +14,14 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Dileu", "Delete" : "Dileu",
"Edit" : "Golygu", "Edit" : "Golygu",
"Title" : "Teitl",
"Description" : "Disgrifiad", "Description" : "Disgrifiad",
"Modified" : "Addaswyd", "Modified" : "Addaswyd",
"Upload attachment" : "Llwytho atodiad", "Upload attachment" : "Llwytho atodiad",
"Save" : "Cadw", "Save" : "Cadw",
"Update" : "Diweddaru", "Update" : "Diweddaru",
"seconds ago" : "eiliad yn ôl", "seconds ago" : "eiliad yn ôl",
"Shared with you" : "Shared with you", "Settings" : "Gosodiadau",
"Share" : "Rhannu",
"An error occurred" : "Digwyddodd gwall" "An error occurred" : "Digwyddodd gwall"
}, },
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

View File

@@ -12,14 +12,14 @@
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Dileu", "Delete" : "Dileu",
"Edit" : "Golygu", "Edit" : "Golygu",
"Title" : "Teitl",
"Description" : "Disgrifiad", "Description" : "Disgrifiad",
"Modified" : "Addaswyd", "Modified" : "Addaswyd",
"Upload attachment" : "Llwytho atodiad", "Upload attachment" : "Llwytho atodiad",
"Save" : "Cadw", "Save" : "Cadw",
"Update" : "Diweddaru", "Update" : "Diweddaru",
"seconds ago" : "eiliad yn ôl", "seconds ago" : "eiliad yn ôl",
"Shared with you" : "Shared with you", "Settings" : "Gosodiadau",
"Share" : "Rhannu",
"An error occurred" : "Digwyddodd gwall" "An error occurred" : "Digwyddodd gwall"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
} }

View File

@@ -29,11 +29,10 @@ OC.L10N.register(
"Can edit" : "Can edit", "Can edit" : "Can edit",
"Can share" : "Kan dele", "Can share" : "Kan dele",
"Delete" : "Slet", "Delete" : "Slet",
"Add a new stack" : "Tilføj en ny stak",
"Delete list" : "Slet liste", "Delete list" : "Slet liste",
"Add card" : "Tilføj kort", "Add card" : "Tilføj kort",
"Edit" : "Redigér", "Edit" : "Redigér",
"Title" : "Titel",
"Members" : "Medlemmer",
"Due date" : "Forfaldsdato", "Due date" : "Forfaldsdato",
"Remove due date" : "Fjern forfaldsdato", "Remove due date" : "Fjern forfaldsdato",
"Description" : "Beskrivelse", "Description" : "Beskrivelse",
@@ -47,15 +46,19 @@ OC.L10N.register(
"Reply" : "Besvar", "Reply" : "Besvar",
"Update" : "Opdatér", "Update" : "Opdatér",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"seconds ago" : "sekunder siden",
"Archive card" : "Arkivér kort",
"Delete card" : "Slet kort", "Delete card" : "Slet kort",
"Move card" : "Flyt kort", "Move card" : "Flyt kort",
"seconds ago" : "sekunder siden",
"Archived boards" : "Arkiverede lister", "Archived boards" : "Arkiverede lister",
"Shared with you" : "Shared with you", "Shared boards" : "Delte lister",
"Settings" : "Indstillinger",
"New board title" : "Ny titel på liste", "New board title" : "Ny titel på liste",
"Share" : "Del",
"Edit board" : "Rediger liste", "Edit board" : "Rediger liste",
"Board details" : "Liste detaljer", "An error occurred" : "Der var en fejl",
"An error occurred" : "Der var en fejl" "Archive board" : "Arkivér liste",
"Unarchive board" : "Annuller arkivering af liste",
"Delete board" : "Slet liste",
"Board details" : "Liste detaljer"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -27,11 +27,10 @@
"Can edit" : "Can edit", "Can edit" : "Can edit",
"Can share" : "Kan dele", "Can share" : "Kan dele",
"Delete" : "Slet", "Delete" : "Slet",
"Add a new stack" : "Tilføj en ny stak",
"Delete list" : "Slet liste", "Delete list" : "Slet liste",
"Add card" : "Tilføj kort", "Add card" : "Tilføj kort",
"Edit" : "Redigér", "Edit" : "Redigér",
"Title" : "Titel",
"Members" : "Medlemmer",
"Due date" : "Forfaldsdato", "Due date" : "Forfaldsdato",
"Remove due date" : "Fjern forfaldsdato", "Remove due date" : "Fjern forfaldsdato",
"Description" : "Beskrivelse", "Description" : "Beskrivelse",
@@ -45,15 +44,19 @@
"Reply" : "Besvar", "Reply" : "Besvar",
"Update" : "Opdatér", "Update" : "Opdatér",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"seconds ago" : "sekunder siden",
"Archive card" : "Arkivér kort",
"Delete card" : "Slet kort", "Delete card" : "Slet kort",
"Move card" : "Flyt kort", "Move card" : "Flyt kort",
"seconds ago" : "sekunder siden",
"Archived boards" : "Arkiverede lister", "Archived boards" : "Arkiverede lister",
"Shared with you" : "Shared with you", "Shared boards" : "Delte lister",
"Settings" : "Indstillinger",
"New board title" : "Ny titel på liste", "New board title" : "Ny titel på liste",
"Share" : "Del",
"Edit board" : "Rediger liste", "Edit board" : "Rediger liste",
"Board details" : "Liste detaljer", "An error occurred" : "Der var en fejl",
"An error occurred" : "Der var en fejl" "Archive board" : "Arkivér liste",
"Unarchive board" : "Annuller arkivering af liste",
"Delete board" : "Slet liste",
"Board details" : "Liste detaljer"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} hat das Board {before} archiviert", "{user} has archived the board {before}" : "{user} hat das Board {before} archiviert",
"You have unarchived the board {board}" : "Du hast das Board {board} dearchiviert", "You have unarchived the board {board}" : "Du hast das Board {board} dearchiviert",
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert", "{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
"You have created a new list {stack} on board {board}" : "Du hast die neue Liste {stack} auf dem Board {board} erstellt", "You have created a new stack {stack} on board {board}" : "Du hast den neuen Stapel {stack} auf dem Board {board} erstellt",
"{user} has created a new list {stack} on board {board}" : "{user} hat die neue Liste {stack} auf dem Board {board} erstellt", "{user} has created a new stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
"You have renamed list {before} to {stack} on board {board}" : "Du hast die Liste {before} auf dem Board {board} in {stack} umbenannt", "You have renamed stack {before} to {stack} on board {board}" : "Du hast den Stapel {before} auf dem Board {board} in {stack} umbenannt",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} hat die Liste {before} in {stack} auf dem Board {board} umbenannt", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
"You have deleted list {stack} on board {board}" : "Du hast die Liste {stack} auf dem Board {board} gelöscht", "You have deleted stack {stack} on board {board}" : "Du hast den Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted list {stack} on board {board}" : "{user} hat die Liste {stack} aus dem Board {board} entfernt", "{user} has deleted stack {stack} on board {board}" : "{user} hat den Stapel {stack} auf dem Board {board} gelöscht",
"You have created card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "You have created card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"{user} has created card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "{user} has created card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"You have deleted card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "You have deleted card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"You have renamed the card {before} to {card}" : "Du hast die Karte {before} in {card} umbenannt", "You have renamed the card {before} to {card}" : "Du hast die Karte {before} in {card} umbenannt",
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt", "{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
"You have added a description to card {card} in list {stack} on board {board}" : "Du hast der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "You have added a description to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"You have updated the description of card {card} in list {stack} on board {board}" : "Du hast die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "You have updated the description of card {card} in stack {stack} on board {board}" : "Du hast die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"You have archived card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} archiviert", "You have archived card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
"{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", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert", "You have unarchived card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {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", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} dearchiviert",
"You have removed the due date of card {card}" : "Du hast das Fälligkeitsdatum der Karte {card} entfernt", "You have removed the due date of card {card}" : "Du hast 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", "{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}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt", "You have set the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt", "{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Du hast der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Du hast von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} hat von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Du hast die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Du hast die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} hat die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} hat die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"You have added the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} zur Karte {card} hinzugefügt", "You have added the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} zur Karte {card} hinzugefügt",
"{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt", "{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt",
"You have updated the attachment {attachment} on card {card}" : "Du hast den Anhang {attachment} der Karte {card} aktualisiert", "You have updated the attachment {attachment} on card {card}" : "Du hast den Anhang {attachment} der Karte {card} aktualisiert",
@@ -70,7 +70,7 @@ OC.L10N.register(
"Personal" : "Persönlich", "Personal" : "Persönlich",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"%s has mentioned you in a comment on \"%s\"." : " %s hat Dich in einem Kommentar zu \"%s\" erwähnt.", "%s has mentioned you in a comment on \"%s\"." : " %s hat Dich in einem Kommentar zu \"%s\" erwähnt.",
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Dich in einem Kommentar zu “%s” erwähnt.", "{user} has mentioned you in a comment on \"%s\"." : "{user} hat Dich in einem Kommentar zu “%s” erwähnt.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.", "The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Neues Board", "Create new board" : "Neues Board",
"new board" : "Neues Board", "new board" : "Neues Board",
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen", "Select board" : "Board auswählen",
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen", "Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Select a board" : "Ein Board auswählen", "Select a board" : "Ein Board auswählen",
@@ -127,11 +126,10 @@ OC.L10N.register(
"Next 7 days" : "Die nächsten 7 Tage", "Next 7 days" : "Die nächsten 7 Tage",
"Next 30 days" : "Die nächsten 30 Tage", "Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum", "No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Show archived cards" : "Archivierte Karten anzeigen", "Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten", "Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details", "Details" : "Details",
"Loading board" : "Lade Board", "Loading board" : "Board laden",
"Board not found" : "Board nicht gefunden", "Board not found" : "Board nicht gefunden",
"Sharing" : "Teilen", "Sharing" : "Teilen",
"Tags" : "Schlagworte", "Tags" : "Schlagworte",
@@ -140,7 +138,7 @@ OC.L10N.register(
"Deleted lists" : "Gelöschte Listen", "Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig", "Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten", "Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…", "Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Board owner" : "Board-Besitzer", "Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)", "(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)", "(Circle)" : "(Kreis)",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "kann teilen", "Can share" : "kann teilen",
"Can manage" : "kann verwalten", "Can manage" : "kann verwalten",
"Delete" : "Löschen", "Delete" : "Löschen",
"Add a new list" : "Eine neue Liste hinzufügen", "Add a new stack" : "Neuer Stapel",
"Delete list" : "Liste löschen", "Delete list" : "Liste löschen",
"Add card" : "Karte hinzufügen", "Add card" : "Karte hinzufügen",
"Add a new card" : "Neue Karte hinzufügen", "Add a new card" : "Neue Karte hinzufügen",
"Edit" : "Bearbeiten", "Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen", "Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Title" : "Titel",
"Members" : "Mitglieder",
"Add this attachment" : "Diesen Anhang anhängen", "Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen", "Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen", "Restore Attachment" : "Anhang wiederherstellen",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere…)", "(Saving…)" : "(Speichere…)",
"Formatting help" : "Formatierungshilfe", "Formatting help" : "Formatierungshilfe",
"Add Attachment" : "Anhang anhängen",
"Edit description" : "Beschreibung bearbeiten", "Edit description" : "Beschreibung bearbeiten",
"View description" : "Beschreibung anzeigen", "View description" : "Beschreibung anzeigen",
"Add Attachment" : "Anhang anhängen",
"Attachments" : "Anhänge", "Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen", "Choose attachment" : "Anhang auswählen",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"(group)" : "(Gruppe)", "(group)" : "(Gruppe)",
"(circle)" : "(Kreis)", "(circle)" : "(Kreis)",
"seconds ago" : "Gerade eben",
"Assign to me" : "Mir zuweisen", "Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen", "Delete card" : "Karte löschen",
"Move card" : "Karte verschieben", "Move card" : "Karte verschieben",
"Card details" : "Kartendetails", "Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Select a stack" : "Stapel auswählen",
"Select a list" : "Eine Liste auswählen", "seconds ago" : "Gerade eben",
"All boards" : "Alle Boards", "All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards", "Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Dir geteilt", "Shared boards" : "Geteilte Boards",
"Settings" : "Einstellungen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken", "Limit deck usage of groups" : "Nutzung von Deck 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel", "New board title" : "Board-Titel",
"Share" : "Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE). ",
"Options" : "Optionen",
"Edit board" : "Board bearbeiten", "Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
"Archive board " : "Board archivieren",
"Delete board " : "Board löschen",
"Board details" : "Board-Details",
"Board {0} deleted" : "Board {0} gelöscht",
"An error occurred" : "Es ist ein Fehler aufgetreten", "An error occurred" : "Es ist ein Fehler aufgetreten",
"Clone board" : "Board klonen",
"Archive board" : "Board archivieren",
"Unarchive board" : "Board dearchivieren",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich dieses Board {title} mit all seinen Daten löschen?", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich dieses Board {title} mit all seinen Daten löschen?",
"Delete the board?" : "Das Board löschen?", "Delete the board?" : "Das Board löschen?",
"Delete board" : "Board löschen",
"Board details" : "Board-Details",
"Link to a board" : "Mit einem Board verknüpfen", "Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen", "Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} hat das Board {before} archiviert", "{user} has archived the board {before}" : "{user} hat das Board {before} archiviert",
"You have unarchived the board {board}" : "Du hast das Board {board} dearchiviert", "You have unarchived the board {board}" : "Du hast das Board {board} dearchiviert",
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert", "{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
"You have created a new list {stack} on board {board}" : "Du hast die neue Liste {stack} auf dem Board {board} erstellt", "You have created a new stack {stack} on board {board}" : "Du hast den neuen Stapel {stack} auf dem Board {board} erstellt",
"{user} has created a new list {stack} on board {board}" : "{user} hat die neue Liste {stack} auf dem Board {board} erstellt", "{user} has created a new stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
"You have renamed list {before} to {stack} on board {board}" : "Du hast die Liste {before} auf dem Board {board} in {stack} umbenannt", "You have renamed stack {before} to {stack} on board {board}" : "Du hast den Stapel {before} auf dem Board {board} in {stack} umbenannt",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} hat die Liste {before} in {stack} auf dem Board {board} umbenannt", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
"You have deleted list {stack} on board {board}" : "Du hast die Liste {stack} auf dem Board {board} gelöscht", "You have deleted stack {stack} on board {board}" : "Du hast den Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted list {stack} on board {board}" : "{user} hat die Liste {stack} aus dem Board {board} entfernt", "{user} has deleted stack {stack} on board {board}" : "{user} hat den Stapel {stack} auf dem Board {board} gelöscht",
"You have created card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "You have created card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"{user} has created card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "{user} has created card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"You have deleted card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "You have deleted card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"You have renamed the card {before} to {card}" : "Du hast die Karte {before} in {card} umbenannt", "You have renamed the card {before} to {card}" : "Du hast die Karte {before} in {card} umbenannt",
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt", "{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
"You have added a description to card {card} in list {stack} on board {board}" : "Du hast der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "You have added a description to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"You have updated the description of card {card} in list {stack} on board {board}" : "Du hast die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "You have updated the description of card {card} in stack {stack} on board {board}" : "Du hast die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"You have archived card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} archiviert", "You have archived card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
"{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", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
"You have unarchived card {card} in list {stack} on board {board}" : "Du hast die Karte {card} in der Liste {stack} auf dem Board {board} dearchiviert", "You have unarchived card {card} in stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {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", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} dearchiviert",
"You have removed the due date of card {card}" : "Du hast das Fälligkeitsdatum der Karte {card} entfernt", "You have removed the due date of card {card}" : "Du hast 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", "{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}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt", "You have set the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt", "{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "You have updated the due date of card {card} to {after}" : "Du hast das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Du hast der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Du hast der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Du hast von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Du hast von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} hat von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "You have assigned {assigneduser} to card {card} on board {board}" : "Du hast {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "You have unassigned {assigneduser} from card {card} on board {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Du hast die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Du hast die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} hat die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} hat die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"You have added the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} zur Karte {card} hinzugefügt", "You have added the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} zur Karte {card} hinzugefügt",
"{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt", "{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt",
"You have updated the attachment {attachment} on card {card}" : "Du hast den Anhang {attachment} der Karte {card} aktualisiert", "You have updated the attachment {attachment} on card {card}" : "Du hast den Anhang {attachment} der Karte {card} aktualisiert",
@@ -68,7 +68,7 @@
"Personal" : "Persönlich", "Personal" : "Persönlich",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Dir von %s zugewiesen.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"%s has mentioned you in a comment on \"%s\"." : " %s hat Dich in einem Kommentar zu \"%s\" erwähnt.", "%s has mentioned you in a comment on \"%s\"." : " %s hat Dich in einem Kommentar zu \"%s\" erwähnt.",
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Dich in einem Kommentar zu “%s” erwähnt.", "{user} has mentioned you in a comment on \"%s\"." : "{user} hat Dich in einem Kommentar zu “%s” erwähnt.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.", "The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
@@ -99,7 +99,6 @@
"Create new board" : "Neues Board", "Create new board" : "Neues Board",
"new board" : "Neues Board", "new board" : "Neues Board",
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen", "Select board" : "Board auswählen",
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen", "Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Select a board" : "Ein Board auswählen", "Select a board" : "Ein Board auswählen",
@@ -125,11 +124,10 @@
"Next 7 days" : "Die nächsten 7 Tage", "Next 7 days" : "Die nächsten 7 Tage",
"Next 30 days" : "Die nächsten 30 Tage", "Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum", "No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Show archived cards" : "Archivierte Karten anzeigen", "Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten", "Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details", "Details" : "Details",
"Loading board" : "Lade Board", "Loading board" : "Board laden",
"Board not found" : "Board nicht gefunden", "Board not found" : "Board nicht gefunden",
"Sharing" : "Teilen", "Sharing" : "Teilen",
"Tags" : "Schlagworte", "Tags" : "Schlagworte",
@@ -138,7 +136,7 @@
"Deleted lists" : "Gelöschte Listen", "Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig", "Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten", "Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…", "Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Board owner" : "Board-Besitzer", "Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)", "(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)", "(Circle)" : "(Kreis)",
@@ -146,15 +144,13 @@
"Can share" : "kann teilen", "Can share" : "kann teilen",
"Can manage" : "kann verwalten", "Can manage" : "kann verwalten",
"Delete" : "Löschen", "Delete" : "Löschen",
"Add a new list" : "Eine neue Liste hinzufügen", "Add a new stack" : "Neuer Stapel",
"Delete list" : "Liste löschen", "Delete list" : "Liste löschen",
"Add card" : "Karte hinzufügen", "Add card" : "Karte hinzufügen",
"Add a new card" : "Neue Karte hinzufügen", "Add a new card" : "Neue Karte hinzufügen",
"Edit" : "Bearbeiten", "Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen", "Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Title" : "Titel",
"Members" : "Mitglieder",
"Add this attachment" : "Diesen Anhang anhängen", "Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen", "Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen", "Restore Attachment" : "Anhang wiederherstellen",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere…)", "(Saving…)" : "(Speichere…)",
"Formatting help" : "Formatierungshilfe", "Formatting help" : "Formatierungshilfe",
"Add Attachment" : "Anhang anhängen",
"Edit description" : "Beschreibung bearbeiten", "Edit description" : "Beschreibung bearbeiten",
"View description" : "Beschreibung anzeigen", "View description" : "Beschreibung anzeigen",
"Add Attachment" : "Anhang anhängen",
"Attachments" : "Anhänge", "Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen", "Choose attachment" : "Anhang auswählen",
@@ -187,32 +183,30 @@
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"(group)" : "(Gruppe)", "(group)" : "(Gruppe)",
"(circle)" : "(Kreis)", "(circle)" : "(Kreis)",
"seconds ago" : "Gerade eben",
"Assign to me" : "Mir zuweisen", "Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen", "Delete card" : "Karte löschen",
"Move card" : "Karte verschieben", "Move card" : "Karte verschieben",
"Card details" : "Kartendetails", "Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Select a stack" : "Stapel auswählen",
"Select a list" : "Eine Liste auswählen", "seconds ago" : "Gerade eben",
"All boards" : "Alle Boards", "All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards", "Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Dir geteilt", "Shared boards" : "Geteilte Boards",
"Settings" : "Einstellungen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken", "Limit deck usage of groups" : "Nutzung von Deck 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel", "New board title" : "Board-Titel",
"Share" : "Benötigt keine Übersetzung. Für Android wird nur die formelle Übersetzung verwendet (de_DE). ",
"Options" : "Optionen",
"Edit board" : "Board bearbeiten", "Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
"Archive board " : "Board archivieren",
"Delete board " : "Board löschen",
"Board details" : "Board-Details",
"Board {0} deleted" : "Board {0} gelöscht",
"An error occurred" : "Es ist ein Fehler aufgetreten", "An error occurred" : "Es ist ein Fehler aufgetreten",
"Clone board" : "Board klonen",
"Archive board" : "Board archivieren",
"Unarchive board" : "Board dearchivieren",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich dieses Board {title} mit all seinen Daten löschen?", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich dieses Board {title} mit all seinen Daten löschen?",
"Delete the board?" : "Das Board löschen?", "Delete the board?" : "Das Board löschen?",
"Delete board" : "Board löschen",
"Board details" : "Board-Details",
"Link to a board" : "Mit einem Board verknüpfen", "Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen", "Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} hat das Board {before} archiviert", "{user} has archived the board {before}" : "{user} hat das Board {before} archiviert",
"You have unarchived the board {board}" : "Sie haben das Board {board} dearchiviert", "You have unarchived the board {board}" : "Sie haben das Board {board} dearchiviert",
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert", "{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
"You have created a new list {stack} on board {board}" : "Sie haben die neue Liste {stack} auf dem Board {board} erstellt", "You have created a new stack {stack} on board {board}" : "Sie haben den neuen Stapel {stack} auf dem Board {board} erstellt",
"{user} has created a new list {stack} on board {board}" : "{user} hat die neue Liste {stack} auf dem Board {board} erstellt", "{user} has created a new stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
"You have renamed list {before} to {stack} on board {board}" : "Sie haben die Liste {before} auf dem Board {board} in {stack} umbenannt", "You have renamed stack {before} to {stack} on board {board}" : "Sie haben den Stapel {before} auf dem Board {board} in {stack} umbenannt",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} hat die Liste {before} in {stack} auf dem Board {board} umbenannt", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
"You have deleted list {stack} on board {board}" : "Sie haben die Liste {stack} aus dem Board {board} entfernt", "You have deleted stack {stack} on board {board}" : "Sie haben den Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted list {stack} on board {board}" : "{user} hat die Liste {stack} aus dem Board {board} entfernt", "{user} has deleted stack {stack} on board {board}" : "{user} hat den Stapel {stack} auf dem Board {board} gelöscht",
"You have created card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "You have created card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"{user} has created card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "{user} has created card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"You have deleted card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "You have deleted card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted card {card} in list {stack} on board {board}" : " {user} hat die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"You have renamed the card {before} to {card}" : "Sie haben die Karte {before} in {card} umbenannt", "You have renamed the card {before} to {card}" : "Sie haben die Karte {before} in {card} umbenannt",
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt", "{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
"You have added a description to card {card} in list {stack} on board {board}" : "Sie haben der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "You have added a description to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"You have updated the description of card {card} in list {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "You have updated the description of card {card} in stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"You have archived card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} archiviert", "You have archived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
"{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", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {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", "You have unarchived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {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", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} dearchiviert",
"You have removed the due date of card {card}" : "Sie haben das Fälligkeitsdatum der Karte {card} entfernt", "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", "{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", "You have set the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt", "{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Sie haben der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Sie haben von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} hat von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Sie haben die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Sie haben die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} hat die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} hat die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"You have added the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} zur Karte {card} hinzugefügt", "You have added the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} zur Karte {card} hinzugefügt",
"{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt", "{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt",
"You have updated the attachment {attachment} on card {card}" : "Sie haben den Anhang {attachment} der Karte {card} aktualisiert", "You have updated the attachment {attachment} on card {card}" : "Sie haben den Anhang {attachment} der Karte {card} aktualisiert",
@@ -70,7 +70,7 @@ OC.L10N.register(
"Personal" : "Persönlich", "Personal" : "Persönlich",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"%s has mentioned you in a comment on \"%s\"." : "%s hat Sie in einem Kommentar zu \"%s\" erwähnt.", "%s has mentioned you in a comment on \"%s\"." : "%s hat Sie in einem Kommentar zu \"%s\" erwähnt.",
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Sie in einem Kommentar zu \"%s\" erwähnt.", "{user} has mentioned you in a comment on \"%s\"." : "{user} hat Sie in einem Kommentar zu \"%s\" erwähnt.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.", "The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.",
@@ -84,12 +84,12 @@ OC.L10N.register(
"To do" : "Offen", "To do" : "Offen",
"Doing" : "In Arbeit", "Doing" : "In Arbeit",
"Done" : "Erledigt", "Done" : "Erledigt",
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielsaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielsaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielsaufgabe 1",
"The file was uploaded" : "Die Datei wurde hochgeladen", "The file was uploaded" : "Die Datei wurde hochgeladen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist.",
"The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden", "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen", "No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden", "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Neues Board", "Create new board" : "Neues Board",
"new board" : "Neues Board", "new board" : "Neues Board",
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen", "Select board" : "Board auswählen",
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen", "Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Select a board" : "Ein Board auswählen", "Select a board" : "Ein Board auswählen",
@@ -127,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Die nächsten 7 Tage", "Next 7 days" : "Die nächsten 7 Tage",
"Next 30 days" : "Die nächsten 30 Tage", "Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum", "No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Show archived cards" : "Archivierte Karten anzeigen", "Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten", "Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details", "Details" : "Details",
@@ -140,7 +138,7 @@ OC.L10N.register(
"Deleted lists" : "Gelöschte Listen", "Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig", "Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten", "Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…", "Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Board owner" : "Board-Besitzer", "Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)", "(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)", "(Circle)" : "(Kreis)",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "kann teilen", "Can share" : "kann teilen",
"Can manage" : "kann verwalten", "Can manage" : "kann verwalten",
"Delete" : "Löschen", "Delete" : "Löschen",
"Add a new list" : "Eine neue Liste hinzufügen", "Add a new stack" : "Neuer Stapel",
"Delete list" : "Liste löschen", "Delete list" : "Liste löschen",
"Add card" : "Karte hinzufügen", "Add card" : "Karte hinzufügen",
"Add a new card" : "Neue Karte hinzufügen", "Add a new card" : "Neue Karte hinzufügen",
"Edit" : "Bearbeiten", "Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen", "Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Title" : "Titel",
"Members" : "Mitglieder",
"Add this attachment" : "Diesen Anhang anhängen", "Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen", "Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen", "Restore Attachment" : "Anhang wiederherstellen",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere…)", "(Saving…)" : "(Speichere…)",
"Formatting help" : "Formatierungshilfe", "Formatting help" : "Formatierungshilfe",
"Add Attachment" : "Anhang anhängen",
"Edit description" : "Beschreibung bearbeiten", "Edit description" : "Beschreibung bearbeiten",
"View description" : "Beschreibung anzeigen", "View description" : "Beschreibung anzeigen",
"Add Attachment" : "Anhang anhängen",
"Attachments" : "Anhänge", "Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen", "Choose attachment" : "Anhang auswählen",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"(group)" : "(Gruppe)", "(group)" : "(Gruppe)",
"(circle)" : "(Kreis)", "(circle)" : "(Kreis)",
"seconds ago" : "Gerade eben",
"Assign to me" : "Mir zuweisen", "Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen", "Delete card" : "Karte löschen",
"Move card" : "Karte verschieben", "Move card" : "Karte verschieben",
"Card details" : "Kartendetails", "Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Select a stack" : "Stapel auswählen",
"Select a list" : "Eine Liste auswählen", "seconds ago" : "Gerade eben",
"All boards" : "Alle Boards", "All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards", "Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Ihnen geteilt", "Shared boards" : "Geteilte Boards",
"Settings" : "Einstellungen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken", "Limit deck usage of groups" : "Nutzung von Deck 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel", "New board title" : "Board-Titel",
"Share" : "Teilen",
"Options" : "Optionen",
"Edit board" : "Board bearbeiten", "Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
"Archive board " : "Board archivieren",
"Delete board " : "Board löschen",
"Board details" : "Board-Details",
"Board {0} deleted" : "Board {0} gelöscht",
"An error occurred" : "Es ist ein Fehler aufgetreten", "An error occurred" : "Es ist ein Fehler aufgetreten",
"Clone board" : "Board klonen",
"Archive board" : "Board archivieren",
"Unarchive board" : "Board dearchivieren",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all dessen Daten löschen?", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all dessen Daten löschen?",
"Delete the board?" : "Das Board löschen?", "Delete the board?" : "Das Board löschen?",
"Delete board" : "Board löschen",
"Board details" : "Board-Details",
"Link to a board" : "Mit einem Board verknüpfen", "Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen", "Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} hat das Board {before} archiviert", "{user} has archived the board {before}" : "{user} hat das Board {before} archiviert",
"You have unarchived the board {board}" : "Sie haben das Board {board} dearchiviert", "You have unarchived the board {board}" : "Sie haben das Board {board} dearchiviert",
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert", "{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
"You have created a new list {stack} on board {board}" : "Sie haben die neue Liste {stack} auf dem Board {board} erstellt", "You have created a new stack {stack} on board {board}" : "Sie haben den neuen Stapel {stack} auf dem Board {board} erstellt",
"{user} has created a new list {stack} on board {board}" : "{user} hat die neue Liste {stack} auf dem Board {board} erstellt", "{user} has created a new stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
"You have renamed list {before} to {stack} on board {board}" : "Sie haben die Liste {before} auf dem Board {board} in {stack} umbenannt", "You have renamed stack {before} to {stack} on board {board}" : "Sie haben den Stapel {before} auf dem Board {board} in {stack} umbenannt",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} hat die Liste {before} in {stack} auf dem Board {board} umbenannt", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
"You have deleted list {stack} on board {board}" : "Sie haben die Liste {stack} aus dem Board {board} entfernt", "You have deleted stack {stack} on board {board}" : "Sie haben den Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted list {stack} on board {board}" : "{user} hat die Liste {stack} aus dem Board {board} entfernt", "{user} has deleted stack {stack} on board {board}" : "{user} hat den Stapel {stack} auf dem Board {board} gelöscht",
"You have created card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "You have created card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"{user} has created card {card} in list {stack} on board {board}" : "{user} hat die Karte {card} in der Liste {stack} auf dem Board {board} erstellt", "{user} has created card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} erstellt",
"You have deleted card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "You have deleted card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"{user} has deleted card {card} in list {stack} on board {board}" : " {user} hat die Karte {card} in der Liste {stack} auf dem Board {board} gelöscht", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} gelöscht",
"You have renamed the card {before} to {card}" : "Sie haben die Karte {before} in {card} umbenannt", "You have renamed the card {before} to {card}" : "Sie haben die Karte {before} in {card} umbenannt",
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt", "{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
"You have added a description to card {card} in list {stack} on board {board}" : "Sie haben der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "You have added a description to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} eine Beschreibung hinzugefügt", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} eine Beschreibung hinzugefügt",
"You have updated the description of card {card} in list {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "You have updated the description of card {card} in stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} in der Liste {stack} auf dem Board {board} aktualisiert", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualisiert",
"You have archived card {card} in list {stack} on board {board}" : "Sie haben die Karte {card} in der Liste {stack} auf dem Board {board} archiviert", "You have archived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
"{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", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {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", "You have unarchived card {card} in stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {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", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} dearchiviert",
"You have removed the due date of card {card}" : "Sie haben das Fälligkeitsdatum der Karte {card} entfernt", "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", "{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", "You have set the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt", "{user} has set the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} gesetzt",
"You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "You have updated the due date of card {card} to {after}" : "Sie haben das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert", "{user} has updated the due date of card {card} to {after}" : "{user} hat das Fälligkeitsdatum der Karte {card} auf {after} aktualisiert",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Sie haben der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Sie haben der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} hat der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Sie haben von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Sie haben von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} hat von der Karte {card} in der Liste {stack} auf dem Board {board} das Schlagwort {label} entfernt", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} im Stapel {stack} auf dem Board {board} das Schlagwort {label} entfernt",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "You have assigned {assigneduser} to card {card} on board {board}" : "Sie haben {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hat {assigneduser} der Karte {card} auf dem Board {board} zugewiesen",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "You have unassigned {assigneduser} from card {card} on board {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf dem Board {board} aufgehoben",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Sie haben die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Sie haben die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} hat die Karte {card} von der Liste {stackBefore} nach {stack} verschoben", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} hat die Karte {card} vom Stapel {stackBefore} nach {stack} verschoben",
"You have added the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} zur Karte {card} hinzugefügt", "You have added the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} zur Karte {card} hinzugefügt",
"{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt", "{user} has added the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} zur Karte {card} hinzugefügt",
"You have updated the attachment {attachment} on card {card}" : "Sie haben den Anhang {attachment} der Karte {card} aktualisiert", "You have updated the attachment {attachment} on card {card}" : "Sie haben den Anhang {attachment} der Karte {card} aktualisiert",
@@ -68,7 +68,7 @@
"Personal" : "Persönlich", "Personal" : "Persönlich",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.", "{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.",
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.", "The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" auf \"%s\" ist überfällig.",
"%s has mentioned you in a comment on \"%s\"." : "%s hat Sie in einem Kommentar zu \"%s\" erwähnt.", "%s has mentioned you in a comment on \"%s\"." : "%s hat Sie in einem Kommentar zu \"%s\" erwähnt.",
"{user} has mentioned you in a comment on \"%s\"." : "{user} hat Sie in einem Kommentar zu \"%s\" erwähnt.", "{user} has mentioned you in a comment on \"%s\"." : "{user} hat Sie in einem Kommentar zu \"%s\" erwähnt.",
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.", "The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Ihnen geteilt.",
@@ -82,12 +82,12 @@
"To do" : "Offen", "To do" : "Offen",
"Doing" : "In Arbeit", "Doing" : "In Arbeit",
"Done" : "Erledigt", "Done" : "Erledigt",
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielsaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielsaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielsaufgabe 1",
"The file was uploaded" : "Die Datei wurde hochgeladen", "The file was uploaded" : "Die Datei wurde hochgeladen",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist.",
"The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden", "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen", "No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden", "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
@@ -99,7 +99,6 @@
"Create new board" : "Neues Board", "Create new board" : "Neues Board",
"new board" : "Neues Board", "new board" : "Neues Board",
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen", "Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
"Search by board title" : "Nach einem Board suchen",
"Select board" : "Board auswählen", "Select board" : "Board auswählen",
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen", "Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
"Select a board" : "Ein Board auswählen", "Select a board" : "Ein Board auswählen",
@@ -125,7 +124,6 @@
"Next 7 days" : "Die nächsten 7 Tage", "Next 7 days" : "Die nächsten 7 Tage",
"Next 30 days" : "Die nächsten 30 Tage", "Next 30 days" : "Die nächsten 30 Tage",
"No due date" : "Kein Fälligkeitsdatum", "No due date" : "Kein Fälligkeitsdatum",
"Clear filter" : "Filter zurücksetzen",
"Show archived cards" : "Archivierte Karten anzeigen", "Show archived cards" : "Archivierte Karten anzeigen",
"Toggle compact mode" : "Kompaktmodus umschalten", "Toggle compact mode" : "Kompaktmodus umschalten",
"Details" : "Details", "Details" : "Details",
@@ -138,7 +136,7 @@
"Deleted lists" : "Gelöschte Listen", "Deleted lists" : "Gelöschte Listen",
"Undo" : "Rückgängig", "Undo" : "Rückgängig",
"Deleted cards" : "Gelöschte Karten", "Deleted cards" : "Gelöschte Karten",
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…", "Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
"Board owner" : "Board-Besitzer", "Board owner" : "Board-Besitzer",
"(Group)" : "(Gruppe)", "(Group)" : "(Gruppe)",
"(Circle)" : "(Kreis)", "(Circle)" : "(Kreis)",
@@ -146,15 +144,13 @@
"Can share" : "kann teilen", "Can share" : "kann teilen",
"Can manage" : "kann verwalten", "Can manage" : "kann verwalten",
"Delete" : "Löschen", "Delete" : "Löschen",
"Add a new list" : "Eine neue Liste hinzufügen", "Add a new stack" : "Neuer Stapel",
"Delete list" : "Liste löschen", "Delete list" : "Liste löschen",
"Add card" : "Karte hinzufügen", "Add card" : "Karte hinzufügen",
"Add a new card" : "Neue Karte hinzufügen", "Add a new card" : "Neue Karte hinzufügen",
"Edit" : "Bearbeiten", "Edit" : "Bearbeiten",
"Add a new tag" : "Neues Schlagwort hinzufügen", "Add a new tag" : "Neues Schlagwort hinzufügen",
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden", "title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
"Title" : "Titel",
"Members" : "Mitglieder",
"Add this attachment" : "Diesen Anhang anhängen", "Add this attachment" : "Diesen Anhang anhängen",
"Delete Attachment" : "Anhang löschen", "Delete Attachment" : "Anhang löschen",
"Restore Attachment" : "Anhang wiederherstellen", "Restore Attachment" : "Anhang wiederherstellen",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(nicht gespeichert)", "(Unsaved)" : "(nicht gespeichert)",
"(Saving…)" : "(Speichere…)", "(Saving…)" : "(Speichere…)",
"Formatting help" : "Formatierungshilfe", "Formatting help" : "Formatierungshilfe",
"Add Attachment" : "Anhang anhängen",
"Edit description" : "Beschreibung bearbeiten", "Edit description" : "Beschreibung bearbeiten",
"View description" : "Beschreibung anzeigen", "View description" : "Beschreibung anzeigen",
"Add Attachment" : "Anhang anhängen",
"Attachments" : "Anhänge", "Attachments" : "Anhänge",
"Comments" : "Kommentare", "Comments" : "Kommentare",
"Choose attachment" : "Anhang auswählen", "Choose attachment" : "Anhang auswählen",
@@ -187,32 +183,30 @@
"Update" : "Aktualisieren", "Update" : "Aktualisieren",
"(group)" : "(Gruppe)", "(group)" : "(Gruppe)",
"(circle)" : "(Kreis)", "(circle)" : "(Kreis)",
"seconds ago" : "Gerade eben",
"Assign to me" : "Mir zuweisen", "Assign to me" : "Mir zuweisen",
"Unassign myself" : "Nicht mehr mir zuweisen",
"Unarchive card" : "Karte dearchivieren",
"Archive card" : "Karte archivieren",
"Delete card" : "Karte löschen", "Delete card" : "Karte löschen",
"Move card" : "Karte verschieben", "Move card" : "Karte verschieben",
"Card details" : "Kartendetails", "Card details" : "Kartendetails",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Select a stack" : "Stapel auswählen",
"Select a list" : "Eine Liste auswählen", "seconds ago" : "Gerade eben",
"All boards" : "Alle Boards", "All boards" : "Alle Boards",
"Archived boards" : "Archivierte Boards", "Archived boards" : "Archivierte Boards",
"Shared with you" : "Mit Ihnen geteilt", "Shared boards" : "Geteilte Boards",
"Settings" : "Einstellungen",
"Limit deck usage of groups" : "Nutzung von Deck auf Gruppen einschränken", "Limit deck usage of groups" : "Nutzung von Deck 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. 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." : "Durch die Begrenzung von Deck werden Benutzer, die nicht Teil dieser Gruppen sind, daran gehindert, eigene Boards zu erstellen. Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
"New board title" : "Board-Titel", "New board title" : "Board-Titel",
"Share" : "Teilen",
"Options" : "Optionen",
"Edit board" : "Board bearbeiten", "Edit board" : "Board bearbeiten",
"Clone board " : "Board duplizieren",
"Unarchive board " : "Board dearchivieren",
"Archive board " : "Board archivieren",
"Delete board " : "Board löschen",
"Board details" : "Board-Details",
"Board {0} deleted" : "Board {0} gelöscht",
"An error occurred" : "Es ist ein Fehler aufgetreten", "An error occurred" : "Es ist ein Fehler aufgetreten",
"Clone board" : "Board klonen",
"Archive board" : "Board archivieren",
"Unarchive board" : "Board dearchivieren",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all dessen Daten löschen?", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all dessen Daten löschen?",
"Delete the board?" : "Das Board löschen?", "Delete the board?" : "Das Board löschen?",
"Delete board" : "Board löschen",
"Board details" : "Board-Details",
"Link to a board" : "Mit einem Board verknüpfen", "Link to a board" : "Mit einem Board verknüpfen",
"Link to a card" : "Mit einer Karte verknüpfen", "Link to a card" : "Mit einer Karte verknüpfen",
"Something went wrong" : "Etwas ist schiefgelaufen", "Something went wrong" : "Etwas ist schiefgelaufen",

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "Ο {user} αρχειοθέτησε τον πίνακα {before}", "{user} has archived the board {before}" : "Ο {user} αρχειοθέτησε τον πίνακα {before}",
"You have unarchived the board {board}" : "Επαναφέρατε τον πίνακα {board} από αρχείο", "You have unarchived the board {board}" : "Επαναφέρατε τον πίνακα {board} από αρχείο",
"{user} has unarchived the board {before}" : "Ο {user} επανέφερε τον πίνακα {before} από αρχείο", "{user} has unarchived the board {before}" : "Ο {user} επανέφερε τον πίνακα {before} από αρχείο",
"You have created a new list {stack} on board {board}" : "Έχετε δημιουργήσει μια νέα λίστα {stack} στον πίνακα {board}", "You have created a new stack {stack} on board {board}" : "Έχετε δημιουργήσει μια νέα στοίβα {stack} στον πίνακα {board}",
"{user} has created a new list {stack} on board {board}" : "Ο {user} δημιούργησε μια νέα λίστα {stack} στον πίνακα {board}", "{user} has created a new stack {stack} on board {board}" : "Ο {user} δημιούργησε νέα στοίβα {stack} στον πίνακα {board}",
"You have renamed list {before} to {stack} on board {board}" : "Μετονομάσατε την λίστα {before} σε {stack} στον πίνακα {board}", "You have renamed stack {before} to {stack} on board {board}" : "Μετονομάσατε την στοίβα {before} σε {stack} στον πίνακα {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "Ο {user} μετονόμασε την λίστα {before} σε {stack} στον πίνακα {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "Ο {user} μετονόμασε την στοίβα {before} σε {stack} στον πίνακα {board}",
"You have deleted list {stack} on board {board}" : "Διαγράψατε την λίστα {stack} στον πίνακα {board}", "You have deleted stack {stack} on board {board}" : "Διαγράψατε την στοίβα {stack} στον πίνακα {board}",
"{user} has deleted list {stack} on board {board}" : "Ο {user} διέγραψε την λίστα {stack} στον πίνακα {board}", "{user} has deleted stack {stack} on board {board}" : "Ο {user} διέγραψε την στοίβα {stack} στον πίνακα {board}",
"You have created card {card} in list {stack} on board {board}" : "Δημιουργήσατε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "You have created card {card} in stack {stack} on board {board}" : "Δημιουργήσατε καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"{user} has created card {card} in list {stack} on board {board}" : "Ο {user} δημιούργησε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "{user} has created card {card} in stack {stack} on board {board}" : "Ο {user} δημιούργησε καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Διαγράψατε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Διαγράψατε την καρτέλα{card} στην στοίβα {stack} του πίνακα {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "Ο {user} διέγραψε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "Ο {user} διέγραψε την καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"You have renamed the card {before} to {card}" : "Μετονομάσατε την καρτέλα {before} σε {card}", "You have renamed the card {before} to {card}" : "Μετονομάσατε την καρτέλα {before} σε {card}",
"{user} has renamed the card {before} to {card}" : "Ο {user} μετονόμασε την καρτέλα {before} σε {card}", "{user} has renamed the card {before} to {card}" : "Ο {user} μετονόμασε την καρτέλα {before} σε {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Προσθέσατε μια περιγραφή στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Προσθέσατε περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "Ο {user} πρόσθεσε μια περιγραφή στην καρτέλα {card} της λίστας {stack} του πίνακα {board} ", "{user} has added a description to card {card} in stack {stack} on board {board}" : "Ο {user} πρόσθεσε περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board} ",
"You have updated the description of card {card} in list {stack} on board {board}" : "Ενημερώσατε την περιγραφή στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Ενημερώσατε την περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "Ο {user} ενημέρωσε την περιγραφή της καρτέλας {card} στη λίστα {stack} του πίνακα {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "Ο {user} ενημέρωσε την περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"You have archived card {card} in list {stack} on board {board}" : "Αρχειοθετήσατε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ", "You have archived card {card} in stack {stack} on board {board}" : "Έχετε αρχειοθετήσει την κάρτα {card} στην στοίβα {stack} του πίνακα {board} ",
"{user} has archived card {card} in list {stack} on board {board}" : "Ο {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ", "{user} has archived card {card} in stack {stack} on board {board}" : "Ο {user} αρχειοθέτησε την κάρτα {card} στην στοίβα {stack} του πίνακα {board} ",
"You have unarchived card {card} in list {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "Ο {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "Ο {user} επανέφερε από το αρχείο την κάρτα {card} στην στοίβα {stack} του πίνακα {board}",
"You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}", "You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
"{user} has removed the due date of card {card}" : "Ο {user} κατήργησε την ημερομηνία λήξης της καρτέλας {card}", "{user} has removed the due date of card {card}" : "Ο {user} κατήργησε την ημερομηνία λήξης της καρτέλας {card}",
"You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}", "You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
"{user} has set the due date of card {card} to {after}" : "Ο {user} όρισε την ημερομηνία λήξης της καρτέλας {card} σε {after} ", "{user} has set the due date of card {card} to {after}" : "Ο {user} όρισε την ημερομηνία λήξης της καρτέλας {card} σε {after} ",
"You have updated the due date of card {card} to {after}" : "Ενημερώσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}", "You have updated the due date of card {card} to {after}" : "Ενημερώσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
"{user} has updated the due date of card {card} to {after}" : "Ο {user} ενημέρωσε την ημερομηνία λήξης της καρτέλας {card} σε {after}", "{user} has updated the due date of card {card} to {after}" : "Ο {user} ενημέρωσε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Προσθέσατε ετικέτα στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Προσθέσατε ετικέτα στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "Ο {user} πρόσθεσε ετικέτα στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "Ο {user} πρόσθεσε ετικέτα στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Αφαιρέσατε την ετικέτα από την καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Αφαιρέσατε την ετικέτα από την καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "Ο {user} αφαίρεσε την ετικέτα της καρτέλα {card} της λίστας {stack} του πίνακα {board} ", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "Ο {user} αφαίρεσε την ετικέτα της καρτέλα {card} της στοίβας {stack} του πίνακα {board} ",
"You have assigned {assigneduser} to card {card} on board {board}" : "Έχετε ορίσει τον {assigneduser} στην καρτέλα {card} στον πίνακα {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Έχετε ορίσει τον {assigneduser} στην καρτέλα {card} στον πίνακα {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "Ο {user} έχει ορισθεί {assigneduser} στην καρτέλα {card} του πίνακα {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "Ο {user} έχει ορισθεί {assigneduser} στην καρτέλα {card} του πίνακα {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Έχετε αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Έχετε αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "Ο {user} έχει αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "Ο {user} έχει αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Μετακινήσατε την καρτέλα {card} από την λίστα {stackBefore} στη {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Μετακινήσατε την καρτέλα {card} από την στοίβα {stackBefore} στη {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "Ο {user} μετακίνησε την καρτέλα {card} από την λίστα {stackBefore} στην {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "Ο {user} μετακίνησε την καρτέλα {card} από την στοίβα {stackBefore} στην {stack}",
"You have added the attachment {attachment} to card {card}" : "Προσθέσατε το συνημμένο {attachment} στην καρτέλα {card}", "You have added the attachment {attachment} to card {card}" : "Προσθέσατε το συνημμένο {attachment} στην καρτέλα {card}",
"{user} has added the attachment {attachment} to card {card}" : "Ο {user} πρόσθεσε το συνημμένο {attachment} στην καρτέλα {card}", "{user} has added the attachment {attachment} to card {card}" : "Ο {user} πρόσθεσε το συνημμένο {attachment} στην καρτέλα {card}",
"You have updated the attachment {attachment} on card {card}" : "Ενημερώσατε το συνημμένο {attachment} της καρτέλας {card}", "You have updated the attachment {attachment} on card {card}" : "Ενημερώσατε το συνημμένο {attachment} της καρτέλας {card}",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Δημιουργία νέου πίνακα", "Create new board" : "Δημιουργία νέου πίνακα",
"new board" : "νέος πίνακας", "new board" : "νέος πίνακας",
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο", "Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα", "Select board" : "Επιλογή πίνακα",
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο", "Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
"Select a board" : "Επιλογή ενός πίνακα", "Select a board" : "Επιλογή ενός πίνακα",
@@ -127,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Επόμενες 7 ημέρες", "Next 7 days" : "Επόμενες 7 ημέρες",
"Next 30 days" : "Επόμενες 30 ημέρες", "Next 30 days" : "Επόμενες 30 ημέρες",
"No due date" : "Χωρίς ημερομηνία λήξης", "No due date" : "Χωρίς ημερομηνία λήξης",
"Clear filter" : "Εκκαθάριση φίλτρου",
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν", "Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους", "Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
"Details" : "Λεπτομέρειες", "Details" : "Λεπτομέρειες",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "Μπορεί να διαμοιράσει", "Can share" : "Μπορεί να διαμοιράσει",
"Can manage" : "Μπορεί να διαχειριστεί", "Can manage" : "Μπορεί να διαχειριστεί",
"Delete" : "Διαγραφή", "Delete" : "Διαγραφή",
"Add a new list" : "Προσθήκη νέας λίστας", "Add a new stack" : "Πρόσθεσε νέα συστοιχία",
"Delete list" : "Διαγραφή λίστας", "Delete list" : "Διαγραφή λίστας",
"Add card" : "Προσθήκη κάρτας", "Add card" : "Προσθήκη κάρτας",
"Add a new card" : "Προσθήκη νέας καρτέλας", "Add a new card" : "Προσθήκη νέας καρτέλας",
"Edit" : "Επεξεργασία", "Edit" : "Επεξεργασία",
"Add a new tag" : "Προσθήκη νέας ετικέτας", "Add a new tag" : "Προσθήκη νέας ετικέτας",
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται", "title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
"Title" : "Τίτλος",
"Members" : "Μέλη",
"Add this attachment" : "Προσθήκη αυτού του συνημμένου", "Add this attachment" : "Προσθήκη αυτού του συνημμένου",
"Delete Attachment" : "Διαγραφή Συνημμένου", "Delete Attachment" : "Διαγραφή Συνημμένου",
"Restore Attachment" : "Επαναφορά Συνημμένου", "Restore Attachment" : "Επαναφορά Συνημμένου",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Δεν αποθηκεύτηκε)", "(Unsaved)" : "(Δεν αποθηκεύτηκε)",
"(Saving…)" : "(Αποθήκευση...)", "(Saving…)" : "(Αποθήκευση...)",
"Formatting help" : "Βοήθεια μορφοποίησης", "Formatting help" : "Βοήθεια μορφοποίησης",
"Add Attachment" : "Προσθήκη συνημμένου",
"Edit description" : "Επεξεργασία περιγραφής", "Edit description" : "Επεξεργασία περιγραφής",
"View description" : "Εμφάνιση περιγραφής", "View description" : "Εμφάνιση περιγραφής",
"Add Attachment" : "Προσθήκη συνημμένου",
"Attachments" : "Συνημμένα", "Attachments" : "Συνημμένα",
"Comments" : "Σχόλια", "Comments" : "Σχόλια",
"Choose attachment" : "Επιλογή συνημμένου", "Choose attachment" : "Επιλογή συνημμένου",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Ενημέρωση", "Update" : "Ενημέρωση",
"(group)" : "(ομάδα)", "(group)" : "(ομάδα)",
"(circle)" : "(κύκλος)", "(circle)" : "(κύκλος)",
"seconds ago" : " δευτερόλεπτα πριν ",
"Assign to me" : "Ανάθεση σε εμένα", "Assign to me" : "Ανάθεση σε εμένα",
"Unassign myself" : "Αποδέσμευσή μου",
"Unarchive card" : "Αναίρεση αρχειοθέτησης κάρτας",
"Archive card" : "Αρχειοθέτηση κάρτας",
"Delete card" : "Διαγραφή κάρτας", "Delete card" : "Διαγραφή κάρτας",
"Move card" : "Μετακίνηση κάρτας", "Move card" : "Μετακίνηση κάρτας",
"Card details" : "Λεπτομέρειες καρτέλας", "Card details" : "Λεπτομέρειες καρτέλας",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Select a stack" : "Επιλέξτε στοίβα",
"Select a list" : "Επιλέξτε μια λίστα", "seconds ago" : " δευτερόλεπτα πριν ",
"All boards" : "Όλοι οι πίνακες", "All boards" : "Όλοι οι πίνακες",
"Archived boards" : "Αρχειοθέτηση πινάκων ", "Archived boards" : "Αρχειοθέτηση πινάκων ",
"Shared with you" : "Διαμοιρασμένα μαζί σας", "Shared boards" : "Διαμοιρασμένοι πίνακες",
"Settings" : "Ρυθμίσεις",
"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." : "Ο περιορισμός του 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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"New board title" : "Νέος τίτλος πίνακα", "New board title" : "Νέος τίτλος πίνακα",
"Share" : "Κοινή χρήση",
"Options" : "Επιλογές",
"Edit board" : "Επεξεργασία πίνακα", "Edit board" : "Επεξεργασία πίνακα",
"Clone board " : "Κλωνοποίηση πίνακα",
"Unarchive board " : "Αναίρεση αρχειοθέτησης πίνακα",
"Archive board " : "Αρχειοθέτηση πίνακα",
"Delete board " : "Διαγραφή πίνακα",
"Board details" : "Λεπτομέριες πίνακα",
"Board {0} deleted" : "Διαγράφηκε {0} πίνακας",
"An error occurred" : "Παρουσιάστηκε σφάλμα", "An error occurred" : "Παρουσιάστηκε σφάλμα",
"Clone board" : "Κλωνοποίηση πίνακα",
"Archive board" : "Αρχειοθέτηση πίνακα",
"Unarchive board" : "Αναίρεση αρχειοθέτησης πίνακα",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
"Delete the board?" : "Διαγραφή πίνακα;", "Delete the board?" : "Διαγραφή πίνακα;",
"Delete board" : "Διαγραφή πίνακα",
"Board details" : "Λεπτομέριες πίνακα",
"Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a board" : "Σύνδεσμος στον πίνακα",
"Link to a card" : "Σύνδεσμος σε καρτέλα", "Link to a card" : "Σύνδεσμος σε καρτέλα",
"Something went wrong" : "Κάτι πήγε στραβά", "Something went wrong" : "Κάτι πήγε στραβά",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "Ο {user} αρχειοθέτησε τον πίνακα {before}", "{user} has archived the board {before}" : "Ο {user} αρχειοθέτησε τον πίνακα {before}",
"You have unarchived the board {board}" : "Επαναφέρατε τον πίνακα {board} από αρχείο", "You have unarchived the board {board}" : "Επαναφέρατε τον πίνακα {board} από αρχείο",
"{user} has unarchived the board {before}" : "Ο {user} επανέφερε τον πίνακα {before} από αρχείο", "{user} has unarchived the board {before}" : "Ο {user} επανέφερε τον πίνακα {before} από αρχείο",
"You have created a new list {stack} on board {board}" : "Έχετε δημιουργήσει μια νέα λίστα {stack} στον πίνακα {board}", "You have created a new stack {stack} on board {board}" : "Έχετε δημιουργήσει μια νέα στοίβα {stack} στον πίνακα {board}",
"{user} has created a new list {stack} on board {board}" : "Ο {user} δημιούργησε μια νέα λίστα {stack} στον πίνακα {board}", "{user} has created a new stack {stack} on board {board}" : "Ο {user} δημιούργησε νέα στοίβα {stack} στον πίνακα {board}",
"You have renamed list {before} to {stack} on board {board}" : "Μετονομάσατε την λίστα {before} σε {stack} στον πίνακα {board}", "You have renamed stack {before} to {stack} on board {board}" : "Μετονομάσατε την στοίβα {before} σε {stack} στον πίνακα {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "Ο {user} μετονόμασε την λίστα {before} σε {stack} στον πίνακα {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "Ο {user} μετονόμασε την στοίβα {before} σε {stack} στον πίνακα {board}",
"You have deleted list {stack} on board {board}" : "Διαγράψατε την λίστα {stack} στον πίνακα {board}", "You have deleted stack {stack} on board {board}" : "Διαγράψατε την στοίβα {stack} στον πίνακα {board}",
"{user} has deleted list {stack} on board {board}" : "Ο {user} διέγραψε την λίστα {stack} στον πίνακα {board}", "{user} has deleted stack {stack} on board {board}" : "Ο {user} διέγραψε την στοίβα {stack} στον πίνακα {board}",
"You have created card {card} in list {stack} on board {board}" : "Δημιουργήσατε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "You have created card {card} in stack {stack} on board {board}" : "Δημιουργήσατε καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"{user} has created card {card} in list {stack} on board {board}" : "Ο {user} δημιούργησε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "{user} has created card {card} in stack {stack} on board {board}" : "Ο {user} δημιούργησε καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Διαγράψατε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Διαγράψατε την καρτέλα{card} στην στοίβα {stack} του πίνακα {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "Ο {user} διέγραψε την καρτέλα {card} στην λίστα {stack} του πίνακα {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "Ο {user} διέγραψε την καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"You have renamed the card {before} to {card}" : "Μετονομάσατε την καρτέλα {before} σε {card}", "You have renamed the card {before} to {card}" : "Μετονομάσατε την καρτέλα {before} σε {card}",
"{user} has renamed the card {before} to {card}" : "Ο {user} μετονόμασε την καρτέλα {before} σε {card}", "{user} has renamed the card {before} to {card}" : "Ο {user} μετονόμασε την καρτέλα {before} σε {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Προσθέσατε μια περιγραφή στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Προσθέσατε περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "Ο {user} πρόσθεσε μια περιγραφή στην καρτέλα {card} της λίστας {stack} του πίνακα {board} ", "{user} has added a description to card {card} in stack {stack} on board {board}" : "Ο {user} πρόσθεσε περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board} ",
"You have updated the description of card {card} in list {stack} on board {board}" : "Ενημερώσατε την περιγραφή στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Ενημερώσατε την περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "Ο {user} ενημέρωσε την περιγραφή της καρτέλας {card} στη λίστα {stack} του πίνακα {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "Ο {user} ενημέρωσε την περιγραφή στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"You have archived card {card} in list {stack} on board {board}" : "Αρχειοθετήσατε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ", "You have archived card {card} in stack {stack} on board {board}" : "Έχετε αρχειοθετήσει την κάρτα {card} στην στοίβα {stack} του πίνακα {board} ",
"{user} has archived card {card} in list {stack} on board {board}" : "Ο {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ", "{user} has archived card {card} in stack {stack} on board {board}" : "Ο {user} αρχειοθέτησε την κάρτα {card} στην στοίβα {stack} του πίνακα {board} ",
"You have unarchived card {card} in list {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} στην στοίβα {stack} του πίνακα {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "Ο {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "Ο {user} επανέφερε από το αρχείο την κάρτα {card} στην στοίβα {stack} του πίνακα {board}",
"You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}", "You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
"{user} has removed the due date of card {card}" : "Ο {user} κατήργησε την ημερομηνία λήξης της καρτέλας {card}", "{user} has removed the due date of card {card}" : "Ο {user} κατήργησε την ημερομηνία λήξης της καρτέλας {card}",
"You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}", "You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
"{user} has set the due date of card {card} to {after}" : "Ο {user} όρισε την ημερομηνία λήξης της καρτέλας {card} σε {after} ", "{user} has set the due date of card {card} to {after}" : "Ο {user} όρισε την ημερομηνία λήξης της καρτέλας {card} σε {after} ",
"You have updated the due date of card {card} to {after}" : "Ενημερώσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}", "You have updated the due date of card {card} to {after}" : "Ενημερώσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
"{user} has updated the due date of card {card} to {after}" : "Ο {user} ενημέρωσε την ημερομηνία λήξης της καρτέλας {card} σε {after}", "{user} has updated the due date of card {card} to {after}" : "Ο {user} ενημέρωσε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Προσθέσατε ετικέτα στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Προσθέσατε ετικέτα στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "Ο {user} πρόσθεσε ετικέτα στην καρτέλα {card} της λίστας {stack} του πίνακα {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "Ο {user} πρόσθεσε ετικέτα στην καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Αφαιρέσατε την ετικέτα από την καρτέλα {card} της λίστας {stack} του πίνακα {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Αφαιρέσατε την ετικέτα από την καρτέλα {card} της στοίβας {stack} του πίνακα {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "Ο {user} αφαίρεσε την ετικέτα της καρτέλα {card} της λίστας {stack} του πίνακα {board} ", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "Ο {user} αφαίρεσε την ετικέτα της καρτέλα {card} της στοίβας {stack} του πίνακα {board} ",
"You have assigned {assigneduser} to card {card} on board {board}" : "Έχετε ορίσει τον {assigneduser} στην καρτέλα {card} στον πίνακα {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Έχετε ορίσει τον {assigneduser} στην καρτέλα {card} στον πίνακα {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "Ο {user} έχει ορισθεί {assigneduser} στην καρτέλα {card} του πίνακα {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "Ο {user} έχει ορισθεί {assigneduser} στην καρτέλα {card} του πίνακα {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Έχετε αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Έχετε αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "Ο {user} έχει αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "Ο {user} έχει αφαιρεθεί {assigneduser} από την καρτέλα {card} του πίνακα {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Μετακινήσατε την καρτέλα {card} από την λίστα {stackBefore} στη {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Μετακινήσατε την καρτέλα {card} από την στοίβα {stackBefore} στη {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "Ο {user} μετακίνησε την καρτέλα {card} από την λίστα {stackBefore} στην {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "Ο {user} μετακίνησε την καρτέλα {card} από την στοίβα {stackBefore} στην {stack}",
"You have added the attachment {attachment} to card {card}" : "Προσθέσατε το συνημμένο {attachment} στην καρτέλα {card}", "You have added the attachment {attachment} to card {card}" : "Προσθέσατε το συνημμένο {attachment} στην καρτέλα {card}",
"{user} has added the attachment {attachment} to card {card}" : "Ο {user} πρόσθεσε το συνημμένο {attachment} στην καρτέλα {card}", "{user} has added the attachment {attachment} to card {card}" : "Ο {user} πρόσθεσε το συνημμένο {attachment} στην καρτέλα {card}",
"You have updated the attachment {attachment} on card {card}" : "Ενημερώσατε το συνημμένο {attachment} της καρτέλας {card}", "You have updated the attachment {attachment} on card {card}" : "Ενημερώσατε το συνημμένο {attachment} της καρτέλας {card}",
@@ -99,7 +99,6 @@
"Create new board" : "Δημιουργία νέου πίνακα", "Create new board" : "Δημιουργία νέου πίνακα",
"new board" : "νέος πίνακας", "new board" : "νέος πίνακας",
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο", "Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
"Select board" : "Επιλογή πίνακα", "Select board" : "Επιλογή πίνακα",
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο", "Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
"Select a board" : "Επιλογή ενός πίνακα", "Select a board" : "Επιλογή ενός πίνακα",
@@ -125,7 +124,6 @@
"Next 7 days" : "Επόμενες 7 ημέρες", "Next 7 days" : "Επόμενες 7 ημέρες",
"Next 30 days" : "Επόμενες 30 ημέρες", "Next 30 days" : "Επόμενες 30 ημέρες",
"No due date" : "Χωρίς ημερομηνία λήξης", "No due date" : "Χωρίς ημερομηνία λήξης",
"Clear filter" : "Εκκαθάριση φίλτρου",
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν", "Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους", "Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
"Details" : "Λεπτομέρειες", "Details" : "Λεπτομέρειες",
@@ -146,15 +144,13 @@
"Can share" : "Μπορεί να διαμοιράσει", "Can share" : "Μπορεί να διαμοιράσει",
"Can manage" : "Μπορεί να διαχειριστεί", "Can manage" : "Μπορεί να διαχειριστεί",
"Delete" : "Διαγραφή", "Delete" : "Διαγραφή",
"Add a new list" : "Προσθήκη νέας λίστας", "Add a new stack" : "Πρόσθεσε νέα συστοιχία",
"Delete list" : "Διαγραφή λίστας", "Delete list" : "Διαγραφή λίστας",
"Add card" : "Προσθήκη κάρτας", "Add card" : "Προσθήκη κάρτας",
"Add a new card" : "Προσθήκη νέας καρτέλας", "Add a new card" : "Προσθήκη νέας καρτέλας",
"Edit" : "Επεξεργασία", "Edit" : "Επεξεργασία",
"Add a new tag" : "Προσθήκη νέας ετικέτας", "Add a new tag" : "Προσθήκη νέας ετικέτας",
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται", "title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
"Title" : "Τίτλος",
"Members" : "Μέλη",
"Add this attachment" : "Προσθήκη αυτού του συνημμένου", "Add this attachment" : "Προσθήκη αυτού του συνημμένου",
"Delete Attachment" : "Διαγραφή Συνημμένου", "Delete Attachment" : "Διαγραφή Συνημμένου",
"Restore Attachment" : "Επαναφορά Συνημμένου", "Restore Attachment" : "Επαναφορά Συνημμένου",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(Δεν αποθηκεύτηκε)", "(Unsaved)" : "(Δεν αποθηκεύτηκε)",
"(Saving…)" : "(Αποθήκευση...)", "(Saving…)" : "(Αποθήκευση...)",
"Formatting help" : "Βοήθεια μορφοποίησης", "Formatting help" : "Βοήθεια μορφοποίησης",
"Add Attachment" : "Προσθήκη συνημμένου",
"Edit description" : "Επεξεργασία περιγραφής", "Edit description" : "Επεξεργασία περιγραφής",
"View description" : "Εμφάνιση περιγραφής", "View description" : "Εμφάνιση περιγραφής",
"Add Attachment" : "Προσθήκη συνημμένου",
"Attachments" : "Συνημμένα", "Attachments" : "Συνημμένα",
"Comments" : "Σχόλια", "Comments" : "Σχόλια",
"Choose attachment" : "Επιλογή συνημμένου", "Choose attachment" : "Επιλογή συνημμένου",
@@ -187,32 +183,30 @@
"Update" : "Ενημέρωση", "Update" : "Ενημέρωση",
"(group)" : "(ομάδα)", "(group)" : "(ομάδα)",
"(circle)" : "(κύκλος)", "(circle)" : "(κύκλος)",
"seconds ago" : " δευτερόλεπτα πριν ",
"Assign to me" : "Ανάθεση σε εμένα", "Assign to me" : "Ανάθεση σε εμένα",
"Unassign myself" : "Αποδέσμευσή μου",
"Unarchive card" : "Αναίρεση αρχειοθέτησης κάρτας",
"Archive card" : "Αρχειοθέτηση κάρτας",
"Delete card" : "Διαγραφή κάρτας", "Delete card" : "Διαγραφή κάρτας",
"Move card" : "Μετακίνηση κάρτας", "Move card" : "Μετακίνηση κάρτας",
"Card details" : "Λεπτομέρειες καρτέλας", "Card details" : "Λεπτομέρειες καρτέλας",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Select a stack" : "Επιλέξτε στοίβα",
"Select a list" : "Επιλέξτε μια λίστα", "seconds ago" : " δευτερόλεπτα πριν ",
"All boards" : "Όλοι οι πίνακες", "All boards" : "Όλοι οι πίνακες",
"Archived boards" : "Αρχειοθέτηση πινάκων ", "Archived boards" : "Αρχειοθέτηση πινάκων ",
"Shared with you" : "Διαμοιρασμένα μαζί σας", "Shared boards" : "Διαμοιρασμένοι πίνακες",
"Settings" : "Ρυθμίσεις",
"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." : "Ο περιορισμός του 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 θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
"New board title" : "Νέος τίτλος πίνακα", "New board title" : "Νέος τίτλος πίνακα",
"Share" : "Κοινή χρήση",
"Options" : "Επιλογές",
"Edit board" : "Επεξεργασία πίνακα", "Edit board" : "Επεξεργασία πίνακα",
"Clone board " : "Κλωνοποίηση πίνακα",
"Unarchive board " : "Αναίρεση αρχειοθέτησης πίνακα",
"Archive board " : "Αρχειοθέτηση πίνακα",
"Delete board " : "Διαγραφή πίνακα",
"Board details" : "Λεπτομέριες πίνακα",
"Board {0} deleted" : "Διαγράφηκε {0} πίνακας",
"An error occurred" : "Παρουσιάστηκε σφάλμα", "An error occurred" : "Παρουσιάστηκε σφάλμα",
"Clone board" : "Κλωνοποίηση πίνακα",
"Archive board" : "Αρχειοθέτηση πίνακα",
"Unarchive board" : "Αναίρεση αρχειοθέτησης πίνακα",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
"Delete the board?" : "Διαγραφή πίνακα;", "Delete the board?" : "Διαγραφή πίνακα;",
"Delete board" : "Διαγραφή πίνακα",
"Board details" : "Λεπτομέριες πίνακα",
"Link to a board" : "Σύνδεσμος στον πίνακα", "Link to a board" : "Σύνδεσμος στον πίνακα",
"Link to a card" : "Σύνδεσμος σε καρτέλα", "Link to a card" : "Σύνδεσμος σε καρτέλα",
"Something went wrong" : "Κάτι πήγε στραβά", "Something went wrong" : "Κάτι πήγε στραβά",

View File

@@ -32,10 +32,9 @@ OC.L10N.register(
"Can edit" : "Can edit", "Can edit" : "Can edit",
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Delete", "Delete" : "Delete",
"Add a new stack" : "Add a new stack",
"Add card" : "Add card", "Add card" : "Add card",
"Edit" : "Edit", "Edit" : "Edit",
"Title" : "Title",
"Members" : "Members",
"Due date" : "Due date", "Due date" : "Due date",
"Remove due date" : "Remove due date", "Remove due date" : "Remove due date",
"Description" : "Description", "Description" : "Description",
@@ -49,13 +48,17 @@ OC.L10N.register(
"Reply" : "Reply", "Reply" : "Reply",
"Update" : "Update", "Update" : "Update",
"(group)" : "(group)", "(group)" : "(group)",
"seconds ago" : "seconds ago",
"Archive card" : "Archive card",
"Delete card" : "Delete card", "Delete card" : "Delete card",
"seconds ago" : "seconds ago",
"Archived boards" : "Archived boards", "Archived boards" : "Archived boards",
"Shared with you" : "Shared with you", "Shared boards" : "Shared boards",
"Settings" : "Settings",
"New board title" : "New board title", "New board title" : "New board title",
"Share" : "Share",
"Edit board" : "Edit board", "Edit board" : "Edit board",
"Archive board" : "Archive board",
"Unarchive board" : "Unarchive board",
"Delete board" : "Delete board",
"Board details" : "Board details" "Board details" : "Board details"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -30,10 +30,9 @@
"Can edit" : "Can edit", "Can edit" : "Can edit",
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Delete", "Delete" : "Delete",
"Add a new stack" : "Add a new stack",
"Add card" : "Add card", "Add card" : "Add card",
"Edit" : "Edit", "Edit" : "Edit",
"Title" : "Title",
"Members" : "Members",
"Due date" : "Due date", "Due date" : "Due date",
"Remove due date" : "Remove due date", "Remove due date" : "Remove due date",
"Description" : "Description", "Description" : "Description",
@@ -47,13 +46,17 @@
"Reply" : "Reply", "Reply" : "Reply",
"Update" : "Update", "Update" : "Update",
"(group)" : "(group)", "(group)" : "(group)",
"seconds ago" : "seconds ago",
"Archive card" : "Archive card",
"Delete card" : "Delete card", "Delete card" : "Delete card",
"seconds ago" : "seconds ago",
"Archived boards" : "Archived boards", "Archived boards" : "Archived boards",
"Shared with you" : "Shared with you", "Shared boards" : "Shared boards",
"Settings" : "Settings",
"New board title" : "New board title", "New board title" : "New board title",
"Share" : "Share",
"Edit board" : "Edit board", "Edit board" : "Edit board",
"Archive board" : "Archive board",
"Unarchive board" : "Unarchive board",
"Delete board" : "Delete board",
"Board details" : "Board details" "Board details" : "Board details"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -17,18 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} enarĥivigis la tabulon {before}", "{user} has archived the board {before}" : "{user} enarĥivigis la tabulon {before}",
"You have unarchived the board {board}" : "Vi elarĥivigis la tabulon {board}", "You have unarchived the board {board}" : "Vi elarĥivigis la tabulon {board}",
"{user} has unarchived the board {before}" : "{user} elarĥivigis la tabulon {before}", "{user} has unarchived the board {before}" : "{user} elarĥivigis la tabulon {before}",
"You have created a new stack {stack} on board {board}" : "Vi kreis novan stakon {stack} sur tabulo {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} kreis novan stakon {stack} sur tabulo {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Vi alinomis la stakon {before} al {stack} sur tabulo {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} alinomis la stakon {before} al {stack} sur tabulo {board}",
"You have deleted stack {stack} on board {board}" : "Vi forigis la stakon {stack} el tabulo {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} forigis la stakon {stack} el tabulo {board}",
"You have created card {card} in stack {stack} on board {board}" : "Vi kreis karton {card} en stako {stack} sur tabulo {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} kreis karton {card} en stako {stack} sur tabulo {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Vi forigis karton {card} el stako {stack} sur tabulo {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} forigis karton {card} el stako {stack} sur tabulo {board}",
"You have renamed the card {before} to {card}" : "Vi alinomis la karton {before} al {card}", "You have renamed the card {before} to {card}" : "Vi alinomis la karton {before} al {card}",
"{user} has renamed the card {before} to {card}" : "{user} alinomis la karton {before} al {card}", "{user} has renamed the card {before} to {card}" : "{user} alinomis la karton {before} al {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Vi aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vi ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Vi enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Vi elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"You have removed the due date of card {card}" : "Vi forigis la limdaton el karto {card}", "You have removed the due date of card {card}" : "Vi forigis la limdaton el karto {card}",
"{user} has removed the due date of card {card}" : "{user} forigis la limdaton el karto {card}", "{user} has removed the due date of card {card}" : "{user} forigis la limdaton el karto {card}",
"You have set the due date of card {card} to {after}" : "Vi agordis la limdaton de karto {card} je {after}", "You have set the due date of card {card} to {after}" : "Vi agordis la limdaton de karto {card} je {after}",
"{user} has set the due date of card {card} to {after}" : "{user} agordis la limdaton de karto {card} je {after}", "{user} has set the due date of card {card} to {after}" : "{user} agordis la limdaton de karto {card} je {after}",
"You have updated the due date of card {card} to {after}" : "Vi ĝisdatigis la limdaton de karto {card} al {after}", "You have updated the due date of card {card} to {after}" : "Vi ĝisdatigis la limdaton de karto {card} al {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} ĝisdatigis la limdaton de karto {card} al {after}", "{user} has updated the due date of card {card} to {after}" : "{user} ĝisdatigis la limdaton de karto {card} al {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vi aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vi forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vi atribuis al {assigneduser} la karton {card} de tabulo {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Vi atribuis al {assigneduser} la karton {card} de tabulo {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} atribuis al {assigneduser} la karton {card} de tabulo {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} atribuis al {assigneduser} la karton {card} de tabulo {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vi malatribuis al {assigneduser} la karton {card} de tabulo {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Vi malatribuis al {assigneduser} la karton {card} de tabulo {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} malatribuis al {assigneduser} la karton {card} de tabulo {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} malatribuis al {assigneduser} la karton {card} de tabulo {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vi movis la karton {card} el stako {stackBefore} al {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} movis la karton {card} el stako {stackBefore} al {stack}",
"You have added the attachment {attachment} to card {card}" : "Vi aldonis dosieron {attachment} al karto {card}", "You have added the attachment {attachment} to card {card}" : "Vi aldonis dosieron {attachment} al karto {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} aldonis dosieron {attachment} al karto {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} aldonis dosieron {attachment} al karto {card}",
"You have updated the attachment {attachment} on card {card}" : "Vi ĝisdatigis la dosieron {attachment} de karto {card}", "You have updated the attachment {attachment} on card {card}" : "Vi ĝisdatigis la dosieron {attachment} de karto {card}",
@@ -92,10 +116,9 @@ OC.L10N.register(
"Can edit" : "Povas redakti", "Can edit" : "Povas redakti",
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Forigi", "Delete" : "Forigi",
"Add a new stack" : "Aldoni novan stakon",
"Add card" : "Aldoni karton", "Add card" : "Aldoni karton",
"Edit" : "Redakti", "Edit" : "Redakti",
"Title" : "Titolo",
"Members" : "Membroj",
"Due date" : "Limdato", "Due date" : "Limdato",
"Remove due date" : "Viŝi limdaton", "Remove due date" : "Viŝi limdaton",
"Description" : "Priskribo", "Description" : "Priskribo",
@@ -109,16 +132,19 @@ OC.L10N.register(
"Reply" : "Respondi", "Reply" : "Respondi",
"Update" : "Ĝisdatigi", "Update" : "Ĝisdatigi",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "antaŭ kelkaj sekundoj",
"Unarchive card" : "Malarĥivigi karton",
"Archive card" : "Arĥivigi karton",
"Delete card" : "Forigi karton", "Delete card" : "Forigi karton",
"seconds ago" : "antaŭ kelkaj sekundoj",
"Archived boards" : "Arĥivigitaj tabuloj", "Archived boards" : "Arĥivigitaj tabuloj",
"Shared with you" : "Kunhavata kun vi", "Shared boards" : "Kunhavigitaj tabuloj",
"Settings" : "Agordo",
"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." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.", "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." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
"New board title" : "Nova tabultitolo", "New board title" : "Nova tabultitolo",
"Share" : "Kunhavigi",
"Edit board" : "Modifi tabulon", "Edit board" : "Modifi tabulon",
"An error occurred" : "Eraro okazis", "An error occurred" : "Eraro okazis",
"Archive board" : "Enarĥivigi tabulon",
"Unarchive board" : "Elarĥivigi tabulon",
"Delete board" : "Forigi tabulon",
"Link to a board" : "Ligilo al tabulo", "Link to a board" : "Ligilo al tabulo",
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita" "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita"
}, },

View File

@@ -15,18 +15,42 @@
"{user} has archived the board {before}" : "{user} enarĥivigis la tabulon {before}", "{user} has archived the board {before}" : "{user} enarĥivigis la tabulon {before}",
"You have unarchived the board {board}" : "Vi elarĥivigis la tabulon {board}", "You have unarchived the board {board}" : "Vi elarĥivigis la tabulon {board}",
"{user} has unarchived the board {before}" : "{user} elarĥivigis la tabulon {before}", "{user} has unarchived the board {before}" : "{user} elarĥivigis la tabulon {before}",
"You have created a new stack {stack} on board {board}" : "Vi kreis novan stakon {stack} sur tabulo {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} kreis novan stakon {stack} sur tabulo {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Vi alinomis la stakon {before} al {stack} sur tabulo {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} alinomis la stakon {before} al {stack} sur tabulo {board}",
"You have deleted stack {stack} on board {board}" : "Vi forigis la stakon {stack} el tabulo {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} forigis la stakon {stack} el tabulo {board}",
"You have created card {card} in stack {stack} on board {board}" : "Vi kreis karton {card} en stako {stack} sur tabulo {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} kreis karton {card} en stako {stack} sur tabulo {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Vi forigis karton {card} el stako {stack} sur tabulo {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} forigis karton {card} el stako {stack} sur tabulo {board}",
"You have renamed the card {before} to {card}" : "Vi alinomis la karton {before} al {card}", "You have renamed the card {before} to {card}" : "Vi alinomis la karton {before} al {card}",
"{user} has renamed the card {before} to {card}" : "{user} alinomis la karton {before} al {card}", "{user} has renamed the card {before} to {card}" : "{user} alinomis la karton {before} al {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Vi aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} aldonis priskribon al karto {card} en stako {stack} sur tabulo {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Vi ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ĝisdatigis priskribon de karto {card} en stako {stack} sur tabulo {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Vi enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} enarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Vi elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} elarĥivigis karton {card} de stako {stack} sur tabulo {board}",
"You have removed the due date of card {card}" : "Vi forigis la limdaton el karto {card}", "You have removed the due date of card {card}" : "Vi forigis la limdaton el karto {card}",
"{user} has removed the due date of card {card}" : "{user} forigis la limdaton el karto {card}", "{user} has removed the due date of card {card}" : "{user} forigis la limdaton el karto {card}",
"You have set the due date of card {card} to {after}" : "Vi agordis la limdaton de karto {card} je {after}", "You have set the due date of card {card} to {after}" : "Vi agordis la limdaton de karto {card} je {after}",
"{user} has set the due date of card {card} to {after}" : "{user} agordis la limdaton de karto {card} je {after}", "{user} has set the due date of card {card} to {after}" : "{user} agordis la limdaton de karto {card} je {after}",
"You have updated the due date of card {card} to {after}" : "Vi ĝisdatigis la limdaton de karto {card} al {after}", "You have updated the due date of card {card} to {after}" : "Vi ĝisdatigis la limdaton de karto {card} al {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} ĝisdatigis la limdaton de karto {card} al {after}", "{user} has updated the due date of card {card} to {after}" : "{user} ĝisdatigis la limdaton de karto {card} al {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vi aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} aldonis la etikedon {label} al karto {card} de stako {stack} sur tabulo {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vi forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} forigis la etikedon {label} el karto {card} de stako {stack} sur tabulo {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vi atribuis al {assigneduser} la karton {card} de tabulo {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Vi atribuis al {assigneduser} la karton {card} de tabulo {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} atribuis al {assigneduser} la karton {card} de tabulo {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} atribuis al {assigneduser} la karton {card} de tabulo {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vi malatribuis al {assigneduser} la karton {card} de tabulo {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Vi malatribuis al {assigneduser} la karton {card} de tabulo {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} malatribuis al {assigneduser} la karton {card} de tabulo {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} malatribuis al {assigneduser} la karton {card} de tabulo {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Vi movis la karton {card} el stako {stackBefore} al {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} movis la karton {card} el stako {stackBefore} al {stack}",
"You have added the attachment {attachment} to card {card}" : "Vi aldonis dosieron {attachment} al karto {card}", "You have added the attachment {attachment} to card {card}" : "Vi aldonis dosieron {attachment} al karto {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} aldonis dosieron {attachment} al karto {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} aldonis dosieron {attachment} al karto {card}",
"You have updated the attachment {attachment} on card {card}" : "Vi ĝisdatigis la dosieron {attachment} de karto {card}", "You have updated the attachment {attachment} on card {card}" : "Vi ĝisdatigis la dosieron {attachment} de karto {card}",
@@ -90,10 +114,9 @@
"Can edit" : "Povas redakti", "Can edit" : "Povas redakti",
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Forigi", "Delete" : "Forigi",
"Add a new stack" : "Aldoni novan stakon",
"Add card" : "Aldoni karton", "Add card" : "Aldoni karton",
"Edit" : "Redakti", "Edit" : "Redakti",
"Title" : "Titolo",
"Members" : "Membroj",
"Due date" : "Limdato", "Due date" : "Limdato",
"Remove due date" : "Viŝi limdaton", "Remove due date" : "Viŝi limdaton",
"Description" : "Priskribo", "Description" : "Priskribo",
@@ -107,16 +130,19 @@
"Reply" : "Respondi", "Reply" : "Respondi",
"Update" : "Ĝisdatigi", "Update" : "Ĝisdatigi",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "antaŭ kelkaj sekundoj",
"Unarchive card" : "Malarĥivigi karton",
"Archive card" : "Arĥivigi karton",
"Delete card" : "Forigi karton", "Delete card" : "Forigi karton",
"seconds ago" : "antaŭ kelkaj sekundoj",
"Archived boards" : "Arĥivigitaj tabuloj", "Archived boards" : "Arĥivigitaj tabuloj",
"Shared with you" : "Kunhavata kun vi", "Shared boards" : "Kunhavigitaj tabuloj",
"Settings" : "Agordo",
"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." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.", "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." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
"New board title" : "Nova tabultitolo", "New board title" : "Nova tabultitolo",
"Share" : "Kunhavigi",
"Edit board" : "Modifi tabulon", "Edit board" : "Modifi tabulon",
"An error occurred" : "Eraro okazis", "An error occurred" : "Eraro okazis",
"Archive board" : "Enarĥivigi tabulon",
"Unarchive board" : "Elarĥivigi tabulon",
"Delete board" : "Forigi tabulon",
"Link to a board" : "Ligilo al tabulo", "Link to a board" : "Ligilo al tabulo",
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita" "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} ha archivado el tablero {board}", "{user} has archived the board {before}" : "{user} ha archivado el tablero {board}",
"You have unarchived the board {board}" : "Has desarchivado el tablero {board}", "You have unarchived the board {board}" : "Has desarchivado el tablero {board}",
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}", "{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
"You have created a new list {stack} on board {board}" : "Has creado una nueva lista {stack} del tablero {board}", "You have created a new stack {stack} on board {board}" : "Has creado la pila {stack} en {board}",
"{user} has created a new list {stack} on board {board}" : "{user} ha creado una nueva lista {stack} del tablero {board}", "{user} has created a new stack {stack} on board {board}" : "{user} ha creado la pila {stack} en {board}",
"You have renamed list {before} to {stack} on board {board}" : "Has renombrado la lista {before} a {stack} del tablero {board}", "You have renamed stack {before} to {stack} on board {board}" : "Has renombrado la pila {before} a {stack} en {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha renombrado la pila {before} a {stack} en {board}",
"You have deleted list {stack} on board {board}" : "Has eliminado la lista {stack} del tablero {board}", "You have deleted stack {stack} on board {board}" : "Has eliminado {stack} en {board}",
"{user} has deleted list {stack} on board {board}" : "{user} ha eliminado la lista {stack} del tablero {board}", "{user} has deleted stack {stack} on board {board}" : "{user} ha eliminado la pila {stack} en {board}",
"You have created card {card} in list {stack} on board {board}" : "Has creado la tarjeta {card} en la lista {stack} del tablero {board}", "You have created card {card} in stack {stack} on board {board}" : "Has creado {card} en la pila {stack} en {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} ha creado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creado la tarjeta {card} en la pila {stack} en {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Has eliminado la tarjeta {card} en la lista {stack} del tablero {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Has eliminado {card} en la pila {stack} en {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} ha borrado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha eliminado {card} en la pila {stack} en {board}",
"You have renamed the card {before} to {card}" : "Has renombrado la tarjeta {before} como {card}", "You have renamed the card {before} to {card}" : "Has renombrado la tarjeta {before} como {card}",
"{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}", "{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Has añadido una descripción a la tarjeta {card} en la lista {stack} del tablero {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Has añadido una descripción a {card} en la pila {stack} en {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} ha añadido una descripción a la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha añadido una descripción a {card} en la pila {stack} en {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Has actualizado la descripción de {card} en la lista {stack} del tablero {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Has actualizado la descripción de {card} en la pila {stack} en {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} ha actualizado la descripción de la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ha actualizado la descripción de la tarjeta {card} en la pila {stack} del tablero {board}",
"You have archived card {card} in list {stack} on board {board}" : "Has archivado la tarjeta {card} en la lista {stack} del tablero {board}", "You have archived card {card} in stack {stack} on board {board}" : "Has archivado {card} en la pila {stack} en {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archivado {card} en la pila {stack} en {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Has desarchivado {card} en la pila {stack} en {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}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha desarchivado {card} en la pila {stack} de {board}",
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}", "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}", "{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}", "You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
"{user} has set the due date of card {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}", "{user} has set the due date of card {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}",
"You have updated the due date of card {card} to {after}" : "Has actualizado la fecha de vencimiento de {card} para {after}", "You have updated the due date of card {card} to {after}" : "Has actualizado la fecha de vencimiento de {card} para {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} ha actualizado la fecha de vencimiento de {card} para {after}", "{user} has updated the due date of card {card} to {after}" : "{user} ha actualizado la fecha de vencimiento de {card} para {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Has añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} del tablero {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Has añadido la etiqueta {label} a {card} en {stack} en {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} ha añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha añadido la etiqueta {label} a {card} en {stack} en {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Has eliminado la etiqueta {label} de la tarjeta {card} en la lista {stack} del tablero {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Has eliminado la etiqueta {label} de {card} en la pila {stack} en {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} ha elimininado la etiqueta {label} de la tarjeta{card} en la lista {stack} del tablero {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha elimininado la etiqueta {label} a {card} en {stack} en {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Has asignado a {assigneduser} para {card} en {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Has asignado a {assigneduser} para {card} en {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Has desasignado a {assigneduser} para {card} en {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Has desasignado a {assigneduser} para {card} en {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Has movido la tarjeta {card} de la lista {stackBefore} al tablero {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Has movido la tarjeta {card} de {stackBefore} a {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} ha movido la tarjeta {card} de la lista {stackBefore} al tablero {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha movido la carta {card} de {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}" : "Has añadido el adjunto {attachment} en {card}", "You have added the attachment {attachment} to card {card}" : "Has añadido el adjunto {attachment} en {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} ha añadido el adjunto {attachment} en {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} ha añadido el adjunto {attachment} en {card}",
"You have updated the attachment {attachment} on card {card}" : "Has actualizado el adjunto [attachment] en {card}", "You have updated the attachment {attachment} on card {card}" : "Has actualizado el adjunto [attachment] en {card}",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Crear nuevo tablero", "Create new board" : "Crear nuevo tablero",
"new board" : "nuevo tablero", "new board" : "nuevo tablero",
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto", "Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero", "Select board" : "Selecciona tablero",
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto", "Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
"Select a board" : "Selecciona un tablero", "Select a board" : "Selecciona un tablero",
@@ -127,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Siguientes 7 días", "Next 7 days" : "Siguientes 7 días",
"Next 30 days" : "Siguientes 30 días", "Next 30 days" : "Siguientes 30 días",
"No due date" : "Sin fecha de vencimiento", "No due date" : "Sin fecha de vencimiento",
"Clear filter" : "Borrar filtro",
"Show archived cards" : "Mostrar tarjetas archivadas", "Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto", "Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Details" : "Detalles", "Details" : "Detalles",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Can manage" : "Puede gestionar", "Can manage" : "Puede gestionar",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Add a new list" : "Añadir una lista nueva", "Add a new stack" : "Añadir nuevo montón",
"Delete list" : "Eliminar lista", "Delete list" : "Eliminar lista",
"Add card" : "Añadir tarjeta", "Add card" : "Añadir tarjeta",
"Add a new card" : "Añadir una nueva tarjeta", "Add a new card" : "Añadir una nueva tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Add a new tag" : "Añade una nueva etiqueta", "Add a new tag" : "Añade una nueva etiqueta",
"title and color value must be provided" : "Se debe indicar un valor para título y color ", "title and color value must be provided" : "Se debe indicar un valor para título y color ",
"Title" : "Título",
"Members" : "Miembros",
"Add this attachment" : "Añadir este adjunto", "Add this attachment" : "Añadir este adjunto",
"Delete Attachment" : "Borrar adjunto", "Delete Attachment" : "Borrar adjunto",
"Restore Attachment" : "Restaurar Adjunto", "Restore Attachment" : "Restaurar Adjunto",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Sin salvar)", "(Unsaved)" : "(Sin salvar)",
"(Saving…)" : "(Guardando...)", "(Saving…)" : "(Guardando...)",
"Formatting help" : "Ayuda de formato", "Formatting help" : "Ayuda de formato",
"Add Attachment" : "Añadir adjunto",
"Edit description" : "Editar descripción", "Edit description" : "Editar descripción",
"View description" : "Ver descripción", "View description" : "Ver descripción",
"Add Attachment" : "Añadir adjunto",
"Attachments" : "Adjuntos", "Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Choose attachment" : "Escoger adjunto", "Choose attachment" : "Escoger adjunto",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Actualizar", "Update" : "Actualizar",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"(circle)" : "(circle)", "(circle)" : "(circle)",
"seconds ago" : "hace unos segundos",
"Assign to me" : "Asignarme a mí", "Assign to me" : "Asignarme a mí",
"Unassign myself" : "Desasignarme a mí mismo",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
"Delete card" : "Eliminar tarjeta", "Delete card" : "Eliminar tarjeta",
"Move card" : "Mover tarjeta", "Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta", "Card details" : "Detalles de la tarjeta",
"Move card to another board" : "Mover la tarjeta a otro tablero", "Select a stack" : "Seleccionar una pila",
"Select a list" : "Seleccionar una lista", "seconds ago" : "hace unos segundos",
"All boards" : "Todos los tableros", "All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido contigo", "Shared boards" : "Tableros compartidos",
"Settings" : "Ajustes",
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos", "Limit deck usage of groups" : "Limitar el uso de Deck 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." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.", "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." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"New board title" : "Nuevo título de tablero", "New board title" : "Nuevo título de tablero",
"Share" : "Compartir",
"Options" : "Opciones",
"Edit board" : "Editar tablero", "Edit board" : "Editar tablero",
"Clone board " : "Clonar tablero",
"Unarchive board " : "Desarchivar tablero",
"Archive board " : "Archivar tablero",
"Delete board " : "Eliminar tablero",
"Board details" : "Detalles del tablero",
"Board {0} deleted" : "Tablero {0} eliminado",
"An error occurred" : "Ocurrió un error", "An error occurred" : "Ocurrió un error",
"Clone board" : "Clonar tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
"Delete the board?" : "¿Borrar el tablero?", "Delete the board?" : "¿Borrar el tablero?",
"Delete board" : "Eliminar tablero",
"Board details" : "Detalles del tablero",
"Link to a board" : "Enlace a un tablero", "Link to a board" : "Enlace a un tablero",
"Link to a card" : "Enlace a una tarjeta", "Link to a card" : "Enlace a una tarjeta",
"Something went wrong" : "Algo ha ido mal", "Something went wrong" : "Algo ha ido mal",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} ha archivado el tablero {board}", "{user} has archived the board {before}" : "{user} ha archivado el tablero {board}",
"You have unarchived the board {board}" : "Has desarchivado el tablero {board}", "You have unarchived the board {board}" : "Has desarchivado el tablero {board}",
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}", "{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
"You have created a new list {stack} on board {board}" : "Has creado una nueva lista {stack} del tablero {board}", "You have created a new stack {stack} on board {board}" : "Has creado la pila {stack} en {board}",
"{user} has created a new list {stack} on board {board}" : "{user} ha creado una nueva lista {stack} del tablero {board}", "{user} has created a new stack {stack} on board {board}" : "{user} ha creado la pila {stack} en {board}",
"You have renamed list {before} to {stack} on board {board}" : "Has renombrado la lista {before} a {stack} del tablero {board}", "You have renamed stack {before} to {stack} on board {board}" : "Has renombrado la pila {before} a {stack} en {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha renombrado la pila {before} a {stack} en {board}",
"You have deleted list {stack} on board {board}" : "Has eliminado la lista {stack} del tablero {board}", "You have deleted stack {stack} on board {board}" : "Has eliminado {stack} en {board}",
"{user} has deleted list {stack} on board {board}" : "{user} ha eliminado la lista {stack} del tablero {board}", "{user} has deleted stack {stack} on board {board}" : "{user} ha eliminado la pila {stack} en {board}",
"You have created card {card} in list {stack} on board {board}" : "Has creado la tarjeta {card} en la lista {stack} del tablero {board}", "You have created card {card} in stack {stack} on board {board}" : "Has creado {card} en la pila {stack} en {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} ha creado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creado la tarjeta {card} en la pila {stack} en {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Has eliminado la tarjeta {card} en la lista {stack} del tablero {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Has eliminado {card} en la pila {stack} en {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} ha borrado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha eliminado {card} en la pila {stack} en {board}",
"You have renamed the card {before} to {card}" : "Has renombrado la tarjeta {before} como {card}", "You have renamed the card {before} to {card}" : "Has renombrado la tarjeta {before} como {card}",
"{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}", "{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Has añadido una descripción a la tarjeta {card} en la lista {stack} del tablero {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Has añadido una descripción a {card} en la pila {stack} en {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} ha añadido una descripción a la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha añadido una descripción a {card} en la pila {stack} en {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Has actualizado la descripción de {card} en la lista {stack} del tablero {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Has actualizado la descripción de {card} en la pila {stack} en {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} ha actualizado la descripción de la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ha actualizado la descripción de la tarjeta {card} en la pila {stack} del tablero {board}",
"You have archived card {card} in list {stack} on board {board}" : "Has archivado la tarjeta {card} en la lista {stack} del tablero {board}", "You have archived card {card} in stack {stack} on board {board}" : "Has archivado {card} en la pila {stack} en {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archivado la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archivado {card} en la pila {stack} en {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Has desarchivado la tarjeta {card} en la lista {stack} del tablero {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Has desarchivado {card} en la pila {stack} en {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}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha desarchivado {card} en la pila {stack} de {board}",
"You have removed the due date of card {card}" : "Has eliminado la fecha de vencimiento de {card}", "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}", "{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}", "You have set the due date of card {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
"{user} has set the due date of card {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}", "{user} has set the due date of card {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}",
"You have updated the due date of card {card} to {after}" : "Has actualizado la fecha de vencimiento de {card} para {after}", "You have updated the due date of card {card} to {after}" : "Has actualizado la fecha de vencimiento de {card} para {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} ha actualizado la fecha de vencimiento de {card} para {after}", "{user} has updated the due date of card {card} to {after}" : "{user} ha actualizado la fecha de vencimiento de {card} para {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Has añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} del tablero {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Has añadido la etiqueta {label} a {card} en {stack} en {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} ha añadido la etiqueta {label} a la tarjeta {card} en la lista {stack} del tablero {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha añadido la etiqueta {label} a {card} en {stack} en {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Has eliminado la etiqueta {label} de la tarjeta {card} en la lista {stack} del tablero {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Has eliminado la etiqueta {label} de {card} en la pila {stack} en {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} ha elimininado la etiqueta {label} de la tarjeta{card} en la lista {stack} del tablero {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha elimininado la etiqueta {label} a {card} en {stack} en {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Has asignado a {assigneduser} para {card} en {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Has asignado a {assigneduser} para {card} en {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Has desasignado a {assigneduser} para {card} en {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Has desasignado a {assigneduser} para {card} en {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Has movido la tarjeta {card} de la lista {stackBefore} al tablero {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Has movido la tarjeta {card} de {stackBefore} a {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} ha movido la tarjeta {card} de la lista {stackBefore} al tablero {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha movido la carta {card} de {stackBefore} a {stack}",
"You have added the attachment {attachment} to card {card}" : "Has añadido el adjunto {attachment} en {card}", "You have added the attachment {attachment} to card {card}" : "Has añadido el adjunto {attachment} en {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} ha añadido el adjunto {attachment} en {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} ha añadido el adjunto {attachment} en {card}",
"You have updated the attachment {attachment} on card {card}" : "Has actualizado el adjunto [attachment] en {card}", "You have updated the attachment {attachment} on card {card}" : "Has actualizado el adjunto [attachment] en {card}",
@@ -99,7 +99,6 @@
"Create new board" : "Crear nuevo tablero", "Create new board" : "Crear nuevo tablero",
"new board" : "nuevo tablero", "new board" : "nuevo tablero",
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto", "Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
"Search by board title" : "Buscar por título de tablero",
"Select board" : "Selecciona tablero", "Select board" : "Selecciona tablero",
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto", "Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
"Select a board" : "Selecciona un tablero", "Select a board" : "Selecciona un tablero",
@@ -125,7 +124,6 @@
"Next 7 days" : "Siguientes 7 días", "Next 7 days" : "Siguientes 7 días",
"Next 30 days" : "Siguientes 30 días", "Next 30 days" : "Siguientes 30 días",
"No due date" : "Sin fecha de vencimiento", "No due date" : "Sin fecha de vencimiento",
"Clear filter" : "Borrar filtro",
"Show archived cards" : "Mostrar tarjetas archivadas", "Show archived cards" : "Mostrar tarjetas archivadas",
"Toggle compact mode" : "Mostrar/ocultar modo compacto", "Toggle compact mode" : "Mostrar/ocultar modo compacto",
"Details" : "Detalles", "Details" : "Detalles",
@@ -146,15 +144,13 @@
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Can manage" : "Puede gestionar", "Can manage" : "Puede gestionar",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Add a new list" : "Añadir una lista nueva", "Add a new stack" : "Añadir nuevo montón",
"Delete list" : "Eliminar lista", "Delete list" : "Eliminar lista",
"Add card" : "Añadir tarjeta", "Add card" : "Añadir tarjeta",
"Add a new card" : "Añadir una nueva tarjeta", "Add a new card" : "Añadir una nueva tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Add a new tag" : "Añade una nueva etiqueta", "Add a new tag" : "Añade una nueva etiqueta",
"title and color value must be provided" : "Se debe indicar un valor para título y color ", "title and color value must be provided" : "Se debe indicar un valor para título y color ",
"Title" : "Título",
"Members" : "Miembros",
"Add this attachment" : "Añadir este adjunto", "Add this attachment" : "Añadir este adjunto",
"Delete Attachment" : "Borrar adjunto", "Delete Attachment" : "Borrar adjunto",
"Restore Attachment" : "Restaurar Adjunto", "Restore Attachment" : "Restaurar Adjunto",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(Sin salvar)", "(Unsaved)" : "(Sin salvar)",
"(Saving…)" : "(Guardando...)", "(Saving…)" : "(Guardando...)",
"Formatting help" : "Ayuda de formato", "Formatting help" : "Ayuda de formato",
"Add Attachment" : "Añadir adjunto",
"Edit description" : "Editar descripción", "Edit description" : "Editar descripción",
"View description" : "Ver descripción", "View description" : "Ver descripción",
"Add Attachment" : "Añadir adjunto",
"Attachments" : "Adjuntos", "Attachments" : "Adjuntos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Choose attachment" : "Escoger adjunto", "Choose attachment" : "Escoger adjunto",
@@ -187,32 +183,30 @@
"Update" : "Actualizar", "Update" : "Actualizar",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"(circle)" : "(circle)", "(circle)" : "(circle)",
"seconds ago" : "hace unos segundos",
"Assign to me" : "Asignarme a mí", "Assign to me" : "Asignarme a mí",
"Unassign myself" : "Desasignarme a mí mismo",
"Unarchive card" : "Desarchivar tarjeta",
"Archive card" : "Archivar tarjeta",
"Delete card" : "Eliminar tarjeta", "Delete card" : "Eliminar tarjeta",
"Move card" : "Mover tarjeta", "Move card" : "Mover tarjeta",
"Card details" : "Detalles de la tarjeta", "Card details" : "Detalles de la tarjeta",
"Move card to another board" : "Mover la tarjeta a otro tablero", "Select a stack" : "Seleccionar una pila",
"Select a list" : "Seleccionar una lista", "seconds ago" : "hace unos segundos",
"All boards" : "Todos los tableros", "All boards" : "Todos los tableros",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido contigo", "Shared boards" : "Tableros compartidos",
"Settings" : "Ajustes",
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos", "Limit deck usage of groups" : "Limitar el uso de Deck 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." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.", "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." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
"New board title" : "Nuevo título de tablero", "New board title" : "Nuevo título de tablero",
"Share" : "Compartir",
"Options" : "Opciones",
"Edit board" : "Editar tablero", "Edit board" : "Editar tablero",
"Clone board " : "Clonar tablero",
"Unarchive board " : "Desarchivar tablero",
"Archive board " : "Archivar tablero",
"Delete board " : "Eliminar tablero",
"Board details" : "Detalles del tablero",
"Board {0} deleted" : "Tablero {0} eliminado",
"An error occurred" : "Ocurrió un error", "An error occurred" : "Ocurrió un error",
"Clone board" : "Clonar tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
"Delete the board?" : "¿Borrar el tablero?", "Delete the board?" : "¿Borrar el tablero?",
"Delete board" : "Eliminar tablero",
"Board details" : "Detalles del tablero",
"Link to a board" : "Enlace a un tablero", "Link to a board" : "Enlace a un tablero",
"Link to a card" : "Enlace a una tarjeta", "Link to a card" : "Enlace a una tarjeta",
"Something went wrong" : "Algo ha ido mal", "Something went wrong" : "Algo ha ido mal",

View File

@@ -28,10 +28,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -46,9 +45,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -26,10 +26,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -44,9 +43,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -23,8 +23,6 @@ OC.L10N.register(
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Description" : "Descripción", "Description" : "Descripción",
"Formatting help" : "Ayuda de formato", "Formatting help" : "Ayuda de formato",
@@ -37,9 +35,10 @@ OC.L10N.register(
"Update" : "Actualizar", "Update" : "Actualizar",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "segundos", "seconds ago" : "segundos",
"Shared with you" : "Compartido con usted", "Settings" : "Ajustes",
"New board title" : "Nuevo título de tablero", "New board title" : "Nuevo título de tablero",
"Board details" : "Detalles del tablero", "Share" : "Compartir",
"An error occurred" : "Ocurrió un error" "An error occurred" : "Ocurrió un error",
"Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -21,8 +21,6 @@
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Description" : "Descripción", "Description" : "Descripción",
"Formatting help" : "Ayuda de formato", "Formatting help" : "Ayuda de formato",
@@ -35,9 +33,10 @@
"Update" : "Actualizar", "Update" : "Actualizar",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "segundos", "seconds ago" : "segundos",
"Shared with you" : "Compartido con usted", "Settings" : "Ajustes",
"New board title" : "Nuevo título de tablero", "New board title" : "Nuevo título de tablero",
"Board details" : "Detalles del tablero", "Share" : "Compartir",
"An error occurred" : "Ocurrió un error" "An error occurred" : "Ocurrió un error",
"Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -31,10 +31,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,9 +48,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -29,10 +29,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -47,9 +46,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -32,10 +32,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -50,9 +49,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -30,10 +30,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -48,9 +47,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -31,10 +31,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,9 +48,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -29,10 +29,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -47,9 +46,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -31,10 +31,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,9 +48,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -29,10 +29,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -47,9 +46,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -31,10 +31,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,9 +48,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -29,10 +29,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -47,9 +46,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -31,10 +31,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,9 +48,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -29,10 +29,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -47,9 +46,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -32,10 +32,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -51,10 +50,15 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero", "An error occurred" : "Ha ocurrido un error",
"An error occurred" : "Ha ocurrido un error" "Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -30,10 +30,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,10 +48,15 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Board details" : "Detalles del tablero", "An error occurred" : "Ha ocurrido un error",
"An error occurred" : "Ha ocurrido un error" "Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -31,10 +31,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -49,9 +48,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -29,10 +29,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -47,9 +46,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -27,10 +27,9 @@ OC.L10N.register(
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -45,9 +44,14 @@ OC.L10N.register(
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -25,10 +25,9 @@
"Can edit" : "Puede editar", "Can edit" : "Puede editar",
"Can share" : "Puede compartir", "Can share" : "Puede compartir",
"Delete" : "Borrar", "Delete" : "Borrar",
"Add a new stack" : "Agregar una nueva pila",
"Add card" : "Agregar tarjeta", "Add card" : "Agregar tarjeta",
"Edit" : "Editar", "Edit" : "Editar",
"Title" : "Título",
"Members" : "Miembros",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Remove due date" : "Eliminar fecha de expiración", "Remove due date" : "Eliminar fecha de expiración",
"Description" : "Descripción", "Description" : "Descripción",
@@ -43,9 +42,14 @@
"(group)" : "(grupo)", "(group)" : "(grupo)",
"seconds ago" : "hace segundos", "seconds ago" : "hace segundos",
"Archived boards" : "Tableros archivados", "Archived boards" : "Tableros archivados",
"Shared with you" : "Compartido con usted", "Shared boards" : "Tableros compartidos",
"Settings" : "Configuraciones ",
"New board title" : "Nuevo título del tablero", "New board title" : "Nuevo título del tablero",
"Share" : "Compartir",
"Edit board" : "Editar el tablero", "Edit board" : "Editar el tablero",
"Archive board" : "Archivar tablero",
"Unarchive board" : "Desarchivar tablero",
"Delete board" : "Borrar tableros",
"Board details" : "Detalles del tablero" "Board details" : "Detalles del tablero"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -17,7 +17,6 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Kustuta", "Delete" : "Kustuta",
"Edit" : "Redigeeri", "Edit" : "Redigeeri",
"Title" : "Pealkiri",
"Due date" : "Tähtaeg", "Due date" : "Tähtaeg",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"Comments" : "Kommentaarid", "Comments" : "Kommentaarid",
@@ -28,7 +27,8 @@ OC.L10N.register(
"Update" : "Uuenda", "Update" : "Uuenda",
"(group)" : "(grupp)", "(group)" : "(grupp)",
"seconds ago" : "sekundit tagasi", "seconds ago" : "sekundit tagasi",
"Shared with you" : "Sinuga jagatud", "Settings" : "Seaded",
"Share" : "Jaga",
"An error occurred" : "Tekkis tõrge" "An error occurred" : "Tekkis tõrge"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -15,7 +15,6 @@
"Can share" : "Can share", "Can share" : "Can share",
"Delete" : "Kustuta", "Delete" : "Kustuta",
"Edit" : "Redigeeri", "Edit" : "Redigeeri",
"Title" : "Pealkiri",
"Due date" : "Tähtaeg", "Due date" : "Tähtaeg",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"Comments" : "Kommentaarid", "Comments" : "Kommentaarid",
@@ -26,7 +25,8 @@
"Update" : "Uuenda", "Update" : "Uuenda",
"(group)" : "(grupp)", "(group)" : "(grupp)",
"seconds ago" : "sekundit tagasi", "seconds ago" : "sekundit tagasi",
"Shared with you" : "Sinuga jagatud", "Settings" : "Seaded",
"Share" : "Jaga",
"An error occurred" : "Tekkis tõrge" "An error occurred" : "Tekkis tõrge"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -17,18 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} erabiltzaileak {before} taula artxibatu du", "{user} has archived the board {before}" : "{user} erabiltzaileak {before} taula artxibatu du",
"You have unarchived the board {board}" : "{board} taula artxibotik berreskuratu duzu", "You have unarchived the board {board}" : "{board} taula artxibotik berreskuratu duzu",
"{user} has unarchived the board {before}" : "{user} erabiltzaileak {before} taula artxibotik berreskuratu du", "{user} has unarchived the board {before}" : "{user} erabiltzaileak {before} taula artxibotik berreskuratu du",
"You have created a new stack {stack} on board {board}" : "{stack} pila berri bat sortu duzu {board} taulan",
"{user} has created a new stack {stack} on board {board}" : "{user} erabiltzaileak {stack} pila berri bat sortu duzu {board} taulan",
"You have renamed stack {before} to {stack} on board {board}" : "{before} pila zena {stack} bezala berrizendatu duzu {board} taulan",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} erabiltzaileak {before} pila zena {stack} bezala berrizendatu du {board} taulan",
"You have deleted stack {stack} on board {board}" : "{stack} pila ezabatu duzu {board} taulan",
"{user} has deleted stack {stack} on board {board}" : "{user} erabiltzaileak {stack} pila ezabatu du {board} taulan",
"You have created card {card} in stack {stack} on board {board}" : "{card} txartela sortu duzu {board} taulako {stack} pilan",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {card} txartela sortu du {board} taulako {stack} pilan",
"You have deleted card {card} in stack {stack} on board {board}" : "{card} txartela ezabatu duzu {board} taulako {stack} pilan",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {card} txartela ezabatu du {board} taulako {stack} pilan",
"You have renamed the card {before} to {card}" : "{before} taula zena {card} bezala berrizendatu duzu", "You have renamed the card {before} to {card}" : "{before} taula zena {card} bezala berrizendatu duzu",
"{user} has renamed the card {before} to {card}" : "{user} erabiltzaileak {before} taula zena {card} bezala berrizendatu du", "{user} has renamed the card {before} to {card}" : "{user} erabiltzaileak {before} taula zena {card} bezala berrizendatu du",
"You have added a description to card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelari deskribapena gehitu diozu",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelari deskribapena gehitu dio",
"You have updated the description of card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelaren deskribapena eguneratu duzu",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelaren deskribapena eguneratu du",
"You have archived card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartela artxibatu duzu",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartela artxibatu du",
"You have unarchived card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartela berreskuratu duzu artxibotik",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartela berreskuratu du artxibotik",
"You have removed the due date of card {card}" : "{card} txartelari epemuga kendu diozu", "You have removed the due date of card {card}" : "{card} txartelari epemuga kendu diozu",
"{user} has removed the due date of card {card}" : "{user} erabiltzaileak {card} txartelari epemuga kendu dio", "{user} has removed the due date of card {card}" : "{user} erabiltzaileak {card} txartelari epemuga kendu dio",
"You have set the due date of card {card} to {after}" : "{card} txartelari {after} epemuga ezarri diozu", "You have set the due date of card {card} to {after}" : "{card} txartelari {after} epemuga ezarri diozu",
"{user} has set the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari {after} epemuga ezarri dio", "{user} has set the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari {after} epemuga ezarri dio",
"You have updated the due date of card {card} to {after}" : "{card} txartelari epemuga eguneratu diozu: {after}", "You have updated the due date of card {card} to {after}" : "{card} txartelari epemuga eguneratu diozu: {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari epemuga eguneratu dio: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari epemuga eguneratu dio: {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelari {label} etiketa jarri diozu",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelari {label} etiketa jarri dio",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelari {label} etiketa kendu diozu",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelari {label} etiketa kendu dio",
"You have assigned {assigneduser} to card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu diozu", "You have assigned {assigneduser} to card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu diozu",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu dio", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu dio",
"You have unassigned {assigneduser} from card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu duzu", "You have unassigned {assigneduser} from card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu duzu",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu du", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu du",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "{card} txartela {stackBefore} pilatik {stack} pilara aldatu duzu",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} erabiltzaileak {card} txartela {stackBefore} pilatik {stack} pilara aldatu du",
"You have added the attachment {attachment} to card {card}" : "{attachment} eranskina gehitu diozu {card} txartelari", "You have added the attachment {attachment} to card {card}" : "{attachment} eranskina gehitu diozu {card} txartelari",
"{user} has added the attachment {attachment} to card {card}" : "{user} erabiltzaileak {attachment} eranskina gehitu dio {card} txartelari", "{user} has added the attachment {attachment} to card {card}" : "{user} erabiltzaileak {attachment} eranskina gehitu dio {card} txartelari",
"You have updated the attachment {attachment} on card {card}" : "{card} txartelaren {attachment} eranskina eguneratu duzu", "You have updated the attachment {attachment} on card {card}" : "{card} txartelaren {attachment} eranskina eguneratu duzu",
@@ -77,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Sortu taula berri bat", "Create new board" : "Sortu taula berri bat",
"new board" : "taula berria", "new board" : "taula berria",
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko", "Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
"Search by board title" : "Bilatu mahai izenez",
"Select board" : "Hautatu taula", "Select board" : "Hautatu taula",
"Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela", "Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela",
"Select a board" : "Hautatu taula bat", "Select a board" : "Hautatu taula bat",
@@ -103,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Hurrengo 7 egunetan", "Next 7 days" : "Hurrengo 7 egunetan",
"Next 30 days" : "Hurrengo 30 egunetan", "Next 30 days" : "Hurrengo 30 egunetan",
"No due date" : "Epe-mugarik gabe", "No due date" : "Epe-mugarik gabe",
"Clear filter" : "Garbitu iragazia",
"Show archived cards" : "Erakutsi artxibatutako txartelak", "Show archived cards" : "Erakutsi artxibatutako txartelak",
"Toggle compact mode" : "Txandakatu modu trinkoa", "Toggle compact mode" : "Txandakatu modu trinkoa",
"Details" : "Xehetasunak", "Details" : "Xehetasunak",
@@ -124,14 +146,13 @@ OC.L10N.register(
"Can share" : "Partekatu dezake", "Can share" : "Partekatu dezake",
"Can manage" : "Kudeatu dezake", "Can manage" : "Kudeatu dezake",
"Delete" : "Ezabatu", "Delete" : "Ezabatu",
"Add a new stack" : "Gehitu pila berria",
"Delete list" : "Zerrenda ezabatu", "Delete list" : "Zerrenda ezabatu",
"Add card" : "Gehitu txartela", "Add card" : "Gehitu txartela",
"Add a new card" : "Gehitu txartel berri bat", "Add a new card" : "Gehitu txartel berri bat",
"Edit" : "Editatu", "Edit" : "Editatu",
"Add a new tag" : "Gehitu etiketa berri bat", "Add a new tag" : "Gehitu etiketa berri bat",
"title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira", "title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira",
"Title" : "Izenburua",
"Members" : "Partaideak",
"Add this attachment" : "Gehitu eranskin hau", "Add this attachment" : "Gehitu eranskin hau",
"Delete Attachment" : "Ezabatu eranskina", "Delete Attachment" : "Ezabatu eranskina",
"Restore Attachment" : "Berezarri eranskina", "Restore Attachment" : "Berezarri eranskina",
@@ -146,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Gorde gabe)", "(Unsaved)" : "(Gorde gabe)",
"(Saving…)" : "(Gordetzen...)", "(Saving…)" : "(Gordetzen...)",
"Formatting help" : "Formatua emateko laguntza", "Formatting help" : "Formatua emateko laguntza",
"Add Attachment" : "Gehitu eranskina",
"Edit description" : "Editatu azalpena", "Edit description" : "Editatu azalpena",
"View description" : "Ikusi deskribapena", "View description" : "Ikusi deskribapena",
"Add Attachment" : "Gehitu eranskina",
"Attachments" : "Eranskinak", "Attachments" : "Eranskinak",
"Comments" : "Iruzkinak", "Comments" : "Iruzkinak",
"Choose attachment" : "Aukeratu eranskina", "Choose attachment" : "Aukeratu eranskina",
@@ -164,27 +185,30 @@ OC.L10N.register(
"Update" : "Eguneratu", "Update" : "Eguneratu",
"(group)" : "(taldea)", "(group)" : "(taldea)",
"(circle)" : "(zirkulua)", "(circle)" : "(zirkulua)",
"seconds ago" : "segundo lehenago",
"Assign to me" : "Esleitu niri", "Assign to me" : "Esleitu niri",
"Unarchive card" : "Berreskuratu txartela artxibotik",
"Archive card" : "Artxibatu txartela",
"Delete card" : "Ezabatu txartela", "Delete card" : "Ezabatu txartela",
"Move card" : "Mugitu txartela", "Move card" : "Mugitu txartela",
"Card details" : "Txartelaren xehetasunak", "Card details" : "Txartelaren xehetasunak",
"Move card to another board" : "Mugitu txartela beste mahai batera", "Select a stack" : "Hautatu pila bat",
"seconds ago" : "segundo lehenago",
"All boards" : "Taula guztiak", "All boards" : "Taula guztiak",
"Archived boards" : "Artxibatutako taulak", "Archived boards" : "Artxibatutako taulak",
"Shared with you" : "Zurekin partekatua", "Shared boards" : "Partekatutako taulak",
"Settings" : "Ezarpenak",
"Limit deck usage of groups" : "Mugatu taldeen deck erabilera", "Limit deck usage of groups" : "Mugatu taldeen deck erabilera",
"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 mugatzeak taldeetako kide ez diren erabiltzaileei bere arbel propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren arbeletan lan egin ahalko dute.", "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 mugatzeak taldeetako kide ez diren erabiltzaileei bere arbel propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren arbeletan lan egin ahalko dute.",
"New board title" : "Taula berriaren izenburua", "New board title" : "Taula berriaren izenburua",
"Share" : "Partekatu",
"Options" : "Aukerak",
"Edit board" : "Editatu taula", "Edit board" : "Editatu taula",
"Clone board " : "Klonatu mahaia",
"Archive board " : "Artxibatu mahaia",
"Board details" : "Mahaigainaren xehetasunak",
"An error occurred" : "Errore bat gertatu da", "An error occurred" : "Errore bat gertatu da",
"Clone board" : "Klonatu taula",
"Archive board" : "Artxibatu taula",
"Unarchive board" : "Atera taula artxibotik",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» mahaia ezabatu nahi duzula? Honek mahai honen datu guztiak ezabatuko ditu.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» mahaia ezabatu nahi duzula? Honek mahai honen datu guztiak ezabatuko ditu.",
"Delete the board?" : "Mahaia ezabatu?", "Delete the board?" : "Mahaia ezabatu?",
"Delete board" : "Ezabatu taula",
"Board details" : "Mahaigainaren xehetasunak",
"Link to a board" : "Estekatu taula batera", "Link to a board" : "Estekatu taula batera",
"Link to a card" : "Estekatu txartel batera", "Link to a card" : "Estekatu txartel batera",
"Something went wrong" : "Zerbait gaizki joan da", "Something went wrong" : "Zerbait gaizki joan da",

View File

@@ -15,18 +15,42 @@
"{user} has archived the board {before}" : "{user} erabiltzaileak {before} taula artxibatu du", "{user} has archived the board {before}" : "{user} erabiltzaileak {before} taula artxibatu du",
"You have unarchived the board {board}" : "{board} taula artxibotik berreskuratu duzu", "You have unarchived the board {board}" : "{board} taula artxibotik berreskuratu duzu",
"{user} has unarchived the board {before}" : "{user} erabiltzaileak {before} taula artxibotik berreskuratu du", "{user} has unarchived the board {before}" : "{user} erabiltzaileak {before} taula artxibotik berreskuratu du",
"You have created a new stack {stack} on board {board}" : "{stack} pila berri bat sortu duzu {board} taulan",
"{user} has created a new stack {stack} on board {board}" : "{user} erabiltzaileak {stack} pila berri bat sortu duzu {board} taulan",
"You have renamed stack {before} to {stack} on board {board}" : "{before} pila zena {stack} bezala berrizendatu duzu {board} taulan",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} erabiltzaileak {before} pila zena {stack} bezala berrizendatu du {board} taulan",
"You have deleted stack {stack} on board {board}" : "{stack} pila ezabatu duzu {board} taulan",
"{user} has deleted stack {stack} on board {board}" : "{user} erabiltzaileak {stack} pila ezabatu du {board} taulan",
"You have created card {card} in stack {stack} on board {board}" : "{card} txartela sortu duzu {board} taulako {stack} pilan",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {card} txartela sortu du {board} taulako {stack} pilan",
"You have deleted card {card} in stack {stack} on board {board}" : "{card} txartela ezabatu duzu {board} taulako {stack} pilan",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {card} txartela ezabatu du {board} taulako {stack} pilan",
"You have renamed the card {before} to {card}" : "{before} taula zena {card} bezala berrizendatu duzu", "You have renamed the card {before} to {card}" : "{before} taula zena {card} bezala berrizendatu duzu",
"{user} has renamed the card {before} to {card}" : "{user} erabiltzaileak {before} taula zena {card} bezala berrizendatu du", "{user} has renamed the card {before} to {card}" : "{user} erabiltzaileak {before} taula zena {card} bezala berrizendatu du",
"You have added a description to card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelari deskribapena gehitu diozu",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelari deskribapena gehitu dio",
"You have updated the description of card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelaren deskribapena eguneratu duzu",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelaren deskribapena eguneratu du",
"You have archived card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartela artxibatu duzu",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartela artxibatu du",
"You have unarchived card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartela berreskuratu duzu artxibotik",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartela berreskuratu du artxibotik",
"You have removed the due date of card {card}" : "{card} txartelari epemuga kendu diozu", "You have removed the due date of card {card}" : "{card} txartelari epemuga kendu diozu",
"{user} has removed the due date of card {card}" : "{user} erabiltzaileak {card} txartelari epemuga kendu dio", "{user} has removed the due date of card {card}" : "{user} erabiltzaileak {card} txartelari epemuga kendu dio",
"You have set the due date of card {card} to {after}" : "{card} txartelari {after} epemuga ezarri diozu", "You have set the due date of card {card} to {after}" : "{card} txartelari {after} epemuga ezarri diozu",
"{user} has set the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari {after} epemuga ezarri dio", "{user} has set the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari {after} epemuga ezarri dio",
"You have updated the due date of card {card} to {after}" : "{card} txartelari epemuga eguneratu diozu: {after}", "You have updated the due date of card {card} to {after}" : "{card} txartelari epemuga eguneratu diozu: {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari epemuga eguneratu dio: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} erabiltzaileak {card} txartelari epemuga eguneratu dio: {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelari {label} etiketa jarri diozu",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelari {label} etiketa jarri dio",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "{board} taulako {stack} pilako {card} txartelari {label} etiketa kendu diozu",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} erabiltzaileak {board} taulako {stack} pilako {card} txartelari {label} etiketa kendu dio",
"You have assigned {assigneduser} to card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu diozu", "You have assigned {assigneduser} to card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu diozu",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu dio", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitu dio",
"You have unassigned {assigneduser} from card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu duzu", "You have unassigned {assigneduser} from card {card} on board {board}" : "{board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu duzu",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu du", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} erabiltzaileak {board} taulako {card} txartela {assigneduser} erabiltzaileari esleitzea ezeztatu du",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "{card} txartela {stackBefore} pilatik {stack} pilara aldatu duzu",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} erabiltzaileak {card} txartela {stackBefore} pilatik {stack} pilara aldatu du",
"You have added the attachment {attachment} to card {card}" : "{attachment} eranskina gehitu diozu {card} txartelari", "You have added the attachment {attachment} to card {card}" : "{attachment} eranskina gehitu diozu {card} txartelari",
"{user} has added the attachment {attachment} to card {card}" : "{user} erabiltzaileak {attachment} eranskina gehitu dio {card} txartelari", "{user} has added the attachment {attachment} to card {card}" : "{user} erabiltzaileak {attachment} eranskina gehitu dio {card} txartelari",
"You have updated the attachment {attachment} on card {card}" : "{card} txartelaren {attachment} eranskina eguneratu duzu", "You have updated the attachment {attachment} on card {card}" : "{card} txartelaren {attachment} eranskina eguneratu duzu",
@@ -75,7 +99,6 @@
"Create new board" : "Sortu taula berri bat", "Create new board" : "Sortu taula berri bat",
"new board" : "taula berria", "new board" : "taula berria",
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko", "Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
"Search by board title" : "Bilatu mahai izenez",
"Select board" : "Hautatu taula", "Select board" : "Hautatu taula",
"Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela", "Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela",
"Select a board" : "Hautatu taula bat", "Select a board" : "Hautatu taula bat",
@@ -101,7 +124,6 @@
"Next 7 days" : "Hurrengo 7 egunetan", "Next 7 days" : "Hurrengo 7 egunetan",
"Next 30 days" : "Hurrengo 30 egunetan", "Next 30 days" : "Hurrengo 30 egunetan",
"No due date" : "Epe-mugarik gabe", "No due date" : "Epe-mugarik gabe",
"Clear filter" : "Garbitu iragazia",
"Show archived cards" : "Erakutsi artxibatutako txartelak", "Show archived cards" : "Erakutsi artxibatutako txartelak",
"Toggle compact mode" : "Txandakatu modu trinkoa", "Toggle compact mode" : "Txandakatu modu trinkoa",
"Details" : "Xehetasunak", "Details" : "Xehetasunak",
@@ -122,14 +144,13 @@
"Can share" : "Partekatu dezake", "Can share" : "Partekatu dezake",
"Can manage" : "Kudeatu dezake", "Can manage" : "Kudeatu dezake",
"Delete" : "Ezabatu", "Delete" : "Ezabatu",
"Add a new stack" : "Gehitu pila berria",
"Delete list" : "Zerrenda ezabatu", "Delete list" : "Zerrenda ezabatu",
"Add card" : "Gehitu txartela", "Add card" : "Gehitu txartela",
"Add a new card" : "Gehitu txartel berri bat", "Add a new card" : "Gehitu txartel berri bat",
"Edit" : "Editatu", "Edit" : "Editatu",
"Add a new tag" : "Gehitu etiketa berri bat", "Add a new tag" : "Gehitu etiketa berri bat",
"title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira", "title and color value must be provided" : "izenburu eta kolore balioak hornitu behar dira",
"Title" : "Izenburua",
"Members" : "Partaideak",
"Add this attachment" : "Gehitu eranskin hau", "Add this attachment" : "Gehitu eranskin hau",
"Delete Attachment" : "Ezabatu eranskina", "Delete Attachment" : "Ezabatu eranskina",
"Restore Attachment" : "Berezarri eranskina", "Restore Attachment" : "Berezarri eranskina",
@@ -144,9 +165,9 @@
"(Unsaved)" : "(Gorde gabe)", "(Unsaved)" : "(Gorde gabe)",
"(Saving…)" : "(Gordetzen...)", "(Saving…)" : "(Gordetzen...)",
"Formatting help" : "Formatua emateko laguntza", "Formatting help" : "Formatua emateko laguntza",
"Add Attachment" : "Gehitu eranskina",
"Edit description" : "Editatu azalpena", "Edit description" : "Editatu azalpena",
"View description" : "Ikusi deskribapena", "View description" : "Ikusi deskribapena",
"Add Attachment" : "Gehitu eranskina",
"Attachments" : "Eranskinak", "Attachments" : "Eranskinak",
"Comments" : "Iruzkinak", "Comments" : "Iruzkinak",
"Choose attachment" : "Aukeratu eranskina", "Choose attachment" : "Aukeratu eranskina",
@@ -162,27 +183,30 @@
"Update" : "Eguneratu", "Update" : "Eguneratu",
"(group)" : "(taldea)", "(group)" : "(taldea)",
"(circle)" : "(zirkulua)", "(circle)" : "(zirkulua)",
"seconds ago" : "segundo lehenago",
"Assign to me" : "Esleitu niri", "Assign to me" : "Esleitu niri",
"Unarchive card" : "Berreskuratu txartela artxibotik",
"Archive card" : "Artxibatu txartela",
"Delete card" : "Ezabatu txartela", "Delete card" : "Ezabatu txartela",
"Move card" : "Mugitu txartela", "Move card" : "Mugitu txartela",
"Card details" : "Txartelaren xehetasunak", "Card details" : "Txartelaren xehetasunak",
"Move card to another board" : "Mugitu txartela beste mahai batera", "Select a stack" : "Hautatu pila bat",
"seconds ago" : "segundo lehenago",
"All boards" : "Taula guztiak", "All boards" : "Taula guztiak",
"Archived boards" : "Artxibatutako taulak", "Archived boards" : "Artxibatutako taulak",
"Shared with you" : "Zurekin partekatua", "Shared boards" : "Partekatutako taulak",
"Settings" : "Ezarpenak",
"Limit deck usage of groups" : "Mugatu taldeen deck erabilera", "Limit deck usage of groups" : "Mugatu taldeen deck erabilera",
"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 mugatzeak taldeetako kide ez diren erabiltzaileei bere arbel propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren arbeletan lan egin ahalko dute.", "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 mugatzeak taldeetako kide ez diren erabiltzaileei bere arbel propioak sortzea eragotziko die. Erabiltzaileek beraiekin partekatu diren arbeletan lan egin ahalko dute.",
"New board title" : "Taula berriaren izenburua", "New board title" : "Taula berriaren izenburua",
"Share" : "Partekatu",
"Options" : "Aukerak",
"Edit board" : "Editatu taula", "Edit board" : "Editatu taula",
"Clone board " : "Klonatu mahaia",
"Archive board " : "Artxibatu mahaia",
"Board details" : "Mahaigainaren xehetasunak",
"An error occurred" : "Errore bat gertatu da", "An error occurred" : "Errore bat gertatu da",
"Clone board" : "Klonatu taula",
"Archive board" : "Artxibatu taula",
"Unarchive board" : "Atera taula artxibotik",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» mahaia ezabatu nahi duzula? Honek mahai honen datu guztiak ezabatuko ditu.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» mahaia ezabatu nahi duzula? Honek mahai honen datu guztiak ezabatuko ditu.",
"Delete the board?" : "Mahaia ezabatu?", "Delete the board?" : "Mahaia ezabatu?",
"Delete board" : "Ezabatu taula",
"Board details" : "Mahaigainaren xehetasunak",
"Link to a board" : "Estekatu taula batera", "Link to a board" : "Estekatu taula batera",
"Link to a card" : "Estekatu txartel batera", "Link to a card" : "Estekatu txartel batera",
"Something went wrong" : "Zerbait gaizki joan da", "Something went wrong" : "Zerbait gaizki joan da",

View File

@@ -1,135 +1,45 @@
OC.L10N.register( OC.L10N.register(
"deck", "deck",
{ {
"You have created a new board {board}" : "تختهٔ جدیدی به نام {board} ایجاد کردید",
"{user} has created a new board {board}" : "{user} یک تخته جدیدی به نام {board} ایجاد کرد",
"You have deleted the board {board}" : "تختهٔ {board} را حذف کردید",
"{user} has deleted the board {board}" : "{user} تختهٔ {board} را حذف کرد",
"You have restored the board {board}" : "تختهٔ {board} را بازیابی کردید",
"{user} has restored the board {board}" : "{user} تختهٔ {board} را بازیابی کرد",
"You have shared the board {board} with {acl}" : "تختهٔ {board} را با {acl} هم‌رسانی کردید",
"{user} has shared the board {board} with {acl}" : "{user} تختهٔ {board} را با {acl} هم‌رسانی کرد",
"You have removed {acl} from the board {board}" : "شما {acl} را از تختهٔ {board} حذف کردید",
"{user} has removed {acl} from the board {board}" : "{user} اقدام به حذف {acl} از تختهٔ {board} کرد",
"You have renamed the board {before} to {board}" : "نام تخته را از {before} به {board} تغییر دادید",
"{user} has renamed the board {before} to {board}" : "{user} نام تخته را از {before} به {board} تغییر داد",
"You have archived the board {board}" : "تختهٔ {board} را بایگانی کردید",
"{user} has archived the board {before}" : "{user} تختهٔ {board} را بایگانی کرد",
"You have unarchived the board {board}" : "تختهٔ {board} را از بایگانی خارج کردید",
"{user} has unarchived the board {before}" : "{user} تختهٔ {board} را از بایگانی خارج کرد",
"Personal" : "شخصی", "Personal" : "شخصی",
"Finished" : "تمام شده", "Finished" : "تمام شده",
"To review" : "برای بازبینی",
"Action needed" : "نیازمند اقدام",
"Later" : "بعدا",
"copy" : "کپی", "copy" : "کپی",
"To do" : "برای انجام",
"Doing" : "در حال انجام",
"Done" : "انجام شد", "Done" : "انجام شد",
"Example Task 3" : "نمونه کار ۳",
"Example Task 2" : "نمونه کار ۲",
"Example Task 1" : "نمونه کار ۱",
"The file was uploaded" : "پرونده بارگذاری شد",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است",
"The file was only partially uploaded" : "پرونده فقط به صورت جزئی و ناقص بارگذاری شد", "No file was uploaded" : "هیچ پروندهای بارگذاری نشده",
"No file was uploaded" : "هیچ پرونده‌ای بارگذاری نشد",
"Missing a temporary folder" : "یک پوشه موقت گم شده", "Missing a temporary folder" : "یک پوشه موقت گم شده",
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
"A PHP extension stopped the file upload" : "یک افزونه پی‌اچ‌پی مانع بارگذاری پرونده شد",
"No file uploaded or file size exceeds maximum of %s" : "پرونده‌ای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
"Create new board" : "ایجاد تختهٔ جدید",
"new board" : "تختهٔ جدید",
"Select the board to link to a project" : "تخته‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Search by board title" : "جستجو بر اساس عنوان تخته",
"Select board" : "انتخاب تخته",
"Select the card to link to a project" : "کارتی را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Select a board" : "انتخاب یک تخته",
"Select a card" : "انتخاب یک کارت",
"Link to card" : "پیوند به کارت",
"Cancel" : "لغو", "Cancel" : "لغو",
"File already exists" : "پرونده از قبل موجود است", "File already exists" : "فایل از قبل موجود میباشد",
"A file with the name {filename} already exists." : "پرونده‌ای با نام {filename} از قبل موجود است.",
"Do you want to overwrite it?" : "می‌خواهید روی آن بازنویسی شود؟",
"Overwrite file" : "بازنویسی پرونده",
"Keep existing file" : "پرونده موجود حفظ شود",
"This board is read only" : "تخته، فقط خواندنی است",
"Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید",
"Archived cards" : "کارت‌های بایگانی‌شده",
"Add new list" : "افزودن فهرست جدید",
"List name" : "نام فهرست",
"Apply filter" : "اعمال پالایه",
"Filter by tag" : "پالایش برحسب برچسب",
"Overdue" : "تاریخ گذشته",
"Next 24 hours" : "۲۴ ساعت آینده",
"Next 7 days" : "۷ روز آینده",
"Next 30 days" : "۳۰ روز آینده",
"Clear filter" : "پاک کردن پالایه",
"Show archived cards" : "نمایش کارت‌های بایگانی شده",
"Toggle compact mode" : "تغییر حالت فشرده",
"Details" : "جزئیات", "Details" : "جزئیات",
"Loading board" : "بارکردن تخته", "Sharing" : "اشتراک گذاری",
"Board not found" : "تخته یافت نشد",
"Sharing" : "هم‌رسانی",
"Tags" : "برچسب‌ها", "Tags" : "برچسب‌ها",
"Deleted items" : "موارد حذف شده",
"Timeline" : "خط زمانی",
"Deleted lists" : "فهرست‌های پاک شده",
"Undo" : "برگرداندن", "Undo" : "برگرداندن",
"Deleted cards" : "کارت‌های پاک شده",
"Share board with a user, group or circle …" : "هم‌رسانی تخته با کاربر، گروه یا حلقه...",
"Board owner" : "مالک تخته",
"(Group)" : "(گروه)", "(Group)" : "(گروه)",
"(Circle)" : "(حلقه)", "Can edit" : "می توانید ویرایش کنید",
"Can edit" : "میتواند ویرایش کند", "Can share" : "میتوانید به اشتراک بگذارید",
"Can share" : "می‌تواند هم‌رسانی کند",
"Can manage" : "می‌تواند مدیریت کند",
"Delete" : "حذف", "Delete" : "حذف",
"Delete list" : "حذف فهرست", "Add card" : "کارت اضافه کنید",
"Add card" : "افزودن کارت",
"Add a new card" : "افزودن یک کارت جدید",
"Edit" : "ویرایش", "Edit" : "ویرایش",
"Add a new tag" : "افزودن یک برچسب جدید",
"title and color value must be provided" : "نام و رنگ باید مشخص شود",
"Title" : "عنوان",
"Members" : "اعضا",
"Add this attachment" : "افزودن این پیوست",
"Delete Attachment" : "حذف پیوست",
"Restore Attachment" : "بازیابی پیوست",
"Due date" : "موعد مقرر", "Due date" : "موعد مقرر",
"Description" : "توضیحات", "Description" : "توضیحات",
"(Unsaved)" : "(ذخیره نشده)", "Attachments" : "پیوست ها",
"(Saving…)" : "(در حال ذخیره...)",
"Formatting help" : "راهنمای قالب‌بندی",
"Edit description" : "ویرایش توضیحات",
"View description" : "نمایش توضیحات",
"Add Attachment" : "افزودن پیوست",
"Attachments" : "پیوست‌ها",
"Comments" : "نظرات", "Comments" : "نظرات",
"Choose attachment" : "انتخاب پیوست",
"Modified" : "تغییر یافته", "Modified" : "تغییر یافته",
"Created" : "ایجاد شده", "Created" : "ایجاد شده",
"Upload attachment" : "بارگذاری پیوست", "Upload attachment" : "پیوست را بارگیری کنید",
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
"Save" : "ذخیره", "Save" : "ذخیره",
"The comment cannot be empty." : "نظر نمی‌تواند خالی باشد.",
"The comment cannot be longer than 1000 characters." : "نظر نمی‌تواند طولانی‌تر از ۱۰۰۰ حرف باشد.",
"In reply to" : "در پاسخ به",
"Reply" : "پاسخ", "Reply" : "پاسخ",
"Update" : "بهروزرسانی", "Update" : "به روز رسانی",
"(group)" : "(گروه)", "(group)" : "(گروه)",
"(circle)" : "(حلقه)",
"seconds ago" : "ثانیه‌هایی پیش",
"Archive card" : "کارت بایگانی",
"Delete card" : "حذف کارت", "Delete card" : "حذف کارت",
"Move card" : "انتقال کارت", "Move card" : "انتقال کارت",
"Card details" : "جزئیات کارت", "seconds ago" : "ثانیه‌هایی پیش",
"Move card to another board" : "انتقال کارت به تخته‌ای دیگر", "Settings" : "تنظیمات",
"All boards" : "همه تخته‌ها", "Share" : "اشتراک",
"Archived boards" : "تخته‌های بایگانی شده", "Options" : "گزینه ها",
"Shared with you" : "با شما به اشتراک گذاشته شده است", "Edit board" : "ویرایش تخته ها",
"New board title" : "عنوان تختهٔ جدید", "An error occurred" : "خطایی روی داد",
"Edit board" : "ویرایش تخته", "Archive board" : " بایگانی تابلو",
"An error occurred" : "خطایی روی داد" "Delete board" : "حذف تابلو"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

View File

@@ -1,133 +1,43 @@
{ "translations": { { "translations": {
"You have created a new board {board}" : "تختهٔ جدیدی به نام {board} ایجاد کردید",
"{user} has created a new board {board}" : "{user} یک تخته جدیدی به نام {board} ایجاد کرد",
"You have deleted the board {board}" : "تختهٔ {board} را حذف کردید",
"{user} has deleted the board {board}" : "{user} تختهٔ {board} را حذف کرد",
"You have restored the board {board}" : "تختهٔ {board} را بازیابی کردید",
"{user} has restored the board {board}" : "{user} تختهٔ {board} را بازیابی کرد",
"You have shared the board {board} with {acl}" : "تختهٔ {board} را با {acl} هم‌رسانی کردید",
"{user} has shared the board {board} with {acl}" : "{user} تختهٔ {board} را با {acl} هم‌رسانی کرد",
"You have removed {acl} from the board {board}" : "شما {acl} را از تختهٔ {board} حذف کردید",
"{user} has removed {acl} from the board {board}" : "{user} اقدام به حذف {acl} از تختهٔ {board} کرد",
"You have renamed the board {before} to {board}" : "نام تخته را از {before} به {board} تغییر دادید",
"{user} has renamed the board {before} to {board}" : "{user} نام تخته را از {before} به {board} تغییر داد",
"You have archived the board {board}" : "تختهٔ {board} را بایگانی کردید",
"{user} has archived the board {before}" : "{user} تختهٔ {board} را بایگانی کرد",
"You have unarchived the board {board}" : "تختهٔ {board} را از بایگانی خارج کردید",
"{user} has unarchived the board {before}" : "{user} تختهٔ {board} را از بایگانی خارج کرد",
"Personal" : "شخصی", "Personal" : "شخصی",
"Finished" : "تمام شده", "Finished" : "تمام شده",
"To review" : "برای بازبینی",
"Action needed" : "نیازمند اقدام",
"Later" : "بعدا",
"copy" : "کپی", "copy" : "کپی",
"To do" : "برای انجام",
"Doing" : "در حال انجام",
"Done" : "انجام شد", "Done" : "انجام شد",
"Example Task 3" : "نمونه کار ۳",
"Example Task 2" : "نمونه کار ۲",
"Example Task 1" : "نمونه کار ۱",
"The file was uploaded" : "پرونده بارگذاری شد",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است",
"The file was only partially uploaded" : "پرونده فقط به صورت جزئی و ناقص بارگذاری شد", "No file was uploaded" : "هیچ پروندهای بارگذاری نشده",
"No file was uploaded" : "هیچ پرونده‌ای بارگذاری نشد",
"Missing a temporary folder" : "یک پوشه موقت گم شده", "Missing a temporary folder" : "یک پوشه موقت گم شده",
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
"A PHP extension stopped the file upload" : "یک افزونه پی‌اچ‌پی مانع بارگذاری پرونده شد",
"No file uploaded or file size exceeds maximum of %s" : "پرونده‌ای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
"Create new board" : "ایجاد تختهٔ جدید",
"new board" : "تختهٔ جدید",
"Select the board to link to a project" : "تخته‌ای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Search by board title" : "جستجو بر اساس عنوان تخته",
"Select board" : "انتخاب تخته",
"Select the card to link to a project" : "کارتی را برای ایجاد پیوند با یک پروژه انتخاب کنید",
"Select a board" : "انتخاب یک تخته",
"Select a card" : "انتخاب یک کارت",
"Link to card" : "پیوند به کارت",
"Cancel" : "لغو", "Cancel" : "لغو",
"File already exists" : "پرونده از قبل موجود است", "File already exists" : "فایل از قبل موجود میباشد",
"A file with the name {filename} already exists." : "پرونده‌ای با نام {filename} از قبل موجود است.",
"Do you want to overwrite it?" : "می‌خواهید روی آن بازنویسی شود؟",
"Overwrite file" : "بازنویسی پرونده",
"Keep existing file" : "پرونده موجود حفظ شود",
"This board is read only" : "تخته، فقط خواندنی است",
"Drop your files to upload" : "برای بارگذاری، پرونده‌ها را اینجا رها کنید",
"Archived cards" : "کارت‌های بایگانی‌شده",
"Add new list" : "افزودن فهرست جدید",
"List name" : "نام فهرست",
"Apply filter" : "اعمال پالایه",
"Filter by tag" : "پالایش برحسب برچسب",
"Overdue" : "تاریخ گذشته",
"Next 24 hours" : "۲۴ ساعت آینده",
"Next 7 days" : "۷ روز آینده",
"Next 30 days" : "۳۰ روز آینده",
"Clear filter" : "پاک کردن پالایه",
"Show archived cards" : "نمایش کارت‌های بایگانی شده",
"Toggle compact mode" : "تغییر حالت فشرده",
"Details" : "جزئیات", "Details" : "جزئیات",
"Loading board" : "بارکردن تخته", "Sharing" : "اشتراک گذاری",
"Board not found" : "تخته یافت نشد",
"Sharing" : "هم‌رسانی",
"Tags" : "برچسب‌ها", "Tags" : "برچسب‌ها",
"Deleted items" : "موارد حذف شده",
"Timeline" : "خط زمانی",
"Deleted lists" : "فهرست‌های پاک شده",
"Undo" : "برگرداندن", "Undo" : "برگرداندن",
"Deleted cards" : "کارت‌های پاک شده",
"Share board with a user, group or circle …" : "هم‌رسانی تخته با کاربر، گروه یا حلقه...",
"Board owner" : "مالک تخته",
"(Group)" : "(گروه)", "(Group)" : "(گروه)",
"(Circle)" : "(حلقه)", "Can edit" : "می توانید ویرایش کنید",
"Can edit" : "میتواند ویرایش کند", "Can share" : "میتوانید به اشتراک بگذارید",
"Can share" : "می‌تواند هم‌رسانی کند",
"Can manage" : "می‌تواند مدیریت کند",
"Delete" : "حذف", "Delete" : "حذف",
"Delete list" : "حذف فهرست", "Add card" : "کارت اضافه کنید",
"Add card" : "افزودن کارت",
"Add a new card" : "افزودن یک کارت جدید",
"Edit" : "ویرایش", "Edit" : "ویرایش",
"Add a new tag" : "افزودن یک برچسب جدید",
"title and color value must be provided" : "نام و رنگ باید مشخص شود",
"Title" : "عنوان",
"Members" : "اعضا",
"Add this attachment" : "افزودن این پیوست",
"Delete Attachment" : "حذف پیوست",
"Restore Attachment" : "بازیابی پیوست",
"Due date" : "موعد مقرر", "Due date" : "موعد مقرر",
"Description" : "توضیحات", "Description" : "توضیحات",
"(Unsaved)" : "(ذخیره نشده)", "Attachments" : "پیوست ها",
"(Saving…)" : "(در حال ذخیره...)",
"Formatting help" : "راهنمای قالب‌بندی",
"Edit description" : "ویرایش توضیحات",
"View description" : "نمایش توضیحات",
"Add Attachment" : "افزودن پیوست",
"Attachments" : "پیوست‌ها",
"Comments" : "نظرات", "Comments" : "نظرات",
"Choose attachment" : "انتخاب پیوست",
"Modified" : "تغییر یافته", "Modified" : "تغییر یافته",
"Created" : "ایجاد شده", "Created" : "ایجاد شده",
"Upload attachment" : "بارگذاری پیوست", "Upload attachment" : "پیوست را بارگیری کنید",
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
"Save" : "ذخیره", "Save" : "ذخیره",
"The comment cannot be empty." : "نظر نمی‌تواند خالی باشد.",
"The comment cannot be longer than 1000 characters." : "نظر نمی‌تواند طولانی‌تر از ۱۰۰۰ حرف باشد.",
"In reply to" : "در پاسخ به",
"Reply" : "پاسخ", "Reply" : "پاسخ",
"Update" : "بهروزرسانی", "Update" : "به روز رسانی",
"(group)" : "(گروه)", "(group)" : "(گروه)",
"(circle)" : "(حلقه)",
"seconds ago" : "ثانیه‌هایی پیش",
"Archive card" : "کارت بایگانی",
"Delete card" : "حذف کارت", "Delete card" : "حذف کارت",
"Move card" : "انتقال کارت", "Move card" : "انتقال کارت",
"Card details" : "جزئیات کارت", "seconds ago" : "ثانیه‌هایی پیش",
"Move card to another board" : "انتقال کارت به تخته‌ای دیگر", "Settings" : "تنظیمات",
"All boards" : "همه تخته‌ها", "Share" : "اشتراک",
"Archived boards" : "تخته‌های بایگانی شده", "Options" : "گزینه ها",
"Shared with you" : "با شما به اشتراک گذاشته شده است", "Edit board" : "ویرایش تخته ها",
"New board title" : "عنوان تختهٔ جدید", "An error occurred" : "خطایی روی داد",
"Edit board" : "ویرایش تخته", "Archive board" : " بایگانی تابلو",
"An error occurred" : "خطایی روی داد" "Delete board" : "حذف تابلو"
},"pluralForm" :"nplurals=2; plural=(n > 1);" },"pluralForm" :"nplurals=2; plural=(n > 1);"
} }

View File

@@ -17,18 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} arkistoi taulun {before}", "{user} has archived the board {before}" : "{user} arkistoi taulun {before}",
"You have unarchived the board {board}" : "Palautit taulun {board} arkistosta ", "You have unarchived the board {board}" : "Palautit taulun {board} arkistosta ",
"{user} has unarchived the board {before}" : "{user} palautti taulun {before} arkistosta", "{user} has unarchived the board {before}" : "{user} palautti taulun {before} arkistosta",
"You have created a new stack {stack} on board {board}" : "Loit pinon {stack} tauluun {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} loi pinon {stack} tauluun {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Muutit pinon {before} nimeksi {stack} taululla {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} muutti pinon {before} nimeksi {stack} taululla {board}",
"You have deleted stack {stack} on board {board}" : "Poistit pinon {stack} taululta {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} poisti pinon {stack} taululta {board}",
"You have created card {card} in stack {stack} on board {board}" : "Loit kortin {card} pinoon {stack} taululla {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} loi kortin {card} pinoon {stack} taululla {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Poistit kortin {card} pinosta {stack} taululta {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} poisti kortin {card} pinosta {stack} taululta {board}",
"You have renamed the card {before} to {card}" : "Muutit kortin {before} uudeksi nimeksi {card}", "You have renamed the card {before} to {card}" : "Muutit kortin {before} uudeksi nimeksi {card}",
"{user} has renamed the card {before} to {card}" : "{user} muutti kortin {before} uudeksi nimeksi {card}", "{user} has renamed the card {before} to {card}" : "{user} muutti kortin {before} uudeksi nimeksi {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Lisäsit kuvauksen korttiin {card} pinossa {stack} taululla {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} lisäsi kuvauksen korttiin {card} pinossa {stack} taululla {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Päivitit kortin {card} kuvausta pinossa {stack} taululla {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} päivitti kortin {card} kuvausta pinossa {stack} taululla {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Arkistoit kortin {card} pinossa {stack} taululla {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} arkistoi kortin {card} pinossa {stack} taululla {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Palautit arkistosta kortin {card} pinossa {stack} taululla {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} palautti arkistosta kortin {card} pinossa {stack} taululla {board}",
"You have removed the due date of card {card}" : "Poistit eräpäivän kortilta {card}", "You have removed the due date of card {card}" : "Poistit eräpäivän kortilta {card}",
"{user} has removed the due date of card {card}" : "{user} poisti eräpäivän kortilta {card}", "{user} has removed the due date of card {card}" : "{user} poisti eräpäivän kortilta {card}",
"You have set the due date of card {card} to {after}" : "Asetit kortille {card} eräpäivän {after}", "You have set the due date of card {card} to {after}" : "Asetit kortille {card} eräpäivän {after}",
"{user} has set the due date of card {card} to {after}" : "{user} asetti kortille {card} eräpäivän {after}", "{user} has set the due date of card {card} to {after}" : "{user} asetti kortille {card} eräpäivän {after}",
"You have updated the due date of card {card} to {after}" : "Päivitit kortin {card} eräpäiväksi {after}", "You have updated the due date of card {card} to {after}" : "Päivitit kortin {card} eräpäiväksi {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} päivitti kortin {card} eräpäiväksi {after}", "{user} has updated the due date of card {card} to {after}" : "{user} päivitti kortin {card} eräpäiväksi {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Lisäsit tunnisteen {label} korttiin {card} pinossa {stack} taululla {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} lisäsi tunnisteen {label} korttiin {card} pinossa {stack} taululla {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Poistit tunnisteen {label} kortista {card} pinossa {stack} taululla {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} poisti tunnisteen {label} kortista {card} pinossa {stack} taululla {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Asetit kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Asetit kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asetti kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asetti kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Poistit kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Poistit kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} poisti kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} poisti kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Siirsit kortin {card} pinosta {stackBefore} pinoon {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} siirsi kortin {card} pinosta {stackBefore} pinoon {stack}",
"You have added the attachment {attachment} to card {card}" : "Lisäsit liitteen {attachment} kortille {card}", "You have added the attachment {attachment} to card {card}" : "Lisäsit liitteen {attachment} kortille {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} lisäsi liitteen {attachment} kortille {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} lisäsi liitteen {attachment} kortille {card}",
"You have updated the attachment {attachment} on card {card}" : "Päivitit kortin {card} liitettä {attachment}", "You have updated the attachment {attachment} on card {card}" : "Päivitit kortin {card} liitettä {attachment}",
@@ -115,13 +139,12 @@ OC.L10N.register(
"Can share" : "Voi jakaa", "Can share" : "Voi jakaa",
"Can manage" : "Voi hallita", "Can manage" : "Voi hallita",
"Delete" : "Poista", "Delete" : "Poista",
"Add a new stack" : "Lisää uusi pino",
"Delete list" : "Poista lista", "Delete list" : "Poista lista",
"Add card" : "Lisää kortti", "Add card" : "Lisää kortti",
"Add a new card" : "Lisää uusi kortti", "Add a new card" : "Lisää uusi kortti",
"Edit" : "Muokkaa", "Edit" : "Muokkaa",
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri", "title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
"Title" : "Otsikko",
"Members" : "Jäsenet",
"Delete Attachment" : "Poista liite", "Delete Attachment" : "Poista liite",
"Restore Attachment" : "Palauta liite", "Restore Attachment" : "Palauta liite",
"Assign a tag to this card…" : "Lisää kortille tunniste...", "Assign a tag to this card…" : "Lisää kortille tunniste...",
@@ -142,20 +165,26 @@ OC.L10N.register(
"Reply" : "Vastaa", "Reply" : "Vastaa",
"Update" : "Päivitä", "Update" : "Päivitä",
"(group)" : "(ryhmä)", "(group)" : "(ryhmä)",
"seconds ago" : "sekuntia sitten",
"Unarchive card" : "Poista kortti arkistosta",
"Archive card" : "Arkistoi kortti",
"Delete card" : "Poista kortti", "Delete card" : "Poista kortti",
"Move card" : "Siirrä kortti", "Move card" : "Siirrä kortti",
"Card details" : "Näytä kortin sisältö", "Card details" : "Näytä kortin sisältö",
"Select a stack" : "Valitse pino",
"seconds ago" : "sekuntia sitten",
"All boards" : "Kaikki taulut", "All boards" : "Kaikki taulut",
"Archived boards" : "Arkistoidut taulut", "Archived boards" : "Arkistoidut taulut",
"Shared with you" : "Jaettu kanssasi", "Shared boards" : "Jaetut taulut",
"Settings" : "Asetukset",
"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." : "Pakan käytön rajoittaminen estää merkittyjen ryhmien jäseniä luomasta omia taulujaan, mutta käyttäjät pystyvät silti käyttämään heidän kanssaan jaettuja tauluja.", "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." : "Pakan käytön rajoittaminen estää merkittyjen ryhmien jäseniä luomasta omia taulujaan, mutta käyttäjät pystyvät silti käyttämään heidän kanssaan jaettuja tauluja.",
"New board title" : "Uusi taulun otsikko", "New board title" : "Uusi taulun otsikko",
"Share" : "Jaa",
"Options" : "Valinnat",
"Edit board" : "Muokkaa taulua", "Edit board" : "Muokkaa taulua",
"Board details" : "Taulun tiedot",
"An error occurred" : "Tapahtui virhe", "An error occurred" : "Tapahtui virhe",
"Clone board" : "Monista taulu",
"Archive board" : "Arkistoi taulu",
"Unarchive board" : "Kumoa taulun arkistointi",
"Delete board" : "Poista taulu",
"Board details" : "Taulun tiedot",
"Link to a board" : "Linkki taululle", "Link to a board" : "Linkki taululle",
"Link to a card" : "Linkitä korttiin", "Link to a card" : "Linkitä korttiin",
"Something went wrong" : "Jokin meni vikaan", "Something went wrong" : "Jokin meni vikaan",

View File

@@ -15,18 +15,42 @@
"{user} has archived the board {before}" : "{user} arkistoi taulun {before}", "{user} has archived the board {before}" : "{user} arkistoi taulun {before}",
"You have unarchived the board {board}" : "Palautit taulun {board} arkistosta ", "You have unarchived the board {board}" : "Palautit taulun {board} arkistosta ",
"{user} has unarchived the board {before}" : "{user} palautti taulun {before} arkistosta", "{user} has unarchived the board {before}" : "{user} palautti taulun {before} arkistosta",
"You have created a new stack {stack} on board {board}" : "Loit pinon {stack} tauluun {board}",
"{user} has created a new stack {stack} on board {board}" : "{user} loi pinon {stack} tauluun {board}",
"You have renamed stack {before} to {stack} on board {board}" : "Muutit pinon {before} nimeksi {stack} taululla {board}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} muutti pinon {before} nimeksi {stack} taululla {board}",
"You have deleted stack {stack} on board {board}" : "Poistit pinon {stack} taululta {board}",
"{user} has deleted stack {stack} on board {board}" : "{user} poisti pinon {stack} taululta {board}",
"You have created card {card} in stack {stack} on board {board}" : "Loit kortin {card} pinoon {stack} taululla {board}",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} loi kortin {card} pinoon {stack} taululla {board}",
"You have deleted card {card} in stack {stack} on board {board}" : "Poistit kortin {card} pinosta {stack} taululta {board}",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} poisti kortin {card} pinosta {stack} taululta {board}",
"You have renamed the card {before} to {card}" : "Muutit kortin {before} uudeksi nimeksi {card}", "You have renamed the card {before} to {card}" : "Muutit kortin {before} uudeksi nimeksi {card}",
"{user} has renamed the card {before} to {card}" : "{user} muutti kortin {before} uudeksi nimeksi {card}", "{user} has renamed the card {before} to {card}" : "{user} muutti kortin {before} uudeksi nimeksi {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Lisäsit kuvauksen korttiin {card} pinossa {stack} taululla {board}",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} lisäsi kuvauksen korttiin {card} pinossa {stack} taululla {board}",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Päivitit kortin {card} kuvausta pinossa {stack} taululla {board}",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} päivitti kortin {card} kuvausta pinossa {stack} taululla {board}",
"You have archived card {card} in stack {stack} on board {board}" : "Arkistoit kortin {card} pinossa {stack} taululla {board}",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} arkistoi kortin {card} pinossa {stack} taululla {board}",
"You have unarchived card {card} in stack {stack} on board {board}" : "Palautit arkistosta kortin {card} pinossa {stack} taululla {board}",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} palautti arkistosta kortin {card} pinossa {stack} taululla {board}",
"You have removed the due date of card {card}" : "Poistit eräpäivän kortilta {card}", "You have removed the due date of card {card}" : "Poistit eräpäivän kortilta {card}",
"{user} has removed the due date of card {card}" : "{user} poisti eräpäivän kortilta {card}", "{user} has removed the due date of card {card}" : "{user} poisti eräpäivän kortilta {card}",
"You have set the due date of card {card} to {after}" : "Asetit kortille {card} eräpäivän {after}", "You have set the due date of card {card} to {after}" : "Asetit kortille {card} eräpäivän {after}",
"{user} has set the due date of card {card} to {after}" : "{user} asetti kortille {card} eräpäivän {after}", "{user} has set the due date of card {card} to {after}" : "{user} asetti kortille {card} eräpäivän {after}",
"You have updated the due date of card {card} to {after}" : "Päivitit kortin {card} eräpäiväksi {after}", "You have updated the due date of card {card} to {after}" : "Päivitit kortin {card} eräpäiväksi {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} päivitti kortin {card} eräpäiväksi {after}", "{user} has updated the due date of card {card} to {after}" : "{user} päivitti kortin {card} eräpäiväksi {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Lisäsit tunnisteen {label} korttiin {card} pinossa {stack} taululla {board}",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} lisäsi tunnisteen {label} korttiin {card} pinossa {stack} taululla {board}",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Poistit tunnisteen {label} kortista {card} pinossa {stack} taululla {board}",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} poisti tunnisteen {label} kortista {card} pinossa {stack} taululla {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Asetit kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Asetit kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asetti kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asetti kortin {card} käyttäjän {assigneduser} tehtäväksi taululla {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Poistit kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Poistit kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} poisti kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} poisti kortin {card} käyttäjän {assigneduser} tehtävistä taululla {board}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Siirsit kortin {card} pinosta {stackBefore} pinoon {stack}",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} siirsi kortin {card} pinosta {stackBefore} pinoon {stack}",
"You have added the attachment {attachment} to card {card}" : "Lisäsit liitteen {attachment} kortille {card}", "You have added the attachment {attachment} to card {card}" : "Lisäsit liitteen {attachment} kortille {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} lisäsi liitteen {attachment} kortille {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} lisäsi liitteen {attachment} kortille {card}",
"You have updated the attachment {attachment} on card {card}" : "Päivitit kortin {card} liitettä {attachment}", "You have updated the attachment {attachment} on card {card}" : "Päivitit kortin {card} liitettä {attachment}",
@@ -113,13 +137,12 @@
"Can share" : "Voi jakaa", "Can share" : "Voi jakaa",
"Can manage" : "Voi hallita", "Can manage" : "Voi hallita",
"Delete" : "Poista", "Delete" : "Poista",
"Add a new stack" : "Lisää uusi pino",
"Delete list" : "Poista lista", "Delete list" : "Poista lista",
"Add card" : "Lisää kortti", "Add card" : "Lisää kortti",
"Add a new card" : "Lisää uusi kortti", "Add a new card" : "Lisää uusi kortti",
"Edit" : "Muokkaa", "Edit" : "Muokkaa",
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri", "title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
"Title" : "Otsikko",
"Members" : "Jäsenet",
"Delete Attachment" : "Poista liite", "Delete Attachment" : "Poista liite",
"Restore Attachment" : "Palauta liite", "Restore Attachment" : "Palauta liite",
"Assign a tag to this card…" : "Lisää kortille tunniste...", "Assign a tag to this card…" : "Lisää kortille tunniste...",
@@ -140,20 +163,26 @@
"Reply" : "Vastaa", "Reply" : "Vastaa",
"Update" : "Päivitä", "Update" : "Päivitä",
"(group)" : "(ryhmä)", "(group)" : "(ryhmä)",
"seconds ago" : "sekuntia sitten",
"Unarchive card" : "Poista kortti arkistosta",
"Archive card" : "Arkistoi kortti",
"Delete card" : "Poista kortti", "Delete card" : "Poista kortti",
"Move card" : "Siirrä kortti", "Move card" : "Siirrä kortti",
"Card details" : "Näytä kortin sisältö", "Card details" : "Näytä kortin sisältö",
"Select a stack" : "Valitse pino",
"seconds ago" : "sekuntia sitten",
"All boards" : "Kaikki taulut", "All boards" : "Kaikki taulut",
"Archived boards" : "Arkistoidut taulut", "Archived boards" : "Arkistoidut taulut",
"Shared with you" : "Jaettu kanssasi", "Shared boards" : "Jaetut taulut",
"Settings" : "Asetukset",
"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." : "Pakan käytön rajoittaminen estää merkittyjen ryhmien jäseniä luomasta omia taulujaan, mutta käyttäjät pystyvät silti käyttämään heidän kanssaan jaettuja tauluja.", "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." : "Pakan käytön rajoittaminen estää merkittyjen ryhmien jäseniä luomasta omia taulujaan, mutta käyttäjät pystyvät silti käyttämään heidän kanssaan jaettuja tauluja.",
"New board title" : "Uusi taulun otsikko", "New board title" : "Uusi taulun otsikko",
"Share" : "Jaa",
"Options" : "Valinnat",
"Edit board" : "Muokkaa taulua", "Edit board" : "Muokkaa taulua",
"Board details" : "Taulun tiedot",
"An error occurred" : "Tapahtui virhe", "An error occurred" : "Tapahtui virhe",
"Clone board" : "Monista taulu",
"Archive board" : "Arkistoi taulu",
"Unarchive board" : "Kumoa taulun arkistointi",
"Delete board" : "Poista taulu",
"Board details" : "Taulun tiedot",
"Link to a board" : "Linkki taululle", "Link to a board" : "Linkki taululle",
"Link to a card" : "Linkitä korttiin", "Link to a card" : "Linkitä korttiin",
"Something went wrong" : "Jokin meni vikaan", "Something went wrong" : "Jokin meni vikaan",

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}", "{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
"You have unarchived the board {board}" : "Vous avez désarchivé le tableau {board}", "You have unarchived the board {board}" : "Vous avez désarchivé le tableau {board}",
"{user} has unarchived the board {before}" : "{user} a désarchivé le tableau {before}", "{user} has unarchived the board {before}" : "{user} a désarchivé le tableau {before}",
"You have created a new list {stack} on board {board}" : "Vous avez créé une nouvelle liste {stack} sur le tableau {board}", "You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}",
"{user} has created a new list {stack} on board {board}" : "{user} a créé une nouvelle liste {stack} sur le tableau {board}", "{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}",
"You have renamed list {before} to {stack} on board {board}" : "Vous avez renommé la liste {before} en {stack} sur le tableau {board}", "You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} a renommé la liste {before} en {stack} sur le tableau {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} a renommé la pile {before} en {stack} sur le tableau {board}",
"You have deleted list {stack} on board {board}" : "Vous avez supprimé la liste {stack} sur le tableau {board}", "You have deleted stack {stack} on board {board}" : "Vous avez supprimé la pile {stack} sur le tableau {board}",
"{user} has deleted list {stack} on board {board}" : "{user} a supprimé la liste {stack} sur le tableau {board}", "{user} has deleted stack {stack} on board {board}" : "{user} a supprimé la pile {stack} sur le tableau {board}",
"You have created card {card} in list {stack} on board {board}" : "Vous avez créé la carte {card} dans la liste {stack} du tableau {board}", "You have created card {card} in stack {stack} on board {board}" : "Vous avez créé la carte {card} dans la pile {stack} du tableau {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} a créé la carte {card} dans la liste {stack} du tableau {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} a créé la carte {card} dans la pile {stack} du tableau {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Vous avez supprimé la carte {card} de la liste {stack} du tableau {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Vous avez supprimé la carte {card} de la pile {stack} du tableau {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} a supprimé la carte {card} de la liste {stack} du tableau {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} a supprimé la carte {card} de la pile {stack} du tableau {board}",
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}", "You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}", "{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la liste {stack} du tableau {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la liste {stack} du tableau {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la liste {stack} du tableau {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la liste {stack} du tableau {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
"You have archived card {card} in list {stack} on board {board}" : "Vous avez archivé la carte {card} de la liste {stack} du tableau {board}", "You have archived card {card} in stack {stack} on board {board}" : "Vous avez archivé la carte {card} de la pile {stack} du tableau {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} a archivé la carte {card} de la liste {stack} du tableau {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} a archivé la carte {card} de la pile {stack} du tableau {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Vous avez désarchivé la carte {card} de la liste {stack} du tableau {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Vous avez désarchivé la carte {card} de la pile {stack} du tableau {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} a désarchivé la carte {card} de la liste {stack} du tableau {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a désarchivé la carte {card} de la pile {stack} du tableau {board}",
"You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}", "You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}",
"{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}", "{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}",
"You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}", "You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}",
"{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}", "{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}",
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}", "You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance de la carte {card} à {after}", "{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance de la carte {card} à {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la liste {stack} du tableau {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la liste {stack} du tableau {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la liste {stack} du tableau {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la liste {stack} du tableau {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {assigneduser} de la carte {card} du tableau {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {assigneduser} de la carte {card} du tableau {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la liste {stackBefore} vers {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la pile {stackBefore} vers {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la liste {stackBefore} vers {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la pile {stackBefore} vers {stack}",
"You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}", "You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}",
"You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}", "You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Créer un nouveau tableau", "Create new board" : "Créer un nouveau tableau",
"new board" : "nouveau tableau", "new board" : "nouveau tableau",
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.", "Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
"Search by board title" : "Rechercher par titre du tableau",
"Select board" : "Sélectionner le tableau", "Select board" : "Sélectionner le tableau",
"Select the card to link to a project" : "Sélectionner la carte à relier à un projet", "Select the card to link to a project" : "Sélectionner la carte à relier à un projet",
"Select a board" : "Sélectionner un tableau", "Select a board" : "Sélectionner un tableau",
@@ -127,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "7 prochains jours", "Next 7 days" : "7 prochains jours",
"Next 30 days" : "30 prochains jours", "Next 30 days" : "30 prochains jours",
"No due date" : "Sans échéance", "No due date" : "Sans échéance",
"Clear filter" : "Supprimer le filtre",
"Show archived cards" : "Afficher les cartes archivées", "Show archived cards" : "Afficher les cartes archivées",
"Toggle compact mode" : "Basculer le mode compact", "Toggle compact mode" : "Basculer le mode compact",
"Details" : "Détails", "Details" : "Détails",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "Peut partager", "Can share" : "Peut partager",
"Can manage" : "Peut gérer", "Can manage" : "Peut gérer",
"Delete" : "Supprimer", "Delete" : "Supprimer",
"Add a new list" : "Ajouter une nouvelle liste", "Add a new stack" : "Nouvelle pile",
"Delete list" : "Supprimer la liste", "Delete list" : "Supprimer la liste",
"Add card" : "Ajouter une carte", "Add card" : "Ajouter une carte",
"Add a new card" : "Ajouter une nouvelle carte", "Add a new card" : "Ajouter une nouvelle carte",
"Edit" : "Modifier", "Edit" : "Modifier",
"Add a new tag" : "Ajouter une nouvelle étiquette", "Add a new tag" : "Ajouter une nouvelle étiquette",
"title and color value must be provided" : "le titre et la couleur doivent être renseignés", "title and color value must be provided" : "le titre et la couleur doivent être renseignés",
"Title" : "Titre",
"Members" : "Membres",
"Add this attachment" : "Ajouter cette pièce jointe", "Add this attachment" : "Ajouter cette pièce jointe",
"Delete Attachment" : "Supprimer la pièce jointe", "Delete Attachment" : "Supprimer la pièce jointe",
"Restore Attachment" : "Restaurer la pièce jointe", "Restore Attachment" : "Restaurer la pièce jointe",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Non enregistré)", "(Unsaved)" : "(Non enregistré)",
"(Saving…)" : "(Enregistrement ...)", "(Saving…)" : "(Enregistrement ...)",
"Formatting help" : "Aide sur la mise en forme", "Formatting help" : "Aide sur la mise en forme",
"Add Attachment" : "Ajouter une pièce jointe",
"Edit description" : "Modifier la description", "Edit description" : "Modifier la description",
"View description" : "Afficher la description", "View description" : "Afficher la description",
"Add Attachment" : "Ajouter une pièce jointe",
"Attachments" : "Pièces jointes", "Attachments" : "Pièces jointes",
"Comments" : "Commentaires", "Comments" : "Commentaires",
"Choose attachment" : "Choisir une pièce jointe", "Choose attachment" : "Choisir une pièce jointe",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Mettre à jour", "Update" : "Mettre à jour",
"(group)" : "(groupe)", "(group)" : "(groupe)",
"(circle)" : "(cercle)", "(circle)" : "(cercle)",
"seconds ago" : "à l'instant",
"Assign to me" : "Me l'assigner", "Assign to me" : "Me l'assigner",
"Unassign myself" : "Me le désassigner",
"Unarchive card" : "Sortir la carte des archives",
"Archive card" : "Archiver la carte",
"Delete card" : "Supprimer la carte", "Delete card" : "Supprimer la carte",
"Move card" : "Déplacer la carte", "Move card" : "Déplacer la carte",
"Card details" : "Détails de la carte", "Card details" : "Détails de la carte",
"Move card to another board" : "Déplacer la carte vers un autre tableau ", "Select a stack" : "Sélectionner une pile",
"Select a list" : "Sélectionner une liste", "seconds ago" : "à l'instant",
"All boards" : "Tous les tableaux", "All boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés", "Archived boards" : "Tableaux archivés",
"Shared with you" : "Partagés avec vous", "Shared boards" : "Tableaux partagés",
"Settings" : "Paramètres",
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes", "Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
"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." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "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." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"New board title" : "Nouveau titre pour le tableau", "New board title" : "Nouveau titre pour le tableau",
"Share" : "Partager",
"Options" : "Choix",
"Edit board" : "Modifier le tableau", "Edit board" : "Modifier le tableau",
"Clone board " : "Dupliquer le tableau",
"Unarchive board " : "Sortir le tableau des archives",
"Archive board " : "Archiver le tableau",
"Delete board " : "Supprimer le tableau",
"Board details" : "Détails du tableau",
"Board {0} deleted" : "Tableau {0} supprimé",
"An error occurred" : "Une erreur est survenue", "An error occurred" : "Une erreur est survenue",
"Clone board" : "Dupliquer le tableau",
"Archive board" : "Archiver le tableau",
"Unarchive board" : "Désarchiver le tableau",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
"Delete the board?" : "Supprimer le tableau ?", "Delete the board?" : "Supprimer le tableau ?",
"Delete board" : "Supprimer le tableau",
"Board details" : "Détails du tableau",
"Link to a board" : "Relier à un tableau", "Link to a board" : "Relier à un tableau",
"Link to a card" : "Relier à une carte", "Link to a card" : "Relier à une carte",
"Something went wrong" : "Quelque chose s'est mal passé", "Something went wrong" : "Quelque chose s'est mal passé",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}", "{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
"You have unarchived the board {board}" : "Vous avez désarchivé le tableau {board}", "You have unarchived the board {board}" : "Vous avez désarchivé le tableau {board}",
"{user} has unarchived the board {before}" : "{user} a désarchivé le tableau {before}", "{user} has unarchived the board {before}" : "{user} a désarchivé le tableau {before}",
"You have created a new list {stack} on board {board}" : "Vous avez créé une nouvelle liste {stack} sur le tableau {board}", "You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pile {stack} sur le tableau {board}",
"{user} has created a new list {stack} on board {board}" : "{user} a créé une nouvelle liste {stack} sur le tableau {board}", "{user} has created a new stack {stack} on board {board}" : "{user} a créé une nouvelle pile {stack} sur le tableau {board}",
"You have renamed list {before} to {stack} on board {board}" : "Vous avez renommé la liste {before} en {stack} sur le tableau {board}", "You have renamed stack {before} to {stack} on board {board}" : "Vous avez renommé la pile {before} en {stack} sur le tableau {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} a renommé la liste {before} en {stack} sur le tableau {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} a renommé la pile {before} en {stack} sur le tableau {board}",
"You have deleted list {stack} on board {board}" : "Vous avez supprimé la liste {stack} sur le tableau {board}", "You have deleted stack {stack} on board {board}" : "Vous avez supprimé la pile {stack} sur le tableau {board}",
"{user} has deleted list {stack} on board {board}" : "{user} a supprimé la liste {stack} sur le tableau {board}", "{user} has deleted stack {stack} on board {board}" : "{user} a supprimé la pile {stack} sur le tableau {board}",
"You have created card {card} in list {stack} on board {board}" : "Vous avez créé la carte {card} dans la liste {stack} du tableau {board}", "You have created card {card} in stack {stack} on board {board}" : "Vous avez créé la carte {card} dans la pile {stack} du tableau {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} a créé la carte {card} dans la liste {stack} du tableau {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} a créé la carte {card} dans la pile {stack} du tableau {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Vous avez supprimé la carte {card} de la liste {stack} du tableau {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Vous avez supprimé la carte {card} de la pile {stack} du tableau {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} a supprimé la carte {card} de la liste {stack} du tableau {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} a supprimé la carte {card} de la pile {stack} du tableau {board}",
"You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}", "You have renamed the card {before} to {card}" : "Vous avez renommé la carte {before} en {card}",
"{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}", "{user} has renamed the card {before} to {card}" : "{user} a renommé la carte {before} en {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la liste {stack} du tableau {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Vous avez ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la liste {stack} du tableau {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} a ajouté une description à la carte {card} de la pile {stack} du tableau {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la liste {stack} du tableau {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Vous avez mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la liste {stack} du tableau {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} a mis à jour la description de la carte {card} de la pile {stack} du tableau {board}",
"You have archived card {card} in list {stack} on board {board}" : "Vous avez archivé la carte {card} de la liste {stack} du tableau {board}", "You have archived card {card} in stack {stack} on board {board}" : "Vous avez archivé la carte {card} de la pile {stack} du tableau {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} a archivé la carte {card} de la liste {stack} du tableau {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} a archivé la carte {card} de la pile {stack} du tableau {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Vous avez désarchivé la carte {card} de la liste {stack} du tableau {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Vous avez désarchivé la carte {card} de la pile {stack} du tableau {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} a désarchivé la carte {card} de la liste {stack} du tableau {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} a désarchivé la carte {card} de la pile {stack} du tableau {board}",
"You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}", "You have removed the due date of card {card}" : "Vous avez supprimé la date d'échéance de la carte {card}",
"{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}", "{user} has removed the due date of card {card}" : "{user} a supprimé la date d'échéance de la carte {card}",
"You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}", "You have set the due date of card {card} to {after}" : "Vous avez établi la date d'échéance de la carte {card} à {after}",
"{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}", "{user} has set the due date of card {card} to {after}" : "{user} a établi la date d'échéance de la carte {card} à {after}",
"You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}", "You have updated the due date of card {card} to {after}" : "Vous avez mis à jour la date d'échéance de la carte {card} à {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance de la carte {card} à {after}", "{user} has updated the due date of card {card} to {after}" : "{user} a mis à jour la date d'échéance de la carte {card} à {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la liste {stack} du tableau {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vous avez ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la liste {stack} du tableau {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} a ajouté l'étiquette {label} à la carte {card} de la pile {stack} du tableau {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la liste {stack} du tableau {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vous avez supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la liste {stack} du tableau {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} a supprimé l'étiquette {label} de la carte {card} de la pile {stack} du tableau {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Vous avez assigné {assigneduser} à la carte {card} du tableau {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} a assigné {assigneduser} à la carte {card} du tableau {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Vous avez retiré {assigneduser} de la carte {card} du tableau {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {assigneduser} de la carte {card} du tableau {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} a retiré {assigneduser} de la carte {card} du tableau {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la liste {stackBefore} vers {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de la pile {stackBefore} vers {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la liste {stackBefore} vers {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de la pile {stackBefore} vers {stack}",
"You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}", "You have added the attachment {attachment} to card {card}" : "Vous avez ajouté la pièce jointe {attachment} à la carte {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} a ajouté la pièce jointe {attachment} à la carte {card}",
"You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}", "You have updated the attachment {attachment} on card {card}" : "Vous avez mis à jour la pièce jointe {attachment} de la carte {card}",
@@ -99,7 +99,6 @@
"Create new board" : "Créer un nouveau tableau", "Create new board" : "Créer un nouveau tableau",
"new board" : "nouveau tableau", "new board" : "nouveau tableau",
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.", "Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
"Search by board title" : "Rechercher par titre du tableau",
"Select board" : "Sélectionner le tableau", "Select board" : "Sélectionner le tableau",
"Select the card to link to a project" : "Sélectionner la carte à relier à un projet", "Select the card to link to a project" : "Sélectionner la carte à relier à un projet",
"Select a board" : "Sélectionner un tableau", "Select a board" : "Sélectionner un tableau",
@@ -125,7 +124,6 @@
"Next 7 days" : "7 prochains jours", "Next 7 days" : "7 prochains jours",
"Next 30 days" : "30 prochains jours", "Next 30 days" : "30 prochains jours",
"No due date" : "Sans échéance", "No due date" : "Sans échéance",
"Clear filter" : "Supprimer le filtre",
"Show archived cards" : "Afficher les cartes archivées", "Show archived cards" : "Afficher les cartes archivées",
"Toggle compact mode" : "Basculer le mode compact", "Toggle compact mode" : "Basculer le mode compact",
"Details" : "Détails", "Details" : "Détails",
@@ -146,15 +144,13 @@
"Can share" : "Peut partager", "Can share" : "Peut partager",
"Can manage" : "Peut gérer", "Can manage" : "Peut gérer",
"Delete" : "Supprimer", "Delete" : "Supprimer",
"Add a new list" : "Ajouter une nouvelle liste", "Add a new stack" : "Nouvelle pile",
"Delete list" : "Supprimer la liste", "Delete list" : "Supprimer la liste",
"Add card" : "Ajouter une carte", "Add card" : "Ajouter une carte",
"Add a new card" : "Ajouter une nouvelle carte", "Add a new card" : "Ajouter une nouvelle carte",
"Edit" : "Modifier", "Edit" : "Modifier",
"Add a new tag" : "Ajouter une nouvelle étiquette", "Add a new tag" : "Ajouter une nouvelle étiquette",
"title and color value must be provided" : "le titre et la couleur doivent être renseignés", "title and color value must be provided" : "le titre et la couleur doivent être renseignés",
"Title" : "Titre",
"Members" : "Membres",
"Add this attachment" : "Ajouter cette pièce jointe", "Add this attachment" : "Ajouter cette pièce jointe",
"Delete Attachment" : "Supprimer la pièce jointe", "Delete Attachment" : "Supprimer la pièce jointe",
"Restore Attachment" : "Restaurer la pièce jointe", "Restore Attachment" : "Restaurer la pièce jointe",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(Non enregistré)", "(Unsaved)" : "(Non enregistré)",
"(Saving…)" : "(Enregistrement ...)", "(Saving…)" : "(Enregistrement ...)",
"Formatting help" : "Aide sur la mise en forme", "Formatting help" : "Aide sur la mise en forme",
"Add Attachment" : "Ajouter une pièce jointe",
"Edit description" : "Modifier la description", "Edit description" : "Modifier la description",
"View description" : "Afficher la description", "View description" : "Afficher la description",
"Add Attachment" : "Ajouter une pièce jointe",
"Attachments" : "Pièces jointes", "Attachments" : "Pièces jointes",
"Comments" : "Commentaires", "Comments" : "Commentaires",
"Choose attachment" : "Choisir une pièce jointe", "Choose attachment" : "Choisir une pièce jointe",
@@ -187,32 +183,30 @@
"Update" : "Mettre à jour", "Update" : "Mettre à jour",
"(group)" : "(groupe)", "(group)" : "(groupe)",
"(circle)" : "(cercle)", "(circle)" : "(cercle)",
"seconds ago" : "à l'instant",
"Assign to me" : "Me l'assigner", "Assign to me" : "Me l'assigner",
"Unassign myself" : "Me le désassigner",
"Unarchive card" : "Sortir la carte des archives",
"Archive card" : "Archiver la carte",
"Delete card" : "Supprimer la carte", "Delete card" : "Supprimer la carte",
"Move card" : "Déplacer la carte", "Move card" : "Déplacer la carte",
"Card details" : "Détails de la carte", "Card details" : "Détails de la carte",
"Move card to another board" : "Déplacer la carte vers un autre tableau ", "Select a stack" : "Sélectionner une pile",
"Select a list" : "Sélectionner une liste", "seconds ago" : "à l'instant",
"All boards" : "Tous les tableaux", "All boards" : "Tous les tableaux",
"Archived boards" : "Tableaux archivés", "Archived boards" : "Tableaux archivés",
"Shared with you" : "Partagés avec vous", "Shared boards" : "Tableaux partagés",
"Settings" : "Paramètres",
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes", "Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
"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." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.", "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." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
"New board title" : "Nouveau titre pour le tableau", "New board title" : "Nouveau titre pour le tableau",
"Share" : "Partager",
"Options" : "Choix",
"Edit board" : "Modifier le tableau", "Edit board" : "Modifier le tableau",
"Clone board " : "Dupliquer le tableau",
"Unarchive board " : "Sortir le tableau des archives",
"Archive board " : "Archiver le tableau",
"Delete board " : "Supprimer le tableau",
"Board details" : "Détails du tableau",
"Board {0} deleted" : "Tableau {0} supprimé",
"An error occurred" : "Une erreur est survenue", "An error occurred" : "Une erreur est survenue",
"Clone board" : "Dupliquer le tableau",
"Archive board" : "Archiver le tableau",
"Unarchive board" : "Désarchiver le tableau",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
"Delete the board?" : "Supprimer le tableau ?", "Delete the board?" : "Supprimer le tableau ?",
"Delete board" : "Supprimer le tableau",
"Board details" : "Détails du tableau",
"Link to a board" : "Relier à un tableau", "Link to a board" : "Relier à un tableau",
"Link to a card" : "Relier à une carte", "Link to a card" : "Relier à une carte",
"Something went wrong" : "Quelque chose s'est mal passé", "Something went wrong" : "Quelque chose s'est mal passé",

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} arquivou o taboleiro {before}", "{user} has archived the board {before}" : "{user} arquivou o taboleiro {before}",
"You have unarchived the board {board}" : "Vostede desarquivou o taboleiro {board}", "You have unarchived the board {board}" : "Vostede desarquivou o taboleiro {board}",
"{user} has unarchived the board {before}" : "{user} desarquivou o taboleiro {before}", "{user} has unarchived the board {before}" : "{user} desarquivou o taboleiro {before}",
"You have created a new list {stack} on board {board}" : "Vostede creou unha nova lista {stack} no taboleiro {board}", "You have created a new stack {stack} on board {board}" : "Vostede creou unha nova rima {stack} no taboleiro {board}",
"{user} has created a new list {stack} on board {board}" : "{user} creou unha nova lista {stack} no taboleiro {board}", "{user} has created a new stack {stack} on board {board}" : "{user} creou unha nova rima {stack} no taboleiro {board}",
"You have renamed list {before} to {stack} on board {board}" : "Vostede renomeou a lista {before} no taboleiro {board}", "You have renamed stack {before} to {stack} on board {board}" : "Vostede renomeou a rima {before} no taboleiro {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} renomeou a lista {before} como {stack} no taboleiro {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} renomeou a rima {before} como {stack} no taboleiro {board}",
"You have deleted list {stack} on board {board}" : "Vostede eliminou a lista {stack} do taboleiro {board}", "You have deleted stack {stack} on board {board}" : "Vostede eliminou a rima {stack} do taboleiro {board}",
"{user} has deleted list {stack} on board {board}" : "{user} eliminou a lista {stack} do taboleiro {board}", "{user} has deleted stack {stack} on board {board}" : "{user} eliminou a rima {stack} do taboleiro {board}",
"You have created card {card} in list {stack} on board {board}" : "Vostede creou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have created card {card} in stack {stack} on board {board}" : "Vostede creou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} creou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} creou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Vostede eliminou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Vostede eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} eliminou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have renamed the card {before} to {card}" : "Renomeou a tarxeta {before} a {card}", "You have renamed the card {before} to {card}" : "Renomeou a tarxeta {before} a {card}",
"{user} has renamed the card {before} to {card}" : "{user} renomeou a tarxeta {before} a {card}", "{user} has renamed the card {before} to {card}" : "{user} renomeou a tarxeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Vostede engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Vostede engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Vostede actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Vostede actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
"You have archived card {card} in list {stack} on board {board}" : "Vostede arquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have archived card {card} in stack {stack} on board {board}" : "Vostede arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} arquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Vostede desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Vostede desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have removed the due date of card {card}" : "Vostede retirou a caducidade da tarxeta {card}", "You have removed the due date of card {card}" : "Vostede retirou a caducidade da tarxeta {card}",
"{user} has removed the due date of card {card}" : "{user} retirou a caducidade da tarxeta {card}", "{user} has removed the due date of card {card}" : "{user} retirou a caducidade da tarxeta {card}",
"You have set the due date of card {card} to {after}" : "Vostede estabeleceu a caducidade da tarxeta {card} a {after}", "You have set the due date of card {card} to {after}" : "Vostede estabeleceu a caducidade da tarxeta {card} a {after}",
"{user} has set the due date of card {card} to {after}" : "{user} estabeleceu a caducidade da tarxeta {card} a {after}", "{user} has set the due date of card {card} to {after}" : "{user} estabeleceu a caducidade da tarxeta {card} a {after}",
"You have updated the due date of card {card} to {after}" : "Vostede actualizou a caducidade da tarxeta {card} a {after}", "You have updated the due date of card {card} to {after}" : "Vostede actualizou a caducidade da tarxeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} actualizou a caducidade da tarxeta {card} a {after}", "{user} has updated the due date of card {card} to {after}" : "{user} actualizou a caducidade da tarxeta {card} a {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Vostede engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vostede engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Vostede retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vostede retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Vostede moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Vostede moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
"You have added the attachment {attachment} to card {card}" : "Vostede engadiu o anexo {attachment} na tarxeta {card}", "You have added the attachment {attachment} to card {card}" : "Vostede engadiu o anexo {attachment} na tarxeta {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} engadiu o anexo {attachment} na tarxeta {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} engadiu o anexo {attachment} na tarxeta {card}",
"You have updated the attachment {attachment} on card {card}" : "Vostede actualizou o anexo {attachment} na tarxeta {card}", "You have updated the attachment {attachment} on card {card}" : "Vostede actualizou o anexo {attachment} na tarxeta {card}",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Crear un novo taboleiro", "Create new board" : "Crear un novo taboleiro",
"new board" : "novo taboleiro", "new board" : "novo taboleiro",
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto", "Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
"Search by board title" : "Buscar polo título do taboleiro",
"Select board" : "Seleccionar taboleiro", "Select board" : "Seleccionar taboleiro",
"Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto", "Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto",
"Select a board" : "Seleccione un taboleiro", "Select a board" : "Seleccione un taboleiro",
@@ -127,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Próximos 7 días", "Next 7 days" : "Próximos 7 días",
"Next 30 days" : "Próximos 30 días", "Next 30 days" : "Próximos 30 días",
"No due date" : "Sen data de caducidade", "No due date" : "Sen data de caducidade",
"Clear filter" : "Limpar o filtro",
"Show archived cards" : "Amosar as tarxetas arquivadas", "Show archived cards" : "Amosar as tarxetas arquivadas",
"Toggle compact mode" : "Alternar o modo compacto", "Toggle compact mode" : "Alternar o modo compacto",
"Details" : "Detalles", "Details" : "Detalles",
@@ -148,15 +146,13 @@ OC.L10N.register(
"Can share" : "Pode compartir", "Can share" : "Pode compartir",
"Can manage" : "Pode xestionar", "Can manage" : "Pode xestionar",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Add a new list" : "Engadir unha lista nova", "Add a new stack" : "Engadir unha nova rima",
"Delete list" : "Eliminar lista", "Delete list" : "Eliminar lista",
"Add card" : "Engadir tarxeta", "Add card" : "Engadir tarxeta",
"Add a new card" : "Engadir unha nova tarxeta", "Add a new card" : "Engadir unha nova tarxeta",
"Edit" : "Editar", "Edit" : "Editar",
"Add a new tag" : "Engadir unha nova etiqueta", "Add a new tag" : "Engadir unha nova etiqueta",
"title and color value must be provided" : "debe indicar o título e o valor da cor", "title and color value must be provided" : "debe indicar o título e o valor da cor",
"Title" : "Título",
"Members" : "Membros",
"Add this attachment" : "Engadir este anexo", "Add this attachment" : "Engadir este anexo",
"Delete Attachment" : "Eliminar o anexo", "Delete Attachment" : "Eliminar o anexo",
"Restore Attachment" : "Restaurar o anexo", "Restore Attachment" : "Restaurar o anexo",
@@ -171,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Sen gardar)", "(Unsaved)" : "(Sen gardar)",
"(Saving…)" : "(Gardando…)", "(Saving…)" : "(Gardando…)",
"Formatting help" : "Axuda de formatado", "Formatting help" : "Axuda de formatado",
"Add Attachment" : "Engadir o anexo",
"Edit description" : "Editar a descrición", "Edit description" : "Editar a descrición",
"View description" : "Ver a descrición", "View description" : "Ver a descrición",
"Add Attachment" : "Engadir o anexo",
"Attachments" : "Anexos", "Attachments" : "Anexos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Choose attachment" : "Escoller o anexo", "Choose attachment" : "Escoller o anexo",
@@ -189,32 +185,30 @@ OC.L10N.register(
"Update" : "Actualizar", "Update" : "Actualizar",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"(circle)" : "(círculo)", "(circle)" : "(círculo)",
"seconds ago" : "segundos atrás",
"Assign to me" : "Asignarme", "Assign to me" : "Asignarme",
"Unassign myself" : "Desasignarme",
"Unarchive card" : "Desarquivar a tarxeta",
"Archive card" : "Arquivar a tarxeta",
"Delete card" : "Eliminar tarxeta", "Delete card" : "Eliminar tarxeta",
"Move card" : "Mover a tarxeta", "Move card" : "Mover a tarxeta",
"Card details" : "Detalles da tarxeta", "Card details" : "Detalles da tarxeta",
"Move card to another board" : "Mover a tarxeta a outro taboleiro", "Select a stack" : "Seleccione unha rima",
"Select a list" : "Seleccionar unha lista", "seconds ago" : "segundos atrás",
"All boards" : "Todos os taboleiros", "All boards" : "Todos os taboleiros",
"Archived boards" : "Taboleiros arquivados", "Archived boards" : "Taboleiros arquivados",
"Shared with you" : "Compartido con vostede", "Shared boards" : "Taboleiros compartidos",
"Settings" : "Axustes",
"Limit deck usage of groups" : "Limitar o uso da plataforma a grupos", "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 Deck 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 Deck 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.",
"New board title" : "Novo título do taboleiro", "New board title" : "Novo título do taboleiro",
"Share" : "Compartir",
"Options" : "Opcións",
"Edit board" : "Editar taboleiro", "Edit board" : "Editar taboleiro",
"Clone board " : "Clonar taboleiro",
"Unarchive board " : "Desarquivar taboleiro",
"Archive board " : "Arquivar taboleiro",
"Delete board " : "Eliminar taboleiro",
"Board details" : "Detalles do taboleiro",
"Board {0} deleted" : "Eliminouse o taboleiro {0}",
"An error occurred" : "Produciuse un erro", "An error occurred" : "Produciuse un erro",
"Clone board" : "Clonar taboleiro",
"Archive board" : "Arquivar taboleiro",
"Unarchive board" : "Desarquivar taboleiro",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
"Delete the board?" : "Eliminar o taboleiro?", "Delete the board?" : "Eliminar o taboleiro?",
"Delete board" : "Eliminar taboleiro",
"Board details" : "Detalles do taboleiro",
"Link to a board" : "Ligar a un taboleiro", "Link to a board" : "Ligar a un taboleiro",
"Link to a card" : "Ligar a unha tarxeta", "Link to a card" : "Ligar a unha tarxeta",
"Something went wrong" : "Algo foi mal", "Something went wrong" : "Algo foi mal",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} arquivou o taboleiro {before}", "{user} has archived the board {before}" : "{user} arquivou o taboleiro {before}",
"You have unarchived the board {board}" : "Vostede desarquivou o taboleiro {board}", "You have unarchived the board {board}" : "Vostede desarquivou o taboleiro {board}",
"{user} has unarchived the board {before}" : "{user} desarquivou o taboleiro {before}", "{user} has unarchived the board {before}" : "{user} desarquivou o taboleiro {before}",
"You have created a new list {stack} on board {board}" : "Vostede creou unha nova lista {stack} no taboleiro {board}", "You have created a new stack {stack} on board {board}" : "Vostede creou unha nova rima {stack} no taboleiro {board}",
"{user} has created a new list {stack} on board {board}" : "{user} creou unha nova lista {stack} no taboleiro {board}", "{user} has created a new stack {stack} on board {board}" : "{user} creou unha nova rima {stack} no taboleiro {board}",
"You have renamed list {before} to {stack} on board {board}" : "Vostede renomeou a lista {before} no taboleiro {board}", "You have renamed stack {before} to {stack} on board {board}" : "Vostede renomeou a rima {before} no taboleiro {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} renomeou a lista {before} como {stack} no taboleiro {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} renomeou a rima {before} como {stack} no taboleiro {board}",
"You have deleted list {stack} on board {board}" : "Vostede eliminou a lista {stack} do taboleiro {board}", "You have deleted stack {stack} on board {board}" : "Vostede eliminou a rima {stack} do taboleiro {board}",
"{user} has deleted list {stack} on board {board}" : "{user} eliminou a lista {stack} do taboleiro {board}", "{user} has deleted stack {stack} on board {board}" : "{user} eliminou a rima {stack} do taboleiro {board}",
"You have created card {card} in list {stack} on board {board}" : "Vostede creou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have created card {card} in stack {stack} on board {board}" : "Vostede creou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} creou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} creou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Vostede eliminou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Vostede eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} eliminou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} eliminou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have renamed the card {before} to {card}" : "Renomeou a tarxeta {before} a {card}", "You have renamed the card {before} to {card}" : "Renomeou a tarxeta {before} a {card}",
"{user} has renamed the card {before} to {card}" : "{user} renomeou a tarxeta {before} a {card}", "{user} has renamed the card {before} to {card}" : "{user} renomeou a tarxeta {before} a {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Vostede engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Vostede engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} engadiu a descrición á tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} engadiu a descrición á tarxeta {card} na rima {stack} no taboleiro {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Vostede actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Vostede actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} actualizou a descrición da tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} actualizou a descrición da tarxeta {card} na rima {stack} no taboleiro {board}",
"You have archived card {card} in list {stack} on board {board}" : "Vostede arquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have archived card {card} in stack {stack} on board {board}" : "Vostede arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} arquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} arquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Vostede desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Vostede desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} desarquivou a tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} desarquivou a tarxeta {card} na rima {stack} no taboleiro {board}",
"You have removed the due date of card {card}" : "Vostede retirou a caducidade da tarxeta {card}", "You have removed the due date of card {card}" : "Vostede retirou a caducidade da tarxeta {card}",
"{user} has removed the due date of card {card}" : "{user} retirou a caducidade da tarxeta {card}", "{user} has removed the due date of card {card}" : "{user} retirou a caducidade da tarxeta {card}",
"You have set the due date of card {card} to {after}" : "Vostede estabeleceu a caducidade da tarxeta {card} a {after}", "You have set the due date of card {card} to {after}" : "Vostede estabeleceu a caducidade da tarxeta {card} a {after}",
"{user} has set the due date of card {card} to {after}" : "{user} estabeleceu a caducidade da tarxeta {card} a {after}", "{user} has set the due date of card {card} to {after}" : "{user} estabeleceu a caducidade da tarxeta {card} a {after}",
"You have updated the due date of card {card} to {after}" : "Vostede actualizou a caducidade da tarxeta {card} a {after}", "You have updated the due date of card {card} to {after}" : "Vostede actualizou a caducidade da tarxeta {card} a {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} actualizou a caducidade da tarxeta {card} a {after}", "{user} has updated the due date of card {card} to {after}" : "{user} actualizou a caducidade da tarxeta {card} a {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Vostede engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Vostede engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} engadiu a etiqueta {label} á tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} engadiu a etiqueta {label} á tarxeta {card} na rima {stack} no taboleiro {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Vostede retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Vostede retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} retirou a etiqueta {label} da tarxeta {card} na lista {stack} no taboleiro {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} retirou a etiqueta {label} da tarxeta {card} na rima {stack} no taboleiro {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Vostede asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignou a {assigneduser} á tarxeta {card} no taboleiro {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Vostede desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desasignou a {assigneduser} da tarxeta {card} no taboleiro {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Vostede moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Vostede moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} moveu a tarxeta {card} dende a lista {stackBefore} cara a lista {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} moveu a tarxeta {card} dende a rima {stackBefore} cara a rima {stack}",
"You have added the attachment {attachment} to card {card}" : "Vostede engadiu o anexo {attachment} na tarxeta {card}", "You have added the attachment {attachment} to card {card}" : "Vostede engadiu o anexo {attachment} na tarxeta {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} engadiu o anexo {attachment} na tarxeta {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} engadiu o anexo {attachment} na tarxeta {card}",
"You have updated the attachment {attachment} on card {card}" : "Vostede actualizou o anexo {attachment} na tarxeta {card}", "You have updated the attachment {attachment} on card {card}" : "Vostede actualizou o anexo {attachment} na tarxeta {card}",
@@ -99,7 +99,6 @@
"Create new board" : "Crear un novo taboleiro", "Create new board" : "Crear un novo taboleiro",
"new board" : "novo taboleiro", "new board" : "novo taboleiro",
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto", "Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
"Search by board title" : "Buscar polo título do taboleiro",
"Select board" : "Seleccionar taboleiro", "Select board" : "Seleccionar taboleiro",
"Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto", "Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto",
"Select a board" : "Seleccione un taboleiro", "Select a board" : "Seleccione un taboleiro",
@@ -125,7 +124,6 @@
"Next 7 days" : "Próximos 7 días", "Next 7 days" : "Próximos 7 días",
"Next 30 days" : "Próximos 30 días", "Next 30 days" : "Próximos 30 días",
"No due date" : "Sen data de caducidade", "No due date" : "Sen data de caducidade",
"Clear filter" : "Limpar o filtro",
"Show archived cards" : "Amosar as tarxetas arquivadas", "Show archived cards" : "Amosar as tarxetas arquivadas",
"Toggle compact mode" : "Alternar o modo compacto", "Toggle compact mode" : "Alternar o modo compacto",
"Details" : "Detalles", "Details" : "Detalles",
@@ -146,15 +144,13 @@
"Can share" : "Pode compartir", "Can share" : "Pode compartir",
"Can manage" : "Pode xestionar", "Can manage" : "Pode xestionar",
"Delete" : "Eliminar", "Delete" : "Eliminar",
"Add a new list" : "Engadir unha lista nova", "Add a new stack" : "Engadir unha nova rima",
"Delete list" : "Eliminar lista", "Delete list" : "Eliminar lista",
"Add card" : "Engadir tarxeta", "Add card" : "Engadir tarxeta",
"Add a new card" : "Engadir unha nova tarxeta", "Add a new card" : "Engadir unha nova tarxeta",
"Edit" : "Editar", "Edit" : "Editar",
"Add a new tag" : "Engadir unha nova etiqueta", "Add a new tag" : "Engadir unha nova etiqueta",
"title and color value must be provided" : "debe indicar o título e o valor da cor", "title and color value must be provided" : "debe indicar o título e o valor da cor",
"Title" : "Título",
"Members" : "Membros",
"Add this attachment" : "Engadir este anexo", "Add this attachment" : "Engadir este anexo",
"Delete Attachment" : "Eliminar o anexo", "Delete Attachment" : "Eliminar o anexo",
"Restore Attachment" : "Restaurar o anexo", "Restore Attachment" : "Restaurar o anexo",
@@ -169,9 +165,9 @@
"(Unsaved)" : "(Sen gardar)", "(Unsaved)" : "(Sen gardar)",
"(Saving…)" : "(Gardando…)", "(Saving…)" : "(Gardando…)",
"Formatting help" : "Axuda de formatado", "Formatting help" : "Axuda de formatado",
"Add Attachment" : "Engadir o anexo",
"Edit description" : "Editar a descrición", "Edit description" : "Editar a descrición",
"View description" : "Ver a descrición", "View description" : "Ver a descrición",
"Add Attachment" : "Engadir o anexo",
"Attachments" : "Anexos", "Attachments" : "Anexos",
"Comments" : "Comentarios", "Comments" : "Comentarios",
"Choose attachment" : "Escoller o anexo", "Choose attachment" : "Escoller o anexo",
@@ -187,32 +183,30 @@
"Update" : "Actualizar", "Update" : "Actualizar",
"(group)" : "(grupo)", "(group)" : "(grupo)",
"(circle)" : "(círculo)", "(circle)" : "(círculo)",
"seconds ago" : "segundos atrás",
"Assign to me" : "Asignarme", "Assign to me" : "Asignarme",
"Unassign myself" : "Desasignarme",
"Unarchive card" : "Desarquivar a tarxeta",
"Archive card" : "Arquivar a tarxeta",
"Delete card" : "Eliminar tarxeta", "Delete card" : "Eliminar tarxeta",
"Move card" : "Mover a tarxeta", "Move card" : "Mover a tarxeta",
"Card details" : "Detalles da tarxeta", "Card details" : "Detalles da tarxeta",
"Move card to another board" : "Mover a tarxeta a outro taboleiro", "Select a stack" : "Seleccione unha rima",
"Select a list" : "Seleccionar unha lista", "seconds ago" : "segundos atrás",
"All boards" : "Todos os taboleiros", "All boards" : "Todos os taboleiros",
"Archived boards" : "Taboleiros arquivados", "Archived boards" : "Taboleiros arquivados",
"Shared with you" : "Compartido con vostede", "Shared boards" : "Taboleiros compartidos",
"Settings" : "Axustes",
"Limit deck usage of groups" : "Limitar o uso da plataforma a grupos", "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 Deck 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 Deck 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.",
"New board title" : "Novo título do taboleiro", "New board title" : "Novo título do taboleiro",
"Share" : "Compartir",
"Options" : "Opcións",
"Edit board" : "Editar taboleiro", "Edit board" : "Editar taboleiro",
"Clone board " : "Clonar taboleiro",
"Unarchive board " : "Desarquivar taboleiro",
"Archive board " : "Arquivar taboleiro",
"Delete board " : "Eliminar taboleiro",
"Board details" : "Detalles do taboleiro",
"Board {0} deleted" : "Eliminouse o taboleiro {0}",
"An error occurred" : "Produciuse un erro", "An error occurred" : "Produciuse un erro",
"Clone board" : "Clonar taboleiro",
"Archive board" : "Arquivar taboleiro",
"Unarchive board" : "Desarquivar taboleiro",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
"Delete the board?" : "Eliminar o taboleiro?", "Delete the board?" : "Eliminar o taboleiro?",
"Delete board" : "Eliminar taboleiro",
"Board details" : "Detalles do taboleiro",
"Link to a board" : "Ligar a un taboleiro", "Link to a board" : "Ligar a un taboleiro",
"Link to a card" : "Ligar a unha tarxeta", "Link to a card" : "Ligar a unha tarxeta",
"Something went wrong" : "Algo foi mal", "Something went wrong" : "Algo foi mal",

View File

@@ -12,13 +12,6 @@ OC.L10N.register(
"You have removed {acl} from the board {board}" : "הסרת את {acl} מהלוח {board}", "You have removed {acl} from the board {board}" : "הסרת את {acl} מהלוח {board}",
"{user} has removed {acl} from the board {board}" : "בוצעה הסרה של {acl} מהלוח {board} על ידי {user}", "{user} has removed {acl} from the board {board}" : "בוצעה הסרה של {acl} מהלוח {board} על ידי {user}",
"You have renamed the board {before} to {board}" : "שינית את שם הלוח {before} לשם {board}", "You have renamed the board {before} to {board}" : "שינית את שם הלוח {before} לשם {board}",
"{user} has renamed the board {before} to {board}" : "השם של הלוח {before} השתנה לשם {board} על ידי {user}",
"You have archived the board {board}" : "העברת את הלוח {board} לארכיון",
"{user} has archived the board {before}" : "הארכיון {before} הועבר לארכיון על ידי {user}",
"You have unarchived the board {board}" : "הוצאת את הלוח {board} מהארכיון",
"{user} has unarchived the board {before}" : "הלוח {before} הוצא מהארכיון על ידי {user}",
"You have removed the due date of card {card}" : "הסרת את מועד היעד מהכרטיס {card}",
"{user} has removed the due date of card {card}" : "מועד היעד של הכרטיס {card} הוסר על ידי {user}",
"You have commented on card {card}" : "הגבת על הכרטיס {cart}", "You have commented on card {card}" : "הגבת על הכרטיס {cart}",
"{user} has commented on card {card}" : "נוספה תגובה מאת {user} על הכרטיס {card}", "{user} has commented on card {card}" : "נוספה תגובה מאת {user} על הכרטיס {card}",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך", "A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך",
@@ -26,11 +19,7 @@ OC.L10N.register(
"Changes in the <strong>Deck app</strong>" : "שינויים ל<strong>יישומון החבילה</strong>", "Changes in the <strong>Deck app</strong>" : "שינויים ל<strong>יישומון החבילה</strong>",
"A <strong>comment</strong> was created on a card" : "נוצרה <strong>הערה</strong> על כרטיס", "A <strong>comment</strong> was created on a card" : "נוצרה <strong>הערה</strong> על כרטיס",
"Personal" : "אישי", "Personal" : "אישי",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "הכרטיס \"%s\" שב־„%s” הוקצה אליך על ידי %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "הכרטיס „%s” שב„%s” הוקצה לך על ידי {user}.",
"The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.", "The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.",
"%s has mentioned you in a comment on \"%s\"." : "אוזכרת על ידי %s בתגובה על „%s”.",
"{user} has mentioned you in a comment on \"%s\"." : "אוזכרת על ידי {user} בתגובה על „%s”.",
"The board \"%s\" has been shared with you by %s." : "הלוח „%s” שותף אתך על ידי %s.", "The board \"%s\" has been shared with you by %s." : "הלוח „%s” שותף אתך על ידי %s.",
"{user} has shared the board %s with you." : "הלוח %s שותף אתך על ידי {user}", "{user} has shared the board %s with you." : "הלוח %s שותף אתך על ידי {user}",
"No data was provided to create an attachment." : "לא סופקו נתונים ליצירת קובץ מצורף", "No data was provided to create an attachment." : "לא סופקו נתונים ליצירת קובץ מצורף",
@@ -58,7 +47,6 @@ OC.L10N.register(
"Create new board" : "יצירת לוח חדש", "Create new board" : "יצירת לוח חדש",
"new board" : "לוח חדש", "new board" : "לוח חדש",
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם", "Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
"Search by board title" : "חיפוש לפי כותרת לו",
"Select board" : "בחירת לוח", "Select board" : "בחירת לוח",
"Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם", "Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם",
"Select a board" : "נא לבחור לוח", "Select a board" : "נא לבחור לוח",
@@ -84,7 +72,6 @@ OC.L10N.register(
"Next 7 days" : "ב־7 הימים הבאים", "Next 7 days" : "ב־7 הימים הבאים",
"Next 30 days" : "ב־30 הימים הבאים", "Next 30 days" : "ב־30 הימים הבאים",
"No due date" : "ללא תאריך יעד", "No due date" : "ללא תאריך יעד",
"Clear filter" : "מחיקת מסנן",
"Show archived cards" : "הצגת כרטיסים בארכיון", "Show archived cards" : "הצגת כרטיסים בארכיון",
"Toggle compact mode" : "החלפת מצב חסכוני", "Toggle compact mode" : "החלפת מצב חסכוני",
"Details" : "פרטים", "Details" : "פרטים",
@@ -105,14 +92,13 @@ OC.L10N.register(
"Can share" : "Can share", "Can share" : "Can share",
"Can manage" : "הרשאת ניהול", "Can manage" : "הרשאת ניהול",
"Delete" : "מחיקה", "Delete" : "מחיקה",
"Add a new stack" : "הוספת ערימה חדשה",
"Delete list" : "מחיקת רשימה", "Delete list" : "מחיקת רשימה",
"Add card" : "הוספת כרטיס", "Add card" : "הוספת כרטיס",
"Add a new card" : "הוספת כרטיס חדש", "Add a new card" : "הוספת כרטיס חדש",
"Edit" : "עריכה", "Edit" : "עריכה",
"Add a new tag" : "הוספת תגית חדשה", "Add a new tag" : "הוספת תגית חדשה",
"title and color value must be provided" : "יש לספק כותרת וערך צבע", "title and color value must be provided" : "יש לספק כותרת וערך צבע",
"Title" : "תפקיד",
"Members" : "חברים",
"Add this attachment" : "הוספת קובץ מצורף זה", "Add this attachment" : "הוספת קובץ מצורף זה",
"Delete Attachment" : "מחיקת קובץ מצורף", "Delete Attachment" : "מחיקת קובץ מצורף",
"Restore Attachment" : "שחזור קובץ מצורף", "Restore Attachment" : "שחזור קובץ מצורף",
@@ -127,9 +113,9 @@ OC.L10N.register(
"(Unsaved)" : "(לא נשמר)", "(Unsaved)" : "(לא נשמר)",
"(Saving…)" : "(מתבצעת שמירה…)", "(Saving…)" : "(מתבצעת שמירה…)",
"Formatting help" : "עזרה בסידור בתבנית", "Formatting help" : "עזרה בסידור בתבנית",
"Add Attachment" : "הוספת קובץ מצורף",
"Edit description" : "עריכת תיאור", "Edit description" : "עריכת תיאור",
"View description" : "הצגת תיאור", "View description" : "הצגת תיאור",
"Add Attachment" : "הוספת קובץ מצורף",
"Attachments" : "קבצים מצורפים", "Attachments" : "קבצים מצורפים",
"Comments" : "תגובות", "Comments" : "תגובות",
"Choose attachment" : "בחירת קובץ מצורף", "Choose attachment" : "בחירת קובץ מצורף",
@@ -145,30 +131,30 @@ OC.L10N.register(
"Update" : "עדכון", "Update" : "עדכון",
"(group)" : "(קבוצה)", "(group)" : "(קבוצה)",
"(circle)" : "(מעגל)", "(circle)" : "(מעגל)",
"seconds ago" : "לפני מספר שניות",
"Assign to me" : "הקצאה אלי", "Assign to me" : "הקצאה אלי",
"Unarchive card" : "הוצאת הכרטיס מהארכיון",
"Archive card" : "העברת כרטיס לארכיון",
"Delete card" : "מחיקת כרטיס לארכיון", "Delete card" : "מחיקת כרטיס לארכיון",
"Move card" : "העברת כרטיס", "Move card" : "העברת כרטיס",
"Card details" : "פרטי הכרטיס", "Card details" : "פרטי הכרטיס",
"Move card to another board" : "העברת כרטיס ללוח אחר", "Select a stack" : "בחירת ערימה",
"seconds ago" : "לפני מספר שניות",
"All boards" : "כל הלוחות", "All boards" : "כל הלוחות",
"Archived boards" : "לוחות שנשמרו בארכיון", "Archived boards" : "לוחות שנשמרו בארכיון",
"Shared with you" : "משותף אתך", "Shared boards" : "לוחות משותפים",
"Settings" : "הגדרות",
"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." : "הגבלת חבילה תחסום משתמשים שאינם חלק מקבוצות אלו מיצירת לוחות משלהם. משתמשים עדיין יוכלו לעבור על לוחות ששותפו אתם.",
"New board title" : "כותרת לוח חדשה", "New board title" : "כותרת לוח חדשה",
"Share" : "שיתוף",
"Options" : "אפשרויות",
"Edit board" : "עריכת לוח", "Edit board" : "עריכת לוח",
"Clone board " : "שכפול לוח",
"Unarchive board " : "הוצאת הלוח מהארכיון",
"Archive board " : "העברת הלוח לארכיון",
"Delete board " : "מחיקת לוח",
"Board details" : "פרטי לוח",
"Board {0} deleted" : "הלוח {0} נמחק",
"An error occurred" : "אירעה שגיאה", "An error occurred" : "אירעה שגיאה",
"Clone board" : "שכפול לוח",
"Archive board" : "העברת לוח לארכיון",
"Unarchive board" : "הוצאת ארכיון מהלוח",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
"Delete the board?" : "למחוק את הלוח הזה?", "Delete the board?" : "למחוק את הלוח הזה?",
"Delete board" : "מחיקת לו",
"Board details" : "פרטי לוח",
"Link to a board" : "קישור ללוח", "Link to a board" : "קישור ללוח",
"Link to a card" : "קישור לכרטיס", "Link to a card" : "קישור לכרטיס",
"Something went wrong" : "משהו השתבש", "Something went wrong" : "משהו השתבש",

View File

@@ -10,13 +10,6 @@
"You have removed {acl} from the board {board}" : "הסרת את {acl} מהלוח {board}", "You have removed {acl} from the board {board}" : "הסרת את {acl} מהלוח {board}",
"{user} has removed {acl} from the board {board}" : "בוצעה הסרה של {acl} מהלוח {board} על ידי {user}", "{user} has removed {acl} from the board {board}" : "בוצעה הסרה של {acl} מהלוח {board} על ידי {user}",
"You have renamed the board {before} to {board}" : "שינית את שם הלוח {before} לשם {board}", "You have renamed the board {before} to {board}" : "שינית את שם הלוח {before} לשם {board}",
"{user} has renamed the board {before} to {board}" : "השם של הלוח {before} השתנה לשם {board} על ידי {user}",
"You have archived the board {board}" : "העברת את הלוח {board} לארכיון",
"{user} has archived the board {before}" : "הארכיון {before} הועבר לארכיון על ידי {user}",
"You have unarchived the board {board}" : "הוצאת את הלוח {board} מהארכיון",
"{user} has unarchived the board {before}" : "הלוח {before} הוצא מהארכיון על ידי {user}",
"You have removed the due date of card {card}" : "הסרת את מועד היעד מהכרטיס {card}",
"{user} has removed the due date of card {card}" : "מועד היעד של הכרטיס {card} הוסר על ידי {user}",
"You have commented on card {card}" : "הגבת על הכרטיס {cart}", "You have commented on card {card}" : "הגבת על הכרטיס {cart}",
"{user} has commented on card {card}" : "נוספה תגובה מאת {user} על הכרטיס {card}", "{user} has commented on card {card}" : "נוספה תגובה מאת {user} על הכרטיס {card}",
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך", "A <strong>card description</strong> inside the Deck app has been changed" : "<strong>תיאור של כרטיס</strong> בתוך יישומון החבילה נערך",
@@ -24,11 +17,7 @@
"Changes in the <strong>Deck app</strong>" : "שינויים ל<strong>יישומון החבילה</strong>", "Changes in the <strong>Deck app</strong>" : "שינויים ל<strong>יישומון החבילה</strong>",
"A <strong>comment</strong> was created on a card" : "נוצרה <strong>הערה</strong> על כרטיס", "A <strong>comment</strong> was created on a card" : "נוצרה <strong>הערה</strong> על כרטיס",
"Personal" : "אישי", "Personal" : "אישי",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "הכרטיס \"%s\" שב־„%s” הוקצה אליך על ידי %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "הכרטיס „%s” שב„%s” הוקצה לך על ידי {user}.",
"The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.", "The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.",
"%s has mentioned you in a comment on \"%s\"." : "אוזכרת על ידי %s בתגובה על „%s”.",
"{user} has mentioned you in a comment on \"%s\"." : "אוזכרת על ידי {user} בתגובה על „%s”.",
"The board \"%s\" has been shared with you by %s." : "הלוח „%s” שותף אתך על ידי %s.", "The board \"%s\" has been shared with you by %s." : "הלוח „%s” שותף אתך על ידי %s.",
"{user} has shared the board %s with you." : "הלוח %s שותף אתך על ידי {user}", "{user} has shared the board %s with you." : "הלוח %s שותף אתך על ידי {user}",
"No data was provided to create an attachment." : "לא סופקו נתונים ליצירת קובץ מצורף", "No data was provided to create an attachment." : "לא סופקו נתונים ליצירת קובץ מצורף",
@@ -56,7 +45,6 @@
"Create new board" : "יצירת לוח חדש", "Create new board" : "יצירת לוח חדש",
"new board" : "לוח חדש", "new board" : "לוח חדש",
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם", "Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
"Search by board title" : "חיפוש לפי כותרת לו",
"Select board" : "בחירת לוח", "Select board" : "בחירת לוח",
"Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם", "Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם",
"Select a board" : "נא לבחור לוח", "Select a board" : "נא לבחור לוח",
@@ -82,7 +70,6 @@
"Next 7 days" : "ב־7 הימים הבאים", "Next 7 days" : "ב־7 הימים הבאים",
"Next 30 days" : "ב־30 הימים הבאים", "Next 30 days" : "ב־30 הימים הבאים",
"No due date" : "ללא תאריך יעד", "No due date" : "ללא תאריך יעד",
"Clear filter" : "מחיקת מסנן",
"Show archived cards" : "הצגת כרטיסים בארכיון", "Show archived cards" : "הצגת כרטיסים בארכיון",
"Toggle compact mode" : "החלפת מצב חסכוני", "Toggle compact mode" : "החלפת מצב חסכוני",
"Details" : "פרטים", "Details" : "פרטים",
@@ -103,14 +90,13 @@
"Can share" : "Can share", "Can share" : "Can share",
"Can manage" : "הרשאת ניהול", "Can manage" : "הרשאת ניהול",
"Delete" : "מחיקה", "Delete" : "מחיקה",
"Add a new stack" : "הוספת ערימה חדשה",
"Delete list" : "מחיקת רשימה", "Delete list" : "מחיקת רשימה",
"Add card" : "הוספת כרטיס", "Add card" : "הוספת כרטיס",
"Add a new card" : "הוספת כרטיס חדש", "Add a new card" : "הוספת כרטיס חדש",
"Edit" : "עריכה", "Edit" : "עריכה",
"Add a new tag" : "הוספת תגית חדשה", "Add a new tag" : "הוספת תגית חדשה",
"title and color value must be provided" : "יש לספק כותרת וערך צבע", "title and color value must be provided" : "יש לספק כותרת וערך צבע",
"Title" : "תפקיד",
"Members" : "חברים",
"Add this attachment" : "הוספת קובץ מצורף זה", "Add this attachment" : "הוספת קובץ מצורף זה",
"Delete Attachment" : "מחיקת קובץ מצורף", "Delete Attachment" : "מחיקת קובץ מצורף",
"Restore Attachment" : "שחזור קובץ מצורף", "Restore Attachment" : "שחזור קובץ מצורף",
@@ -125,9 +111,9 @@
"(Unsaved)" : "(לא נשמר)", "(Unsaved)" : "(לא נשמר)",
"(Saving…)" : "(מתבצעת שמירה…)", "(Saving…)" : "(מתבצעת שמירה…)",
"Formatting help" : "עזרה בסידור בתבנית", "Formatting help" : "עזרה בסידור בתבנית",
"Add Attachment" : "הוספת קובץ מצורף",
"Edit description" : "עריכת תיאור", "Edit description" : "עריכת תיאור",
"View description" : "הצגת תיאור", "View description" : "הצגת תיאור",
"Add Attachment" : "הוספת קובץ מצורף",
"Attachments" : "קבצים מצורפים", "Attachments" : "קבצים מצורפים",
"Comments" : "תגובות", "Comments" : "תגובות",
"Choose attachment" : "בחירת קובץ מצורף", "Choose attachment" : "בחירת קובץ מצורף",
@@ -143,30 +129,30 @@
"Update" : "עדכון", "Update" : "עדכון",
"(group)" : "(קבוצה)", "(group)" : "(קבוצה)",
"(circle)" : "(מעגל)", "(circle)" : "(מעגל)",
"seconds ago" : "לפני מספר שניות",
"Assign to me" : "הקצאה אלי", "Assign to me" : "הקצאה אלי",
"Unarchive card" : "הוצאת הכרטיס מהארכיון",
"Archive card" : "העברת כרטיס לארכיון",
"Delete card" : "מחיקת כרטיס לארכיון", "Delete card" : "מחיקת כרטיס לארכיון",
"Move card" : "העברת כרטיס", "Move card" : "העברת כרטיס",
"Card details" : "פרטי הכרטיס", "Card details" : "פרטי הכרטיס",
"Move card to another board" : "העברת כרטיס ללוח אחר", "Select a stack" : "בחירת ערימה",
"seconds ago" : "לפני מספר שניות",
"All boards" : "כל הלוחות", "All boards" : "כל הלוחות",
"Archived boards" : "לוחות שנשמרו בארכיון", "Archived boards" : "לוחות שנשמרו בארכיון",
"Shared with you" : "משותף אתך", "Shared boards" : "לוחות משותפים",
"Settings" : "הגדרות",
"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." : "הגבלת חבילה תחסום משתמשים שאינם חלק מקבוצות אלו מיצירת לוחות משלהם. משתמשים עדיין יוכלו לעבור על לוחות ששותפו אתם.",
"New board title" : "כותרת לוח חדשה", "New board title" : "כותרת לוח חדשה",
"Share" : "שיתוף",
"Options" : "אפשרויות",
"Edit board" : "עריכת לוח", "Edit board" : "עריכת לוח",
"Clone board " : "שכפול לוח",
"Unarchive board " : "הוצאת הלוח מהארכיון",
"Archive board " : "העברת הלוח לארכיון",
"Delete board " : "מחיקת לוח",
"Board details" : "פרטי לוח",
"Board {0} deleted" : "הלוח {0} נמחק",
"An error occurred" : "אירעה שגיאה", "An error occurred" : "אירעה שגיאה",
"Clone board" : "שכפול לוח",
"Archive board" : "העברת לוח לארכיון",
"Unarchive board" : "הוצאת ארכיון מהלוח",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
"Delete the board?" : "למחוק את הלוח הזה?", "Delete the board?" : "למחוק את הלוח הזה?",
"Delete board" : "מחיקת לו",
"Board details" : "פרטי לוח",
"Link to a board" : "קישור ללוח", "Link to a board" : "קישור ללוח",
"Link to a card" : "קישור לכרטיס", "Link to a card" : "קישור לכרטיס",
"Something went wrong" : "משהו השתבש", "Something went wrong" : "משהו השתבש",

View File

@@ -17,42 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} je arhivirao ploču {before}", "{user} has archived the board {before}" : "{user} je arhivirao ploču {before}",
"You have unarchived the board {board}" : "Dearhivirali ste ploču {board}", "You have unarchived the board {board}" : "Dearhivirali ste ploču {board}",
"{user} has unarchived the board {before}" : "{user} je dearhivirao ploču {before}", "{user} has unarchived the board {before}" : "{user} je dearhivirao ploču {before}",
"You have created a new list {stack} on board {board}" : "Stvorili ste novi popis {stack} na ploči {board}", "You have created a new stack {stack} on board {board}" : "Stvorili ste novi stog {stack} na ploči {board}",
"{user} has created a new list {stack} on board {board}" : "{user} je stvorio novi popis {stack} na ploči {board}", "{user} has created a new stack {stack} on board {board}" : "{user} je stvorio novi stog {stack} na ploči {board}",
"You have renamed list {before} to {stack} on board {board}" : "Preimenovali ste popis {before} u {stack} na ploči {board}", "You have renamed stack {before} to {stack} on board {board}" : "Preimenovali ste stog {before} u {stack} na ploči {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} je preimenovao popis {before} u {stack} na ploči {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} je preimenovao stog {before} u {stack} na ploči {board}",
"You have deleted list {stack} on board {board}" : "Izbrisali ste popis {stack} na ploči {board}", "You have deleted stack {stack} on board {board}" : "Izbrisali ste stog {stack} na ploči {board}",
"{user} has deleted list {stack} on board {board}" : "{user} je izbrisao popis {stack} na ploči {board}", "{user} has deleted stack {stack} on board {board}" : "{user} je izbrisao stog {stack} na ploči {board}",
"You have created card {card} in list {stack} on board {board}" : "Stvorili ste karticu {card} u popisu {stack} na ploči {board}", "You have created card {card} in stack {stack} on board {board}" : "Stvorili ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} je stvorio karticu {card} u popisu {stack} na ploči {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} je stvorio karticu {card} u stogu {stack} na ploči {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Izbrisali ste karticu {card} u popisu {stack} na ploči {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Izbrisali ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} je izbrisao karticu {card} u popisu {stack} na ploči {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} je izbrisao karticu {card} u stogu {stack} na ploči {board}",
"You have renamed the card {before} to {card}" : "Preimenovali ste karticu {before} u {card}", "You have renamed the card {before} to {card}" : "Preimenovali ste karticu {before} u {card}",
"{user} has renamed the card {before} to {card}" : "{user} je preimenovao karticu {before} u {card}", "{user} has renamed the card {before} to {card}" : "{user} je preimenovao karticu {before} u {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Dodali ste opis kartici {card} u popisu {stack} na ploči {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Dodali ste opis kartici {card} u stogu {stack} na ploči {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} je dodao opis kartici {card} u popisu {stack} na ploči {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} je dodao opis kartici {card} u stogu {stack} na ploči {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Ažurirali ste opis kartice {card} u popisu {stack} na ploči {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Ažurirali ste opis kartice {card} u stogu {stack} na ploči {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} je ažurirao opis kartice {card} u popisu {stack} na ploči {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} je ažurirao opis kartice {card} u stogu {stack} na ploči {board}",
"You have archived card {card} in list {stack} on board {board}" : "Arhivirali ste karticu {card} u popisu {stack} na ploči {board}", "You have archived card {card} in stack {stack} on board {board}" : "Arhivirali ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} je arhivirao karticu {card} u popisu {stack} na ploči {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} je arhivirao karticu {card} u stogu {stack} na ploči {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Dearhivirali ste karticu {card} u popisu {stack} na ploči {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Dearhivirali ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} je dearhivirao karticu {card} u popisu {stack} na ploči {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} je dearhivirao karticu {card} u stogu {stack} na ploči {board}",
"You have removed the due date of card {card}" : "Uklonili ste datum dospijeća kartice {card}", "You have removed the due date of card {card}" : "Uklonili ste datum dospijeća kartice {card}",
"{user} has removed the due date of card {card}" : "{user} je uklonio datum dospijeća kartice {card}", "{user} has removed the due date of card {card}" : "{user} je uklonio datum dospijeća kartice {card}",
"You have set the due date of card {card} to {after}" : "Postavili ste datum dospijeća kartice {card} na {after}", "You have set the due date of card {card} to {after}" : "Postavili ste datum dospijeća kartice {card} na {after}",
"{user} has set the due date of card {card} to {after}" : "{user} je postavio datum dospijeća kartice {card} na {after}", "{user} has set the due date of card {card} to {after}" : "{user} je postavio datum dospijeća kartice {card} na {after}",
"You have updated the due date of card {card} to {after}" : "Ažurirali ste datum dospijeća kartice {card} na {after}", "You have updated the due date of card {card} to {after}" : "Ažurirali ste datum dospijeća kartice {card} na {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} je ažurirao datum dospijeća kartice {card} na {after}", "{user} has updated the due date of card {card} to {after}" : "{user} je ažurirao datum dospijeća kartice {card} na {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Dodali ste oznaku {label} na karticu {card} u popisu {stack} na ploči {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Dodali ste oznaku {label} na karticu {card} u stogu {stack} na ploči {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} je dodao oznaku {label} na karticu {card} u popisu {stack} na ploči {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} je dodao oznaku {label} na karticu {card} u stogu {stack} na ploči {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Uklonili ste oznaku {label} s kartice {card} u popisu {stack} na ploči {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Uklonili ste oznaku {label} s kartice {card} u stogu {stack} na ploči {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} je uklonio oznaku {label} s kartice {card} u popisu {stack} na ploči {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} je uklonio oznaku {label} s kartice {card} u stogu {stack} na ploči {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Dodijelili ste {assigneduser} kartici {card} na ploči {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Dodijelili ste {assigneduser} kartici {card} na ploči {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} je dodijelio {assigneduser} kartici {card} na ploči {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} je dodijelio {assigneduser} kartici {card} na ploči {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Uklonili ste {assigneduser} s kartice {card} na ploči {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Uklonili ste {assigneduser} s kartice {card} na ploči {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} je uklonio {assigneduser} s kartice {card} na ploči {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} je uklonio {assigneduser} s kartice {card} na ploči {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Premjestili ste karticu {card} iz popisa {stackBefore} u {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Premjestili ste karticu {card} iz stoga {stackBefore} u {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} je premjestio karticu {card} iz popisa {stackBefore} u {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} je premjestio karticu {card} iz stoga {stackBefore} u {stack}",
"You have added the attachment {attachment} to card {card}" : "Dodali ste privitak {attachment} kartici {card}", "You have added the attachment {attachment} to card {card}" : "Dodali ste privitak {attachment} kartici {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} je dodao privitak {attachment} kartici {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} je dodao privitak {attachment} kartici {card}",
"You have updated the attachment {attachment} on card {card}" : "Ažurirali ste privitak {attachment} na kartici {card}", "You have updated the attachment {attachment} on card {card}" : "Ažurirali ste privitak {attachment} na kartici {card}",
@@ -101,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Stvori novu ploču", "Create new board" : "Stvori novu ploču",
"new board" : "nova ploča", "new board" : "nova ploča",
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom", "Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
"Search by board title" : "Traži po naslovu ploče",
"Select board" : "Odaberi ploču", "Select board" : "Odaberi ploču",
"Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom", "Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom",
"Select a board" : "Odaberite ploču", "Select a board" : "Odaberite ploču",
@@ -123,11 +122,9 @@ OC.L10N.register(
"Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku", "Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku",
"Filter by due date" : "Filtriraj prema datumu dospijeća", "Filter by due date" : "Filtriraj prema datumu dospijeća",
"Overdue" : "Kasni", "Overdue" : "Kasni",
"Next 24 hours" : "Sljedeća 24 sata",
"Next 7 days" : "Sljedećih 7 dana", "Next 7 days" : "Sljedećih 7 dana",
"Next 30 days" : "Sljedećih 30 dana", "Next 30 days" : "Sljedećih 30 dana",
"No due date" : "Nema datuma dospijeća", "No due date" : "Nema datuma dospijeća",
"Clear filter" : "Ukloni filtar",
"Show archived cards" : "Prikaži arhivirane kartice", "Show archived cards" : "Prikaži arhivirane kartice",
"Toggle compact mode" : "Prebaci u kompaktni način rada", "Toggle compact mode" : "Prebaci u kompaktni način rada",
"Details" : "Pojedinosti", "Details" : "Pojedinosti",
@@ -148,16 +145,13 @@ OC.L10N.register(
"Can share" : "Dijeljenje moguće", "Can share" : "Dijeljenje moguće",
"Can manage" : "Upravljanje moguće", "Can manage" : "Upravljanje moguće",
"Delete" : "Izbriši", "Delete" : "Izbriši",
"Add a new list" : "Dodaj novi popis", "Add a new stack" : "Dodaj novi stog",
"Delete list" : "Izbriši popis", "Delete list" : "Izbriši popis",
"Add card" : "Dodaj karticu", "Add card" : "Dodaj karticu",
"Add a new card" : "Dodaj novu karticu", "Add a new card" : "Dodaj novu karticu",
"Edit" : "Uredi", "Edit" : "Uredi",
"Add a new tag" : "Dodaj novu oznaku", "Add a new tag" : "Dodaj novu oznaku",
"title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje", "title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje",
"Title" : "Naslov",
"Members" : "Članovi",
"Add this attachment" : "Dodajte ovaj privitak",
"Delete Attachment" : "Izbriši privitak", "Delete Attachment" : "Izbriši privitak",
"Restore Attachment" : "Vrati privitak", "Restore Attachment" : "Vrati privitak",
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...", "Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
@@ -171,12 +165,8 @@ OC.L10N.register(
"(Unsaved)" : "(Nije spremljeno)", "(Unsaved)" : "(Nije spremljeno)",
"(Saving…)" : "(Spremanje…)", "(Saving…)" : "(Spremanje…)",
"Formatting help" : "Pomoć pri oblikovanju", "Formatting help" : "Pomoć pri oblikovanju",
"Edit description" : "Uredi opis",
"View description" : "Prikaži opis",
"Add Attachment" : "Dodaj privitak",
"Attachments" : "Privici", "Attachments" : "Privici",
"Comments" : "Komentari", "Comments" : "Komentari",
"Choose attachment" : "Odaberi privitak",
"Modified" : "Promijenjeno", "Modified" : "Promijenjeno",
"Created" : "Stvoreno", "Created" : "Stvoreno",
"Upload attachment" : "Otpremi privitak", "Upload attachment" : "Otpremi privitak",
@@ -189,32 +179,29 @@ OC.L10N.register(
"Update" : "Ažuriraj", "Update" : "Ažuriraj",
"(group)" : "(grupa)", "(group)" : "(grupa)",
"(circle)" : "(krug)", "(circle)" : "(krug)",
"seconds ago" : "prije nekoliko sekundi",
"Assign to me" : "Dodijeli meni", "Assign to me" : "Dodijeli meni",
"Unassign myself" : "Ukloni sebe",
"Unarchive card" : "Dearhiviraj karticu",
"Archive card" : "Arhiviraj karticu",
"Delete card" : "Izbriši karticu", "Delete card" : "Izbriši karticu",
"Move card" : "Premjesti karticu", "Move card" : "Premjesti karticu",
"Card details" : "Pojedinosti o kartici", "Card details" : "Pojedinosti o kartici",
"Move card to another board" : "Premjesti karticu na drugu ploču", "Select a stack" : "Odaberi stog",
"Select a list" : "Odaberi popis", "seconds ago" : "prije nekoliko sekundi",
"All boards" : "Sve ploče", "All boards" : "Sve ploče",
"Archived boards" : "Arhivirane ploče", "Archived boards" : "Arhivirane ploče",
"Shared with you" : "Podijeljeno s vama", "Shared boards" : "Dijeljene ploče",
"Limit deck usage of groups" : "Ograniči uporabu decka grupama", "Settings" : "Postavke",
"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." : "Ograničenjem Decka možete spriječiti korisnike koji ne sudjeluju u tim grupama da stvaraju vlastite ploče. Korisnici će i dalje moći raditi na pločama koje su dijeljene s njima.", "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." : "Ograničenjem Decka možete spriječiti korisnike koji ne sudjeluju u tim grupama da stvaraju vlastite ploče. Korisnici će i dalje moći raditi na pločama koje su dijeljene s njima.",
"New board title" : "Novi naslov ploče", "New board title" : "Novi naslov ploče",
"Share" : "Dijeli",
"Options" : "Mogućnosti",
"Edit board" : "Uredi ploču", "Edit board" : "Uredi ploču",
"Clone board " : "Kloniraj ploču ",
"Unarchive board " : "Dearhiviraj ploču ",
"Archive board " : "Arhiviraj ploču ",
"Delete board " : "Izbriši ploču ",
"Board details" : "Pojedinosti o ploči",
"Board {0} deleted" : "Ploča {0} je izbrisana",
"An error occurred" : "Došlo je do pogreške", "An error occurred" : "Došlo je do pogreške",
"Clone board" : "Kloniraj ploču",
"Archive board" : "Arhiviraj ploču",
"Unarchive board" : "Dearhiviraj ploču",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.",
"Delete the board?" : "Želite li izbrisati ploču?", "Delete the board?" : "Želite li izbrisati ploču?",
"Delete board" : "Izbriši ploču",
"Board details" : "Pojedinosti o ploči",
"Link to a board" : "Poveznica na ploču", "Link to a board" : "Poveznica na ploču",
"Link to a card" : "Poveznica na karticu", "Link to a card" : "Poveznica na karticu",
"Something went wrong" : "Nešto je pošlo po krivu", "Something went wrong" : "Nešto je pošlo po krivu",

View File

@@ -15,42 +15,42 @@
"{user} has archived the board {before}" : "{user} je arhivirao ploču {before}", "{user} has archived the board {before}" : "{user} je arhivirao ploču {before}",
"You have unarchived the board {board}" : "Dearhivirali ste ploču {board}", "You have unarchived the board {board}" : "Dearhivirali ste ploču {board}",
"{user} has unarchived the board {before}" : "{user} je dearhivirao ploču {before}", "{user} has unarchived the board {before}" : "{user} je dearhivirao ploču {before}",
"You have created a new list {stack} on board {board}" : "Stvorili ste novi popis {stack} na ploči {board}", "You have created a new stack {stack} on board {board}" : "Stvorili ste novi stog {stack} na ploči {board}",
"{user} has created a new list {stack} on board {board}" : "{user} je stvorio novi popis {stack} na ploči {board}", "{user} has created a new stack {stack} on board {board}" : "{user} je stvorio novi stog {stack} na ploči {board}",
"You have renamed list {before} to {stack} on board {board}" : "Preimenovali ste popis {before} u {stack} na ploči {board}", "You have renamed stack {before} to {stack} on board {board}" : "Preimenovali ste stog {before} u {stack} na ploči {board}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} je preimenovao popis {before} u {stack} na ploči {board}", "{user} has renamed stack {before} to {stack} on board {board}" : "{user} je preimenovao stog {before} u {stack} na ploči {board}",
"You have deleted list {stack} on board {board}" : "Izbrisali ste popis {stack} na ploči {board}", "You have deleted stack {stack} on board {board}" : "Izbrisali ste stog {stack} na ploči {board}",
"{user} has deleted list {stack} on board {board}" : "{user} je izbrisao popis {stack} na ploči {board}", "{user} has deleted stack {stack} on board {board}" : "{user} je izbrisao stog {stack} na ploči {board}",
"You have created card {card} in list {stack} on board {board}" : "Stvorili ste karticu {card} u popisu {stack} na ploči {board}", "You have created card {card} in stack {stack} on board {board}" : "Stvorili ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} je stvorio karticu {card} u popisu {stack} na ploči {board}", "{user} has created card {card} in stack {stack} on board {board}" : "{user} je stvorio karticu {card} u stogu {stack} na ploči {board}",
"You have deleted card {card} in list {stack} on board {board}" : "Izbrisali ste karticu {card} u popisu {stack} na ploči {board}", "You have deleted card {card} in stack {stack} on board {board}" : "Izbrisali ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} je izbrisao karticu {card} u popisu {stack} na ploči {board}", "{user} has deleted card {card} in stack {stack} on board {board}" : "{user} je izbrisao karticu {card} u stogu {stack} na ploči {board}",
"You have renamed the card {before} to {card}" : "Preimenovali ste karticu {before} u {card}", "You have renamed the card {before} to {card}" : "Preimenovali ste karticu {before} u {card}",
"{user} has renamed the card {before} to {card}" : "{user} je preimenovao karticu {before} u {card}", "{user} has renamed the card {before} to {card}" : "{user} je preimenovao karticu {before} u {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Dodali ste opis kartici {card} u popisu {stack} na ploči {board}", "You have added a description to card {card} in stack {stack} on board {board}" : "Dodali ste opis kartici {card} u stogu {stack} na ploči {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} je dodao opis kartici {card} u popisu {stack} na ploči {board}", "{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} je dodao opis kartici {card} u stogu {stack} na ploči {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Ažurirali ste opis kartice {card} u popisu {stack} na ploči {board}", "You have updated the description of card {card} in stack {stack} on board {board}" : "Ažurirali ste opis kartice {card} u stogu {stack} na ploči {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} je ažurirao opis kartice {card} u popisu {stack} na ploči {board}", "{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} je ažurirao opis kartice {card} u stogu {stack} na ploči {board}",
"You have archived card {card} in list {stack} on board {board}" : "Arhivirali ste karticu {card} u popisu {stack} na ploči {board}", "You have archived card {card} in stack {stack} on board {board}" : "Arhivirali ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} je arhivirao karticu {card} u popisu {stack} na ploči {board}", "{user} has archived card {card} in stack {stack} on board {board}" : "{user} je arhivirao karticu {card} u stogu {stack} na ploči {board}",
"You have unarchived card {card} in list {stack} on board {board}" : "Dearhivirali ste karticu {card} u popisu {stack} na ploči {board}", "You have unarchived card {card} in stack {stack} on board {board}" : "Dearhivirali ste karticu {card} u stogu {stack} na ploči {board}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} je dearhivirao karticu {card} u popisu {stack} na ploči {board}", "{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} je dearhivirao karticu {card} u stogu {stack} na ploči {board}",
"You have removed the due date of card {card}" : "Uklonili ste datum dospijeća kartice {card}", "You have removed the due date of card {card}" : "Uklonili ste datum dospijeća kartice {card}",
"{user} has removed the due date of card {card}" : "{user} je uklonio datum dospijeća kartice {card}", "{user} has removed the due date of card {card}" : "{user} je uklonio datum dospijeća kartice {card}",
"You have set the due date of card {card} to {after}" : "Postavili ste datum dospijeća kartice {card} na {after}", "You have set the due date of card {card} to {after}" : "Postavili ste datum dospijeća kartice {card} na {after}",
"{user} has set the due date of card {card} to {after}" : "{user} je postavio datum dospijeća kartice {card} na {after}", "{user} has set the due date of card {card} to {after}" : "{user} je postavio datum dospijeća kartice {card} na {after}",
"You have updated the due date of card {card} to {after}" : "Ažurirali ste datum dospijeća kartice {card} na {after}", "You have updated the due date of card {card} to {after}" : "Ažurirali ste datum dospijeća kartice {card} na {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} je ažurirao datum dospijeća kartice {card} na {after}", "{user} has updated the due date of card {card} to {after}" : "{user} je ažurirao datum dospijeća kartice {card} na {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Dodali ste oznaku {label} na karticu {card} u popisu {stack} na ploči {board}", "You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Dodali ste oznaku {label} na karticu {card} u stogu {stack} na ploči {board}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} je dodao oznaku {label} na karticu {card} u popisu {stack} na ploči {board}", "{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} je dodao oznaku {label} na karticu {card} u stogu {stack} na ploči {board}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Uklonili ste oznaku {label} s kartice {card} u popisu {stack} na ploči {board}", "You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Uklonili ste oznaku {label} s kartice {card} u stogu {stack} na ploči {board}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} je uklonio oznaku {label} s kartice {card} u popisu {stack} na ploči {board}", "{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} je uklonio oznaku {label} s kartice {card} u stogu {stack} na ploči {board}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Dodijelili ste {assigneduser} kartici {card} na ploči {board}", "You have assigned {assigneduser} to card {card} on board {board}" : "Dodijelili ste {assigneduser} kartici {card} na ploči {board}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} je dodijelio {assigneduser} kartici {card} na ploči {board}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} je dodijelio {assigneduser} kartici {card} na ploči {board}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Uklonili ste {assigneduser} s kartice {card} na ploči {board}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Uklonili ste {assigneduser} s kartice {card} na ploči {board}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} je uklonio {assigneduser} s kartice {card} na ploči {board}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} je uklonio {assigneduser} s kartice {card} na ploči {board}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Premjestili ste karticu {card} iz popisa {stackBefore} u {stack}", "You have moved the card {card} from stack {stackBefore} to {stack}" : "Premjestili ste karticu {card} iz stoga {stackBefore} u {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} je premjestio karticu {card} iz popisa {stackBefore} u {stack}", "{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} je premjestio karticu {card} iz stoga {stackBefore} u {stack}",
"You have added the attachment {attachment} to card {card}" : "Dodali ste privitak {attachment} kartici {card}", "You have added the attachment {attachment} to card {card}" : "Dodali ste privitak {attachment} kartici {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} je dodao privitak {attachment} kartici {card}", "{user} has added the attachment {attachment} to card {card}" : "{user} je dodao privitak {attachment} kartici {card}",
"You have updated the attachment {attachment} on card {card}" : "Ažurirali ste privitak {attachment} na kartici {card}", "You have updated the attachment {attachment} on card {card}" : "Ažurirali ste privitak {attachment} na kartici {card}",
@@ -99,7 +99,6 @@
"Create new board" : "Stvori novu ploču", "Create new board" : "Stvori novu ploču",
"new board" : "nova ploča", "new board" : "nova ploča",
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom", "Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
"Search by board title" : "Traži po naslovu ploče",
"Select board" : "Odaberi ploču", "Select board" : "Odaberi ploču",
"Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom", "Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom",
"Select a board" : "Odaberite ploču", "Select a board" : "Odaberite ploču",
@@ -121,11 +120,9 @@
"Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku", "Filter by assigned user" : "Filtriraj prema dodijeljenom korisniku",
"Filter by due date" : "Filtriraj prema datumu dospijeća", "Filter by due date" : "Filtriraj prema datumu dospijeća",
"Overdue" : "Kasni", "Overdue" : "Kasni",
"Next 24 hours" : "Sljedeća 24 sata",
"Next 7 days" : "Sljedećih 7 dana", "Next 7 days" : "Sljedećih 7 dana",
"Next 30 days" : "Sljedećih 30 dana", "Next 30 days" : "Sljedećih 30 dana",
"No due date" : "Nema datuma dospijeća", "No due date" : "Nema datuma dospijeća",
"Clear filter" : "Ukloni filtar",
"Show archived cards" : "Prikaži arhivirane kartice", "Show archived cards" : "Prikaži arhivirane kartice",
"Toggle compact mode" : "Prebaci u kompaktni način rada", "Toggle compact mode" : "Prebaci u kompaktni način rada",
"Details" : "Pojedinosti", "Details" : "Pojedinosti",
@@ -146,16 +143,13 @@
"Can share" : "Dijeljenje moguće", "Can share" : "Dijeljenje moguće",
"Can manage" : "Upravljanje moguće", "Can manage" : "Upravljanje moguće",
"Delete" : "Izbriši", "Delete" : "Izbriši",
"Add a new list" : "Dodaj novi popis", "Add a new stack" : "Dodaj novi stog",
"Delete list" : "Izbriši popis", "Delete list" : "Izbriši popis",
"Add card" : "Dodaj karticu", "Add card" : "Dodaj karticu",
"Add a new card" : "Dodaj novu karticu", "Add a new card" : "Dodaj novu karticu",
"Edit" : "Uredi", "Edit" : "Uredi",
"Add a new tag" : "Dodaj novu oznaku", "Add a new tag" : "Dodaj novu oznaku",
"title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje", "title and color value must be provided" : "potrebno je odabrati naziv i vrijednost boje",
"Title" : "Naslov",
"Members" : "Članovi",
"Add this attachment" : "Dodajte ovaj privitak",
"Delete Attachment" : "Izbriši privitak", "Delete Attachment" : "Izbriši privitak",
"Restore Attachment" : "Vrati privitak", "Restore Attachment" : "Vrati privitak",
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...", "Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
@@ -169,12 +163,8 @@
"(Unsaved)" : "(Nije spremljeno)", "(Unsaved)" : "(Nije spremljeno)",
"(Saving…)" : "(Spremanje…)", "(Saving…)" : "(Spremanje…)",
"Formatting help" : "Pomoć pri oblikovanju", "Formatting help" : "Pomoć pri oblikovanju",
"Edit description" : "Uredi opis",
"View description" : "Prikaži opis",
"Add Attachment" : "Dodaj privitak",
"Attachments" : "Privici", "Attachments" : "Privici",
"Comments" : "Komentari", "Comments" : "Komentari",
"Choose attachment" : "Odaberi privitak",
"Modified" : "Promijenjeno", "Modified" : "Promijenjeno",
"Created" : "Stvoreno", "Created" : "Stvoreno",
"Upload attachment" : "Otpremi privitak", "Upload attachment" : "Otpremi privitak",
@@ -187,32 +177,29 @@
"Update" : "Ažuriraj", "Update" : "Ažuriraj",
"(group)" : "(grupa)", "(group)" : "(grupa)",
"(circle)" : "(krug)", "(circle)" : "(krug)",
"seconds ago" : "prije nekoliko sekundi",
"Assign to me" : "Dodijeli meni", "Assign to me" : "Dodijeli meni",
"Unassign myself" : "Ukloni sebe",
"Unarchive card" : "Dearhiviraj karticu",
"Archive card" : "Arhiviraj karticu",
"Delete card" : "Izbriši karticu", "Delete card" : "Izbriši karticu",
"Move card" : "Premjesti karticu", "Move card" : "Premjesti karticu",
"Card details" : "Pojedinosti o kartici", "Card details" : "Pojedinosti o kartici",
"Move card to another board" : "Premjesti karticu na drugu ploču", "Select a stack" : "Odaberi stog",
"Select a list" : "Odaberi popis", "seconds ago" : "prije nekoliko sekundi",
"All boards" : "Sve ploče", "All boards" : "Sve ploče",
"Archived boards" : "Arhivirane ploče", "Archived boards" : "Arhivirane ploče",
"Shared with you" : "Podijeljeno s vama", "Shared boards" : "Dijeljene ploče",
"Limit deck usage of groups" : "Ograniči uporabu decka grupama", "Settings" : "Postavke",
"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." : "Ograničenjem Decka možete spriječiti korisnike koji ne sudjeluju u tim grupama da stvaraju vlastite ploče. Korisnici će i dalje moći raditi na pločama koje su dijeljene s njima.", "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." : "Ograničenjem Decka možete spriječiti korisnike koji ne sudjeluju u tim grupama da stvaraju vlastite ploče. Korisnici će i dalje moći raditi na pločama koje su dijeljene s njima.",
"New board title" : "Novi naslov ploče", "New board title" : "Novi naslov ploče",
"Share" : "Dijeli",
"Options" : "Mogućnosti",
"Edit board" : "Uredi ploču", "Edit board" : "Uredi ploču",
"Clone board " : "Kloniraj ploču ",
"Unarchive board " : "Dearhiviraj ploču ",
"Archive board " : "Arhiviraj ploču ",
"Delete board " : "Izbriši ploču ",
"Board details" : "Pojedinosti o ploči",
"Board {0} deleted" : "Ploča {0} je izbrisana",
"An error occurred" : "Došlo je do pogreške", "An error occurred" : "Došlo je do pogreške",
"Clone board" : "Kloniraj ploču",
"Archive board" : "Arhiviraj ploču",
"Unarchive board" : "Dearhiviraj ploču",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.",
"Delete the board?" : "Želite li izbrisati ploču?", "Delete the board?" : "Želite li izbrisati ploču?",
"Delete board" : "Izbriši ploču",
"Board details" : "Pojedinosti o ploči",
"Link to a board" : "Poveznica na ploču", "Link to a board" : "Poveznica na ploču",
"Link to a card" : "Poveznica na karticu", "Link to a card" : "Poveznica na karticu",
"Something went wrong" : "Nešto je pošlo po krivu", "Something went wrong" : "Nešto je pošlo po krivu",

View File

@@ -17,18 +17,42 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát", "{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát",
"You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását", "You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását",
"{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását", "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását",
"You have created a new stack {stack} on board {board}" : "Létrehozta az új {stack} rakást a(z) {board} táblán",
"{user} has created a new stack {stack} on board {board}" : "{user} létrehozta az új {stack} rakást a(z) {board} táblán",
"You have renamed stack {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} rakását erre: {stack}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} átnevezte a(z) {board} táblát {before} rakását erre: {stack}",
"You have deleted stack {stack} on board {board}" : "Törölte a(z) {stack} rakást a(z) {board} tábláról",
"{user} has deleted stack {stack} on board {board}" : "{user} törölte a(z) {stack} rakást a(z) {board} tábláról",
"You have created card {card} in stack {stack} on board {board}" : "Létrehozta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} létrehozta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"You have deleted card {card} in stack {stack} on board {board}" : "Törölte a(z) {card} kártyát a(z) {stack} rakásból, a(z) {board} táblán",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} törölte a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"You have renamed the card {before} to {card}" : "Átnevezte a(z) {before} kártyát erre: {card}", "You have renamed the card {before} to {card}" : "Átnevezte a(z) {before} kártyát erre: {card}",
"{user} has renamed the card {before} to {card}" : "{user} átnevezte a(z) {before} kártyát erre: {card}", "{user} has renamed the card {before} to {card}" : "{user} átnevezte a(z) {before} kártyát erre: {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Leírást adott hozzá a(z) {card} kártyához a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} leírást adott hozzá a(z) {card} kártyához a(z) {stack} rakásban, a(z) {board} táblán",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Frissítette a(z) {card} kártya leírását a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} frissítette a(z) {card} kártya leírását a(z) {stack} rakásban, a(z) {board} táblán",
"You have archived card {card} in stack {stack} on board {board}" : "Archiválta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"You have unarchived card {card} in stack {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} rakásban, a(z) {board} táblán",
"You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét", "You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét",
"{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét", "{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét",
"You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét", "You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét",
"{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét", "{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét",
"You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}", "You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} rakásban, a(z) {board} táblán",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Eltávolította a(z) {label} címkét a(z) {card} kártyáról, a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} eltávolította a(z) {label} címkét a(z) {card} kártyáról, a(z) {stack} rakásban, a(z) {board} táblán",
"You have assigned {assigneduser} to card {card} on board {board}" : "Hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}", "You have assigned {assigneduser} to card {card} on board {board}" : "Hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Áthelyezte a(z) {card} kártyát a(z) {stackBefore} rakásból a(z) {stack} rakásba",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} áthelyezte a(z) {card} kártyát a(z) {stackBefore} rakásból a(z) {stack} rakásba",
"You have added the attachment {attachment} to card {card}" : "Hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához", "You have added the attachment {attachment} to card {card}" : "Hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához",
"{user} has added the attachment {attachment} to card {card}" : "{user} hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához", "{user} has added the attachment {attachment} to card {card}" : "{user} hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához",
"You have updated the attachment {attachment} on card {card}" : "Frissítette a(z) {attachment} mellékletet a(z) {card} kártyánál", "You have updated the attachment {attachment} on card {card}" : "Frissítette a(z) {attachment} mellékletet a(z) {card} kártyánál",
@@ -77,7 +101,6 @@ OC.L10N.register(
"Create new board" : "Új tábla létrehozása", "Create new board" : "Új tábla létrehozása",
"new board" : "új tábla", "new board" : "új tábla",
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
"Search by board title" : "Keresés táblacím szerint",
"Select board" : "Válasszon táblát", "Select board" : "Válasszon táblát",
"Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni",
"Select a board" : "Válasszon egy táblát", "Select a board" : "Válasszon egy táblát",
@@ -103,7 +126,6 @@ OC.L10N.register(
"Next 7 days" : "Következő 7 nap", "Next 7 days" : "Következő 7 nap",
"Next 30 days" : "Következő 30 nap", "Next 30 days" : "Következő 30 nap",
"No due date" : "Nincs határidő", "No due date" : "Nincs határidő",
"Clear filter" : "Szűrő törlése",
"Show archived cards" : "Archivált kártyák megjelenítése", "Show archived cards" : "Archivált kártyák megjelenítése",
"Toggle compact mode" : "Kompakt mód be/ki", "Toggle compact mode" : "Kompakt mód be/ki",
"Details" : "Részletek", "Details" : "Részletek",
@@ -124,14 +146,13 @@ OC.L10N.register(
"Can share" : "Megoszthatja", "Can share" : "Megoszthatja",
"Can manage" : "Kezelheti", "Can manage" : "Kezelheti",
"Delete" : "Törlés", "Delete" : "Törlés",
"Add a new stack" : "Új rakás hozzáadása",
"Delete list" : "Lista törlése", "Delete list" : "Lista törlése",
"Add card" : "Kártya hozzáadása", "Add card" : "Kártya hozzáadása",
"Add a new card" : "Új kártya hozzáadása", "Add a new card" : "Új kártya hozzáadása",
"Edit" : "Szerkesztés", "Edit" : "Szerkesztés",
"Add a new tag" : "Új címke hozzáadása", "Add a new tag" : "Új címke hozzáadása",
"title and color value must be provided" : "a cím és szín értékét meg kell adni", "title and color value must be provided" : "a cím és szín értékét meg kell adni",
"Title" : "Cím",
"Members" : "Tagok",
"Add this attachment" : "E melléklet hozzáadása", "Add this attachment" : "E melléklet hozzáadása",
"Delete Attachment" : "Melléklet törlése", "Delete Attachment" : "Melléklet törlése",
"Restore Attachment" : "Melléklet visszaállítása", "Restore Attachment" : "Melléklet visszaállítása",
@@ -146,9 +167,9 @@ OC.L10N.register(
"(Unsaved)" : "(Nem mentett)", "(Unsaved)" : "(Nem mentett)",
"(Saving…)" : "(Mentés…)", "(Saving…)" : "(Mentés…)",
"Formatting help" : "Formázási súgó", "Formatting help" : "Formázási súgó",
"Add Attachment" : "Melléklet hozzáadása",
"Edit description" : "Leírás szerkesztése", "Edit description" : "Leírás szerkesztése",
"View description" : "Leírás megtekintése", "View description" : "Leírás megtekintése",
"Add Attachment" : "Melléklet hozzáadása",
"Attachments" : "Mellékletek", "Attachments" : "Mellékletek",
"Comments" : "Hozzászólások", "Comments" : "Hozzászólások",
"Choose attachment" : "Válasszon mellékletet", "Choose attachment" : "Válasszon mellékletet",
@@ -164,25 +185,30 @@ OC.L10N.register(
"Update" : "Frissítés", "Update" : "Frissítés",
"(group)" : "(csoport)", "(group)" : "(csoport)",
"(circle)" : "(kör)", "(circle)" : "(kör)",
"seconds ago" : "másodperce",
"Assign to me" : "Hozzám rendelés", "Assign to me" : "Hozzám rendelés",
"Unarchive card" : "Kártya archiválásának visszavonása",
"Archive card" : "Kártya archiválása",
"Delete card" : "Kártya törlése", "Delete card" : "Kártya törlése",
"Move card" : "Kártya áthelyezése", "Move card" : "Kártya áthelyezése",
"Card details" : "Kártya részletei", "Card details" : "Kártya részletei",
"Move card to another board" : "Kártya áthelyezése egy másik táblára", "Select a stack" : "Válasszon rakást",
"seconds ago" : "másodperce",
"All boards" : "Az összes tábla", "All boards" : "Az összes tábla",
"Archived boards" : "Archivált táblák", "Archived boards" : "Archivált táblák",
"Shared with you" : "Megosztva Önnel", "Shared boards" : "Megosztott táblák",
"Settings" : "Beállítások",
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása", "Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
"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." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.", "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." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
"New board title" : "Új tábla címe", "New board title" : "Új tábla címe",
"Share" : "Megosztás",
"Options" : "Beállítások",
"Edit board" : "Tábla szerkesztése", "Edit board" : "Tábla szerkesztése",
"Board details" : "Tábla részletei",
"An error occurred" : "Hiba történt", "An error occurred" : "Hiba történt",
"Clone board" : "Tábla klónozása",
"Archive board" : "Tábla archiválása",
"Unarchive board" : "Tábla archiválásának visszavonása",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.",
"Delete the board?" : "Törli a táblát?", "Delete the board?" : "Törli a táblát?",
"Delete board" : "Tábla törlése",
"Board details" : "Tábla részletei",
"Link to a board" : "Hivatkozás egy táblához", "Link to a board" : "Hivatkozás egy táblához",
"Link to a card" : "Hivatkozás egy kártyához", "Link to a card" : "Hivatkozás egy kártyához",
"Something went wrong" : "Valami hiba történt", "Something went wrong" : "Valami hiba történt",

View File

@@ -15,18 +15,42 @@
"{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát", "{user} has archived the board {before}" : "{user} archiválta a(z) {before} táblát",
"You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását", "You have unarchived the board {board}" : "Visszavonta a(z) {board} tábla archiválását",
"{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását", "{user} has unarchived the board {before}" : "{user} visszavonta a(z) {board} tábla archiválását",
"You have created a new stack {stack} on board {board}" : "Létrehozta az új {stack} rakást a(z) {board} táblán",
"{user} has created a new stack {stack} on board {board}" : "{user} létrehozta az új {stack} rakást a(z) {board} táblán",
"You have renamed stack {before} to {stack} on board {board}" : "Átnevezte a(z) {board} tábla {before} rakását erre: {stack}",
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} átnevezte a(z) {board} táblát {before} rakását erre: {stack}",
"You have deleted stack {stack} on board {board}" : "Törölte a(z) {stack} rakást a(z) {board} tábláról",
"{user} has deleted stack {stack} on board {board}" : "{user} törölte a(z) {stack} rakást a(z) {board} tábláról",
"You have created card {card} in stack {stack} on board {board}" : "Létrehozta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has created card {card} in stack {stack} on board {board}" : "{user} létrehozta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"You have deleted card {card} in stack {stack} on board {board}" : "Törölte a(z) {card} kártyát a(z) {stack} rakásból, a(z) {board} táblán",
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} törölte a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"You have renamed the card {before} to {card}" : "Átnevezte a(z) {before} kártyát erre: {card}", "You have renamed the card {before} to {card}" : "Átnevezte a(z) {before} kártyát erre: {card}",
"{user} has renamed the card {before} to {card}" : "{user} átnevezte a(z) {before} kártyát erre: {card}", "{user} has renamed the card {before} to {card}" : "{user} átnevezte a(z) {before} kártyát erre: {card}",
"You have added a description to card {card} in stack {stack} on board {board}" : "Leírást adott hozzá a(z) {card} kártyához a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} leírást adott hozzá a(z) {card} kártyához a(z) {stack} rakásban, a(z) {board} táblán",
"You have updated the description of card {card} in stack {stack} on board {board}" : "Frissítette a(z) {card} kártya leírását a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} frissítette a(z) {card} kártya leírását a(z) {stack} rakásban, a(z) {board} táblán",
"You have archived card {card} in stack {stack} on board {board}" : "Archiválta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} archiválta a(z) {card} kártyát a(z) {stack} rakásban, a(z) {board} táblán",
"You have unarchived card {card} in stack {stack} on board {board}" : "Visszavonta a(z) {card} kártya archiválását a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} visszavonta a(z) {card} kártya archiválását a(z) {stack} rakásban, a(z) {board} táblán",
"You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét", "You have removed the due date of card {card}" : "Eltávolította a(z) {card} kártya esedékességét",
"{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét", "{user} has removed the due date of card {card}" : "{user} eltávolította a(z) {card} kártya esedékességét",
"You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét", "You have set the due date of card {card} to {after}" : "Beállította a(z) {card} kártya esedékességét",
"{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét", "{user} has set the due date of card {card} to {after}" : "{user} beállította a(z) {card} kártya esedékességét",
"You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}", "You have updated the due date of card {card} to {after}" : "Frissítette a(z) {card} kártya esedékességét erre: {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}", "{user} has updated the due date of card {card} to {after}" : "{user} frissítette a(z) {card} kártya esedékességét erre: {after}",
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hozzáadta a(z) {label} címkét a(z) {card} kártyához, a(z) {stack} rakásban, a(z) {board} táblán",
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Eltávolította a(z) {label} címkét a(z) {card} kártyáról, a(z) {stack} rakásban, a(z) {board} táblán",
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} eltávolította a(z) {label} címkét a(z) {card} kártyáról, a(z) {stack} rakásban, a(z) {board} táblán",
"You have assigned {assigneduser} to card {card} on board {board}" : "Hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}", "You have assigned {assigneduser} to card {card} on board {board}" : "Hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}", "{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} hozzárendelte a(z) {card} kártyát a(z) {board} táblán a következőhöz: {assigneduser}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}", "You have unassigned {assigneduser} from card {card} on board {board}" : "Eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}", "{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} eltávolította a(z) {card} kártyát a(z) {board} táblán a következőtől: {assigneduser}",
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Áthelyezte a(z) {card} kártyát a(z) {stackBefore} rakásból a(z) {stack} rakásba",
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} áthelyezte a(z) {card} kártyát a(z) {stackBefore} rakásból a(z) {stack} rakásba",
"You have added the attachment {attachment} to card {card}" : "Hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához", "You have added the attachment {attachment} to card {card}" : "Hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához",
"{user} has added the attachment {attachment} to card {card}" : "{user} hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához", "{user} has added the attachment {attachment} to card {card}" : "{user} hozzáadta a(z) {attachment} mellékletet a(z) {card} kártyához",
"You have updated the attachment {attachment} on card {card}" : "Frissítette a(z) {attachment} mellékletet a(z) {card} kártyánál", "You have updated the attachment {attachment} on card {card}" : "Frissítette a(z) {attachment} mellékletet a(z) {card} kártyánál",
@@ -75,7 +99,6 @@
"Create new board" : "Új tábla létrehozása", "Create new board" : "Új tábla létrehozása",
"new board" : "új tábla", "new board" : "új tábla",
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni", "Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
"Search by board title" : "Keresés táblacím szerint",
"Select board" : "Válasszon táblát", "Select board" : "Válasszon táblát",
"Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni", "Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni",
"Select a board" : "Válasszon egy táblát", "Select a board" : "Válasszon egy táblát",
@@ -101,7 +124,6 @@
"Next 7 days" : "Következő 7 nap", "Next 7 days" : "Következő 7 nap",
"Next 30 days" : "Következő 30 nap", "Next 30 days" : "Következő 30 nap",
"No due date" : "Nincs határidő", "No due date" : "Nincs határidő",
"Clear filter" : "Szűrő törlése",
"Show archived cards" : "Archivált kártyák megjelenítése", "Show archived cards" : "Archivált kártyák megjelenítése",
"Toggle compact mode" : "Kompakt mód be/ki", "Toggle compact mode" : "Kompakt mód be/ki",
"Details" : "Részletek", "Details" : "Részletek",
@@ -122,14 +144,13 @@
"Can share" : "Megoszthatja", "Can share" : "Megoszthatja",
"Can manage" : "Kezelheti", "Can manage" : "Kezelheti",
"Delete" : "Törlés", "Delete" : "Törlés",
"Add a new stack" : "Új rakás hozzáadása",
"Delete list" : "Lista törlése", "Delete list" : "Lista törlése",
"Add card" : "Kártya hozzáadása", "Add card" : "Kártya hozzáadása",
"Add a new card" : "Új kártya hozzáadása", "Add a new card" : "Új kártya hozzáadása",
"Edit" : "Szerkesztés", "Edit" : "Szerkesztés",
"Add a new tag" : "Új címke hozzáadása", "Add a new tag" : "Új címke hozzáadása",
"title and color value must be provided" : "a cím és szín értékét meg kell adni", "title and color value must be provided" : "a cím és szín értékét meg kell adni",
"Title" : "Cím",
"Members" : "Tagok",
"Add this attachment" : "E melléklet hozzáadása", "Add this attachment" : "E melléklet hozzáadása",
"Delete Attachment" : "Melléklet törlése", "Delete Attachment" : "Melléklet törlése",
"Restore Attachment" : "Melléklet visszaállítása", "Restore Attachment" : "Melléklet visszaállítása",
@@ -144,9 +165,9 @@
"(Unsaved)" : "(Nem mentett)", "(Unsaved)" : "(Nem mentett)",
"(Saving…)" : "(Mentés…)", "(Saving…)" : "(Mentés…)",
"Formatting help" : "Formázási súgó", "Formatting help" : "Formázási súgó",
"Add Attachment" : "Melléklet hozzáadása",
"Edit description" : "Leírás szerkesztése", "Edit description" : "Leírás szerkesztése",
"View description" : "Leírás megtekintése", "View description" : "Leírás megtekintése",
"Add Attachment" : "Melléklet hozzáadása",
"Attachments" : "Mellékletek", "Attachments" : "Mellékletek",
"Comments" : "Hozzászólások", "Comments" : "Hozzászólások",
"Choose attachment" : "Válasszon mellékletet", "Choose attachment" : "Válasszon mellékletet",
@@ -162,25 +183,30 @@
"Update" : "Frissítés", "Update" : "Frissítés",
"(group)" : "(csoport)", "(group)" : "(csoport)",
"(circle)" : "(kör)", "(circle)" : "(kör)",
"seconds ago" : "másodperce",
"Assign to me" : "Hozzám rendelés", "Assign to me" : "Hozzám rendelés",
"Unarchive card" : "Kártya archiválásának visszavonása",
"Archive card" : "Kártya archiválása",
"Delete card" : "Kártya törlése", "Delete card" : "Kártya törlése",
"Move card" : "Kártya áthelyezése", "Move card" : "Kártya áthelyezése",
"Card details" : "Kártya részletei", "Card details" : "Kártya részletei",
"Move card to another board" : "Kártya áthelyezése egy másik táblára", "Select a stack" : "Válasszon rakást",
"seconds ago" : "másodperce",
"All boards" : "Az összes tábla", "All boards" : "Az összes tábla",
"Archived boards" : "Archivált táblák", "Archived boards" : "Archivált táblák",
"Shared with you" : "Megosztva Önnel", "Shared boards" : "Megosztott táblák",
"Settings" : "Beállítások",
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása", "Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
"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." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.", "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." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
"New board title" : "Új tábla címe", "New board title" : "Új tábla címe",
"Share" : "Megosztás",
"Options" : "Beállítások",
"Edit board" : "Tábla szerkesztése", "Edit board" : "Tábla szerkesztése",
"Board details" : "Tábla részletei",
"An error occurred" : "Hiba történt", "An error occurred" : "Hiba történt",
"Clone board" : "Tábla klónozása",
"Archive board" : "Tábla archiválása",
"Unarchive board" : "Tábla archiválásának visszavonása",
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.", "Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.",
"Delete the board?" : "Törli a táblát?", "Delete the board?" : "Törli a táblát?",
"Delete board" : "Tábla törlése",
"Board details" : "Tábla részletei",
"Link to a board" : "Hivatkozás egy táblához", "Link to a board" : "Hivatkozás egy táblához",
"Link to a card" : "Hivatkozás egy kártyához", "Link to a card" : "Hivatkozás egy kártyához",
"Something went wrong" : "Valami hiba történt", "Something went wrong" : "Valami hiba történt",

Some files were not shown because too many files have changed in this diff Show More