Compare commits
128 Commits
v0.5.0-rc2
...
v0.5.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2721e51850 | ||
|
|
77708ac5c1 | ||
|
|
67677f1dfc | ||
|
|
03ad5cb040 | ||
|
|
35bec2749c | ||
|
|
ff21f855ca | ||
|
|
5c0455ec56 | ||
|
|
8b750b7c7c | ||
|
|
1551a8a862 | ||
|
|
50a5048fbe | ||
|
|
cf41665c0a | ||
|
|
02c3131f18 | ||
|
|
af57c3bf4f | ||
|
|
ec42c0c2b4 | ||
|
|
082346b9e9 | ||
|
|
d986dd2beb | ||
|
|
68934ca747 | ||
|
|
078a008e6c | ||
|
|
553a9b9fc9 | ||
|
|
f7a8222939 | ||
|
|
c2eb4ed7fa | ||
|
|
3b11e01cc8 | ||
|
|
12c95cfb8f | ||
|
|
4498eba6ae | ||
|
|
87b995681f | ||
|
|
3ccca3f240 | ||
|
|
95a0301ac7 | ||
|
|
cf05a5687d | ||
|
|
4d9f88afba | ||
|
|
fa2453ae80 | ||
|
|
36d28cf6fc | ||
|
|
f1d3bbd95f | ||
|
|
d556484888 | ||
|
|
07857a2309 | ||
|
|
0296b8dd37 | ||
|
|
e56742a065 | ||
|
|
c6a701393f | ||
|
|
073eb0e417 | ||
|
|
e15f14c21b | ||
|
|
0590621182 | ||
|
|
4519b2a052 | ||
|
|
1dc68f97c5 | ||
|
|
b8d00c8228 | ||
|
|
81bdbadea1 | ||
|
|
6298e0f107 | ||
|
|
ea2193a46e | ||
|
|
96dffbfedd | ||
|
|
eb590b5a71 | ||
|
|
c2294b6e6f | ||
|
|
8906d12a47 | ||
|
|
3162ff4261 | ||
|
|
57643447d6 | ||
|
|
6b86d8ae30 | ||
|
|
4279e09cc2 | ||
|
|
dd104466d6 | ||
|
|
43a11327a6 | ||
|
|
e1080ffd98 | ||
|
|
ebc375fe20 | ||
|
|
b778420d63 | ||
|
|
baf7ff9ebf | ||
|
|
7733754c2b | ||
|
|
3c1d1d2dd5 | ||
|
|
82bc6b2a71 | ||
|
|
e5fe19c107 | ||
|
|
8499318928 | ||
|
|
0dd96e9858 | ||
|
|
0296dc78f1 | ||
|
|
3b403d5576 | ||
|
|
f5d7fdf75f | ||
|
|
0528bd59d1 | ||
|
|
7c95783ab5 | ||
|
|
bff3cafb37 | ||
|
|
9e58207392 | ||
|
|
c33b41dcbe | ||
|
|
efe2a50a4e | ||
|
|
cfc3b41471 | ||
|
|
cfd67eab95 | ||
|
|
98fa04528d | ||
|
|
20e8ebc26a | ||
|
|
405d5585ce | ||
|
|
1fb562d94b | ||
|
|
1beff0e760 | ||
|
|
6c6f8ae53f | ||
|
|
ed53de4cf1 | ||
|
|
9f96627435 | ||
|
|
b39b7d9629 | ||
|
|
2ecba36ba3 | ||
|
|
7963f7f7b6 | ||
|
|
50faa97558 | ||
|
|
135d7741d2 | ||
|
|
2b1e9ba07d | ||
|
|
e121353ac8 | ||
|
|
07442a187a | ||
|
|
2c024dedce | ||
|
|
c7687382f8 | ||
|
|
d28bf74c73 | ||
|
|
223523005d | ||
|
|
c68437e836 | ||
|
|
c65a9151ab | ||
|
|
0b90f09873 | ||
|
|
3374f6c908 | ||
|
|
7bcd313883 | ||
|
|
76bb42e526 | ||
|
|
d4b5f2af57 | ||
|
|
1299fcf978 | ||
|
|
d04f8742a6 | ||
|
|
6b8e5f8b76 | ||
|
|
c429ba5aff | ||
|
|
ef36103c47 | ||
|
|
82336e82d9 | ||
|
|
3baf9500c3 | ||
|
|
1dcefc1d57 | ||
|
|
66b6d4a09a | ||
|
|
44c1ba62e8 | ||
|
|
590cdba75b | ||
|
|
9786efe490 | ||
|
|
352851a686 | ||
|
|
b4c1d35b52 | ||
|
|
776d79c12b | ||
|
|
291b0ee3c0 | ||
|
|
16c7e409d7 | ||
|
|
6064fe71a0 | ||
|
|
360f01a07b | ||
|
|
4546337d3e | ||
|
|
aeae192eaf | ||
|
|
3db56ca93e | ||
|
|
c69fc9ec77 | ||
|
|
c7816b5a1f |
35
.drone.yml
35
.drone.yml
@@ -8,7 +8,7 @@ pipeline:
|
||||
image: nextcloudci/php7.0:php7.0-17
|
||||
environment:
|
||||
- APP_NAME=deck
|
||||
- CORE_BRANCH=stable14
|
||||
- CORE_BRANCH=stable15
|
||||
- DB=sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
@@ -119,6 +119,18 @@ pipeline:
|
||||
when:
|
||||
matrix:
|
||||
TESTS: syntax-php7.2
|
||||
syntax-php7.3:
|
||||
image: nextcloudci/php7.3:php7.3-2
|
||||
environment:
|
||||
- APP_NAME=deck
|
||||
- CORE_BRANCH=stable15
|
||||
- DB=sqlite
|
||||
commands:
|
||||
- composer install
|
||||
- ./vendor/bin/parallel-lint --exclude ./vendor/ .
|
||||
when:
|
||||
matrix:
|
||||
TESTS: syntax-php7.3
|
||||
php5.6:
|
||||
image: nextcloudci/php5.6:php5.6-8
|
||||
environment:
|
||||
@@ -198,6 +210,25 @@ pipeline:
|
||||
when:
|
||||
matrix:
|
||||
TESTS: php7.2
|
||||
php7.3:
|
||||
image: nextcloudci/php7.3:php7.3-2
|
||||
environment:
|
||||
- APP_NAME=deck
|
||||
- CORE_BRANCH=stable15
|
||||
- DB=sqlite
|
||||
commands:
|
||||
# Pre-setup steps
|
||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- cd ../server/
|
||||
- php occ app:enable deck
|
||||
- cd apps/$APP_NAME
|
||||
- composer install
|
||||
- phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
|
||||
- phpunit -c tests/phpunit.integration.xml --coverage-clover build/php-integration.coverage.xml
|
||||
when:
|
||||
matrix:
|
||||
TESTS: php7.3
|
||||
integration:
|
||||
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
||||
environment:
|
||||
@@ -240,10 +271,12 @@ matrix:
|
||||
- TESTS: syntax-php7.0
|
||||
- TESTS: syntax-php7.1
|
||||
- TESTS: syntax-php7.2
|
||||
- TESTS: syntax-php7.3
|
||||
- TESTS: php5.6
|
||||
- TESTS: php7.0
|
||||
- TESTS: php7.1
|
||||
- TESTS: php7.2
|
||||
- TESTS: php7.3
|
||||
- TESTS: eslint
|
||||
- TESTS: jsbuild
|
||||
#- TESTS: integration
|
||||
|
||||
23
.github/stale.yml
vendored
Normal file
23
.github/stale.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- "1. to develop"
|
||||
- "2. developing"
|
||||
- "3. to review"
|
||||
- "discussion"
|
||||
- "bug"
|
||||
|
||||
# Limit the number of actions per hour, from 1-30. Default is 30
|
||||
limitPerRun: 30
|
||||
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity. It will be closed if no further activity occurs. Thank you
|
||||
for your contributions.
|
||||
@@ -5,6 +5,7 @@ php:
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
env:
|
||||
- CORE_BRANCH=stable14 DB=mysql
|
||||
|
||||
|
||||
37
CHANGELOG.md
37
CHANGELOG.md
@@ -1,7 +1,42 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.5.0 - unreleased
|
||||
## 0.5.2 - 2018-12-20
|
||||
|
||||
### Fixed
|
||||
- Mark notification as read if a card with duedate gets archived
|
||||
- Use proper timezone and locale format for due date activities
|
||||
- Various translation fixes and updates
|
||||
- Check group limit properly
|
||||
- Fix comment activities on Nextcloud 15
|
||||
- Fix issues with Edge
|
||||
- API: Fix numeric types that were returned as strings
|
||||
- API: Fix If-Modified-Since header parsing
|
||||
|
||||
|
||||
## 0.5.1 - 2018-12-05
|
||||
|
||||
### Added
|
||||
- Separate settings for description changes in activity
|
||||
- Less verbose description change activities
|
||||
- Use server settings to restrict sharing to groups
|
||||
- Add setting to exclude groups from creating their own boards
|
||||
|
||||
### Fixed
|
||||
- Fix issue when using a separate table prefix @bpcurse
|
||||
- Fix invalid activity parameters being published
|
||||
- Wording fixes @cloud2018
|
||||
- Improve loading performance by removing unused activity preloading
|
||||
- Fix timestamp issues in deleted items tab
|
||||
- Remember show state of the board navigation @weeman1337
|
||||
- Add optional classes for custom styling @tinko92
|
||||
- Fix missing details on activity emails
|
||||
- Fix unrelated comments in board activity list
|
||||
- Fix search not working properly
|
||||
- Trigger comment notification on update only
|
||||
|
||||
|
||||
## 0.5.0 - 2018-11-15
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ The documentation for our REST API can be found at https://deck.readthedocs.io/e
|
||||
|
||||
Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.
|
||||
|
||||
For more information please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/CONTRIBUTING.md) to this repository.
|
||||
For more information please review the [guidelines for contributing](https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md) to this repository.
|
||||
|
||||
### Apply a license
|
||||
|
||||
|
||||
@@ -135,6 +135,11 @@
|
||||
<type>clob</type>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
<field>
|
||||
<name>description_prev</name>
|
||||
<type>clob</type>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
<field>
|
||||
<name>stack_id</name>
|
||||
<type>integer</type>
|
||||
@@ -155,6 +160,12 @@
|
||||
<notnull>false</notnull>
|
||||
<unsigned>true</unsigned>
|
||||
</field>
|
||||
<field>
|
||||
<name>last_editor</name>
|
||||
<type>text</type>
|
||||
<notnull>false</notnull>
|
||||
<length>64</length>
|
||||
</field>
|
||||
<field>
|
||||
<name>created_at</name>
|
||||
<type>integer</type>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>0.5.0-rc2</version>
|
||||
<version>0.5.2</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
@@ -29,8 +29,8 @@
|
||||
<website>https://github.com/nextcloud/deck</website>
|
||||
<bugs>https://github.com/nextcloud/deck/issues</bugs>
|
||||
<repository type="git">https://github.com/nextcloud/deck.git</repository>
|
||||
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/Deck_Board.png</screenshot>
|
||||
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/Deck_Details.png</screenshot>
|
||||
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/0.5/deck-notifications.png</screenshot>
|
||||
<screenshot>https://download.bitgrid.net/nextcloud/deck/screenshots/0.5/deck-comment2.png</screenshot>
|
||||
<dependencies>
|
||||
<php min-version="5.6"/>
|
||||
<database min-version="9.4">pgsql</database>
|
||||
@@ -41,6 +41,7 @@
|
||||
<background-jobs>
|
||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||
<job>OCA\Deck\Cron\ScheduledNotifications</job>
|
||||
<job>OCA\Deck\Cron\CardDescriptionActivity</job>
|
||||
</background-jobs>
|
||||
<repair-steps>
|
||||
<post-migration>
|
||||
@@ -53,6 +54,7 @@
|
||||
<activity>
|
||||
<settings>
|
||||
<setting>OCA\Deck\Activity\Setting</setting>
|
||||
<setting>OCA\Deck\Activity\DescriptionSetting</setting>
|
||||
</settings>
|
||||
<filters>
|
||||
<filter>OCA\Deck\Activity\Filter</filter>
|
||||
|
||||
@@ -26,6 +26,9 @@ return [
|
||||
'routes' => [
|
||||
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
|
||||
|
||||
['name' => 'Config#get', 'url' => '/config', 'verb' => 'GET'],
|
||||
['name' => 'Config#setValue', 'url' => '/config/{key}', 'verb' => 'POST'],
|
||||
|
||||
// boards
|
||||
['name' => 'board#index', 'url' => '/boards', 'verb' => 'GET'],
|
||||
['name' => 'board#create', 'url' => '/boards', 'verb' => 'POST'],
|
||||
|
||||
@@ -148,6 +148,22 @@ input.input-inline {
|
||||
|
||||
}
|
||||
|
||||
#app-settings-content {
|
||||
overflow: initial;
|
||||
|
||||
.ui-select-match-item {
|
||||
border: 1px solid var(--color-background-darker) !important;
|
||||
.select-label {
|
||||
color: var(--color-main-text);
|
||||
}
|
||||
}
|
||||
|
||||
p.hint {
|
||||
margin-top: 10px;
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Board view
|
||||
*/
|
||||
@@ -431,7 +447,7 @@ input.input-inline {
|
||||
margin: $board-item-margin;
|
||||
white-space: normal;
|
||||
position: relative;
|
||||
box-shadow: 0 0 3px var(--color-background-darker, $color-darkgrey);
|
||||
box-shadow: 0 0 3px 1px var(--color-background-darker, $color-darkgrey);
|
||||
border-radius: 3px;
|
||||
transition: margin 250ms linear;
|
||||
|
||||
@@ -1246,6 +1262,7 @@ input.input-inline {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.icon-delete {
|
||||
@@ -1288,10 +1305,16 @@ input.input-inline {
|
||||
.board-detail__deleted-list__item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
|
||||
* {
|
||||
flex-basis: 20%;
|
||||
flex-basis: 44px;
|
||||
}
|
||||
|
||||
.title {
|
||||
flex-grow: 2;
|
||||
}
|
||||
.live-relative-timestamp {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1398,6 +1421,10 @@ input.input-inline {
|
||||
}
|
||||
.select2-search-field {
|
||||
margin-right: -10px;
|
||||
flex-grow: 1;
|
||||
input {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1531,7 +1558,7 @@ input.input-inline {
|
||||
table {
|
||||
margin-bottom: 10px;
|
||||
border-collapse: collapse;
|
||||
|
||||
|
||||
thead {
|
||||
background-color: var(--color-background-dark, $color-lightgrey);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"esversion": 6,
|
||||
|
||||
"globals": {
|
||||
"jasmine" : false,
|
||||
"spyOn" : false,
|
||||
@@ -21,7 +23,6 @@
|
||||
"devel" : true,
|
||||
"eqeqeq" : true,
|
||||
"eqnull" : false,
|
||||
"es5" : true,
|
||||
"evil" : false,
|
||||
"forin" : true,
|
||||
"immed" : true,
|
||||
@@ -39,7 +40,6 @@
|
||||
"plusplus" : false,
|
||||
"quotmark" : "single",
|
||||
"regexp" : false,
|
||||
"strict" : true,
|
||||
"sub" : true,
|
||||
"trailing" : true,
|
||||
"undef" : true,
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* global OC OCA OCP t escapeHTML Handlebars */
|
||||
/* global OC OCA OCP t escapeHTML Handlebars moment */
|
||||
|
||||
import CommentCollection from '../legacy/commentcollection';
|
||||
import CommentModel from '../legacy/commentmodel';
|
||||
@@ -38,6 +38,7 @@ class ActivityController {
|
||||
commentCreateLoading: false
|
||||
};
|
||||
this.$scope.newComment = '';
|
||||
this.$scope.newCommentString = 'New comment…';
|
||||
|
||||
this.currentUser = OC.getCurrentUser();
|
||||
|
||||
@@ -279,7 +280,13 @@ class ActivityController {
|
||||
return this.activityservice.getData(this.type, id);
|
||||
}
|
||||
|
||||
parseMessage(subject, parameters) {
|
||||
parseMessage(activity) {
|
||||
let subject = activity.subject_rich[0];
|
||||
let parameters = activity.subject_rich[1];
|
||||
if (parameters.after && parameters.after.id && parameters.after.id.startsWith('dt:')) {
|
||||
let dateTime = parameters.after.id.substr(3);
|
||||
parameters.after.name = moment(dateTime).format('L LTS');
|
||||
}
|
||||
return OCA.Activity.RichObjectStringParser.parseMessage(subject, parameters);
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
import app from '../app/App.js';
|
||||
|
||||
/** global: OC */
|
||||
/* globals oc_current_user: false */
|
||||
app.controller('AppController', function ($scope, $location, $http, $log, $rootScope, $attrs) {
|
||||
$rootScope.sidebar = {
|
||||
show: false
|
||||
@@ -32,13 +32,13 @@ app.controller('AppController', function ($scope, $location, $http, $log, $rootS
|
||||
$rootScope.config = JSON.parse($attrs.config);
|
||||
|
||||
$rootScope.compactMode = localStorage.getItem('deck.compactMode') === 'true';
|
||||
|
||||
$scope.appNavigationHide = false;
|
||||
$scope.appNavigationHide = localStorage.getItem('deck.appNavigationHide') === 'true';
|
||||
|
||||
$scope.toggleSidebar = function() {
|
||||
if ($(window).width() > 768) {
|
||||
$log.debug($scope.appNavigationHide);
|
||||
$scope.appNavigationHide = !$scope.appNavigationHide;
|
||||
console.log($scope.appNavigationHide);
|
||||
localStorage.setItem('deck.appNavigationHide', JSON.stringify($scope.appNavigationHide));
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
@@ -41,6 +41,7 @@ app.controller('BoardController', function ($rootScope, $scope, $stateParams, St
|
||||
$scope.defaultColors = ['31CC7C', '317CCC', 'FF7A66', 'F1DB50', '7C31CC', 'CC317C', '3A3B3D', 'CACBCD'];
|
||||
$scope.board = BoardService.getCurrent();
|
||||
$scope.uploader = FileService.uploader;
|
||||
$scope.searchText = '';
|
||||
|
||||
$scope.startTitleEdit = function(card) {
|
||||
card.renameTitle = card.title;
|
||||
|
||||
@@ -4,25 +4,25 @@
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/* global app angular */
|
||||
/* global app angular oc_isadmin */
|
||||
|
||||
var ListController = function ($scope, $location, $filter, BoardService, $element, $timeout, $stateParams, $state, StatusService) {
|
||||
var ListController = function ($scope, $location, $filter, BoardService, $element, $timeout, $stateParams, $state, StatusService, $http, $q, $rootScope) {
|
||||
|
||||
function calculateNewColor() {
|
||||
var boards = BoardService.getAll();
|
||||
@@ -55,6 +55,63 @@ var ListController = function ($scope, $location, $filter, BoardService, $elemen
|
||||
$scope.colors = ['0082c9', '00c9c6','00c906', 'c92b00', 'F1DB50', '7C31CC', '3A3B3D', 'CACBCD'];
|
||||
$scope.boardservice = BoardService;
|
||||
$scope.updatingBoard = null;
|
||||
$scope.isAdmin = oc_isadmin;
|
||||
$scope.canCreate = $rootScope.config.canCreate;
|
||||
|
||||
if ($scope.isAdmin) {
|
||||
OC.Apps.enableDynamicSlideToggle();
|
||||
$scope.groups = [];
|
||||
$scope.groupLimit = [];
|
||||
$scope.groupLimitDisabled = true;
|
||||
let fetchGroups = function () {
|
||||
var deferred = $q.defer();
|
||||
// TODO: move to groups/details once 15 is min version
|
||||
$http.get(OC.linkToOCS('cloud', 2) + 'groups').then(function (response) {
|
||||
$scope.groups = response.data.ocs.data.groups.reduce((obj, item) => {
|
||||
obj.push({
|
||||
id: item,
|
||||
displayname: item,
|
||||
});
|
||||
return obj;
|
||||
}, []);
|
||||
deferred.resolve($scope.groups);
|
||||
}, function (error) {
|
||||
deferred.reject('Error while loading groups');
|
||||
});
|
||||
$http.get(OC.generateUrl('apps/deck/config')).then(function (response) {
|
||||
$scope.groupLimit = response.data.groupLimit;
|
||||
$scope.groupLimitDisabled = false;
|
||||
deferred.resolve(response.data);
|
||||
}, function (error) {
|
||||
deferred.reject('Error while loading groupLimit');
|
||||
});
|
||||
return deferred.promise;
|
||||
};
|
||||
|
||||
let updateConfig = function() {
|
||||
$scope.groupLimitDisabled = true;
|
||||
var deferred = $q.defer();
|
||||
$http.post(OC.generateUrl('apps/deck/config/groupLimit'), {value: $scope.groupLimit}).then(function (response) {
|
||||
$scope.groupLimitDisabled = false;
|
||||
deferred.resolve(response.data);
|
||||
}, function (error) {
|
||||
deferred.reject('Error while saving groupLimit');
|
||||
});
|
||||
return deferred.promise;
|
||||
};
|
||||
|
||||
$scope.groupLimitAdd = function (element, model) {
|
||||
$scope.groupLimit.push(element);
|
||||
updateConfig();
|
||||
};
|
||||
$scope.groupLimitRemove = function (element, model) {
|
||||
$scope.groupLimit = $scope.groupLimit.filter((el) => {
|
||||
return el.id !== element.id;
|
||||
});
|
||||
updateConfig();
|
||||
};
|
||||
fetchGroups();
|
||||
}
|
||||
|
||||
var filterData = function () {
|
||||
if($element.attr('id') === 'app-navigation') {
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
*/
|
||||
import app from '../app/App.js';
|
||||
|
||||
@@ -30,22 +30,32 @@ app.directive('search', function ($document, $location) {
|
||||
'onSearch': '='
|
||||
},
|
||||
link: function (scope) {
|
||||
var box = $('#searchbox');
|
||||
box.val($location.search().search);
|
||||
|
||||
var doSearch = function() {
|
||||
var value = box.val();
|
||||
scope.$apply(function () {
|
||||
scope.onSearch(value);
|
||||
if (OCA.Search && OCA.Search.Core) {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const search = new OCA.Search((term) => {
|
||||
scope.$apply(function () {
|
||||
scope.onSearch(term);
|
||||
});
|
||||
}, () => {
|
||||
scope.$apply(function () {
|
||||
scope.onSearch('');
|
||||
});
|
||||
});
|
||||
};
|
||||
} else {
|
||||
const box = $('#searchbox');
|
||||
box.val($location.search().search);
|
||||
|
||||
box.on('search keyup', function (event) {
|
||||
if (event.type === 'search' || event.keyCode === 13 ) {
|
||||
var doSearch = function () {
|
||||
var value = box.val();
|
||||
scope.$apply(function () {
|
||||
scope.onSearch(value);
|
||||
});
|
||||
};
|
||||
|
||||
box.on('search keyup', function (event) {
|
||||
doSearch();
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
2387
js/package-lock.json
generated
2387
js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,17 +22,17 @@
|
||||
"ui-select": "^0.19.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.5",
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.5",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"babel-loader": "^8.0.4",
|
||||
"css-loader": "^1.0.1",
|
||||
"karma": "^3.1.1",
|
||||
"mini-css-extract-plugin": "^0.4.4",
|
||||
"node-sass": "^4.10.0",
|
||||
"webpack": "^4.25.1",
|
||||
"css-loader": "^2.0.1",
|
||||
"karma": "^3.1.3",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"uglifyjs-webpack-plugin": "^2.0.1",
|
||||
"webpack": "^4.27.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-merge": "^4.1.4"
|
||||
"webpack-merge": "^4.1.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/webpack-cli/bin/cli.js --mode production --config webpack.prod.config.js",
|
||||
|
||||
@@ -51,7 +51,8 @@ class ActivityService {
|
||||
for (let index in this.toEnhanceWithComments) {
|
||||
if (this.toEnhanceWithComments.hasOwnProperty(index)) {
|
||||
let item = this.toEnhanceWithComments[index];
|
||||
item.commentModel = this.commentCollection.get(item.subject_rich[1].comment);
|
||||
let commentId = Array.isArray(item.subject_rich[1].comment) ? item.subject_rich[1].comment.id : item.subject_rich[1].comment;
|
||||
item.commentModel = this.commentCollection.get(commentId);
|
||||
if (typeof item.commentModel !== 'undefined') {
|
||||
this.toEnhanceWithComments = this.toEnhanceWithComments.filter((entry) => entry.activity_id !== item.activity_id);
|
||||
}
|
||||
@@ -170,7 +171,9 @@ class ActivityService {
|
||||
}
|
||||
/** check if the fetched item from all deck activities is actually related */
|
||||
const isUnrelatedBoard = (item.object_type === DECK_ACTIVITY_TYPE_BOARD && item.object_id !== id);
|
||||
const isUnrelatedCard = (item.object_type === DECK_ACTIVITY_TYPE_CARD && item.subject_rich[1].board && item.subject_rich[1].board.id !== id);
|
||||
const isUnrelatedCard = (item.object_type === DECK_ACTIVITY_TYPE_CARD && (
|
||||
(item.subject_rich[1].board && item.subject_rich[1].board.id !== id) || (typeof item.subject_rich[1].board === 'undefined'))
|
||||
);
|
||||
if (type === DECK_ACTIVITY_TYPE_BOARD && (isUnrelatedBoard || isUnrelatedCard)) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -125,8 +125,8 @@ app.factory('BoardService', function (ApiService, $http, $q) {
|
||||
displayname: ocsItem.label
|
||||
},
|
||||
permissionEdit: true,
|
||||
permissionManage: true,
|
||||
permissionShare: true,
|
||||
permissionManage: false,
|
||||
permissionShare: false,
|
||||
type: type
|
||||
};
|
||||
};
|
||||
|
||||
21
l10n/ca.js
21
l10n/ca.js
@@ -1,6 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Si us plau, proporciona un comentari.",
|
||||
"Posting the comment failed." : "Error al posar el comentari.",
|
||||
"The comment has been deleted" : "S'ha esborrat el comentari",
|
||||
"Restore associated stack" : "Restaura la pila associada",
|
||||
@@ -10,17 +11,13 @@ OC.L10N.register(
|
||||
"Maximum file size of {size} exceeded" : "Mida màxima per fitxer de {size} superada",
|
||||
"You have created a new board {board}" : "Has creat el nou tauler {board}",
|
||||
"{user} has created a new board {board}" : "{user} ha creat el nou tauler {board}",
|
||||
"You have deleted {stack} on {board}" : "Has esborrat {stack} de {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} ha esborrat {stack} de {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Has creat {card} a {stack} dins de {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} ha creat {card} a {stack} dins de {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Has esborrat {card} de {stack} dins de {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} ha esborrat {card} de {stack} dins de {board}",
|
||||
"You have deleted the board {board}" : "Has esborrat el taulell {board}",
|
||||
"{user} has deleted the board {board}" : "{user} ha esborrat el taulell {board}",
|
||||
"You have restored the board {board}" : "Has restaurat el taulell {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurat el taulell {board}",
|
||||
"You have shared the board {board} with {acl}" : "Has compartit el taulell {board} amb {acl}",
|
||||
"You have renamed the card {before} to {card}" : "Has canviat el nom de la targeta de {before} a {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha canviat el nom de la targeta de {before} a {card}",
|
||||
"You have removed the due date of {card}" : "Has tret la data prevista de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} ha tret la data prevista de {card}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} ha posat la data prevista de {card} d'aquí {after}",
|
||||
"Deck" : "Coberta",
|
||||
"Finished" : "Acabat",
|
||||
"To review" : "Per revisar",
|
||||
@@ -29,19 +26,15 @@ OC.L10N.register(
|
||||
"Add a new stack" : "Afegeix una nova pila",
|
||||
"Show archived cards" : "Mostra les targetes arxivades",
|
||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||
"Board details" : "Detalls de la junta",
|
||||
"All Boards" : "Totes les juntes",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Archive" : "Arxiu",
|
||||
"Unarchive" : "Desbloquejar",
|
||||
"Delete" : "Esborra",
|
||||
"Enter a card title" : "Introduïu un títol de la targeta",
|
||||
"Sharing" : "Compartir",
|
||||
"Tags" : "Etiquetes",
|
||||
"Select users or groups to share with" : "Seleccioneu usuaris o grups per compartir",
|
||||
"No matching user or group found." : "No s'ha trobat cap usuari o grup coincident.",
|
||||
"Share" : "Comparteix",
|
||||
"Edit" : "Edita",
|
||||
"Share" : "Comparteix",
|
||||
"Manage" : "Gestor",
|
||||
"Discard share" : "Descarta la compartició",
|
||||
"Create a new tag" : "Crea una nova etiqueta",
|
||||
|
||||
21
l10n/ca.json
21
l10n/ca.json
@@ -1,4 +1,5 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Si us plau, proporciona un comentari.",
|
||||
"Posting the comment failed." : "Error al posar el comentari.",
|
||||
"The comment has been deleted" : "S'ha esborrat el comentari",
|
||||
"Restore associated stack" : "Restaura la pila associada",
|
||||
@@ -8,17 +9,13 @@
|
||||
"Maximum file size of {size} exceeded" : "Mida màxima per fitxer de {size} superada",
|
||||
"You have created a new board {board}" : "Has creat el nou tauler {board}",
|
||||
"{user} has created a new board {board}" : "{user} ha creat el nou tauler {board}",
|
||||
"You have deleted {stack} on {board}" : "Has esborrat {stack} de {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} ha esborrat {stack} de {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Has creat {card} a {stack} dins de {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} ha creat {card} a {stack} dins de {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Has esborrat {card} de {stack} dins de {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} ha esborrat {card} de {stack} dins de {board}",
|
||||
"You have deleted the board {board}" : "Has esborrat el taulell {board}",
|
||||
"{user} has deleted the board {board}" : "{user} ha esborrat el taulell {board}",
|
||||
"You have restored the board {board}" : "Has restaurat el taulell {board}",
|
||||
"{user} has restored the board {board}" : "{user} ha restaurat el taulell {board}",
|
||||
"You have shared the board {board} with {acl}" : "Has compartit el taulell {board} amb {acl}",
|
||||
"You have renamed the card {before} to {card}" : "Has canviat el nom de la targeta de {before} a {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha canviat el nom de la targeta de {before} a {card}",
|
||||
"You have removed the due date of {card}" : "Has tret la data prevista de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} ha tret la data prevista de {card}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} ha posat la data prevista de {card} d'aquí {after}",
|
||||
"Deck" : "Coberta",
|
||||
"Finished" : "Acabat",
|
||||
"To review" : "Per revisar",
|
||||
@@ -27,19 +24,15 @@
|
||||
"Add a new stack" : "Afegeix una nova pila",
|
||||
"Show archived cards" : "Mostra les targetes arxivades",
|
||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||
"Board details" : "Detalls de la junta",
|
||||
"All Boards" : "Totes les juntes",
|
||||
"Archived boards" : "Taulers arxivats",
|
||||
"Archive" : "Arxiu",
|
||||
"Unarchive" : "Desbloquejar",
|
||||
"Delete" : "Esborra",
|
||||
"Enter a card title" : "Introduïu un títol de la targeta",
|
||||
"Sharing" : "Compartir",
|
||||
"Tags" : "Etiquetes",
|
||||
"Select users or groups to share with" : "Seleccioneu usuaris o grups per compartir",
|
||||
"No matching user or group found." : "No s'ha trobat cap usuari o grup coincident.",
|
||||
"Share" : "Comparteix",
|
||||
"Edit" : "Edita",
|
||||
"Share" : "Comparteix",
|
||||
"Manage" : "Gestor",
|
||||
"Discard share" : "Descarta la compartició",
|
||||
"Create a new tag" : "Crea una nova etiqueta",
|
||||
|
||||
82
l10n/cs.js
82
l10n/cs.js
@@ -21,58 +21,16 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}",
|
||||
"You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} přejmenoval(a) desku {before} na {board}",
|
||||
"You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}",
|
||||
"{user} has archived the board {before}" : "{user} zaarchivoval(a) nástěnku {before}",
|
||||
"You have unarchived the board {board}" : "Zrušili jste archivaci nástěnky {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} zrušil(a) archivaci nástěnky {before}",
|
||||
"You have created a new stack {stack} on {board}" : "Vytvořili jste nový stack {stack} na {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} vytvořil(a) nový stack {stack} na {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Přejmenovali jste nový stack {before} na {stack} na {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} přejmenoval(a) nový stack {before} na {stack} na {board}",
|
||||
"You have deleted {stack} on {board}" : "Smazali jste {stack} na {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} smazal(a) {stack} na {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Vytvořili jste {card} v {stack} na {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} vytvořil(a) {card} v {stack} na {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Smazali jste {card} v {stack} na {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} smazal {card} v {stack} na {board}",
|
||||
"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}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Přidali jste popis k {card} v {stack} na {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} přidal(a) popis ke {card} v {stack} na {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Aktualizovali jste popis {card} v {stack} na {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} aktualizoval(a) popis {card} v {stack} na {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Zaarchivovali jste {card} v {stack} na {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} zaarchivoval(a) {card} v {stack} na {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Zrušili jste archivaci {card} v {stack} na {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} zrušila archivaci {card} v {stack} na {board}",
|
||||
"You have removed the due date of {card}" : "Odebrali jste termín {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} odebral(a) termín {card}",
|
||||
"You have set the due date of {card} to {after}" : "Nastavili jste termín {card} na {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} nastavil(a) termín {card} na {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Změnili jste termín {card} na {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} aktualizoval termín {card} na {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Přidali jste štítek {label} ke {card} v {stack} na {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} přidal(a) štítek {label} ke {card} v {stack} na {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Odebrali jste štítek {label} z {card} v {stack} na {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} odebral štítek {label} z {card} v {stack} na {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Přiřadili jste {assigneduser} k {card} na {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} přiřadil(a) {assigneduser} k {card} na {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Bylo zrušeno vaše přiřazení {assigneduser} k {card} na {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} přiřadil(a) {assigneduser} z {card} na {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Přesunuli jste kartu {card} z {stackBefore} do {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} přesunul {card} z {stackBefore} do {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Přidali jste {attachment} do {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} přidal(a) přílohu {attachment} k {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Aktualizovali jste přílohu {attachment} na {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} aktualizoval(a) přílohu {attachment} k {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Smazali jste přílohu {attachment} z {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} smazal(a) přílohu {attachment} k {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Obnovili jste přílohu {attachment} k {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} obnovil(a) přílohu {attachment} k {card}",
|
||||
"You have commented on {card}" : "Přidali jste komentář na {card}",
|
||||
"{user} has commented on {card}" : "{user} přidal komentář na {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis mapy</strong> v Deck-aplikace byl změněn",
|
||||
"Deck" : "Balík",
|
||||
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>Deck aplikace</strong>",
|
||||
"Personal" : "Osobní",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vám přiřadil(a) kartu „%s“ na „%s“.",
|
||||
@@ -108,17 +66,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Zobrazit archivované karty",
|
||||
"Hide archived cards" : "Skrýt archivované karty",
|
||||
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
|
||||
"Board details" : "Podrobnosti o desce",
|
||||
"Show board details" : "Zobrazit podrobnosti o desce",
|
||||
"All Boards" : "Všechny desky",
|
||||
"Archived boards" : "Archivované desky",
|
||||
"Share board" : "Sdílet nástěnku",
|
||||
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
|
||||
"Actions" : "Akce",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign from me" : "Zrušit přiřazení mě",
|
||||
"Archive" : "Archiv",
|
||||
"Unarchive" : "Zrušit archivování",
|
||||
"Delete" : "Smazat",
|
||||
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
|
||||
"Assign card to me" : "Přiřadit kartu mě",
|
||||
"Unassign card from me" : "Zrušit přiřazení karty mě",
|
||||
"Archive card" : "Archivovat kartu",
|
||||
"Unarchive card" : "Zrušit archivaci karty",
|
||||
"Delete card" : "Smazat kartu",
|
||||
"Enter a card title" : "Zadejte nadpis karty",
|
||||
"Add card" : "Přidat kartu",
|
||||
"Close" : "Zavřít",
|
||||
@@ -130,11 +88,14 @@ OC.L10N.register(
|
||||
"Access for" : "Přístup pro",
|
||||
"No matching user or group found." : "Nevyhovuje žádný uživatel ani skupina",
|
||||
"Loading" : "Načítání",
|
||||
"Share" : "Sdílet",
|
||||
"Edit" : "Upravit",
|
||||
"Share" : "Sdílet",
|
||||
"Manage" : "Spravovat",
|
||||
"Discard share" : "Zrušit sdílení",
|
||||
"Update" : "Aktualizovat",
|
||||
"Sharing has been disabled for your account." : "Sdílení bylo zakázáno pro váš konto.",
|
||||
"Update tag" : "Aktualizovat štítek",
|
||||
"Edit tag" : "Upravit štítek",
|
||||
"Delete tag" : "Smazat štítek",
|
||||
"Create" : "Vytvořit",
|
||||
"Create a new tag" : "Vytvořit nový štítek",
|
||||
"Deleted stacks" : "Smazané zásobníky",
|
||||
@@ -149,16 +110,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivovaná deska",
|
||||
"Unarchive board" : "Odarchivovat desku",
|
||||
"Delete board" : "Smazat desku",
|
||||
"Reset" : "Obnovit",
|
||||
"Update board" : "Aktualizovat desku",
|
||||
"Reset board" : "Resetovat nástěnku",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Vrátit smazání tabule - Tabule bude jinak trvale odstraněna během příštího běhu cronjobu.",
|
||||
"Create new board" : "Vytvořit novou desku",
|
||||
"New board title" : "Nadpis nové desky",
|
||||
"Create board" : "Vytvořit nástěnku",
|
||||
"Select an attachment" : "Vybrat přílohu",
|
||||
"Cancel upload" : "Zrušit nahrávání",
|
||||
"by" : "od",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Vrátit smazání souboru – v opačném případě bude soubor trvale smazán při dalším běhu cronjobu.",
|
||||
"Undo file deletion" : "Vzít zpět smazání souboru",
|
||||
"Insert the file into the description" : "Vložte soubor do popisku.",
|
||||
"Delete attachment" : "Smazat přílohu",
|
||||
"Modified:" : "Upraveno:",
|
||||
"Created:" : "Vytvořeno:",
|
||||
"Choose a tag" : "Vyberte štítek",
|
||||
@@ -174,13 +138,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Přílohy",
|
||||
"Saved" : "Uloženo",
|
||||
"Unsaved changes" : "Neuložené změny",
|
||||
"Formatting help" : "Nápověda k formátování",
|
||||
"Insert attachment" : "Vložit přílohu",
|
||||
"Formatting help" : "Nápověda k formátování",
|
||||
"Upload attachment" : "Nahrát přílohu",
|
||||
"Add a card description…" : "Přidat popis karty…",
|
||||
"Shared boards" : "Sdílené desky",
|
||||
"View more" : "Ukázat více",
|
||||
"Move board to archive" : "Přesunout desku do archivu",
|
||||
"Create a new board" : "Vytvořit novou desku"
|
||||
"Create a new board" : "Vytvořit novou desku",
|
||||
"Settings" : "Nastavení",
|
||||
"Limit deck to groups" : "Omezte 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í Decků brání uživatelům, kteří nejsou součástí těchto skupin, při vytváření vlastních desek. Uživatelé mohou stále pracovat na deskách, které jsou s nimi sdíleny."
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
82
l10n/cs.json
82
l10n/cs.json
@@ -19,58 +19,16 @@
|
||||
"You have removed {acl} from the board {board}" : "Odebrali jste {acl} z nástěnky {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z nástěnky {board}",
|
||||
"You have renamed the board {before} to {board}" : "Přejmenovali jste nástěnku {before} na {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} uživatel přejmenoval nástěnku {before} na {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} přejmenoval(a) desku {before} na {board}",
|
||||
"You have archived the board {board}" : "Zaarchivovali jste nástěnku {board}",
|
||||
"{user} has archived the board {before}" : "{user} zaarchivoval(a) nástěnku {before}",
|
||||
"You have unarchived the board {board}" : "Zrušili jste archivaci nástěnky {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} zrušil(a) archivaci nástěnky {before}",
|
||||
"You have created a new stack {stack} on {board}" : "Vytvořili jste nový stack {stack} na {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} vytvořil(a) nový stack {stack} na {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Přejmenovali jste nový stack {before} na {stack} na {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} přejmenoval(a) nový stack {before} na {stack} na {board}",
|
||||
"You have deleted {stack} on {board}" : "Smazali jste {stack} na {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} smazal(a) {stack} na {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Vytvořili jste {card} v {stack} na {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} vytvořil(a) {card} v {stack} na {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Smazali jste {card} v {stack} na {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} smazal {card} v {stack} na {board}",
|
||||
"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}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Přidali jste popis k {card} v {stack} na {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} přidal(a) popis ke {card} v {stack} na {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Aktualizovali jste popis {card} v {stack} na {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} aktualizoval(a) popis {card} v {stack} na {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Zaarchivovali jste {card} v {stack} na {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} zaarchivoval(a) {card} v {stack} na {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Zrušili jste archivaci {card} v {stack} na {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} zrušila archivaci {card} v {stack} na {board}",
|
||||
"You have removed the due date of {card}" : "Odebrali jste termín {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} odebral(a) termín {card}",
|
||||
"You have set the due date of {card} to {after}" : "Nastavili jste termín {card} na {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} nastavil(a) termín {card} na {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Změnili jste termín {card} na {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} aktualizoval termín {card} na {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Přidali jste štítek {label} ke {card} v {stack} na {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} přidal(a) štítek {label} ke {card} v {stack} na {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Odebrali jste štítek {label} z {card} v {stack} na {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} odebral štítek {label} z {card} v {stack} na {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Přiřadili jste {assigneduser} k {card} na {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} přiřadil(a) {assigneduser} k {card} na {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Bylo zrušeno vaše přiřazení {assigneduser} k {card} na {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} přiřadil(a) {assigneduser} z {card} na {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Přesunuli jste kartu {card} z {stackBefore} do {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} přesunul {card} z {stackBefore} do {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Přidali jste {attachment} do {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} přidal(a) přílohu {attachment} k {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Aktualizovali jste přílohu {attachment} na {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} aktualizoval(a) přílohu {attachment} k {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Smazali jste přílohu {attachment} z {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} smazal(a) přílohu {attachment} k {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Obnovili jste přílohu {attachment} k {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} obnovil(a) přílohu {attachment} k {card}",
|
||||
"You have commented on {card}" : "Přidali jste komentář na {card}",
|
||||
"{user} has commented on {card}" : "{user} přidal komentář na {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis mapy</strong> v Deck-aplikace byl změněn",
|
||||
"Deck" : "Balík",
|
||||
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>Deck aplikace</strong>",
|
||||
"Personal" : "Osobní",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vám přiřadil(a) kartu „%s“ na „%s“.",
|
||||
@@ -106,17 +64,17 @@
|
||||
"Show archived cards" : "Zobrazit archivované karty",
|
||||
"Hide archived cards" : "Skrýt archivované karty",
|
||||
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
|
||||
"Board details" : "Podrobnosti o desce",
|
||||
"Show board details" : "Zobrazit podrobnosti o desce",
|
||||
"All Boards" : "Všechny desky",
|
||||
"Archived boards" : "Archivované desky",
|
||||
"Share board" : "Sdílet nástěnku",
|
||||
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
|
||||
"Actions" : "Akce",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign from me" : "Zrušit přiřazení mě",
|
||||
"Archive" : "Archiv",
|
||||
"Unarchive" : "Zrušit archivování",
|
||||
"Delete" : "Smazat",
|
||||
"Drop your files here to upload it to the card" : "Přetáhněte soubor sem, pokud jej chcete připojit ke kartě.",
|
||||
"Assign card to me" : "Přiřadit kartu mě",
|
||||
"Unassign card from me" : "Zrušit přiřazení karty mě",
|
||||
"Archive card" : "Archivovat kartu",
|
||||
"Unarchive card" : "Zrušit archivaci karty",
|
||||
"Delete card" : "Smazat kartu",
|
||||
"Enter a card title" : "Zadejte nadpis karty",
|
||||
"Add card" : "Přidat kartu",
|
||||
"Close" : "Zavřít",
|
||||
@@ -128,11 +86,14 @@
|
||||
"Access for" : "Přístup pro",
|
||||
"No matching user or group found." : "Nevyhovuje žádný uživatel ani skupina",
|
||||
"Loading" : "Načítání",
|
||||
"Share" : "Sdílet",
|
||||
"Edit" : "Upravit",
|
||||
"Share" : "Sdílet",
|
||||
"Manage" : "Spravovat",
|
||||
"Discard share" : "Zrušit sdílení",
|
||||
"Update" : "Aktualizovat",
|
||||
"Sharing has been disabled for your account." : "Sdílení bylo zakázáno pro váš konto.",
|
||||
"Update tag" : "Aktualizovat štítek",
|
||||
"Edit tag" : "Upravit štítek",
|
||||
"Delete tag" : "Smazat štítek",
|
||||
"Create" : "Vytvořit",
|
||||
"Create a new tag" : "Vytvořit nový štítek",
|
||||
"Deleted stacks" : "Smazané zásobníky",
|
||||
@@ -147,16 +108,19 @@
|
||||
"Archive board" : "Archivovaná deska",
|
||||
"Unarchive board" : "Odarchivovat desku",
|
||||
"Delete board" : "Smazat desku",
|
||||
"Reset" : "Obnovit",
|
||||
"Update board" : "Aktualizovat desku",
|
||||
"Reset board" : "Resetovat nástěnku",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Vrátit smazání tabule - Tabule bude jinak trvale odstraněna během příštího běhu cronjobu.",
|
||||
"Create new board" : "Vytvořit novou desku",
|
||||
"New board title" : "Nadpis nové desky",
|
||||
"Create board" : "Vytvořit nástěnku",
|
||||
"Select an attachment" : "Vybrat přílohu",
|
||||
"Cancel upload" : "Zrušit nahrávání",
|
||||
"by" : "od",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Vrátit smazání souboru – v opačném případě bude soubor trvale smazán při dalším běhu cronjobu.",
|
||||
"Undo file deletion" : "Vzít zpět smazání souboru",
|
||||
"Insert the file into the description" : "Vložte soubor do popisku.",
|
||||
"Delete attachment" : "Smazat přílohu",
|
||||
"Modified:" : "Upraveno:",
|
||||
"Created:" : "Vytvořeno:",
|
||||
"Choose a tag" : "Vyberte štítek",
|
||||
@@ -172,13 +136,15 @@
|
||||
"Attachments" : "Přílohy",
|
||||
"Saved" : "Uloženo",
|
||||
"Unsaved changes" : "Neuložené změny",
|
||||
"Formatting help" : "Nápověda k formátování",
|
||||
"Insert attachment" : "Vložit přílohu",
|
||||
"Formatting help" : "Nápověda k formátování",
|
||||
"Upload attachment" : "Nahrát přílohu",
|
||||
"Add a card description…" : "Přidat popis karty…",
|
||||
"Shared boards" : "Sdílené desky",
|
||||
"View more" : "Ukázat více",
|
||||
"Move board to archive" : "Přesunout desku do archivu",
|
||||
"Create a new board" : "Vytvořit novou desku"
|
||||
"Create a new board" : "Vytvořit novou desku",
|
||||
"Settings" : "Nastavení",
|
||||
"Limit deck to groups" : "Omezte 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í Decků brání uživatelům, kteří nejsou součástí těchto skupin, při vytváření vlastních desek. Uživatelé mohou stále pracovat na deskách, které jsou s nimi sdíleny."
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
@@ -17,12 +17,8 @@ OC.L10N.register(
|
||||
"Submit" : "Tilføj",
|
||||
"Show archived cards" : "Vis arkiverede kort",
|
||||
"Hide archived cards" : "Skjul arkiverede kort",
|
||||
"Board details" : "Liste detaljer",
|
||||
"All Boards" : "Alle lister",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Archive" : "Arkivér",
|
||||
"Unarchive" : "Annuller arkivering",
|
||||
"Delete" : "Slet",
|
||||
"Enter a card title" : "Angiv titel på kort",
|
||||
"Add card" : "Tilføj kort",
|
||||
"Close" : "Luk",
|
||||
@@ -32,11 +28,10 @@ OC.L10N.register(
|
||||
"Access for" : "Adgang for",
|
||||
"No matching user or group found." : "Ingen bruger eller gruppe fundet",
|
||||
"Loading" : "Loader",
|
||||
"Share" : "Del",
|
||||
"Edit" : "Redigér",
|
||||
"Share" : "Del",
|
||||
"Manage" : "Administrer ",
|
||||
"Discard share" : "Kasser deling",
|
||||
"Update" : "Opdatér",
|
||||
"Create" : "Opret",
|
||||
"Create a new tag" : "Opret et nyt mærkat",
|
||||
"Status" : "Status",
|
||||
@@ -47,7 +42,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Arkivér liste",
|
||||
"Unarchive board" : "Annuller arkivering af liste",
|
||||
"Delete board" : "Slet liste",
|
||||
"Reset" : "Nulstil",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Fortryd sletning af board - Ellers vil boardet blive slettet ved næste cronjob kørsel.",
|
||||
"Create new board" : "Opret ny liste",
|
||||
"New board title" : "Ny titel på liste",
|
||||
@@ -69,7 +63,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Hjælp til formatering",
|
||||
"Add a card description…" : "Tilføj en beskrivelse...",
|
||||
"Shared boards" : "Delte lister",
|
||||
"View more" : "Vis mere",
|
||||
"Move board to archive" : "Flyt liste til arkiv",
|
||||
"Create a new board" : "Opret ny liste"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,8 @@
|
||||
"Submit" : "Tilføj",
|
||||
"Show archived cards" : "Vis arkiverede kort",
|
||||
"Hide archived cards" : "Skjul arkiverede kort",
|
||||
"Board details" : "Liste detaljer",
|
||||
"All Boards" : "Alle lister",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Archive" : "Arkivér",
|
||||
"Unarchive" : "Annuller arkivering",
|
||||
"Delete" : "Slet",
|
||||
"Enter a card title" : "Angiv titel på kort",
|
||||
"Add card" : "Tilføj kort",
|
||||
"Close" : "Luk",
|
||||
@@ -30,11 +26,10 @@
|
||||
"Access for" : "Adgang for",
|
||||
"No matching user or group found." : "Ingen bruger eller gruppe fundet",
|
||||
"Loading" : "Loader",
|
||||
"Share" : "Del",
|
||||
"Edit" : "Redigér",
|
||||
"Share" : "Del",
|
||||
"Manage" : "Administrer ",
|
||||
"Discard share" : "Kasser deling",
|
||||
"Update" : "Opdatér",
|
||||
"Create" : "Opret",
|
||||
"Create a new tag" : "Opret et nyt mærkat",
|
||||
"Status" : "Status",
|
||||
@@ -45,7 +40,6 @@
|
||||
"Archive board" : "Arkivér liste",
|
||||
"Unarchive board" : "Annuller arkivering af liste",
|
||||
"Delete board" : "Slet liste",
|
||||
"Reset" : "Nulstil",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Fortryd sletning af board - Ellers vil boardet blive slettet ved næste cronjob kørsel.",
|
||||
"Create new board" : "Opret ny liste",
|
||||
"New board title" : "Ny titel på liste",
|
||||
@@ -67,7 +61,6 @@
|
||||
"Formatting help" : "Hjælp til formatering",
|
||||
"Add a card description…" : "Tilføj en beskrivelse...",
|
||||
"Shared boards" : "Delte lister",
|
||||
"View more" : "Vis mere",
|
||||
"Move board to archive" : "Flyt liste til arkiv",
|
||||
"Create a new board" : "Opret ny liste"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
126
l10n/de.js
126
l10n/de.js
@@ -21,58 +21,60 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Du hast {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Du hast das Board {before} in {board} umbenannt",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"You have archived the board {board}" : "Du hast das Board {board} 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",
|
||||
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
|
||||
"You have created a new stack {stack} on {board}" : "Du hast den neuen Stapel {stack} auf {board} erstellt",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} hat den neuen Stapel {stack} auf {board} erstellt",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Du hast den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} hat den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"You have deleted {stack} on {board}" : "Du hast {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {stack} on {board}" : "{user} hat {stack} auf {board} gelöscht",
|
||||
"You have created {card} in {stack} on {board}" : "Du hast die Karte {card} in {stack} auf {board} erstellt",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} erstellt",
|
||||
"You have deleted {card} in {stack} on {board}" : "Du hast {card} in {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} gelöscht",
|
||||
"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 stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
|
||||
"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 stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
|
||||
"You have deleted stack {stack} on board {board}" : "Du hast den Stapel {stack} auf dem Board {board} gelöscht",
|
||||
"{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 stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {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 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 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",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Du hast der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Du hast die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : " {user} hat die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"You have archived {card} in {stack} on {board}" : "Du hast die Karte {card} in {stack} auf {board} archiviert",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} archiviert",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Du hast die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"You have removed the due date of {card}" : "Du hast das Fälligkeitsdatum von {card} entfernt",
|
||||
"{user} has removed the due date of {card}" : "{user} hat das Fälligkeitsdatum von {card} entfernt",
|
||||
"You have set the due date of {card} to {after}" : "Du hast das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"You have updated the due date of {card} to {after}" : "Du hast das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Du hast der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Du hast von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} hat von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Du hast {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} hat {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Du hast die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} hat die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"You have added the attachment {attachment} to {card}" : "Du hast den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"You have updated the attachment {attachment} on {card}" : "Du hast den Anhang {attachment} von {card} aktualisiert",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Du hast den Anhang {attachment} von {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} entfernt",
|
||||
"You have restored the attachment {attachment} to {card}" : "Du hast den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"You have commented on {card}" : "Du hast {card} kommentiert",
|
||||
"{user} has commented on {card}" : "{user} hat {card} kommentiert",
|
||||
"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 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 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 card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualiesiert",
|
||||
"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 stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{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",
|
||||
"{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 stack {stack} on board {board}" : "Sie haben der Karte {card} in Stapel {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} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"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 Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"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",
|
||||
"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",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Du hast den Anhang {attachment} von der Karte {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Du hast {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
"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.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
@@ -108,17 +110,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||
"Board details" : "Board-Details",
|
||||
"Show board details" : "Board-Details anzeigen",
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Actions" : "Aktionen",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign from me" : "Nicht mir zuweisen",
|
||||
"Archive" : "Archivieren",
|
||||
"Unarchive" : "Dearchivieren",
|
||||
"Delete" : "Löschen",
|
||||
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
"Unassign card from me" : "Karte nicht mir zuweisen",
|
||||
"Archive card" : "Karte archivieren",
|
||||
"Unarchive card" : "Karte dearchivieren",
|
||||
"Delete card" : "Karte löschen",
|
||||
"Enter a card title" : "Kartentitel eingeben",
|
||||
"Add card" : "Karte hinzufügen",
|
||||
"Close" : "Schließen",
|
||||
@@ -130,11 +132,14 @@ OC.L10N.register(
|
||||
"Access for" : "Zugriff für",
|
||||
"No matching user or group found." : "Keine passenden Benutzer oder Gruppen gefunden.",
|
||||
"Loading" : "Lade",
|
||||
"Share" : "Teilen",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Share" : "Teilen",
|
||||
"Manage" : "Verwalten",
|
||||
"Discard share" : "Teilen beenden",
|
||||
"Update" : "Aktualisieren",
|
||||
"Sharing has been disabled for your account." : "Teilen wurde für Dein Konto deaktiviert.",
|
||||
"Update tag" : "Schlagwort aktualisieren",
|
||||
"Edit tag" : "Schlagwort bearbeiten",
|
||||
"Delete tag" : "Schlagwort löschen",
|
||||
"Create" : "Erstellen",
|
||||
"Create a new tag" : "Neues Schlagwort",
|
||||
"Deleted stacks" : "Gelöschte Stapel",
|
||||
@@ -149,16 +154,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Board archivieren",
|
||||
"Unarchive board" : "Board dearchivieren",
|
||||
"Delete board" : "Board löschen",
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Anhang auswählen",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
"Modified:" : "Geändert:",
|
||||
"Created:" : "Erstellt:",
|
||||
"Choose a tag" : "Schlagwort auswählen",
|
||||
@@ -174,13 +182,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
"Unsaved changes" : "Ungesicherte Änderungen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Insert attachment" : "Anhang einfügen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Upload attachment" : "Anhang hochladen",
|
||||
"Add a card description…" : "Eine Kartenbeschreibung hinzufügen…",
|
||||
"Shared boards" : "Geteilte Boards",
|
||||
"View more" : "Mehr anzeigen",
|
||||
"Move board to archive" : "Board ins Archiv verschieben",
|
||||
"Create a new board" : "Neues Board"
|
||||
"Create a new board" : "Neues Board",
|
||||
"Settings" : "Einstellungen",
|
||||
"Limit deck to groups" : "Deck auf Gruppen beschrä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."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
126
l10n/de.json
126
l10n/de.json
@@ -19,58 +19,60 @@
|
||||
"You have removed {acl} from the board {board}" : "Du hast {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Du hast das Board {before} in {board} umbenannt",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"You have archived the board {board}" : "Du hast das Board {board} 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",
|
||||
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
|
||||
"You have created a new stack {stack} on {board}" : "Du hast den neuen Stapel {stack} auf {board} erstellt",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} hat den neuen Stapel {stack} auf {board} erstellt",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Du hast den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} hat den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"You have deleted {stack} on {board}" : "Du hast {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {stack} on {board}" : "{user} hat {stack} auf {board} gelöscht",
|
||||
"You have created {card} in {stack} on {board}" : "Du hast die Karte {card} in {stack} auf {board} erstellt",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} erstellt",
|
||||
"You have deleted {card} in {stack} on {board}" : "Du hast {card} in {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} gelöscht",
|
||||
"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 stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
|
||||
"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 stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
|
||||
"You have deleted stack {stack} on board {board}" : "Du hast den Stapel {stack} auf dem Board {board} gelöscht",
|
||||
"{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 stack {stack} on board {board}" : "Du hast die Karte {card} im Stapel {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 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 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",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Du hast der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Du hast die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : " {user} hat die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"You have archived {card} in {stack} on {board}" : "Du hast die Karte {card} in {stack} auf {board} archiviert",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} archiviert",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Du hast die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"You have removed the due date of {card}" : "Du hast das Fälligkeitsdatum von {card} entfernt",
|
||||
"{user} has removed the due date of {card}" : "{user} hat das Fälligkeitsdatum von {card} entfernt",
|
||||
"You have set the due date of {card} to {after}" : "Du hast das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"You have updated the due date of {card} to {after}" : "Du hast das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Du hast der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Du hast von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} hat von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Du hast {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} hat {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Du hast die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Du hast die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} hat die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"You have added the attachment {attachment} to {card}" : "Du hast den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"You have updated the attachment {attachment} on {card}" : "Du hast den Anhang {attachment} von {card} aktualisiert",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Du hast den Anhang {attachment} von {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} entfernt",
|
||||
"You have restored the attachment {attachment} to {card}" : "Du hast den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"You have commented on {card}" : "Du hast {card} kommentiert",
|
||||
"{user} has commented on {card}" : "{user} hat {card} kommentiert",
|
||||
"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 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 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 card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf dem Board {board} aktualiesiert",
|
||||
"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 stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{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",
|
||||
"{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 stack {stack} on board {board}" : "Sie haben der Karte {card} in Stapel {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} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"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 Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"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",
|
||||
"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",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Du hast den Anhang {attachment} von der Karte {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Du hast den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Du hast {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
"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.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Dir die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
@@ -106,17 +108,17 @@
|
||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||
"Board details" : "Board-Details",
|
||||
"Show board details" : "Board-Details anzeigen",
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Actions" : "Aktionen",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign from me" : "Nicht mir zuweisen",
|
||||
"Archive" : "Archivieren",
|
||||
"Unarchive" : "Dearchivieren",
|
||||
"Delete" : "Löschen",
|
||||
"Drop your files here to upload it to the card" : "Lege Deine Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
"Unassign card from me" : "Karte nicht mir zuweisen",
|
||||
"Archive card" : "Karte archivieren",
|
||||
"Unarchive card" : "Karte dearchivieren",
|
||||
"Delete card" : "Karte löschen",
|
||||
"Enter a card title" : "Kartentitel eingeben",
|
||||
"Add card" : "Karte hinzufügen",
|
||||
"Close" : "Schließen",
|
||||
@@ -128,11 +130,14 @@
|
||||
"Access for" : "Zugriff für",
|
||||
"No matching user or group found." : "Keine passenden Benutzer oder Gruppen gefunden.",
|
||||
"Loading" : "Lade",
|
||||
"Share" : "Teilen",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Share" : "Teilen",
|
||||
"Manage" : "Verwalten",
|
||||
"Discard share" : "Teilen beenden",
|
||||
"Update" : "Aktualisieren",
|
||||
"Sharing has been disabled for your account." : "Teilen wurde für Dein Konto deaktiviert.",
|
||||
"Update tag" : "Schlagwort aktualisieren",
|
||||
"Edit tag" : "Schlagwort bearbeiten",
|
||||
"Delete tag" : "Schlagwort löschen",
|
||||
"Create" : "Erstellen",
|
||||
"Create a new tag" : "Neues Schlagwort",
|
||||
"Deleted stacks" : "Gelöschte Stapel",
|
||||
@@ -147,16 +152,19 @@
|
||||
"Archive board" : "Board archivieren",
|
||||
"Unarchive board" : "Board dearchivieren",
|
||||
"Delete board" : "Board löschen",
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Anhang auswählen",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
"Modified:" : "Geändert:",
|
||||
"Created:" : "Erstellt:",
|
||||
"Choose a tag" : "Schlagwort auswählen",
|
||||
@@ -172,13 +180,15 @@
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
"Unsaved changes" : "Ungesicherte Änderungen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Insert attachment" : "Anhang einfügen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Upload attachment" : "Anhang hochladen",
|
||||
"Add a card description…" : "Eine Kartenbeschreibung hinzufügen…",
|
||||
"Shared boards" : "Geteilte Boards",
|
||||
"View more" : "Mehr anzeigen",
|
||||
"Move board to archive" : "Board ins Archiv verschieben",
|
||||
"Create a new board" : "Neues Board"
|
||||
"Create a new board" : "Neues Board",
|
||||
"Settings" : "Einstellungen",
|
||||
"Limit deck to groups" : "Deck auf Gruppen beschrä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."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
126
l10n/de_DE.js
126
l10n/de_DE.js
@@ -21,58 +21,60 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Sie haben {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Sie haben das Board {before} in {board} umbenannt",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"You have archived the board {board}" : "Sie haben das Board {board} 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",
|
||||
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
|
||||
"You have created a new stack {stack} on {board}" : "Sie haben den neuen Stapel {stack} auf {board} erstellt",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} hat den neuen Stapel {stack} auf {board} erstellt",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Sie haben den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} hat den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"You have deleted {stack} on {board}" : "Sie haben {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {stack} on {board}" : "{user} hat {stack} auf {board} gelöscht",
|
||||
"You have created {card} in {stack} on {board}" : "Sie haben die Karte {card} in {stack} auf {board} erstellt",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} erstellt",
|
||||
"You have deleted {card} in {stack} on {board}" : "Sie haben {card} in {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} gelöscht",
|
||||
"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 stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
|
||||
"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 stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
|
||||
"You have deleted stack {stack} on board {board}" : "Sie haben den Stapel {stack} auf dem Board {board} gelöscht",
|
||||
"{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 stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {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 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 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",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Sie haben der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Sie haben die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : " {user} hat die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"You have archived {card} in {stack} on {board}" : "Sie haben die Karte {card} in {stack} auf {board} archiviert",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} archiviert",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Sie haben die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"You have removed the due date of {card}" : "Sie haben das Fälligkeitsdatum von {card} entfernt",
|
||||
"{user} has removed the due date of {card}" : "{user} hat das Fälligkeitsdatum von {card} entfernt",
|
||||
"You have set the due date of {card} to {after}" : "Sie haben das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"You have updated the due date of {card} to {after}" : "Sie haben das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Sie haben der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Sie haben von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} hat von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Sie haben {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} hat {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Sie haben die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} hat die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"You have added the attachment {attachment} to {card}" : "Sie haben den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"You have updated the attachment {attachment} on {card}" : "Sie haben den Anhang {attachment} von {card} aktualisiert",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Sie haben den Anhang {attachment} von {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} entfernt",
|
||||
"You have restored the attachment {attachment} to {card}" : "Sie haben den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"You have commented on {card}" : "Sie haben {card} kommentiert",
|
||||
"{user} has commented on {card}" : "{user} hat {card} kommentiert",
|
||||
"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 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 stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf derm Board {board} aktualisiert",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf der Board {board} aktualisiert",
|
||||
"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 stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{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",
|
||||
"{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 stack {stack} on board {board}" : "{actor} ist der Unterhaltung beigetreten",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"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 Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"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",
|
||||
"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",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Sie haben den Anhang {attachment} von der Karte {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Sie haben {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
"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.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
@@ -108,17 +110,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||
"Board details" : "Board-Details",
|
||||
"Show board details" : "Board-Details anzeigen",
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Actions" : "Aktionen",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign from me" : "Nicht mir zuweisen",
|
||||
"Archive" : "Archivieren",
|
||||
"Unarchive" : "Dearchivieren",
|
||||
"Delete" : "Löschen",
|
||||
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
"Unassign card from me" : "Karte nicht mir zuweisen",
|
||||
"Archive card" : "Karte archivieren",
|
||||
"Unarchive card" : "Karte dearchivieren",
|
||||
"Delete card" : "Karte löschen",
|
||||
"Enter a card title" : "Kartentitel eingeben",
|
||||
"Add card" : "Karte hinzufügen",
|
||||
"Close" : "Schließen",
|
||||
@@ -130,11 +132,14 @@ OC.L10N.register(
|
||||
"Access for" : "Zugriff für",
|
||||
"No matching user or group found." : "Keine passenden Benutzer oder Gruppen gefunden.",
|
||||
"Loading" : "Lade",
|
||||
"Share" : "Teilen",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Share" : "Teilen",
|
||||
"Manage" : "Verwalten",
|
||||
"Discard share" : "Teilen beenden",
|
||||
"Update" : "Aktualisieren",
|
||||
"Sharing has been disabled for your account." : "Teilen wurde für Ihr Konto deaktiviert.",
|
||||
"Update tag" : "Schlagwort aktualisieren",
|
||||
"Edit tag" : "Schlagwort bearbeiten",
|
||||
"Delete tag" : "Schlagwort löschen",
|
||||
"Create" : "Erstellen",
|
||||
"Create a new tag" : "Neues Schlagwort",
|
||||
"Deleted stacks" : "Gelöschte Stapel",
|
||||
@@ -149,16 +154,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Board archivieren",
|
||||
"Unarchive board" : "Board dearchivieren",
|
||||
"Delete board" : "Board löschen",
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Wählen Sie einen Anhang",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
"Modified:" : "Geändert:",
|
||||
"Created:" : "Erstellt:",
|
||||
"Choose a tag" : "Schlagwort auswählen",
|
||||
@@ -174,13 +182,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
"Unsaved changes" : "Ungesicherte Änderungen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Insert attachment" : "Anhang einfügen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Upload attachment" : "Anhang hochladen",
|
||||
"Add a card description…" : "Beschreibung hinzufügen…",
|
||||
"Shared boards" : "Geteilte Boards",
|
||||
"View more" : "Mehr anzeigen",
|
||||
"Move board to archive" : "Board ins Archiv verschieben",
|
||||
"Create a new board" : "Neues Board"
|
||||
"Create a new board" : "Neues Board",
|
||||
"Settings" : "Einstellungen",
|
||||
"Limit deck to groups" : "Deck auf Gruppen beschrä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."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
126
l10n/de_DE.json
126
l10n/de_DE.json
@@ -19,58 +19,60 @@
|
||||
"You have removed {acl} from the board {board}" : "Sie haben {acl} vom Board {board} entfernt",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} hat {acl} vom Board {board} entfernt",
|
||||
"You have renamed the board {before} to {board}" : "Sie haben das Board {before} in {board} umbenannt",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} hat das Board {before} in {board} umbenannt",
|
||||
"You have archived the board {board}" : "Sie haben das Board {board} 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",
|
||||
"{user} has unarchived the board {before}" : "{user} hat das Board {before} dearchiviert",
|
||||
"You have created a new stack {stack} on {board}" : "Sie haben den neuen Stapel {stack} auf {board} erstellt",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} hat den neuen Stapel {stack} auf {board} erstellt",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Sie haben den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} hat den neuen Stapel {before} in {stack} auf {board} umbenannt",
|
||||
"You have deleted {stack} on {board}" : "Sie haben {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {stack} on {board}" : "{user} hat {stack} auf {board} gelöscht",
|
||||
"You have created {card} in {stack} on {board}" : "Sie haben die Karte {card} in {stack} auf {board} erstellt",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} erstellt",
|
||||
"You have deleted {card} in {stack} on {board}" : "Sie haben {card} in {stack} auf {board} gelöscht",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} gelöscht",
|
||||
"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 stack {stack} on board {board}" : "{user} hat den neuen Stapel {stack} auf dem Board {board} erstellt",
|
||||
"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 stack {before} to {stack} on board {board}" : "{user} hat den Stapel {before} in {stack} auf dem Board {board} umbenannt",
|
||||
"You have deleted stack {stack} on board {board}" : "Sie haben den Stapel {stack} auf dem Board {board} gelöscht",
|
||||
"{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 stack {stack} on board {board}" : "Sie haben die Karte {card} im Stapel {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 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 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",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hat die Karte {before} in {card} umbenannt",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Sie haben der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} eine Beschreibung hinzugefügt",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Sie haben die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : " {user} hat die Beschreibung der Karte {card} in {stack} auf {board} aktualisiert",
|
||||
"You have archived {card} in {stack} on {board}" : "Sie haben die Karte {card} in {stack} auf {board} archiviert",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} archiviert",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Sie haben die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} hat die Karte {card} in {stack} auf {board} dearchiviert",
|
||||
"You have removed the due date of {card}" : "Sie haben das Fälligkeitsdatum von {card} entfernt",
|
||||
"{user} has removed the due date of {card}" : "{user} hat das Fälligkeitsdatum von {card} entfernt",
|
||||
"You have set the due date of {card} to {after}" : "Sie haben das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} gesetzt",
|
||||
"You have updated the due date of {card} to {after}" : "Sie haben das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} hat das Fälligkeitsdatum von {card} auf {after} aktualisiert",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Sie haben der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} hat der Karte {card} in {stack} auf {board} das Label {label} hinzugefügt",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Sie haben von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} hat von der Karte {card} in {stack} auf {board} das Label {label} entfernt",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Sie haben {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} hat {assigneduser} der Karte {card} auf {board} zugewiesen",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Sie haben die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} hat die Zuweisung von {assigneduser} zur Karte {card} auf {board} aufgehoben",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Sie haben die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} hat die Karte {card} von {stackBefore} nach {stack} verschoben",
|
||||
"You have added the attachment {attachment} to {card}" : "Sie haben den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} zu {card} hinzugefügt",
|
||||
"You have updated the attachment {attachment} on {card}" : "Sie haben den Anhang {attachment} von {card} aktualisiert",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Sie haben den Anhang {attachment} von {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} entfernt",
|
||||
"You have restored the attachment {attachment} to {card}" : "Sie haben den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} hat den Anhang {attachment} von {card} wiederhergestellt",
|
||||
"You have commented on {card}" : "Sie haben {card} kommentiert",
|
||||
"{user} has commented on {card}" : "{user} hat {card} kommentiert",
|
||||
"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 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 stack {stack} on board {board}" : "Sie haben die Beschreibung der Karte {card} im Stapel {stack} auf derm Board {board} aktualisiert",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} hat die Beschreibung der Karte {card} im Stapel {stack} auf der Board {board} aktualisiert",
|
||||
"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 stack {stack} on board {board}" : "{user} hat die Karte {card} im Stapel {stack} auf dem Board {board} archiviert",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{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",
|
||||
"{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 stack {stack} on board {board}" : "{actor} ist der Unterhaltung beigetreten",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} hat der Karte {card} in Stapel {stack} auf dem Board {board} das Schlagwort {label} hinzugefügt",
|
||||
"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 Label {label} entfernt",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} hat von der Karte {card} in Stapel {stack} auf dem Board {board} das Label {label} entfernt",
|
||||
"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",
|
||||
"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",
|
||||
"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 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",
|
||||
"{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",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} aktualisiert",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Sie haben den Anhang {attachment} von der Karte {card} entfernt",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} von Karte {card} entfernt",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Sie haben den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} hat den Anhang {attachment} der Karte {card} wiederhergestellt",
|
||||
"You have commented on card {card}" : "Sie haben {card} kommentiert",
|
||||
"{user} has commented on card {card}" : "{user} hat {card} kommentiert",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||
"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.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hat Ihnen die Karte \"%s\" auf \"%s\" zugewiesen.",
|
||||
@@ -106,17 +108,17 @@
|
||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||
"Board details" : "Board-Details",
|
||||
"Show board details" : "Board-Details anzeigen",
|
||||
"All Boards" : "Alle Boards",
|
||||
"Archived boards" : "Archivierte Boards",
|
||||
"Share board" : "Board freigeben",
|
||||
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Actions" : "Aktionen",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign from me" : "Nicht mir zuweisen",
|
||||
"Archive" : "Archivieren",
|
||||
"Unarchive" : "Dearchivieren",
|
||||
"Delete" : "Löschen",
|
||||
"Drop your files here to upload it to the card" : "Legen Sie Ihre Dateien hier ab, um sie auf die Karte hochzuladen",
|
||||
"Assign card to me" : "Karte mir zuweisen",
|
||||
"Unassign card from me" : "Karte nicht mir zuweisen",
|
||||
"Archive card" : "Karte archivieren",
|
||||
"Unarchive card" : "Karte dearchivieren",
|
||||
"Delete card" : "Karte löschen",
|
||||
"Enter a card title" : "Kartentitel eingeben",
|
||||
"Add card" : "Karte hinzufügen",
|
||||
"Close" : "Schließen",
|
||||
@@ -128,11 +130,14 @@
|
||||
"Access for" : "Zugriff für",
|
||||
"No matching user or group found." : "Keine passenden Benutzer oder Gruppen gefunden.",
|
||||
"Loading" : "Lade",
|
||||
"Share" : "Teilen",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Share" : "Teilen",
|
||||
"Manage" : "Verwalten",
|
||||
"Discard share" : "Teilen beenden",
|
||||
"Update" : "Aktualisieren",
|
||||
"Sharing has been disabled for your account." : "Teilen wurde für Ihr Konto deaktiviert.",
|
||||
"Update tag" : "Schlagwort aktualisieren",
|
||||
"Edit tag" : "Schlagwort bearbeiten",
|
||||
"Delete tag" : "Schlagwort löschen",
|
||||
"Create" : "Erstellen",
|
||||
"Create a new tag" : "Neues Schlagwort",
|
||||
"Deleted stacks" : "Gelöschte Stapel",
|
||||
@@ -147,16 +152,19 @@
|
||||
"Archive board" : "Board archivieren",
|
||||
"Unarchive board" : "Board dearchivieren",
|
||||
"Delete board" : "Board löschen",
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Update board" : "Board aktualisieren",
|
||||
"Reset board" : "Board zurücksetzen",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Löschen des Boards rückgängig machen - Andernfalls wird das Board beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Create new board" : "Neues Board",
|
||||
"New board title" : "Board-Titel",
|
||||
"Create board" : "Neues Board",
|
||||
"Select an attachment" : "Wählen Sie einen Anhang",
|
||||
"Cancel upload" : "Hochladen abbrechen",
|
||||
"by" : "von",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Dateilöschung rückgängig machen - Andernfalls wird die Datei beim nächsten CronJob-Lauf gelöscht.",
|
||||
"Undo file deletion" : "Dateilöschung rückgängig machen",
|
||||
"Insert the file into the description" : "Füge die Datei in die Beschreibung ein",
|
||||
"Delete attachment" : "Anhang löschen",
|
||||
"Modified:" : "Geändert:",
|
||||
"Created:" : "Erstellt:",
|
||||
"Choose a tag" : "Schlagwort auswählen",
|
||||
@@ -172,13 +180,15 @@
|
||||
"Attachments" : "Anhänge",
|
||||
"Saved" : "Gespeichert",
|
||||
"Unsaved changes" : "Ungesicherte Änderungen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Insert attachment" : "Anhang einfügen",
|
||||
"Formatting help" : "Formatierungshilfe",
|
||||
"Upload attachment" : "Anhang hochladen",
|
||||
"Add a card description…" : "Beschreibung hinzufügen…",
|
||||
"Shared boards" : "Geteilte Boards",
|
||||
"View more" : "Mehr anzeigen",
|
||||
"Move board to archive" : "Board ins Archiv verschieben",
|
||||
"Create a new board" : "Neues Board"
|
||||
"Create a new board" : "Neues Board",
|
||||
"Settings" : "Einstellungen",
|
||||
"Limit deck to groups" : "Deck auf Gruppen beschrä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."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -14,12 +14,8 @@ OC.L10N.register(
|
||||
"Submit" : "Υποβολή",
|
||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||
"Board details" : "Λεπτομέριες πίνακα",
|
||||
"All Boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Archive" : "Αρχειοθέτηση",
|
||||
"Unarchive" : "Αναίρεση αρχειοθέτησης",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Enter a card title" : "Καταχωρίστε έναν τίτλο κάρτας",
|
||||
"Add card" : "Προσθήκη κάρτας",
|
||||
"Close" : "Κλείσιμο",
|
||||
@@ -28,11 +24,10 @@ OC.L10N.register(
|
||||
"Select users or groups to share with" : "Επιλέξτε χρήστες ή ομάδες με τις οποίες θα μοιραστείτε",
|
||||
"No matching user or group found." : "Δεν βρέθηκε χρήστης ή ομάδα να ταιριάζει.",
|
||||
"Loading" : "Γίνεται φόρτωση",
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Manage" : "Διαχείριση",
|
||||
"Discard share" : "Απόρριψη διαμοιρασμού",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Create a new tag" : "Δημιούργησε νέα ετικέτα",
|
||||
"Title" : "Τίτλος",
|
||||
@@ -55,7 +50,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Βοήθεια μορφοποίησης",
|
||||
"Add a card description…" : "Προσθήκη περιγραφής κάρτας...",
|
||||
"Shared boards" : "Διαμοιρασμένοι πίνακες",
|
||||
"View more" : "Προβολή περισσοτέρων",
|
||||
"Move board to archive" : "Μετακίνηση πίνακα στην αρχειοθήκη",
|
||||
"Create a new board" : "Δημιουργία νέου πίνακα"
|
||||
},
|
||||
|
||||
@@ -12,12 +12,8 @@
|
||||
"Submit" : "Υποβολή",
|
||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||
"Board details" : "Λεπτομέριες πίνακα",
|
||||
"All Boards" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Archive" : "Αρχειοθέτηση",
|
||||
"Unarchive" : "Αναίρεση αρχειοθέτησης",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Enter a card title" : "Καταχωρίστε έναν τίτλο κάρτας",
|
||||
"Add card" : "Προσθήκη κάρτας",
|
||||
"Close" : "Κλείσιμο",
|
||||
@@ -26,11 +22,10 @@
|
||||
"Select users or groups to share with" : "Επιλέξτε χρήστες ή ομάδες με τις οποίες θα μοιραστείτε",
|
||||
"No matching user or group found." : "Δεν βρέθηκε χρήστης ή ομάδα να ταιριάζει.",
|
||||
"Loading" : "Γίνεται φόρτωση",
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Share" : "Διαμοιρασμός",
|
||||
"Manage" : "Διαχείριση",
|
||||
"Discard share" : "Απόρριψη διαμοιρασμού",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Create a new tag" : "Δημιούργησε νέα ετικέτα",
|
||||
"Title" : "Τίτλος",
|
||||
@@ -53,7 +48,6 @@
|
||||
"Formatting help" : "Βοήθεια μορφοποίησης",
|
||||
"Add a card description…" : "Προσθήκη περιγραφής κάρτας...",
|
||||
"Shared boards" : "Διαμοιρασμένοι πίνακες",
|
||||
"View more" : "Προβολή περισσοτέρων",
|
||||
"Move board to archive" : "Μετακίνηση πίνακα στην αρχειοθήκη",
|
||||
"Create a new board" : "Δημιουργία νέου πίνακα"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Please provide a content for your comment.",
|
||||
"Posting the comment failed." : "Posting the comment failed.",
|
||||
"Remove user from card" : "Remove user from card",
|
||||
"Hours" : "Hours",
|
||||
"Minutes" : "Minutes",
|
||||
@@ -17,12 +19,8 @@ OC.L10N.register(
|
||||
"Submit" : "Submit",
|
||||
"Show archived cards" : "Show archived cards",
|
||||
"Hide archived cards" : "Hide archived cards",
|
||||
"Board details" : "Board details",
|
||||
"All Boards" : "All Boards",
|
||||
"Archived boards" : "Archived boards",
|
||||
"Archive" : "Archive",
|
||||
"Unarchive" : "Unarchive",
|
||||
"Delete" : "Delete",
|
||||
"Enter a card title" : "Enter a card title",
|
||||
"Add card" : "Add card",
|
||||
"Close" : "Close",
|
||||
@@ -32,11 +30,10 @@ OC.L10N.register(
|
||||
"Access for" : "Access for",
|
||||
"No matching user or group found." : "No matching user or group found.",
|
||||
"Loading" : "Loading",
|
||||
"Share" : "Share",
|
||||
"Edit" : "Edit",
|
||||
"Share" : "Share",
|
||||
"Manage" : "Manage",
|
||||
"Discard share" : "Discard share",
|
||||
"Update" : "Update",
|
||||
"Create" : "Create",
|
||||
"Create a new tag" : "Create a new tag",
|
||||
"Status" : "Status",
|
||||
@@ -47,7 +44,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archive board",
|
||||
"Unarchive board" : "Unarchive board",
|
||||
"Delete board" : "Delete board",
|
||||
"Reset" : "Reset",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Undo board deletion - Otherwise the board will be deleted during the next cronjob run.",
|
||||
"Create new board" : "Create new board",
|
||||
"New board title" : "New board title",
|
||||
@@ -69,7 +65,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Formatting help",
|
||||
"Add a card description…" : "Add a card description…",
|
||||
"Shared boards" : "Shared boards",
|
||||
"View more" : "View more",
|
||||
"Move board to archive" : "Move board to archive",
|
||||
"Create a new board" : "Create a new board"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Please provide a content for your comment.",
|
||||
"Posting the comment failed." : "Posting the comment failed.",
|
||||
"Remove user from card" : "Remove user from card",
|
||||
"Hours" : "Hours",
|
||||
"Minutes" : "Minutes",
|
||||
@@ -15,12 +17,8 @@
|
||||
"Submit" : "Submit",
|
||||
"Show archived cards" : "Show archived cards",
|
||||
"Hide archived cards" : "Hide archived cards",
|
||||
"Board details" : "Board details",
|
||||
"All Boards" : "All Boards",
|
||||
"Archived boards" : "Archived boards",
|
||||
"Archive" : "Archive",
|
||||
"Unarchive" : "Unarchive",
|
||||
"Delete" : "Delete",
|
||||
"Enter a card title" : "Enter a card title",
|
||||
"Add card" : "Add card",
|
||||
"Close" : "Close",
|
||||
@@ -30,11 +28,10 @@
|
||||
"Access for" : "Access for",
|
||||
"No matching user or group found." : "No matching user or group found.",
|
||||
"Loading" : "Loading",
|
||||
"Share" : "Share",
|
||||
"Edit" : "Edit",
|
||||
"Share" : "Share",
|
||||
"Manage" : "Manage",
|
||||
"Discard share" : "Discard share",
|
||||
"Update" : "Update",
|
||||
"Create" : "Create",
|
||||
"Create a new tag" : "Create a new tag",
|
||||
"Status" : "Status",
|
||||
@@ -45,7 +42,6 @@
|
||||
"Archive board" : "Archive board",
|
||||
"Unarchive board" : "Unarchive board",
|
||||
"Delete board" : "Delete board",
|
||||
"Reset" : "Reset",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Undo board deletion - Otherwise the board will be deleted during the next cronjob run.",
|
||||
"Create new board" : "Create new board",
|
||||
"New board title" : "New board title",
|
||||
@@ -67,7 +63,6 @@
|
||||
"Formatting help" : "Formatting help",
|
||||
"Add a card description…" : "Add a card description…",
|
||||
"Shared boards" : "Shared boards",
|
||||
"View more" : "View more",
|
||||
"Move board to archive" : "Move board to archive",
|
||||
"Create a new board" : "Create a new board"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
126
l10n/es.js
126
l10n/es.js
@@ -21,58 +21,60 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
|
||||
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
|
||||
"You have archived the board {board}" : "Has 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}",
|
||||
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
|
||||
"You have created a new stack {stack} on {board}" : "Has creado la pila {stack} en {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} ha creado la pila {stack} en {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Has renombrado la nueva pila {befora} a {stack} en {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} ha renombrado una nueva pila {before} a {stack} en {board}",
|
||||
"You have deleted {stack} on {board}" : "Has eliminado {stack} en {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} ha eliminado {stack} en {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Has creado {card} en la pila {stack} en {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} ha creado {card} en la pila {stack} en {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Has eliminado {card} en la pila {stack} en {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} ha eliminado {card} en la pila {stack} en {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Has creado la pila {stack} en {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} ha creado la pila {stack} en {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Has renombrado la pila {before} a {stack} en {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha renombrado la pila {before} a {stack} en {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Has eliminado {stack} en {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} ha eliminado la pila {stack} en {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 stack {stack} on board {board}" : "{user} ha creado la pila {stack} en {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 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}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Has añadido una descripción a {card} en la pila {stack} en {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} ha añadido una descripción a {card} en la pila {stack} en {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Has actualizado la descripción de {card} en la pila {stack} en {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} ha actualizado la descripción de {card} en la pila {stack} en {stack}",
|
||||
"You have archived {card} in {stack} on {board}" : "Has archivado {card} en la pila {stack} en {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} ha archivado {card} en la pila {stack} en {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Has desarchivado {card} en la pila {stack} en {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} ha desarchivado {card} en la pila {stack} de {board}",
|
||||
"You have removed the due date of {card}" : "Has eliminado la fecha de vencimiento de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
|
||||
"You have set the due date of {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Has actualizado la fecha de vencimiento de {card} para {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} ha actualizado la fecha de vencimiento de {card} para {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Has añadido la etiqueta {label} a {card} en {stack} en {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} ha añadido la etiqueta {label} a {card} en {stack} en {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Has eliminado la etiqueta {label} de {card} en la pila {stack} en {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} ha elimininado la etiqueta {label} a {card} en {stack} en {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Has asignado a {assigneduser} para {card} en {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} ha asignado {assigneduser} a {card} en {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Has desasignado a {assigneduser} para {card} en {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Has movido la carta {card} de {stackBefore} a {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} ha movido la carta {card} de {stackBefore} a {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Has añadido el adjunto {attachment} en {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} ha añadido el adjunto {attachment} en {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Has actualizado el adjunto [attachment] en {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} ha actualizado el adjunto {attachment} en {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Has eliminado el adjunto {attachment} de {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} ha eliminado el adjunto {attachment} a {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Has restablecido el adjunto {attachment} en {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} ha restaurado el archivo adjunto {attachment} a {card}",
|
||||
"You have commented on {card}" : "Has comentado en {card}",
|
||||
"{user} has commented on {card}" : "{user} ha comentado en {card}",
|
||||
"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 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 stack {stack} on board {board}" : "Has actualizado la descripción de {card} en la pila {stack} en {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} ha actualizado la descripción de {card} en la pila {stack} en {stack}",
|
||||
"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 stack {stack} on board {board}" : "{user} ha archivado {card} en la pila {stack} en {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 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}",
|
||||
"{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}",
|
||||
"{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}",
|
||||
"{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 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 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 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 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}",
|
||||
"{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}",
|
||||
"{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 stack {stackBefore} to {stack}" : "Has movido la tarjeta {card} de {stackBefore} a {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}",
|
||||
"{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}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} ha actualizado el adjunto {attachment} en {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Has eliminado el adjunto {attachment} de {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} ha eliminado el adjunto {attachment} de {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Has restaurado el adjunto {attachment} a {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} ha restaurado el adjunto {attachment} a {card}",
|
||||
"You have commented on card {card}" : "Has comentado en la tarjeta {card}",
|
||||
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} te ha asignado la tarjeta \"%s\" en \"%s\".",
|
||||
@@ -108,17 +110,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Show board details" : "Mostrar detalles del tablero",
|
||||
"All Boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Share board" : "Compartir tablero",
|
||||
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
|
||||
"Actions" : "Acciones",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign from me" : "Desasignarme a mí",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Eliminar",
|
||||
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
|
||||
"Assign card to me" : "Asignarme tarjeta a mí",
|
||||
"Unassign card from me" : "Desasignarme tarjeta",
|
||||
"Archive card" : "Archivar tarjeta",
|
||||
"Unarchive card" : "Desarchivar tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
"Enter a card title" : "Introducir título de tarjeta",
|
||||
"Add card" : "Añadir tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -130,11 +132,14 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron usuarios o grupos coincidentes.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Organizar",
|
||||
"Discard share" : "Descartar compartición",
|
||||
"Update" : "Actualizar",
|
||||
"Sharing has been disabled for your account." : "Se ha deshabilitado el compartir desde tu cuenta.",
|
||||
"Update tag" : "Actualizar etiqueta",
|
||||
"Edit tag" : "Editar etiqueta",
|
||||
"Delete tag" : "Eliminar etiqueta",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una etiqueta nueva",
|
||||
"Deleted stacks" : "Pilas eliminadas",
|
||||
@@ -149,16 +154,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Eliminar tablero",
|
||||
"Reset" : "Resetear",
|
||||
"Update board" : "Actualizar tablero",
|
||||
"Reset board" : "Resetear tablero",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado del tablero. Si no, el tablero será eliminado durante la próxima ejecución del cronjob.",
|
||||
"Create new board" : "Crear nuevo tablero",
|
||||
"New board title" : "Nuevo título de tablero",
|
||||
"Create board" : "Crear tablero",
|
||||
"Select an attachment" : "Selecciona un adjunto",
|
||||
"Cancel upload" : "Cancelar la subida",
|
||||
"by" : "por",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Deshacer eliminación del archivo. De otra forma el archivo se borrará durante la próxima ejecución del trabajo cron.",
|
||||
"Undo file deletion" : "Deshacer eliminación del archivo",
|
||||
"Insert the file into the description" : "Introduce el archivo en la descripción",
|
||||
"Delete attachment" : "Eliminar adjunto",
|
||||
"Modified:" : "Modificado: ",
|
||||
"Created:" : "Creado: ",
|
||||
"Choose a tag" : "Escoge una etiqueta",
|
||||
@@ -174,13 +182,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Adjuntos",
|
||||
"Saved" : "Guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Insert attachment" : "Insertar adjunto",
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Upload attachment" : "Subir adjunto",
|
||||
"Add a card description…" : "Añadir una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover tablero al archivo",
|
||||
"Create a new board" : "Crear un tablero nuevo"
|
||||
"Create a new board" : "Crear un tablero nuevo",
|
||||
"Settings" : "Ajustes",
|
||||
"Limit deck to groups" : "Limitar 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."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
126
l10n/es.json
126
l10n/es.json
@@ -19,58 +19,60 @@
|
||||
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
|
||||
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
|
||||
"You have archived the board {board}" : "Has 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}",
|
||||
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
|
||||
"You have created a new stack {stack} on {board}" : "Has creado la pila {stack} en {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} ha creado la pila {stack} en {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Has renombrado la nueva pila {befora} a {stack} en {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} ha renombrado una nueva pila {before} a {stack} en {board}",
|
||||
"You have deleted {stack} on {board}" : "Has eliminado {stack} en {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} ha eliminado {stack} en {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Has creado {card} en la pila {stack} en {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} ha creado {card} en la pila {stack} en {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Has eliminado {card} en la pila {stack} en {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} ha eliminado {card} en la pila {stack} en {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Has creado la pila {stack} en {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} ha creado la pila {stack} en {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Has renombrado la pila {before} a {stack} en {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha renombrado la pila {before} a {stack} en {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Has eliminado {stack} en {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} ha eliminado la pila {stack} en {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 stack {stack} on board {board}" : "{user} ha creado la pila {stack} en {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 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}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha renombrado la tarjeta {before} como {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Has añadido una descripción a {card} en la pila {stack} en {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} ha añadido una descripción a {card} en la pila {stack} en {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Has actualizado la descripción de {card} en la pila {stack} en {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} ha actualizado la descripción de {card} en la pila {stack} en {stack}",
|
||||
"You have archived {card} in {stack} on {board}" : "Has archivado {card} en la pila {stack} en {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} ha archivado {card} en la pila {stack} en {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Has desarchivado {card} en la pila {stack} en {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} ha desarchivado {card} en la pila {stack} de {board}",
|
||||
"You have removed the due date of {card}" : "Has eliminado la fecha de vencimiento de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} ha eliminado la fecha de vencimiento de {card}",
|
||||
"You have set the due date of {card} to {after}" : "Has establecido la fecha de vencimiento de {card} como {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} ha establecido la fecha de vencimiento de {card} como {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Has actualizado la fecha de vencimiento de {card} para {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} ha actualizado la fecha de vencimiento de {card} para {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Has añadido la etiqueta {label} a {card} en {stack} en {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} ha añadido la etiqueta {label} a {card} en {stack} en {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Has eliminado la etiqueta {label} de {card} en la pila {stack} en {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} ha elimininado la etiqueta {label} a {card} en {stack} en {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Has asignado a {assigneduser} para {card} en {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} ha asignado {assigneduser} a {card} en {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Has desasignado a {assigneduser} para {card} en {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} ha asignado a {assigneduser} para {card} en {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Has movido la carta {card} de {stackBefore} a {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} ha movido la carta {card} de {stackBefore} a {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Has añadido el adjunto {attachment} en {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} ha añadido el adjunto {attachment} en {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Has actualizado el adjunto [attachment] en {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} ha actualizado el adjunto {attachment} en {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Has eliminado el adjunto {attachment} de {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} ha eliminado el adjunto {attachment} a {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Has restablecido el adjunto {attachment} en {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} ha restaurado el archivo adjunto {attachment} a {card}",
|
||||
"You have commented on {card}" : "Has comentado en {card}",
|
||||
"{user} has commented on {card}" : "{user} ha comentado en {card}",
|
||||
"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 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 stack {stack} on board {board}" : "Has actualizado la descripción de {card} en la pila {stack} en {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} ha actualizado la descripción de {card} en la pila {stack} en {stack}",
|
||||
"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 stack {stack} on board {board}" : "{user} ha archivado {card} en la pila {stack} en {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 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}",
|
||||
"{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}",
|
||||
"{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}",
|
||||
"{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 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 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 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 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}",
|
||||
"{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}",
|
||||
"{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 stack {stackBefore} to {stack}" : "Has movido la tarjeta {card} de {stackBefore} a {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}",
|
||||
"{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}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} ha actualizado el adjunto {attachment} en {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Has eliminado el adjunto {attachment} de {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} ha eliminado el adjunto {attachment} de {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Has restaurado el adjunto {attachment} a {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} ha restaurado el adjunto {attachment} a {card}",
|
||||
"You have commented on card {card}" : "Has comentado en la tarjeta {card}",
|
||||
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} te ha asignado la tarjeta \"%s\" en \"%s\".",
|
||||
@@ -106,17 +108,17 @@
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Show board details" : "Mostrar detalles del tablero",
|
||||
"All Boards" : "Todos los tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Share board" : "Compartir tablero",
|
||||
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
|
||||
"Actions" : "Acciones",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign from me" : "Desasignarme a mí",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Eliminar",
|
||||
"Drop your files here to upload it to the card" : "Arrastra tus archivos aquí para subirlos a la tarjeta",
|
||||
"Assign card to me" : "Asignarme tarjeta a mí",
|
||||
"Unassign card from me" : "Desasignarme tarjeta",
|
||||
"Archive card" : "Archivar tarjeta",
|
||||
"Unarchive card" : "Desarchivar tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
"Enter a card title" : "Introducir título de tarjeta",
|
||||
"Add card" : "Añadir tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -128,11 +130,14 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron usuarios o grupos coincidentes.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Organizar",
|
||||
"Discard share" : "Descartar compartición",
|
||||
"Update" : "Actualizar",
|
||||
"Sharing has been disabled for your account." : "Se ha deshabilitado el compartir desde tu cuenta.",
|
||||
"Update tag" : "Actualizar etiqueta",
|
||||
"Edit tag" : "Editar etiqueta",
|
||||
"Delete tag" : "Eliminar etiqueta",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una etiqueta nueva",
|
||||
"Deleted stacks" : "Pilas eliminadas",
|
||||
@@ -147,16 +152,19 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Eliminar tablero",
|
||||
"Reset" : "Resetear",
|
||||
"Update board" : "Actualizar tablero",
|
||||
"Reset board" : "Resetear tablero",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado del tablero. Si no, el tablero será eliminado durante la próxima ejecución del cronjob.",
|
||||
"Create new board" : "Crear nuevo tablero",
|
||||
"New board title" : "Nuevo título de tablero",
|
||||
"Create board" : "Crear tablero",
|
||||
"Select an attachment" : "Selecciona un adjunto",
|
||||
"Cancel upload" : "Cancelar la subida",
|
||||
"by" : "por",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Deshacer eliminación del archivo. De otra forma el archivo se borrará durante la próxima ejecución del trabajo cron.",
|
||||
"Undo file deletion" : "Deshacer eliminación del archivo",
|
||||
"Insert the file into the description" : "Introduce el archivo en la descripción",
|
||||
"Delete attachment" : "Eliminar adjunto",
|
||||
"Modified:" : "Modificado: ",
|
||||
"Created:" : "Creado: ",
|
||||
"Choose a tag" : "Escoge una etiqueta",
|
||||
@@ -172,13 +180,15 @@
|
||||
"Attachments" : "Adjuntos",
|
||||
"Saved" : "Guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Insert attachment" : "Insertar adjunto",
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Upload attachment" : "Subir adjunto",
|
||||
"Add a card description…" : "Añadir una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover tablero al archivo",
|
||||
"Create a new board" : "Crear un tablero nuevo"
|
||||
"Create a new board" : "Crear un tablero nuevo",
|
||||
"Settings" : "Ajustes",
|
||||
"Limit deck to groups" : "Limitar 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."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -17,12 +17,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -32,11 +28,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -47,7 +42,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -69,7 +63,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -67,7 +61,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Enviar",
|
||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"All Boards" : "Todos los Tableros",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Archive" : "Archivar",
|
||||
"Unarchive" : "Desarchivar",
|
||||
"Delete" : "Borrar",
|
||||
"Enter a card title" : "Ingresa el título de la tarjeta",
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Close" : "Cerrar",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Acceso para",
|
||||
"No matching user or group found." : "No se encontraron coincidencias de usuarios o grupos.",
|
||||
"Loading" : "Cargando",
|
||||
"Share" : "Compartir",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartir",
|
||||
"Manage" : "Administrar",
|
||||
"Discard share" : "Descartar elemento compartido",
|
||||
"Update" : "Actualizar",
|
||||
"Create" : "Crear",
|
||||
"Create a new tag" : "Crear una nueva etiqueta",
|
||||
"Status" : "Estatus",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"Unarchive board" : "Desarchivar tablero",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Reset" : "Reiniciar",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Deshacer borrado de tablero - De lo contrario el tablero se borrará durante la siguiente ejecución del cronjob. ",
|
||||
"Create new board" : "Crear un nuevo tablero",
|
||||
"New board title" : "Nuevo título del tablero",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Ayuda de formato",
|
||||
"Add a card description…" : "Agregar una descripción de tarjeta...",
|
||||
"Shared boards" : "Tableros compartidos",
|
||||
"View more" : "Ver más",
|
||||
"Move board to archive" : "Mover el tablero al archivo",
|
||||
"Create a new board" : "Crear un nuevo tablero"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -15,12 +15,8 @@ OC.L10N.register(
|
||||
"Submit" : "Bidali",
|
||||
"Show archived cards" : "Artxibatutako txartelak erakutsi",
|
||||
"Hide archived cards" : "Artxibatutako txartelak ezkutatu",
|
||||
"Board details" : "Mahaigainaren xehetasunak",
|
||||
"All Boards" : "Mahai guztiak",
|
||||
"Archived boards" : "Artxibatutako txartelak",
|
||||
"Archive" : "Artxibatu",
|
||||
"Unarchive" : "Ez artxibatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Enter a card title" : "Txartelaren titulua sartu",
|
||||
"Add card" : "Txartela gehitu",
|
||||
"Close" : "Itxi",
|
||||
@@ -30,11 +26,10 @@ OC.L10N.register(
|
||||
"Access for" : "Sarbidea",
|
||||
"No matching user or group found." : "Ados datorren erabiltzailerik edo talderik ez da topatu",
|
||||
"Loading" : "Kargatzen",
|
||||
"Share" : "Partekatu",
|
||||
"Edit" : "Editatu",
|
||||
"Share" : "Partekatu",
|
||||
"Manage" : "Kudeaketa",
|
||||
"Discard share" : "Partekatutakoa ezeztatu",
|
||||
"Update" : "Eguneratu",
|
||||
"Create" : "Sortu",
|
||||
"Create a new tag" : "Etiketa berria sortu",
|
||||
"Status" : "Egoera",
|
||||
@@ -45,7 +40,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Mahaigaina artxibatu",
|
||||
"Unarchive board" : "Mahaigaina artxibotik atera",
|
||||
"Delete board" : "Mahaigaina borratu",
|
||||
"Reset" : "Aldatu",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Mahaiagainaren borratzea ezeztatu - Bestela cron lanaren hurrengo aktibazioan borratuko da.",
|
||||
"Create new board" : "Mahaigain berria sortzen du",
|
||||
"New board title" : "Mahaigainaren izenburu berria",
|
||||
@@ -66,7 +60,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "Formatua emateko laguntza",
|
||||
"Add a card description…" : "Txartelaren deskribapena gehitu...",
|
||||
"Shared boards" : "Partekatutako txartelak",
|
||||
"View more" : "Gehiago ikusi",
|
||||
"Move board to archive" : "Txartela artxibora mugitu",
|
||||
"Create a new board" : "Mahaigain berria sortu"
|
||||
},
|
||||
|
||||
@@ -13,12 +13,8 @@
|
||||
"Submit" : "Bidali",
|
||||
"Show archived cards" : "Artxibatutako txartelak erakutsi",
|
||||
"Hide archived cards" : "Artxibatutako txartelak ezkutatu",
|
||||
"Board details" : "Mahaigainaren xehetasunak",
|
||||
"All Boards" : "Mahai guztiak",
|
||||
"Archived boards" : "Artxibatutako txartelak",
|
||||
"Archive" : "Artxibatu",
|
||||
"Unarchive" : "Ez artxibatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Enter a card title" : "Txartelaren titulua sartu",
|
||||
"Add card" : "Txartela gehitu",
|
||||
"Close" : "Itxi",
|
||||
@@ -28,11 +24,10 @@
|
||||
"Access for" : "Sarbidea",
|
||||
"No matching user or group found." : "Ados datorren erabiltzailerik edo talderik ez da topatu",
|
||||
"Loading" : "Kargatzen",
|
||||
"Share" : "Partekatu",
|
||||
"Edit" : "Editatu",
|
||||
"Share" : "Partekatu",
|
||||
"Manage" : "Kudeaketa",
|
||||
"Discard share" : "Partekatutakoa ezeztatu",
|
||||
"Update" : "Eguneratu",
|
||||
"Create" : "Sortu",
|
||||
"Create a new tag" : "Etiketa berria sortu",
|
||||
"Status" : "Egoera",
|
||||
@@ -43,7 +38,6 @@
|
||||
"Archive board" : "Mahaigaina artxibatu",
|
||||
"Unarchive board" : "Mahaigaina artxibotik atera",
|
||||
"Delete board" : "Mahaigaina borratu",
|
||||
"Reset" : "Aldatu",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Mahaiagainaren borratzea ezeztatu - Bestela cron lanaren hurrengo aktibazioan borratuko da.",
|
||||
"Create new board" : "Mahaigain berria sortzen du",
|
||||
"New board title" : "Mahaigainaren izenburu berria",
|
||||
@@ -64,7 +58,6 @@
|
||||
"Formatting help" : "Formatua emateko laguntza",
|
||||
"Add a card description…" : "Txartelaren deskribapena gehitu...",
|
||||
"Shared boards" : "Partekatutako txartelak",
|
||||
"View more" : "Gehiago ikusi",
|
||||
"Move board to archive" : "Txartela artxibora mugitu",
|
||||
"Create a new board" : "Mahaigain berria sortu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -21,13 +21,9 @@ OC.L10N.register(
|
||||
"Add a new stack" : "Lisää uusi pino",
|
||||
"Show archived cards" : "Näytä arkistoidut kortit",
|
||||
"Hide archived cards" : "Piilota arkistoidut kortit",
|
||||
"Board details" : "Taulun tiedot",
|
||||
"All Boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Drop your files here to upload it to the card" : "Pudota tiedostot tähän lähettääksesi ne kortille",
|
||||
"Archive" : "Arkisto",
|
||||
"Unarchive" : "Pois arkistosta",
|
||||
"Delete" : "Poista",
|
||||
"Enter a card title" : "Anna otsikko",
|
||||
"Add card" : "Lisää kortti",
|
||||
"Close" : "Sulje",
|
||||
@@ -36,11 +32,10 @@ OC.L10N.register(
|
||||
"Select users or groups to share with" : "Valitse käyttäjiä tai ryhmiä joille haluat jakaa",
|
||||
"No matching user or group found." : "Käyttäjää tai ryhmää ei löytynyt.",
|
||||
"Loading" : "Ladataan",
|
||||
"Share" : "Jaa",
|
||||
"Edit" : "Muokkaa",
|
||||
"Share" : "Jaa",
|
||||
"Manage" : "Hallitse",
|
||||
"Discard share" : "Peru jakaminen",
|
||||
"Update" : "Päivitä",
|
||||
"Create" : "Luo",
|
||||
"Create a new tag" : "Luo uusi tunniste",
|
||||
"Status" : "Tila",
|
||||
@@ -75,7 +70,6 @@ OC.L10N.register(
|
||||
"Upload attachment" : "Lähetä liite",
|
||||
"Add a card description…" : "Lisää kortin kuvaus…",
|
||||
"Shared boards" : "Jaetut taulut",
|
||||
"View more" : "Näytä lisää",
|
||||
"Move board to archive" : "Siirrä taulu arkistoon",
|
||||
"Create a new board" : "Luo uusi taulu"
|
||||
},
|
||||
|
||||
@@ -19,13 +19,9 @@
|
||||
"Add a new stack" : "Lisää uusi pino",
|
||||
"Show archived cards" : "Näytä arkistoidut kortit",
|
||||
"Hide archived cards" : "Piilota arkistoidut kortit",
|
||||
"Board details" : "Taulun tiedot",
|
||||
"All Boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Drop your files here to upload it to the card" : "Pudota tiedostot tähän lähettääksesi ne kortille",
|
||||
"Archive" : "Arkisto",
|
||||
"Unarchive" : "Pois arkistosta",
|
||||
"Delete" : "Poista",
|
||||
"Enter a card title" : "Anna otsikko",
|
||||
"Add card" : "Lisää kortti",
|
||||
"Close" : "Sulje",
|
||||
@@ -34,11 +30,10 @@
|
||||
"Select users or groups to share with" : "Valitse käyttäjiä tai ryhmiä joille haluat jakaa",
|
||||
"No matching user or group found." : "Käyttäjää tai ryhmää ei löytynyt.",
|
||||
"Loading" : "Ladataan",
|
||||
"Share" : "Jaa",
|
||||
"Edit" : "Muokkaa",
|
||||
"Share" : "Jaa",
|
||||
"Manage" : "Hallitse",
|
||||
"Discard share" : "Peru jakaminen",
|
||||
"Update" : "Päivitä",
|
||||
"Create" : "Luo",
|
||||
"Create a new tag" : "Luo uusi tunniste",
|
||||
"Status" : "Tila",
|
||||
@@ -73,7 +68,6 @@
|
||||
"Upload attachment" : "Lähetä liite",
|
||||
"Add a card description…" : "Lisää kortin kuvaus…",
|
||||
"Shared boards" : "Jaetut taulut",
|
||||
"View more" : "Näytä lisää",
|
||||
"Move board to archive" : "Siirrä taulu arkistoon",
|
||||
"Create a new board" : "Luo uusi taulu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
80
l10n/fr.js
80
l10n/fr.js
@@ -21,57 +21,14 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} en {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} à {board}",
|
||||
"You have archived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
|
||||
"You have unarchived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a archivé le tableau {board}",
|
||||
"You have created a new stack {stack} on {board}" : "Vous avez créé une nouvelle pile {stack} sur {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} a créé une nouvelle pile {stack} sur {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Vous avez renommé la pile {before} en {stack} sur {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} a renommé la pile {before} en {stack} sur {board}",
|
||||
"You have deleted {stack} on {board}" : "Vous avez supprimé {stack} de {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} a supprimé {stack} de {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Vous avez créé {card} dans {stack} sur {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} a créé {card} dans {stack} sur {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Vous avez supprimé {card} dans {stack} sur {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} a supprimé {card} dans {stack} sur {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pille {stack} sur le tableau {board}",
|
||||
"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}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Vous avez ajouté une description à {card} dans {stack} sur {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} a ajouté une description à {card} dans {stack} sur {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Vous avez mis à jour la description de {card} dans {stack} sur {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} a mis à jour la description de {card} dans {stack} sur {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Vous avez archivé {card} dans {stack} sur {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} a archivé {card} dans {stack} sur {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Vous avez désarchivé {card} dans {stack} sur {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} a désarchivé {card} dans {stack} sur {board}",
|
||||
"You have removed the due date of {card}" : "Vous avez supprimé la date d'échéance de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} a supprimé la date d'échéance de {card}",
|
||||
"You have set the due date of {card} to {after}" : "Vous avez défini la date d'échéance de {card} à {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} a défini la date d'échéance de {card} à {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Vous avez mis à jour la date d'échéance de {card} à {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} a mis à jour la date d'échéance de {card} à {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Vous avez ajouté l'étiquette {label} à {card} dans {stack} sur {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} a ajouté l'étiquette {label} à {card} dans {stack} sur {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Vous avez supprimé l'étiquette {label} de {card} dans {stack} sur {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} a supprimé l'étiquette {label} de {card} dans {stack} sur {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Vous avez assigné {assigneduser} à {card} sur {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} a assigné {assigneduser} à {card} sur {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Vous avez retiré {assigneduser} de {card} sur {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} a retiré {assigneduser} de {card} sur {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de {stackBefore} vers {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de {stackBefore} vers {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Vous avez ajouté la pièce jointe {attachment} à {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} a ajouté la pièce jointe {attachment} à {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Vous avez mis à jour la pièce jointe {attachment} de {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} a mis à jour la pièce jointe {attachment} de {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Vous avez supprimé la pièce jointe {attachment} du tableau {board}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} a supprimé la pièce jointe {attachment} de la carte {card} ",
|
||||
"You have restored the attachment {attachment} to {card}" : "Vous avez restauré la pièce jointe {attachment} à {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} a restauré la pièce jointe {attachment} à {card}",
|
||||
"You have commented on {card}" : "Vous avez commenté {card}",
|
||||
"{user} has commented on {card}" : "{user} a commenté {card}",
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personnel",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
||||
@@ -108,17 +65,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Afficher les cartes archivées",
|
||||
"Hide archived cards" : "Masquer les cartes archivées",
|
||||
"Toggle compact mode" : "Basculer le mode compact",
|
||||
"Board details" : "Détails du tableau",
|
||||
"Show board details" : "Afficher les détails du tableau",
|
||||
"All Boards" : "Tous les tableaux",
|
||||
"Archived boards" : "Tableaux archivés",
|
||||
"Share board" : "Partager le tableau",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
|
||||
"Actions" : "Actions",
|
||||
"Assign to me" : "Me l'assigner",
|
||||
"Unassign from me" : "Me le désassigner",
|
||||
"Archive" : "Archiver",
|
||||
"Unarchive" : "Ne plus archiver",
|
||||
"Delete" : "Supprimer",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
|
||||
"Assign card to me" : "Assignez-moi la carte",
|
||||
"Unassign card from me" : "Retirez-moi la carte",
|
||||
"Archive card" : "Archiver la carte",
|
||||
"Unarchive card" : "Ne plus archiver la carte",
|
||||
"Delete card" : "Supprimer la carte",
|
||||
"Enter a card title" : "Saisissez un titre de carte",
|
||||
"Add card" : "Ajouter une carte",
|
||||
"Close" : "Fermer",
|
||||
@@ -130,11 +87,14 @@ OC.L10N.register(
|
||||
"Access for" : "Accès pour ",
|
||||
"No matching user or group found." : "Aucun utilisateur ou groupe correspondant trouvé",
|
||||
"Loading" : "Chargement",
|
||||
"Share" : "Partager",
|
||||
"Edit" : "Modifier",
|
||||
"Share" : "Partager",
|
||||
"Manage" : "Gérer",
|
||||
"Discard share" : "Supprimer le partage",
|
||||
"Update" : "Mettre à jour",
|
||||
"Sharing has been disabled for your account." : "Le partage a été désactivé pour votre compte.",
|
||||
"Update tag" : "Mettre à jour l'étiquette",
|
||||
"Edit tag" : "Modifier l'étiquette",
|
||||
"Delete tag" : "Supprimer l'étiquette",
|
||||
"Create" : "Créer",
|
||||
"Create a new tag" : "Créer une nouvelle étiquette",
|
||||
"Deleted stacks" : "Piles supprimées",
|
||||
@@ -149,16 +109,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Archiver le tableau",
|
||||
"Unarchive board" : "Ne plus archiver le tableau",
|
||||
"Delete board" : "Supprimer le tableau",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Update board" : "Mettre à jour le tableau",
|
||||
"Reset board" : "Réinitialiser le tableau",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annuler la suppression du tableau - Autrement le tableau sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Create new board" : "Créer un nouveau tableau",
|
||||
"New board title" : "Nouveau titre pour le tableau",
|
||||
"Create board" : "Créer le tableau",
|
||||
"Select an attachment" : "Sélectionner une pièce jointe",
|
||||
"Cancel upload" : "Annuler le téléversement",
|
||||
"by" : "par",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annuler la suppression du fichier - Autrement le fichier sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo file deletion" : "Annuler la suppression du fichier",
|
||||
"Insert the file into the description" : "Insérer le fichier dans la description",
|
||||
"Delete attachment" : "Supprimer la pièce jointe",
|
||||
"Modified:" : "Modifié le :",
|
||||
"Created:" : "Créé le :",
|
||||
"Choose a tag" : "Choisir une étiquette",
|
||||
@@ -174,13 +137,14 @@ OC.L10N.register(
|
||||
"Attachments" : "Pièces jointes",
|
||||
"Saved" : "Enregistré",
|
||||
"Unsaved changes" : "Modifications non sauvegardées",
|
||||
"Formatting help" : "Aide sur la mise en forme",
|
||||
"Insert attachment" : "Insérer une pièce jointe",
|
||||
"Formatting help" : "Aide sur la mise en forme",
|
||||
"Upload attachment" : "Téléverser la pièce jointe",
|
||||
"Add a card description…" : "Ajouter une description pour la carte",
|
||||
"Shared boards" : "Tableaux partagés",
|
||||
"View more" : "Voir plus",
|
||||
"Move board to archive" : "Déplacer le tableau vers l'archive",
|
||||
"Create a new board" : "Créer un nouveau tableau"
|
||||
"Create a new board" : "Créer un nouveau tableau",
|
||||
"Settings" : "Paramètres",
|
||||
"Limit deck to groups" : "Limiter deck aux groupes"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
80
l10n/fr.json
80
l10n/fr.json
@@ -19,57 +19,14 @@
|
||||
"You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}",
|
||||
"You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} en {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} à {board}",
|
||||
"You have archived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has archived the board {before}" : "{user} a archivé le tableau {before}",
|
||||
"You have unarchived the board {board}" : "Vous avez archivé le tableau {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} a archivé le tableau {board}",
|
||||
"You have created a new stack {stack} on {board}" : "Vous avez créé une nouvelle pile {stack} sur {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} a créé une nouvelle pile {stack} sur {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Vous avez renommé la pile {before} en {stack} sur {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} a renommé la pile {before} en {stack} sur {board}",
|
||||
"You have deleted {stack} on {board}" : "Vous avez supprimé {stack} de {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} a supprimé {stack} de {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Vous avez créé {card} dans {stack} sur {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} a créé {card} dans {stack} sur {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Vous avez supprimé {card} dans {stack} sur {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} a supprimé {card} dans {stack} sur {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Vous avez créé une nouvelle pille {stack} sur le tableau {board}",
|
||||
"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}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Vous avez ajouté une description à {card} dans {stack} sur {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} a ajouté une description à {card} dans {stack} sur {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Vous avez mis à jour la description de {card} dans {stack} sur {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} a mis à jour la description de {card} dans {stack} sur {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Vous avez archivé {card} dans {stack} sur {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} a archivé {card} dans {stack} sur {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Vous avez désarchivé {card} dans {stack} sur {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} a désarchivé {card} dans {stack} sur {board}",
|
||||
"You have removed the due date of {card}" : "Vous avez supprimé la date d'échéance de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} a supprimé la date d'échéance de {card}",
|
||||
"You have set the due date of {card} to {after}" : "Vous avez défini la date d'échéance de {card} à {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} a défini la date d'échéance de {card} à {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Vous avez mis à jour la date d'échéance de {card} à {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} a mis à jour la date d'échéance de {card} à {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Vous avez ajouté l'étiquette {label} à {card} dans {stack} sur {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} a ajouté l'étiquette {label} à {card} dans {stack} sur {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Vous avez supprimé l'étiquette {label} de {card} dans {stack} sur {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} a supprimé l'étiquette {label} de {card} dans {stack} sur {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Vous avez assigné {assigneduser} à {card} sur {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} a assigné {assigneduser} à {card} sur {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Vous avez retiré {assigneduser} de {card} sur {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} a retiré {assigneduser} de {card} sur {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Vous avez déplacé la carte {card} de {stackBefore} vers {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} a déplacé la carte {card} de {stackBefore} vers {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Vous avez ajouté la pièce jointe {attachment} à {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} a ajouté la pièce jointe {attachment} à {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Vous avez mis à jour la pièce jointe {attachment} de {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} a mis à jour la pièce jointe {attachment} de {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Vous avez supprimé la pièce jointe {attachment} du tableau {board}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} a supprimé la pièce jointe {attachment} de la carte {card} ",
|
||||
"You have restored the attachment {attachment} to {card}" : "Vous avez restauré la pièce jointe {attachment} à {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} a restauré la pièce jointe {attachment} à {card}",
|
||||
"You have commented on {card}" : "Vous avez commenté {card}",
|
||||
"{user} has commented on {card}" : "{user} a commenté {card}",
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personnel",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
||||
@@ -106,17 +63,17 @@
|
||||
"Show archived cards" : "Afficher les cartes archivées",
|
||||
"Hide archived cards" : "Masquer les cartes archivées",
|
||||
"Toggle compact mode" : "Basculer le mode compact",
|
||||
"Board details" : "Détails du tableau",
|
||||
"Show board details" : "Afficher les détails du tableau",
|
||||
"All Boards" : "Tous les tableaux",
|
||||
"Archived boards" : "Tableaux archivés",
|
||||
"Share board" : "Partager le tableau",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
|
||||
"Actions" : "Actions",
|
||||
"Assign to me" : "Me l'assigner",
|
||||
"Unassign from me" : "Me le désassigner",
|
||||
"Archive" : "Archiver",
|
||||
"Unarchive" : "Ne plus archiver",
|
||||
"Delete" : "Supprimer",
|
||||
"Drop your files here to upload it to the card" : "Déposez vos fichiers ici pour les téléverser sur la carte",
|
||||
"Assign card to me" : "Assignez-moi la carte",
|
||||
"Unassign card from me" : "Retirez-moi la carte",
|
||||
"Archive card" : "Archiver la carte",
|
||||
"Unarchive card" : "Ne plus archiver la carte",
|
||||
"Delete card" : "Supprimer la carte",
|
||||
"Enter a card title" : "Saisissez un titre de carte",
|
||||
"Add card" : "Ajouter une carte",
|
||||
"Close" : "Fermer",
|
||||
@@ -128,11 +85,14 @@
|
||||
"Access for" : "Accès pour ",
|
||||
"No matching user or group found." : "Aucun utilisateur ou groupe correspondant trouvé",
|
||||
"Loading" : "Chargement",
|
||||
"Share" : "Partager",
|
||||
"Edit" : "Modifier",
|
||||
"Share" : "Partager",
|
||||
"Manage" : "Gérer",
|
||||
"Discard share" : "Supprimer le partage",
|
||||
"Update" : "Mettre à jour",
|
||||
"Sharing has been disabled for your account." : "Le partage a été désactivé pour votre compte.",
|
||||
"Update tag" : "Mettre à jour l'étiquette",
|
||||
"Edit tag" : "Modifier l'étiquette",
|
||||
"Delete tag" : "Supprimer l'étiquette",
|
||||
"Create" : "Créer",
|
||||
"Create a new tag" : "Créer une nouvelle étiquette",
|
||||
"Deleted stacks" : "Piles supprimées",
|
||||
@@ -147,16 +107,19 @@
|
||||
"Archive board" : "Archiver le tableau",
|
||||
"Unarchive board" : "Ne plus archiver le tableau",
|
||||
"Delete board" : "Supprimer le tableau",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Update board" : "Mettre à jour le tableau",
|
||||
"Reset board" : "Réinitialiser le tableau",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annuler la suppression du tableau - Autrement le tableau sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Create new board" : "Créer un nouveau tableau",
|
||||
"New board title" : "Nouveau titre pour le tableau",
|
||||
"Create board" : "Créer le tableau",
|
||||
"Select an attachment" : "Sélectionner une pièce jointe",
|
||||
"Cancel upload" : "Annuler le téléversement",
|
||||
"by" : "par",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annuler la suppression du fichier - Autrement le fichier sera supprimé lors du prochain lancement de la tâche cron.",
|
||||
"Undo file deletion" : "Annuler la suppression du fichier",
|
||||
"Insert the file into the description" : "Insérer le fichier dans la description",
|
||||
"Delete attachment" : "Supprimer la pièce jointe",
|
||||
"Modified:" : "Modifié le :",
|
||||
"Created:" : "Créé le :",
|
||||
"Choose a tag" : "Choisir une étiquette",
|
||||
@@ -172,13 +135,14 @@
|
||||
"Attachments" : "Pièces jointes",
|
||||
"Saved" : "Enregistré",
|
||||
"Unsaved changes" : "Modifications non sauvegardées",
|
||||
"Formatting help" : "Aide sur la mise en forme",
|
||||
"Insert attachment" : "Insérer une pièce jointe",
|
||||
"Formatting help" : "Aide sur la mise en forme",
|
||||
"Upload attachment" : "Téléverser la pièce jointe",
|
||||
"Add a card description…" : "Ajouter une description pour la carte",
|
||||
"Shared boards" : "Tableaux partagés",
|
||||
"View more" : "Voir plus",
|
||||
"Move board to archive" : "Déplacer le tableau vers l'archive",
|
||||
"Create a new board" : "Créer un nouveau tableau"
|
||||
"Create a new board" : "Créer un nouveau tableau",
|
||||
"Settings" : "Paramètres",
|
||||
"Limit deck to groups" : "Limiter deck aux groupes"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
11
l10n/he.js
11
l10n/he.js
@@ -28,13 +28,9 @@ OC.L10N.register(
|
||||
"Submit" : "הגשה",
|
||||
"Show archived cards" : "הצגת כרטיסים בארכיון",
|
||||
"Hide archived cards" : "הסתרת כרטיסים בארכיון",
|
||||
"Board details" : "פרטי לוח",
|
||||
"All Boards" : "כל הלוחות",
|
||||
"Archived boards" : "לוחות שנשמרו בארכיון",
|
||||
"Drop your files here to upload it to the card" : "ניתן להשליך את הקבצים שלך כאן כדי להעלות אותם לכרטיס",
|
||||
"Archive" : "לארכיון",
|
||||
"Unarchive" : "הוצאה מהארכיון",
|
||||
"Delete" : "מחיקה",
|
||||
"Enter a card title" : "נא להקליד כותרת לכרטיס",
|
||||
"Add card" : "הוספת כרטיס",
|
||||
"Close" : "סגירה",
|
||||
@@ -44,11 +40,10 @@ OC.L10N.register(
|
||||
"Access for" : "גישה לטובת",
|
||||
"No matching user or group found." : "לא נמצא משתמש או קבוצה.",
|
||||
"Loading" : "בטעינה",
|
||||
"Share" : "שיתוף",
|
||||
"Edit" : "עריכה",
|
||||
"Share" : "שיתוף",
|
||||
"Manage" : "ניהול",
|
||||
"Discard share" : "התעלמות משיתוף",
|
||||
"Update" : "עדכון",
|
||||
"Create" : "יצירה",
|
||||
"Create a new tag" : "יצירת תגית חדשה",
|
||||
"Status" : "מצב",
|
||||
@@ -59,7 +54,6 @@ OC.L10N.register(
|
||||
"Archive board" : "העברת לוח לארכיון",
|
||||
"Unarchive board" : "הוצאת ארכיון מהלוח",
|
||||
"Delete board" : "מחיקת לו",
|
||||
"Reset" : "איפוס",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "ביטול מחיקת לוח - אחרת הלוח יימחק במהלך ריצת ה־cronjob הבאה.",
|
||||
"Create new board" : "יצירת לוח חדש",
|
||||
"New board title" : "כותרת לוח חדשה",
|
||||
@@ -84,12 +78,11 @@ OC.L10N.register(
|
||||
"Attachments" : "קבצים מצורפים",
|
||||
"Saved" : "נשמר",
|
||||
"Unsaved changes" : "שינויים שלא נשמרו",
|
||||
"Formatting help" : "עזרה בסידור בתבנית",
|
||||
"Insert attachment" : "הוספת קובץ מצורף",
|
||||
"Formatting help" : "עזרה בסידור בתבנית",
|
||||
"Upload attachment" : "העלאת קבצים מצורפים",
|
||||
"Add a card description…" : "הוספת תיאור כרטיס…",
|
||||
"Shared boards" : "לוחות משותפים",
|
||||
"View more" : "הצגת עוד",
|
||||
"Move board to archive" : "העברת לוח לארכיון",
|
||||
"Create a new board" : "יצירת לוח חדש"
|
||||
},
|
||||
|
||||
11
l10n/he.json
11
l10n/he.json
@@ -26,13 +26,9 @@
|
||||
"Submit" : "הגשה",
|
||||
"Show archived cards" : "הצגת כרטיסים בארכיון",
|
||||
"Hide archived cards" : "הסתרת כרטיסים בארכיון",
|
||||
"Board details" : "פרטי לוח",
|
||||
"All Boards" : "כל הלוחות",
|
||||
"Archived boards" : "לוחות שנשמרו בארכיון",
|
||||
"Drop your files here to upload it to the card" : "ניתן להשליך את הקבצים שלך כאן כדי להעלות אותם לכרטיס",
|
||||
"Archive" : "לארכיון",
|
||||
"Unarchive" : "הוצאה מהארכיון",
|
||||
"Delete" : "מחיקה",
|
||||
"Enter a card title" : "נא להקליד כותרת לכרטיס",
|
||||
"Add card" : "הוספת כרטיס",
|
||||
"Close" : "סגירה",
|
||||
@@ -42,11 +38,10 @@
|
||||
"Access for" : "גישה לטובת",
|
||||
"No matching user or group found." : "לא נמצא משתמש או קבוצה.",
|
||||
"Loading" : "בטעינה",
|
||||
"Share" : "שיתוף",
|
||||
"Edit" : "עריכה",
|
||||
"Share" : "שיתוף",
|
||||
"Manage" : "ניהול",
|
||||
"Discard share" : "התעלמות משיתוף",
|
||||
"Update" : "עדכון",
|
||||
"Create" : "יצירה",
|
||||
"Create a new tag" : "יצירת תגית חדשה",
|
||||
"Status" : "מצב",
|
||||
@@ -57,7 +52,6 @@
|
||||
"Archive board" : "העברת לוח לארכיון",
|
||||
"Unarchive board" : "הוצאת ארכיון מהלוח",
|
||||
"Delete board" : "מחיקת לו",
|
||||
"Reset" : "איפוס",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "ביטול מחיקת לוח - אחרת הלוח יימחק במהלך ריצת ה־cronjob הבאה.",
|
||||
"Create new board" : "יצירת לוח חדש",
|
||||
"New board title" : "כותרת לוח חדשה",
|
||||
@@ -82,12 +76,11 @@
|
||||
"Attachments" : "קבצים מצורפים",
|
||||
"Saved" : "נשמר",
|
||||
"Unsaved changes" : "שינויים שלא נשמרו",
|
||||
"Formatting help" : "עזרה בסידור בתבנית",
|
||||
"Insert attachment" : "הוספת קובץ מצורף",
|
||||
"Formatting help" : "עזרה בסידור בתבנית",
|
||||
"Upload attachment" : "העלאת קבצים מצורפים",
|
||||
"Add a card description…" : "הוספת תיאור כרטיס…",
|
||||
"Shared boards" : "לוחות משותפים",
|
||||
"View more" : "הצגת עוד",
|
||||
"Move board to archive" : "העברת לוח לארכיון",
|
||||
"Create a new board" : "יצירת לוח חדש"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||
|
||||
30
l10n/hu.js
30
l10n/hu.js
@@ -14,32 +14,39 @@ OC.L10N.register(
|
||||
"To review" : "Áttekinteni",
|
||||
"Action needed" : "Művelet szükséges",
|
||||
"Later" : "Később",
|
||||
"Done" : "Kész",
|
||||
"The file was uploaded" : "A fájl fel lett töltve.",
|
||||
"The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve",
|
||||
"No file was uploaded" : "Nincs feltöltött fájl",
|
||||
"Missing a temporary folder" : "Átmeneti mappa hiányzik",
|
||||
"Could not write file to disk" : "Nem lehet a fájlt diszkre írni",
|
||||
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
|
||||
"Add a new stack" : "Új rakás hozzáadása",
|
||||
"Submit" : "Küldés",
|
||||
"Show archived cards" : "Archív kártyák mutatása",
|
||||
"Hide archived cards" : "Archív kártyák elrejtése",
|
||||
"Board details" : "Tábla részletek",
|
||||
"Show board details" : "Tábla részleteinek mutatása",
|
||||
"All Boards" : "Minden tábla",
|
||||
"Archived boards" : "Archív táblák",
|
||||
"Share board" : "Tábla megosztása",
|
||||
"Archive" : "Archívum",
|
||||
"Unarchive" : "Archiválás visszavonása",
|
||||
"Delete" : "Törlés",
|
||||
"Actions" : "Műveletek",
|
||||
"Drop your files here to upload it to the card" : "Dobd ide a fájljaidat a kártyához való feltöltéshez",
|
||||
"Enter a card title" : "Adj meg egy kártya címet",
|
||||
"Add card" : "Kártya hozzáadása",
|
||||
"Close" : "Bezárás",
|
||||
"Sharing" : "Megosztás",
|
||||
"Tags" : "Címkék",
|
||||
"Deleted items" : "Törölt elemek",
|
||||
"Timeline" : "Idővonal",
|
||||
"Select users or groups to share with" : "Válassz felhasználókat vagy csoportokat a megosztáshoz",
|
||||
"Access for" : "Hozzáfér",
|
||||
"No matching user or group found." : "Nem található egyező felhasználó vagy csoport.",
|
||||
"Loading" : "Betöltés",
|
||||
"Share" : "Megosztás",
|
||||
"Edit" : "Szerkesztés",
|
||||
"Share" : "Megosztás",
|
||||
"Manage" : "Kezelés",
|
||||
"Discard share" : "Megosztás figyelmen kívül hagyása",
|
||||
"Update" : "Módosítás",
|
||||
"Delete tag" : "Címke törlés",
|
||||
"Create" : "Létrehozás",
|
||||
"Create a new tag" : "Új címke létrehozása",
|
||||
"Deleted cards" : "Törölt kártyák",
|
||||
@@ -51,14 +58,17 @@ OC.L10N.register(
|
||||
"Archive board" : "Tábla archiválása",
|
||||
"Unarchive board" : "Tábla archiválásának visszavonása",
|
||||
"Delete board" : "Tábla törlése",
|
||||
"Reset" : "Visszaállítás",
|
||||
"Update board" : "Tábla frissítése",
|
||||
"Reset board" : "Tábla visszaállítás",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Táblatörlés visszavonása - Egyébként a tábla a következő időzített folyamatfutáskor törlődik.",
|
||||
"Create new board" : "Új tábla",
|
||||
"New board title" : "Új tábla címe",
|
||||
"Create board" : "Tábla készítése",
|
||||
"Select an attachment" : "Melléklet kiválasztása",
|
||||
"by" : "tőle: ",
|
||||
"Undo file deletion" : "Fájltörlés visszavonása",
|
||||
"Insert the file into the description" : "Illeszd be a fájlt a leírásba",
|
||||
"Delete attachment" : "Melléklet törlése",
|
||||
"Modified:" : "Módosítva:",
|
||||
"Created:" : "Létrehozva:",
|
||||
"Choose a tag" : "Válassz címkét",
|
||||
@@ -74,13 +84,13 @@ OC.L10N.register(
|
||||
"Attachments" : "Mellékletek",
|
||||
"Saved" : "Elmentve",
|
||||
"Unsaved changes" : "Mentetlen változtatások",
|
||||
"Formatting help" : "Formázási segítség",
|
||||
"Insert attachment" : "Melléklet beillesztése",
|
||||
"Formatting help" : "Formázási segítség",
|
||||
"Upload attachment" : "Melléklet feltöltése",
|
||||
"Add a card description…" : "Adj hozzá kártya leírást...",
|
||||
"Shared boards" : "Megosztott táblák",
|
||||
"View more" : "Több megtekintése",
|
||||
"Move board to archive" : "Tábla mozgatása archívumba",
|
||||
"Create a new board" : "Új tábla létrehozása"
|
||||
"Create a new board" : "Új tábla létrehozása",
|
||||
"Settings" : "Beállítások"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
30
l10n/hu.json
30
l10n/hu.json
@@ -12,32 +12,39 @@
|
||||
"To review" : "Áttekinteni",
|
||||
"Action needed" : "Művelet szükséges",
|
||||
"Later" : "Később",
|
||||
"Done" : "Kész",
|
||||
"The file was uploaded" : "A fájl fel lett töltve.",
|
||||
"The file was only partially uploaded" : "A fájl csak részlegesen lett feltöltve",
|
||||
"No file was uploaded" : "Nincs feltöltött fájl",
|
||||
"Missing a temporary folder" : "Átmeneti mappa hiányzik",
|
||||
"Could not write file to disk" : "Nem lehet a fájlt diszkre írni",
|
||||
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
|
||||
"Add a new stack" : "Új rakás hozzáadása",
|
||||
"Submit" : "Küldés",
|
||||
"Show archived cards" : "Archív kártyák mutatása",
|
||||
"Hide archived cards" : "Archív kártyák elrejtése",
|
||||
"Board details" : "Tábla részletek",
|
||||
"Show board details" : "Tábla részleteinek mutatása",
|
||||
"All Boards" : "Minden tábla",
|
||||
"Archived boards" : "Archív táblák",
|
||||
"Share board" : "Tábla megosztása",
|
||||
"Archive" : "Archívum",
|
||||
"Unarchive" : "Archiválás visszavonása",
|
||||
"Delete" : "Törlés",
|
||||
"Actions" : "Műveletek",
|
||||
"Drop your files here to upload it to the card" : "Dobd ide a fájljaidat a kártyához való feltöltéshez",
|
||||
"Enter a card title" : "Adj meg egy kártya címet",
|
||||
"Add card" : "Kártya hozzáadása",
|
||||
"Close" : "Bezárás",
|
||||
"Sharing" : "Megosztás",
|
||||
"Tags" : "Címkék",
|
||||
"Deleted items" : "Törölt elemek",
|
||||
"Timeline" : "Idővonal",
|
||||
"Select users or groups to share with" : "Válassz felhasználókat vagy csoportokat a megosztáshoz",
|
||||
"Access for" : "Hozzáfér",
|
||||
"No matching user or group found." : "Nem található egyező felhasználó vagy csoport.",
|
||||
"Loading" : "Betöltés",
|
||||
"Share" : "Megosztás",
|
||||
"Edit" : "Szerkesztés",
|
||||
"Share" : "Megosztás",
|
||||
"Manage" : "Kezelés",
|
||||
"Discard share" : "Megosztás figyelmen kívül hagyása",
|
||||
"Update" : "Módosítás",
|
||||
"Delete tag" : "Címke törlés",
|
||||
"Create" : "Létrehozás",
|
||||
"Create a new tag" : "Új címke létrehozása",
|
||||
"Deleted cards" : "Törölt kártyák",
|
||||
@@ -49,14 +56,17 @@
|
||||
"Archive board" : "Tábla archiválása",
|
||||
"Unarchive board" : "Tábla archiválásának visszavonása",
|
||||
"Delete board" : "Tábla törlése",
|
||||
"Reset" : "Visszaállítás",
|
||||
"Update board" : "Tábla frissítése",
|
||||
"Reset board" : "Tábla visszaállítás",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Táblatörlés visszavonása - Egyébként a tábla a következő időzített folyamatfutáskor törlődik.",
|
||||
"Create new board" : "Új tábla",
|
||||
"New board title" : "Új tábla címe",
|
||||
"Create board" : "Tábla készítése",
|
||||
"Select an attachment" : "Melléklet kiválasztása",
|
||||
"by" : "tőle: ",
|
||||
"Undo file deletion" : "Fájltörlés visszavonása",
|
||||
"Insert the file into the description" : "Illeszd be a fájlt a leírásba",
|
||||
"Delete attachment" : "Melléklet törlése",
|
||||
"Modified:" : "Módosítva:",
|
||||
"Created:" : "Létrehozva:",
|
||||
"Choose a tag" : "Válassz címkét",
|
||||
@@ -72,13 +82,13 @@
|
||||
"Attachments" : "Mellékletek",
|
||||
"Saved" : "Elmentve",
|
||||
"Unsaved changes" : "Mentetlen változtatások",
|
||||
"Formatting help" : "Formázási segítség",
|
||||
"Insert attachment" : "Melléklet beillesztése",
|
||||
"Formatting help" : "Formázási segítség",
|
||||
"Upload attachment" : "Melléklet feltöltése",
|
||||
"Add a card description…" : "Adj hozzá kártya leírást...",
|
||||
"Shared boards" : "Megosztott táblák",
|
||||
"View more" : "Több megtekintése",
|
||||
"Move board to archive" : "Tábla mozgatása archívumba",
|
||||
"Create a new board" : "Új tábla létrehozása"
|
||||
"Create a new board" : "Új tábla létrehozása",
|
||||
"Settings" : "Beállítások"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
68
l10n/is.js
68
l10n/is.js
@@ -1,20 +1,48 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "Settu inn efni í athugasemdina þína",
|
||||
"Posting the comment failed." : "Ekki tókst að setja inn athugasemdina.",
|
||||
"The comment has been deleted" : "Athugasemdinni hefur verið eytt",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Tengdum stafla var einnig eytt, hann verðir þá líka endurheimtur.",
|
||||
"Restore associated stack" : "Endurheimta tengdann stafla",
|
||||
"Remove user from card" : "Fjarlægja notanda af spjaldi",
|
||||
"Hours" : "klukkustundir",
|
||||
"Minutes" : "mínútur",
|
||||
"Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}",
|
||||
"You have created a new board {board}" : "Þú hefur búið til nýja borðið {board}",
|
||||
"{user} has created a new board {board}" : "{user} hefur búið til nýja borðið {board}",
|
||||
"You have deleted the board {board}" : "Þú hefur eytt borðinu {board}",
|
||||
"{user} has deleted the board {board}" : "{user} hefur eytt borðinu {board}",
|
||||
"You have restored the board {board}" : "Þú hefur endurheimt borðið {board}",
|
||||
"{user} has restored the board {board}" : "{user} hefur endurheimt borðið {board}",
|
||||
"You have shared the board {board} with {acl}" : "Þú hefur deilt borðinu {board} með {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hefur deilt borðinu {board} með {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Þú fjarlægðir {acl} af borðinu {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} fjarlægði {acl} af borðinu {board}",
|
||||
"You have renamed the board {before} to {board}" : "Þú hefur endurnefnt borðið {before} sem {board}",
|
||||
"You have archived the board {board}" : "Þú settir borðið {board} í geymslu",
|
||||
"{user} has archived the board {before}" : "{user} setti borðið {before} í geymslu",
|
||||
"You have unarchived the board {board}" : "Þú tókst borðið {board} úr geymslu",
|
||||
"{user} has unarchived the board {before}" : "{user} tók borðið {before} úr geymslu",
|
||||
"You have renamed the card {before} to {card}" : "Þú hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"Deck" : "Dekk",
|
||||
"Personal" : "Einka",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hefur úthlutað spjaldinu \"%s\" á \"%s\" til þín.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s minntist á þig í athugasemd við \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} minntist á þig í athugasemd við \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Borðinu \"%s\" hefur verið deilt með þér af %s.",
|
||||
"{user} has shared the board %s with you." : "{user} deildi borðinu %s með þér.",
|
||||
"No data was provided to create an attachment." : "Engin gögn voru gefin til að útbúa viðhengi.",
|
||||
"Finished" : "Lokið",
|
||||
"To review" : "Til að yfirfara",
|
||||
"Action needed" : "Aðgerðar krafist",
|
||||
"Later" : "Seinna",
|
||||
"To do" : "Verkefni",
|
||||
"Doing" : "Er að gera",
|
||||
"Done" : "Lokið",
|
||||
"Example Task 3" : "Dæmi um verkefni 3",
|
||||
"Example Task 2" : "Dæmi um verkefni 2",
|
||||
@@ -27,36 +55,50 @@ OC.L10N.register(
|
||||
"Missing a temporary folder" : "Vantar bráðabirgðamöppu",
|
||||
"Could not write file to disk" : "Tókst ekki að skrifa skrá á disk.",
|
||||
"A PHP extension stopped the file upload" : "PHP-viðbót stöðvaði innsendingu skráar",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Engin innsend skrá eða að skráarstærð fór fram úr hámarksstæðinni %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Verkefna- og persónuupplýsingastjórnun í kanban-stíl fyrir Nextcloud",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Add a new stack" : "Bæta við nýjum stafla",
|
||||
"Submit" : "Senda inn",
|
||||
"Show archived cards" : "Sýna spjöld í geymslu",
|
||||
"Hide archived cards" : "Fela spjöld í geymslu",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Toggle compact mode" : "Víxla þjöppuðum ham af/á",
|
||||
"Show board details" : "Birta nánari upplýsingar um borð",
|
||||
"All Boards" : "Öll borð",
|
||||
"Archived boards" : "Borð í geymslu",
|
||||
"Share board" : "Deila borði",
|
||||
"Actions" : "Aðgerðir",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign from me" : "Aftengja úthlutun til mín",
|
||||
"Archive" : "Setja í safnskrá",
|
||||
"Unarchive" : "Taka úr geymslu",
|
||||
"Delete" : "Eyða",
|
||||
"Drop your files here to upload it to the card" : "Slepptu hér skrám til að senda þær inn í spjaldið",
|
||||
"Assign card to me" : "Úthluta spjaldinu til mín",
|
||||
"Unassign card from me" : "Aftengja úthlutun spjalds til mín",
|
||||
"Archive card" : "Setja spjald í geymslu",
|
||||
"Unarchive card" : "Taka spjald úr geymslu",
|
||||
"Delete card" : "Eyða spjaldi",
|
||||
"Enter a card title" : "Sláðu inn titil á spjald",
|
||||
"Add card" : "Bæta við spjaldi",
|
||||
"Close" : "Loka",
|
||||
"Sharing" : "Deiling",
|
||||
"Tags" : "Merki",
|
||||
"Deleted items" : "Eydd atriði",
|
||||
"Timeline" : "Tímalína",
|
||||
"Select users or groups to share with" : "Veldu notendur eða hópa til að deila með",
|
||||
"Access for" : "Aðgangur fyrir",
|
||||
"No matching user or group found." : "Engir samsvarandi notendur eða hópar fundust.",
|
||||
"Loading" : "Hleð inn",
|
||||
"Share" : "Deila",
|
||||
"Edit" : "Breyta",
|
||||
"Share" : "Deila",
|
||||
"Manage" : "Skipuleggja",
|
||||
"Discard share" : "Henda sameign",
|
||||
"Update" : "Uppfæra",
|
||||
"Update tag" : "Uppfæra merki",
|
||||
"Edit tag" : "Breyta merki",
|
||||
"Delete tag" : "Eyða merki",
|
||||
"Create" : "Búa til",
|
||||
"Create a new tag" : "Búa til nýtt merki",
|
||||
"Deleted stacks" : "Eyddir staflar",
|
||||
"Deleted cards" : "Eydd spjöld",
|
||||
"Status" : "Staða",
|
||||
"No archived boards to display" : "Engin borð í geymslu til að sýna",
|
||||
"No shared boards to display" : "Engin deild borð til að sýna",
|
||||
"Title" : "Titill",
|
||||
"Members" : "Meðlimir",
|
||||
"More actions" : "Fleiri aðgerðir",
|
||||
@@ -64,14 +106,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Setja borð í geymslu",
|
||||
"Unarchive board" : "Taka borð úr geymslu",
|
||||
"Delete board" : "Eyða borði",
|
||||
"Reset" : "Endurstilla",
|
||||
"Update board" : "Uppfæra borð",
|
||||
"Reset board" : "Endurstilla borð",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Afturkalla eyðingu borðs - annars verður því eytt við næstu keyrslu cron-verks.",
|
||||
"Create new board" : "Búa til nýtt borð",
|
||||
"New board title" : "Nýr titill á borð",
|
||||
"Create board" : "Búa til borð",
|
||||
"Select an attachment" : "Veldu viðhengi",
|
||||
"Cancel upload" : "Hætta við innsendingu",
|
||||
"by" : "af",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Afturkalla eyðingu skráar - annars verður skránni eytt við næstu keyrslu cron-verks.",
|
||||
"Undo file deletion" : "Afturkalla eyðingu skráar",
|
||||
"Insert the file into the description" : "Settu skrána inn í lýsinguna",
|
||||
"Delete attachment" : "Eyða viðhengi",
|
||||
"Modified:" : "Breytt þann:",
|
||||
"Created:" : "Búið til:",
|
||||
"Choose a tag" : "Veldu merki",
|
||||
@@ -87,12 +134,11 @@ OC.L10N.register(
|
||||
"Attachments" : "Viðhengi",
|
||||
"Saved" : "Vistað",
|
||||
"Unsaved changes" : "Óvistaðar breytingar",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Insert attachment" : "Setja inn Viðhengi",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Upload attachment" : "Senda inn viðhengi",
|
||||
"Add a card description…" : "Settu inn lýsingu á spjaldi ...",
|
||||
"Shared boards" : "Deild borð",
|
||||
"View more" : "Skoða meira",
|
||||
"Move board to archive" : "Færa borð í geymslu",
|
||||
"Create a new board" : "Búa til nýtt borð"
|
||||
},
|
||||
|
||||
68
l10n/is.json
68
l10n/is.json
@@ -1,18 +1,46 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "Settu inn efni í athugasemdina þína",
|
||||
"Posting the comment failed." : "Ekki tókst að setja inn athugasemdina.",
|
||||
"The comment has been deleted" : "Athugasemdinni hefur verið eytt",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "Tengdum stafla var einnig eytt, hann verðir þá líka endurheimtur.",
|
||||
"Restore associated stack" : "Endurheimta tengdann stafla",
|
||||
"Remove user from card" : "Fjarlægja notanda af spjaldi",
|
||||
"Hours" : "klukkustundir",
|
||||
"Minutes" : "mínútur",
|
||||
"Maximum file size of {size} exceeded" : "Fór yfir hámarks skráarstærð {size}",
|
||||
"You have created a new board {board}" : "Þú hefur búið til nýja borðið {board}",
|
||||
"{user} has created a new board {board}" : "{user} hefur búið til nýja borðið {board}",
|
||||
"You have deleted the board {board}" : "Þú hefur eytt borðinu {board}",
|
||||
"{user} has deleted the board {board}" : "{user} hefur eytt borðinu {board}",
|
||||
"You have restored the board {board}" : "Þú hefur endurheimt borðið {board}",
|
||||
"{user} has restored the board {board}" : "{user} hefur endurheimt borðið {board}",
|
||||
"You have shared the board {board} with {acl}" : "Þú hefur deilt borðinu {board} með {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} hefur deilt borðinu {board} með {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Þú fjarlægðir {acl} af borðinu {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} fjarlægði {acl} af borðinu {board}",
|
||||
"You have renamed the board {before} to {board}" : "Þú hefur endurnefnt borðið {before} sem {board}",
|
||||
"You have archived the board {board}" : "Þú settir borðið {board} í geymslu",
|
||||
"{user} has archived the board {before}" : "{user} setti borðið {before} í geymslu",
|
||||
"You have unarchived the board {board}" : "Þú tókst borðið {board} úr geymslu",
|
||||
"{user} has unarchived the board {before}" : "{user} tók borðið {before} úr geymslu",
|
||||
"You have renamed the card {before} to {card}" : "Þú hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hefur endurnefnt spjaldið {before} sem {card}",
|
||||
"Deck" : "Dekk",
|
||||
"Personal" : "Einka",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Spjaldinu \"%s\" á \"%s\" hefur verið úthlutað til þín af %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} hefur úthlutað spjaldinu \"%s\" á \"%s\" til þín.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Spjaldið \"%s\" á \"%s\" er komið fram yfir lokadagsetningu.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s minntist á þig í athugasemd við \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} minntist á þig í athugasemd við \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "Borðinu \"%s\" hefur verið deilt með þér af %s.",
|
||||
"{user} has shared the board %s with you." : "{user} deildi borðinu %s með þér.",
|
||||
"No data was provided to create an attachment." : "Engin gögn voru gefin til að útbúa viðhengi.",
|
||||
"Finished" : "Lokið",
|
||||
"To review" : "Til að yfirfara",
|
||||
"Action needed" : "Aðgerðar krafist",
|
||||
"Later" : "Seinna",
|
||||
"To do" : "Verkefni",
|
||||
"Doing" : "Er að gera",
|
||||
"Done" : "Lokið",
|
||||
"Example Task 3" : "Dæmi um verkefni 3",
|
||||
"Example Task 2" : "Dæmi um verkefni 2",
|
||||
@@ -25,36 +53,50 @@
|
||||
"Missing a temporary folder" : "Vantar bráðabirgðamöppu",
|
||||
"Could not write file to disk" : "Tókst ekki að skrifa skrá á disk.",
|
||||
"A PHP extension stopped the file upload" : "PHP-viðbót stöðvaði innsendingu skráar",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Engin innsend skrá eða að skráarstærð fór fram úr hámarksstæðinni %s",
|
||||
"A kanban style project and personal management tool for Nextcloud" : "Verkefna- og persónuupplýsingastjórnun í kanban-stíl fyrir Nextcloud",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Add a new stack" : "Bæta við nýjum stafla",
|
||||
"Submit" : "Senda inn",
|
||||
"Show archived cards" : "Sýna spjöld í geymslu",
|
||||
"Hide archived cards" : "Fela spjöld í geymslu",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Toggle compact mode" : "Víxla þjöppuðum ham af/á",
|
||||
"Show board details" : "Birta nánari upplýsingar um borð",
|
||||
"All Boards" : "Öll borð",
|
||||
"Archived boards" : "Borð í geymslu",
|
||||
"Share board" : "Deila borði",
|
||||
"Actions" : "Aðgerðir",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign from me" : "Aftengja úthlutun til mín",
|
||||
"Archive" : "Setja í safnskrá",
|
||||
"Unarchive" : "Taka úr geymslu",
|
||||
"Delete" : "Eyða",
|
||||
"Drop your files here to upload it to the card" : "Slepptu hér skrám til að senda þær inn í spjaldið",
|
||||
"Assign card to me" : "Úthluta spjaldinu til mín",
|
||||
"Unassign card from me" : "Aftengja úthlutun spjalds til mín",
|
||||
"Archive card" : "Setja spjald í geymslu",
|
||||
"Unarchive card" : "Taka spjald úr geymslu",
|
||||
"Delete card" : "Eyða spjaldi",
|
||||
"Enter a card title" : "Sláðu inn titil á spjald",
|
||||
"Add card" : "Bæta við spjaldi",
|
||||
"Close" : "Loka",
|
||||
"Sharing" : "Deiling",
|
||||
"Tags" : "Merki",
|
||||
"Deleted items" : "Eydd atriði",
|
||||
"Timeline" : "Tímalína",
|
||||
"Select users or groups to share with" : "Veldu notendur eða hópa til að deila með",
|
||||
"Access for" : "Aðgangur fyrir",
|
||||
"No matching user or group found." : "Engir samsvarandi notendur eða hópar fundust.",
|
||||
"Loading" : "Hleð inn",
|
||||
"Share" : "Deila",
|
||||
"Edit" : "Breyta",
|
||||
"Share" : "Deila",
|
||||
"Manage" : "Skipuleggja",
|
||||
"Discard share" : "Henda sameign",
|
||||
"Update" : "Uppfæra",
|
||||
"Update tag" : "Uppfæra merki",
|
||||
"Edit tag" : "Breyta merki",
|
||||
"Delete tag" : "Eyða merki",
|
||||
"Create" : "Búa til",
|
||||
"Create a new tag" : "Búa til nýtt merki",
|
||||
"Deleted stacks" : "Eyddir staflar",
|
||||
"Deleted cards" : "Eydd spjöld",
|
||||
"Status" : "Staða",
|
||||
"No archived boards to display" : "Engin borð í geymslu til að sýna",
|
||||
"No shared boards to display" : "Engin deild borð til að sýna",
|
||||
"Title" : "Titill",
|
||||
"Members" : "Meðlimir",
|
||||
"More actions" : "Fleiri aðgerðir",
|
||||
@@ -62,14 +104,19 @@
|
||||
"Archive board" : "Setja borð í geymslu",
|
||||
"Unarchive board" : "Taka borð úr geymslu",
|
||||
"Delete board" : "Eyða borði",
|
||||
"Reset" : "Endurstilla",
|
||||
"Update board" : "Uppfæra borð",
|
||||
"Reset board" : "Endurstilla borð",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Afturkalla eyðingu borðs - annars verður því eytt við næstu keyrslu cron-verks.",
|
||||
"Create new board" : "Búa til nýtt borð",
|
||||
"New board title" : "Nýr titill á borð",
|
||||
"Create board" : "Búa til borð",
|
||||
"Select an attachment" : "Veldu viðhengi",
|
||||
"Cancel upload" : "Hætta við innsendingu",
|
||||
"by" : "af",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Afturkalla eyðingu skráar - annars verður skránni eytt við næstu keyrslu cron-verks.",
|
||||
"Undo file deletion" : "Afturkalla eyðingu skráar",
|
||||
"Insert the file into the description" : "Settu skrána inn í lýsinguna",
|
||||
"Delete attachment" : "Eyða viðhengi",
|
||||
"Modified:" : "Breytt þann:",
|
||||
"Created:" : "Búið til:",
|
||||
"Choose a tag" : "Veldu merki",
|
||||
@@ -85,12 +132,11 @@
|
||||
"Attachments" : "Viðhengi",
|
||||
"Saved" : "Vistað",
|
||||
"Unsaved changes" : "Óvistaðar breytingar",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Insert attachment" : "Setja inn Viðhengi",
|
||||
"Formatting help" : "Hjálp við að sníða",
|
||||
"Upload attachment" : "Senda inn viðhengi",
|
||||
"Add a card description…" : "Settu inn lýsingu á spjaldi ...",
|
||||
"Shared boards" : "Deild borð",
|
||||
"View more" : "Skoða meira",
|
||||
"Move board to archive" : "Færa borð í geymslu",
|
||||
"Create a new board" : "Búa til nýtt borð"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
|
||||
126
l10n/it.js
126
l10n/it.js
@@ -21,58 +21,60 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Hai rimosso {acl} dalla lavagna {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha rimosso {acl} dalla lavagna {board}",
|
||||
"You have renamed the board {before} to {board}" : "Hai rinominato la lavagna {before} in {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}",
|
||||
"You have archived the board {board}" : "Hai archiviato la lavagna {board}",
|
||||
"{user} has archived the board {before}" : "{user} ha archiviato la lavagna {before}",
|
||||
"You have unarchived the board {board}" : "Hai annullato l'archiviazione della lavagna {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} ha annullato l'archiviazione della lavagna {board}",
|
||||
"You have created a new stack {stack} on {board}" : "Hai creato una nuova pila {stack} su {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} ha creato una nuova pila {stack} su {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Hai rinominato una nuova pila {before} in {stack} su {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} ha rinominato una nuova pila {before} in {stack} su {board}",
|
||||
"You have deleted {stack} on {board}" : "Hai eliminato {stack} su {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} ha eliminato {stack} su {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Hai creato {card} in {stack} su {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} ha creato {card} in {stack} su {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Hai eliminato {card} in {stack} su {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} ha eliminato {card} in {stack} su {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Hai creato una nuova pila {stack} sulla lavagna {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} ha creato una nuova pila {stack} sulla lavagna {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Hai rinominato la pila {before} in {stack} sulla lavagna {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha rinominato la pila {before} in {stack} sulla lavagna {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Hai eliminato la pila {stack} sulla lavagna {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} ha eliminato la pila {stack} sulla lavagna {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Hai creato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Hai eliminato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nell pila {stack} sulla lavagna {board}",
|
||||
"You have renamed the card {before} to {card}" : "Hai rinominato la scheda {before} in {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha rinominato la scheda {before} in {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Hai aggiunto una descrizione a {card} in {stack} su {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} ha aggiunto una descrizione a {card} in {stack} su {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Hai aggiornato la descrizione di {card} in {stack} su {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} ha aggiornato la descrizione di {card} in {stack} su {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Hai archiviato {card} in {stack} su {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} ha archiviato {card} in {stack} su {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Hai annullato l'archiviazione di {card} in {stack} su {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} ha annullato l'archiviazione di {card} in {stack} su {board}",
|
||||
"You have removed the due date of {card}" : "Hai rimosso la data di scadenza di {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} ha rimosso la data di scadenza di {card}",
|
||||
"You have set the due date of {card} to {after}" : "Hai impostato la data di scadenza di {card} a {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} ha impostato la data di scadenza di {card} a {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Hai aggiornato la data di scadenza di {card} a {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} ha aggiornato la data di scadenza di {card} a {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Hai aggiunto l'etichetta {label} a {card} in {stack} su {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} ha aggiunto l'etichetta {label} a {card} in {stack} su {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Hai rimosso l'etichetta {label} da {card} in {stack} su {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} ha rimosso l'etichetta {label} da {card} in {stack} su {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Hai assegnato {assigneduser} a {card} su {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} ha assegnato {assigneduser} a {card} su {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Hai annullato l'assegnazione di {assigneduser} da {card} su {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} ha annullato l'assegnazione di {assigneduser} da {card} su {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Hai spostato la scheda {card} da {stackBefore} in {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} da {stackBefore} in {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Hai aggiunto l'allegato {attachment} a {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} ha aggiunto l'allegato {attachment} a {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Hai aggiornato l'allegato {attachment} su {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} ha aggiornato l'allegato {attachment} su {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Hai eliminato l'allegato {attachment} da {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} ha eliminato l'allegato {attachment} da {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Hai ripristinato l'allegato {attachment} in {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} ha ripristinato l'allegato {attachment} in {card}",
|
||||
"You have commented on {card}" : "Hai commentato su {card}",
|
||||
"{user} has commented on {card}" : "{user} ha commentato su {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Hai aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Hai aggiornato la descrizione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} ha aggiornato la descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Hai archiviato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archiviato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Hai annullato l'archiviazione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha annullato l'archiviazione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have removed the due date of card {card}" : "Hai rimosso la data di scadenza della scheda {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} ha rimosso la data di scadenza dalla scheda {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Hai impostato la data di scadenza della scheda {card} a {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} ha impostato la data di scadenza dell scheda {card} a {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Hai aggiornato la data di scadenza della scheda {card} a {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} ha aggiornato la data di scadenza della scheda {card} a {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Hai aggiunto l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Hai rimosso l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha rimosso l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Hai assegnato {assigneduser} alla scheda {card} sulla lavagna {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assegnato {assigneduser} alla scheda {card} sulla lavagna {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Hai annullato l'assegnazione di {assigneduser} da scheda {card} sulla lavagna {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha annullato l'assegnazione di {assigneduser} dalla scheda {card} sulla lavagna {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Hai spostato la scheda {card} dalla pila {stackBefore} in {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dalla pila {stackBefore} in {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Hai aggiunto l'allegato {attachment} alla scheda {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} ha aggiunto l'allegato {attachment} alla scheda {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Hai aggiornato l'allegato {attachment} sulla scheda {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} ha aggiornato l'allegato {attachment} sulla scheda {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Hai eliminato l'allegato {attachment} dalla scheda {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} ha eliminato l'allegato {attachment} della scheda {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Hai ripristinato l'allegato {attachment} nella scheda {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} ha ripristinato l'allegato {attachment} nella scheda {card}",
|
||||
"You have commented on card {card}" : "Hai commentato sulla scheda {card}",
|
||||
"{user} has commented on card {card}" : "{user} ha commentato sulla scheda {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modifiche nell'<strong>applicazione Deck</strong>",
|
||||
"Personal" : "Personale",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".",
|
||||
@@ -108,17 +110,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Mostra le carte archiviate",
|
||||
"Hide archived cards" : "Nascondi le carte archiviate",
|
||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||
"Board details" : "Dettaglio lavagna",
|
||||
"Show board details" : "Mostra dettagli della lavagna",
|
||||
"All Boards" : "Tutte le lavagne",
|
||||
"Archived boards" : "Lavagne archiviate",
|
||||
"Share board" : "Condividi lavagna",
|
||||
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
|
||||
"Actions" : "Azioni",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign from me" : "Rimuovi assegnazione da me",
|
||||
"Archive" : "Archivio",
|
||||
"Unarchive" : "Togli dall'archivio",
|
||||
"Delete" : "Elimina",
|
||||
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
|
||||
"Assign card to me" : "Assegna scheda a me",
|
||||
"Unassign card from me" : "Rimuovi assegnazione scheda da me",
|
||||
"Archive card" : "Archivia scheda",
|
||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||
"Delete card" : "Elimina scheda",
|
||||
"Enter a card title" : "Inserisci un titolo alla scheda",
|
||||
"Add card" : "Aggiungi scheda",
|
||||
"Close" : "Chiudi",
|
||||
@@ -130,11 +132,14 @@ OC.L10N.register(
|
||||
"Access for" : "Accesso per",
|
||||
"No matching user or group found." : "Nessun utente o gruppo trovato.",
|
||||
"Loading" : "Caricamento",
|
||||
"Share" : "Condividi",
|
||||
"Edit" : "Modifica",
|
||||
"Share" : "Condividi",
|
||||
"Manage" : "Gestisci",
|
||||
"Discard share" : "Annulla condivisione",
|
||||
"Update" : "Aggiorna",
|
||||
"Sharing has been disabled for your account." : "La condivisione è stata disabilitata per il tuo account.",
|
||||
"Update tag" : "Aggiorna etichetta",
|
||||
"Edit tag" : "Modifica etichetta",
|
||||
"Delete tag" : "Elimina etichetta",
|
||||
"Create" : "Crea",
|
||||
"Create a new tag" : "Crea una nuova etichetta",
|
||||
"Deleted stacks" : "Pile eliminate",
|
||||
@@ -149,16 +154,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivia lavagna",
|
||||
"Unarchive board" : "Recupera lavagna dall'archivio",
|
||||
"Delete board" : "Elimina lavagna",
|
||||
"Reset" : "Ripristina",
|
||||
"Update board" : "Aggiorna lavagna",
|
||||
"Reset board" : "Ripristina lavagna",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annulla eliminazione della lavagna - Altrimenti la lavagna sarà eliminata durante la prossima esecuzione del job di cron.",
|
||||
"Create new board" : "Crea una nuova lavagna",
|
||||
"New board title" : "Titolo nuova lavagna",
|
||||
"Create board" : "Crea lavagna",
|
||||
"Select an attachment" : "Scegli un allegato",
|
||||
"Cancel upload" : "Annulla caricamento",
|
||||
"by" : "da",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annulla eliminazione del file - Altrimenti il file sarà eliminato durante la prossima esecuzione del job di cron.",
|
||||
"Undo file deletion" : "Annulla l'eliminazione della file",
|
||||
"Insert the file into the description" : "Inserisci il file nella descrizione",
|
||||
"Delete attachment" : "Elimina allegato",
|
||||
"Modified:" : "Modificato:",
|
||||
"Created:" : "Creato:",
|
||||
"Choose a tag" : "Scegli un'etichetta",
|
||||
@@ -174,13 +182,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Allegati",
|
||||
"Saved" : "Salvato",
|
||||
"Unsaved changes" : "Modifiche non salvate",
|
||||
"Formatting help" : "Guida di formattazione",
|
||||
"Insert attachment" : "Inserisci allegato",
|
||||
"Formatting help" : "Guida di formattazione",
|
||||
"Upload attachment" : "Carica allegato",
|
||||
"Add a card description…" : "Aggiungi descrizione della scheda...",
|
||||
"Shared boards" : "Lavagne condivise",
|
||||
"View more" : "Visualizza altro",
|
||||
"Move board to archive" : "Sposta lavagna nell'archivio",
|
||||
"Create a new board" : "Crea una nuova lavagna"
|
||||
"Create a new board" : "Crea una nuova lavagna",
|
||||
"Settings" : "Impostazioni",
|
||||
"Limit deck to groups" : "Limita Deck a gruppi",
|
||||
"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." : "La limitazione di Deck impedirà agli utenti che non fanno parte di tali gruppi di creare le proprie lavagne. Gli utenti saranno ancora in grado di lavorare sulle lavagne che sono state condivise con loro,"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
126
l10n/it.json
126
l10n/it.json
@@ -19,58 +19,60 @@
|
||||
"You have removed {acl} from the board {board}" : "Hai rimosso {acl} dalla lavagna {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} ha rimosso {acl} dalla lavagna {board}",
|
||||
"You have renamed the board {before} to {board}" : "Hai rinominato la lavagna {before} in {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}",
|
||||
"You have archived the board {board}" : "Hai archiviato la lavagna {board}",
|
||||
"{user} has archived the board {before}" : "{user} ha archiviato la lavagna {before}",
|
||||
"You have unarchived the board {board}" : "Hai annullato l'archiviazione della lavagna {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} ha annullato l'archiviazione della lavagna {board}",
|
||||
"You have created a new stack {stack} on {board}" : "Hai creato una nuova pila {stack} su {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} ha creato una nuova pila {stack} su {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Hai rinominato una nuova pila {before} in {stack} su {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} ha rinominato una nuova pila {before} in {stack} su {board}",
|
||||
"You have deleted {stack} on {board}" : "Hai eliminato {stack} su {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} ha eliminato {stack} su {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Hai creato {card} in {stack} su {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} ha creato {card} in {stack} su {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Hai eliminato {card} in {stack} su {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} ha eliminato {card} in {stack} su {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Hai creato una nuova pila {stack} sulla lavagna {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} ha creato una nuova pila {stack} sulla lavagna {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Hai rinominato la pila {before} in {stack} sulla lavagna {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha rinominato la pila {before} in {stack} sulla lavagna {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Hai eliminato la pila {stack} sulla lavagna {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} ha eliminato la pila {stack} sulla lavagna {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Hai creato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Hai eliminato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nell pila {stack} sulla lavagna {board}",
|
||||
"You have renamed the card {before} to {card}" : "Hai rinominato la scheda {before} in {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} ha rinominato la scheda {before} in {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Hai aggiunto una descrizione a {card} in {stack} su {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} ha aggiunto una descrizione a {card} in {stack} su {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Hai aggiornato la descrizione di {card} in {stack} su {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} ha aggiornato la descrizione di {card} in {stack} su {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Hai archiviato {card} in {stack} su {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} ha archiviato {card} in {stack} su {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Hai annullato l'archiviazione di {card} in {stack} su {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} ha annullato l'archiviazione di {card} in {stack} su {board}",
|
||||
"You have removed the due date of {card}" : "Hai rimosso la data di scadenza di {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} ha rimosso la data di scadenza di {card}",
|
||||
"You have set the due date of {card} to {after}" : "Hai impostato la data di scadenza di {card} a {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} ha impostato la data di scadenza di {card} a {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Hai aggiornato la data di scadenza di {card} a {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} ha aggiornato la data di scadenza di {card} a {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Hai aggiunto l'etichetta {label} a {card} in {stack} su {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} ha aggiunto l'etichetta {label} a {card} in {stack} su {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Hai rimosso l'etichetta {label} da {card} in {stack} su {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} ha rimosso l'etichetta {label} da {card} in {stack} su {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Hai assegnato {assigneduser} a {card} su {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} ha assegnato {assigneduser} a {card} su {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Hai annullato l'assegnazione di {assigneduser} da {card} su {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} ha annullato l'assegnazione di {assigneduser} da {card} su {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Hai spostato la scheda {card} da {stackBefore} in {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} da {stackBefore} in {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Hai aggiunto l'allegato {attachment} a {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} ha aggiunto l'allegato {attachment} a {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Hai aggiornato l'allegato {attachment} su {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} ha aggiornato l'allegato {attachment} su {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Hai eliminato l'allegato {attachment} da {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} ha eliminato l'allegato {attachment} da {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Hai ripristinato l'allegato {attachment} in {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} ha ripristinato l'allegato {attachment} in {card}",
|
||||
"You have commented on {card}" : "Hai commentato su {card}",
|
||||
"{user} has commented on {card}" : "{user} ha commentato su {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Hai aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Hai aggiornato la descrizione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} ha aggiornato la descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Hai archiviato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archiviato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Hai annullato l'archiviazione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha annullato l'archiviazione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have removed the due date of card {card}" : "Hai rimosso la data di scadenza della scheda {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} ha rimosso la data di scadenza dalla scheda {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Hai impostato la data di scadenza della scheda {card} a {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} ha impostato la data di scadenza dell scheda {card} a {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Hai aggiornato la data di scadenza della scheda {card} a {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} ha aggiornato la data di scadenza della scheda {card} a {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Hai aggiunto l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Hai rimosso l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha rimosso l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Hai assegnato {assigneduser} alla scheda {card} sulla lavagna {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assegnato {assigneduser} alla scheda {card} sulla lavagna {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Hai annullato l'assegnazione di {assigneduser} da scheda {card} sulla lavagna {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha annullato l'assegnazione di {assigneduser} dalla scheda {card} sulla lavagna {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Hai spostato la scheda {card} dalla pila {stackBefore} in {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dalla pila {stackBefore} in {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Hai aggiunto l'allegato {attachment} alla scheda {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} ha aggiunto l'allegato {attachment} alla scheda {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Hai aggiornato l'allegato {attachment} sulla scheda {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} ha aggiornato l'allegato {attachment} sulla scheda {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Hai eliminato l'allegato {attachment} dalla scheda {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} ha eliminato l'allegato {attachment} della scheda {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Hai ripristinato l'allegato {attachment} nella scheda {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} ha ripristinato l'allegato {attachment} nella scheda {card}",
|
||||
"You have commented on card {card}" : "Hai commentato sulla scheda {card}",
|
||||
"{user} has commented on card {card}" : "{user} ha commentato sulla scheda {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Modifiche nell'<strong>applicazione Deck</strong>",
|
||||
"Personal" : "Personale",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".",
|
||||
@@ -106,17 +108,17 @@
|
||||
"Show archived cards" : "Mostra le carte archiviate",
|
||||
"Hide archived cards" : "Nascondi le carte archiviate",
|
||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||
"Board details" : "Dettaglio lavagna",
|
||||
"Show board details" : "Mostra dettagli della lavagna",
|
||||
"All Boards" : "Tutte le lavagne",
|
||||
"Archived boards" : "Lavagne archiviate",
|
||||
"Share board" : "Condividi lavagna",
|
||||
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
|
||||
"Actions" : "Azioni",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign from me" : "Rimuovi assegnazione da me",
|
||||
"Archive" : "Archivio",
|
||||
"Unarchive" : "Togli dall'archivio",
|
||||
"Delete" : "Elimina",
|
||||
"Drop your files here to upload it to the card" : "Rilascia qui i tuoi file per caricarli nella scheda",
|
||||
"Assign card to me" : "Assegna scheda a me",
|
||||
"Unassign card from me" : "Rimuovi assegnazione scheda da me",
|
||||
"Archive card" : "Archivia scheda",
|
||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||
"Delete card" : "Elimina scheda",
|
||||
"Enter a card title" : "Inserisci un titolo alla scheda",
|
||||
"Add card" : "Aggiungi scheda",
|
||||
"Close" : "Chiudi",
|
||||
@@ -128,11 +130,14 @@
|
||||
"Access for" : "Accesso per",
|
||||
"No matching user or group found." : "Nessun utente o gruppo trovato.",
|
||||
"Loading" : "Caricamento",
|
||||
"Share" : "Condividi",
|
||||
"Edit" : "Modifica",
|
||||
"Share" : "Condividi",
|
||||
"Manage" : "Gestisci",
|
||||
"Discard share" : "Annulla condivisione",
|
||||
"Update" : "Aggiorna",
|
||||
"Sharing has been disabled for your account." : "La condivisione è stata disabilitata per il tuo account.",
|
||||
"Update tag" : "Aggiorna etichetta",
|
||||
"Edit tag" : "Modifica etichetta",
|
||||
"Delete tag" : "Elimina etichetta",
|
||||
"Create" : "Crea",
|
||||
"Create a new tag" : "Crea una nuova etichetta",
|
||||
"Deleted stacks" : "Pile eliminate",
|
||||
@@ -147,16 +152,19 @@
|
||||
"Archive board" : "Archivia lavagna",
|
||||
"Unarchive board" : "Recupera lavagna dall'archivio",
|
||||
"Delete board" : "Elimina lavagna",
|
||||
"Reset" : "Ripristina",
|
||||
"Update board" : "Aggiorna lavagna",
|
||||
"Reset board" : "Ripristina lavagna",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Annulla eliminazione della lavagna - Altrimenti la lavagna sarà eliminata durante la prossima esecuzione del job di cron.",
|
||||
"Create new board" : "Crea una nuova lavagna",
|
||||
"New board title" : "Titolo nuova lavagna",
|
||||
"Create board" : "Crea lavagna",
|
||||
"Select an attachment" : "Scegli un allegato",
|
||||
"Cancel upload" : "Annulla caricamento",
|
||||
"by" : "da",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Annulla eliminazione del file - Altrimenti il file sarà eliminato durante la prossima esecuzione del job di cron.",
|
||||
"Undo file deletion" : "Annulla l'eliminazione della file",
|
||||
"Insert the file into the description" : "Inserisci il file nella descrizione",
|
||||
"Delete attachment" : "Elimina allegato",
|
||||
"Modified:" : "Modificato:",
|
||||
"Created:" : "Creato:",
|
||||
"Choose a tag" : "Scegli un'etichetta",
|
||||
@@ -172,13 +180,15 @@
|
||||
"Attachments" : "Allegati",
|
||||
"Saved" : "Salvato",
|
||||
"Unsaved changes" : "Modifiche non salvate",
|
||||
"Formatting help" : "Guida di formattazione",
|
||||
"Insert attachment" : "Inserisci allegato",
|
||||
"Formatting help" : "Guida di formattazione",
|
||||
"Upload attachment" : "Carica allegato",
|
||||
"Add a card description…" : "Aggiungi descrizione della scheda...",
|
||||
"Shared boards" : "Lavagne condivise",
|
||||
"View more" : "Visualizza altro",
|
||||
"Move board to archive" : "Sposta lavagna nell'archivio",
|
||||
"Create a new board" : "Crea una nuova lavagna"
|
||||
"Create a new board" : "Crea una nuova lavagna",
|
||||
"Settings" : "Impostazioni",
|
||||
"Limit deck to groups" : "Limita Deck a gruppi",
|
||||
"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." : "La limitazione di Deck impedirà agli utenti che non fanno parte di tali gruppi di creare le proprie lavagne. Gli utenti saranno ancora in grado di lavorare sulle lavagne che sono state condivise con loro,"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
110
l10n/ja.js
110
l10n/ja.js
@@ -1,52 +1,146 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Please provide a content for your comment." : "コメントの内容を入力してください。",
|
||||
"Posting the comment failed." : "コメントを投稿できませんでした。",
|
||||
"The comment has been deleted" : "コメントが削除されました",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "関連するスタックも削除され、復元されます。",
|
||||
"Restore associated stack" : "関連するスタックを復元する",
|
||||
"Remove user from card" : "カードからユーザーを削除",
|
||||
"Hours" : "時間",
|
||||
"Minutes" : "分",
|
||||
"Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています",
|
||||
"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 {sharee}" : "{user} が{board} を {sharee} と共有しました",
|
||||
"You have removed {acl} from the board {board}" : "{acl} をボード {board} から削除しました。",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} がボード {board} から {acl} を削除しました",
|
||||
"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} のボードをアーカイブされていません",
|
||||
"You have created a new stack {stack} on board {board}" : "{board} に新しいスタック {stack} を作成しました。",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} が {board} に新しいスタック {stack} を作成しました",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : " {board} のスタックの名前を {before} から {stack} に変更しました",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} がボード {board} のスタックの名前を {before} から {stack} に変更しました",
|
||||
"You have deleted stack {stack} on board {board}" : "ボード {board} のスタック {stack} を削除しました。",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} がボード {board} のスタック {stack} を削除しました。",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "{board} の {stack} に {card} を作成しました。",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} が {board} の {stack} に {card} を作成しました",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "{board} の {stack} で {card} を削除しました。",
|
||||
"You have renamed the card {before} to {card}" : "あなたはカード {before} の名前を {card} に変更しました",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} が {before} カードの名前を {card} に変更しました",
|
||||
"Deck" : "デッキ",
|
||||
"Personal" : "個人",
|
||||
"No data was provided to create an attachment." : "添付ファイルを作成するためのデータは提供されていません。",
|
||||
"Finished" : "完了",
|
||||
"To review" : "レビューする",
|
||||
"Action needed" : "必要なアクション",
|
||||
"Later" : "後",
|
||||
"To do" : "To do",
|
||||
"Doing" : "行うこと",
|
||||
"Done" : "完了",
|
||||
"Board details" : "ボードの詳細",
|
||||
"Example Task 3" : "タスク3の例",
|
||||
"Example Task 2" : "タスク2の例",
|
||||
"Example Task 1" : "タスク1の例",
|
||||
"The file was uploaded" : "ファイルがアップロードされました",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブを超えています",
|
||||
"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" : "ファイルはアップロードされませんでした",
|
||||
"Missing a temporary folder" : "一時領域フォルダーがありません",
|
||||
"Could not write file to disk" : "ディスクにファイルを書き込めませんでした",
|
||||
"A PHP extension stopped the file upload" : "PHP拡張でファイルのアップロードが停止されています",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "ファイルがアップロードされていないか、ファイルサイズが最大 %s を超えています",
|
||||
"Add a new stack" : "新しいスタックを追加する",
|
||||
"Submit" : "了解",
|
||||
"Show archived cards" : "アーカイブされたカードを表示する",
|
||||
"Hide archived cards" : "アーカイブされたカードを非表示にする",
|
||||
"Toggle compact mode" : "コンパクトモードの切り替え",
|
||||
"Show board details" : "ボードの詳細を表示",
|
||||
"All Boards" : "すべてのボード",
|
||||
"Archived boards" : "アーカイブ済みのボード",
|
||||
"Share board" : "ボードを共有",
|
||||
"Archive" : "アーカイブ",
|
||||
"Unarchive" : "アーカイブを解除",
|
||||
"Delete" : "削除",
|
||||
"Actions" : "アクション",
|
||||
"Drop your files here to upload it to the card" : "ファイルをここにドロップしてカードをアップロードします",
|
||||
"Assign card to me" : "私にカードを割り当てる",
|
||||
"Unassign card from me" : "カードの割り当てを解除する",
|
||||
"Archive card" : "カードをアーカイブ",
|
||||
"Unarchive card" : "カードのアーカイブを解除する",
|
||||
"Delete card" : "削除済みのカード",
|
||||
"Enter a card title" : "カードのタイトルを入力してください",
|
||||
"Add card" : "カードを追加",
|
||||
"Close" : "閉じる",
|
||||
"Sharing" : "共有",
|
||||
"Tags" : "タグ",
|
||||
"Deleted items" : "削除されたアイテム",
|
||||
"Timeline" : "タイムライン",
|
||||
"Select users or groups to share with" : "共有するユーザーまたはグループを選択する",
|
||||
"Access for" : "のためのアクセス",
|
||||
"No matching user or group found." : "一致するユーザーまたはグループが見つかりません。",
|
||||
"Loading" : "読み込み中",
|
||||
"Share" : "共有",
|
||||
"Edit" : "編集",
|
||||
"Share" : "共有",
|
||||
"Manage" : "管理",
|
||||
"Discard share" : "共有をやめる",
|
||||
"Update" : "アップデート",
|
||||
"Update tag" : "タグを更新する",
|
||||
"Edit tag" : "タグを編集",
|
||||
"Delete tag" : "タグを削除",
|
||||
"Create" : "作成",
|
||||
"Create a new tag" : "新しいタグを作成",
|
||||
"Deleted stacks" : "削除済みのスタック",
|
||||
"Deleted cards" : "削除済みのカード",
|
||||
"Status" : "ステータス",
|
||||
"No archived boards to display" : "表示するアーカイブボードはありません",
|
||||
"No shared boards to display" : "表示する共有ボードがありません",
|
||||
"Title" : "タイトル",
|
||||
"Members" : "メンバー",
|
||||
"More actions" : "その他のアクション",
|
||||
"Edit board" : "ボードを編集",
|
||||
"Archive board" : "ボードをアーカイブ",
|
||||
"Unarchive board" : "ボードのアーカイブを解除",
|
||||
"Delete board" : "ボードを削除",
|
||||
"Reset" : "リセット",
|
||||
"Update board" : "ボードを更新する",
|
||||
"Reset board" : "リセットボード",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "ボードの削除を取り消す - それ以外の場合は、次のcronジョブの実行中にボードが削除されます。",
|
||||
"Create new board" : "新しいボードを作成",
|
||||
"New board title" : "新しいボードのタイトル",
|
||||
"Create board" : "ボードを作成",
|
||||
"Select an attachment" : "添付ファイルを選択",
|
||||
"Cancel upload" : "アップロードをキャンセル",
|
||||
"by" : "by",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "ファイルの削除を元に戻す - それ以外の場合は、次のcronジョブの実行中にファイルが削除されます。",
|
||||
"Undo file deletion" : "削除したファイルを元に戻す",
|
||||
"Insert the file into the description" : "説明にファイルを挿入する",
|
||||
"Delete attachment" : "添付ファイルを削除する",
|
||||
"Modified:" : "更新:",
|
||||
"Created:" : "作成:",
|
||||
"Choose a tag" : "タグを選択",
|
||||
"Add a tag" : "タグを追加",
|
||||
"Select tags" : "タグを選択..",
|
||||
"Assign users" : "ユーザーを割り当てる",
|
||||
"Choose a user to assign" : "割り当てるユーザを選択する",
|
||||
"Assign this card to a user" : "このカードをユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Click to set" : "クリックして設定する",
|
||||
"Remove due date" : "期限を削除",
|
||||
"Description" : "説明",
|
||||
"Attachments" : "添付ファイル",
|
||||
"Saved" : "保存しました",
|
||||
"Unsaved changes" : "保存していない変更点",
|
||||
"View more" : "もっと見る"
|
||||
"Insert attachment" : "添付ファイルを挿入する",
|
||||
"Formatting help" : "ヘルプの書式設定",
|
||||
"Upload attachment" : "添付ファイルをアップロードする",
|
||||
"Add a card description…" : "カードの説明を追加...",
|
||||
"Shared boards" : "共有ボード",
|
||||
"Move board to archive" : "ボードをアーカイブに移動する",
|
||||
"Create a new board" : "新しいボードを作成"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
||||
110
l10n/ja.json
110
l10n/ja.json
@@ -1,50 +1,144 @@
|
||||
{ "translations": {
|
||||
"Please provide a content for your comment." : "コメントの内容を入力してください。",
|
||||
"Posting the comment failed." : "コメントを投稿できませんでした。",
|
||||
"The comment has been deleted" : "コメントが削除されました",
|
||||
"The associated stack is deleted as well, it will be restored as well." : "関連するスタックも削除され、復元されます。",
|
||||
"Restore associated stack" : "関連するスタックを復元する",
|
||||
"Remove user from card" : "カードからユーザーを削除",
|
||||
"Hours" : "時間",
|
||||
"Minutes" : "分",
|
||||
"Maximum file size of {size} exceeded" : "最大ファイルサイズ({size})を超えています",
|
||||
"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 {sharee}" : "{user} が{board} を {sharee} と共有しました",
|
||||
"You have removed {acl} from the board {board}" : "{acl} をボード {board} から削除しました。",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} がボード {board} から {acl} を削除しました",
|
||||
"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} のボードをアーカイブされていません",
|
||||
"You have created a new stack {stack} on board {board}" : "{board} に新しいスタック {stack} を作成しました。",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} が {board} に新しいスタック {stack} を作成しました",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : " {board} のスタックの名前を {before} から {stack} に変更しました",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} がボード {board} のスタックの名前を {before} から {stack} に変更しました",
|
||||
"You have deleted stack {stack} on board {board}" : "ボード {board} のスタック {stack} を削除しました。",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} がボード {board} のスタック {stack} を削除しました。",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "{board} の {stack} に {card} を作成しました。",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} が {board} の {stack} に {card} を作成しました",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "{board} の {stack} で {card} を削除しました。",
|
||||
"You have renamed the card {before} to {card}" : "あなたはカード {before} の名前を {card} に変更しました",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} が {before} カードの名前を {card} に変更しました",
|
||||
"Deck" : "デッキ",
|
||||
"Personal" : "個人",
|
||||
"No data was provided to create an attachment." : "添付ファイルを作成するためのデータは提供されていません。",
|
||||
"Finished" : "完了",
|
||||
"To review" : "レビューする",
|
||||
"Action needed" : "必要なアクション",
|
||||
"Later" : "後",
|
||||
"To do" : "To do",
|
||||
"Doing" : "行うこと",
|
||||
"Done" : "完了",
|
||||
"Board details" : "ボードの詳細",
|
||||
"Example Task 3" : "タスク3の例",
|
||||
"Example Task 2" : "タスク2の例",
|
||||
"Example Task 1" : "タスク1の例",
|
||||
"The file was uploaded" : "ファイルがアップロードされました",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードされたファイルがphp.iniのupload_max_filesizeディレクティブを超えています",
|
||||
"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" : "ファイルはアップロードされませんでした",
|
||||
"Missing a temporary folder" : "一時領域フォルダーがありません",
|
||||
"Could not write file to disk" : "ディスクにファイルを書き込めませんでした",
|
||||
"A PHP extension stopped the file upload" : "PHP拡張でファイルのアップロードが停止されています",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "ファイルがアップロードされていないか、ファイルサイズが最大 %s を超えています",
|
||||
"Add a new stack" : "新しいスタックを追加する",
|
||||
"Submit" : "了解",
|
||||
"Show archived cards" : "アーカイブされたカードを表示する",
|
||||
"Hide archived cards" : "アーカイブされたカードを非表示にする",
|
||||
"Toggle compact mode" : "コンパクトモードの切り替え",
|
||||
"Show board details" : "ボードの詳細を表示",
|
||||
"All Boards" : "すべてのボード",
|
||||
"Archived boards" : "アーカイブ済みのボード",
|
||||
"Share board" : "ボードを共有",
|
||||
"Archive" : "アーカイブ",
|
||||
"Unarchive" : "アーカイブを解除",
|
||||
"Delete" : "削除",
|
||||
"Actions" : "アクション",
|
||||
"Drop your files here to upload it to the card" : "ファイルをここにドロップしてカードをアップロードします",
|
||||
"Assign card to me" : "私にカードを割り当てる",
|
||||
"Unassign card from me" : "カードの割り当てを解除する",
|
||||
"Archive card" : "カードをアーカイブ",
|
||||
"Unarchive card" : "カードのアーカイブを解除する",
|
||||
"Delete card" : "削除済みのカード",
|
||||
"Enter a card title" : "カードのタイトルを入力してください",
|
||||
"Add card" : "カードを追加",
|
||||
"Close" : "閉じる",
|
||||
"Sharing" : "共有",
|
||||
"Tags" : "タグ",
|
||||
"Deleted items" : "削除されたアイテム",
|
||||
"Timeline" : "タイムライン",
|
||||
"Select users or groups to share with" : "共有するユーザーまたはグループを選択する",
|
||||
"Access for" : "のためのアクセス",
|
||||
"No matching user or group found." : "一致するユーザーまたはグループが見つかりません。",
|
||||
"Loading" : "読み込み中",
|
||||
"Share" : "共有",
|
||||
"Edit" : "編集",
|
||||
"Share" : "共有",
|
||||
"Manage" : "管理",
|
||||
"Discard share" : "共有をやめる",
|
||||
"Update" : "アップデート",
|
||||
"Update tag" : "タグを更新する",
|
||||
"Edit tag" : "タグを編集",
|
||||
"Delete tag" : "タグを削除",
|
||||
"Create" : "作成",
|
||||
"Create a new tag" : "新しいタグを作成",
|
||||
"Deleted stacks" : "削除済みのスタック",
|
||||
"Deleted cards" : "削除済みのカード",
|
||||
"Status" : "ステータス",
|
||||
"No archived boards to display" : "表示するアーカイブボードはありません",
|
||||
"No shared boards to display" : "表示する共有ボードがありません",
|
||||
"Title" : "タイトル",
|
||||
"Members" : "メンバー",
|
||||
"More actions" : "その他のアクション",
|
||||
"Edit board" : "ボードを編集",
|
||||
"Archive board" : "ボードをアーカイブ",
|
||||
"Unarchive board" : "ボードのアーカイブを解除",
|
||||
"Delete board" : "ボードを削除",
|
||||
"Reset" : "リセット",
|
||||
"Update board" : "ボードを更新する",
|
||||
"Reset board" : "リセットボード",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "ボードの削除を取り消す - それ以外の場合は、次のcronジョブの実行中にボードが削除されます。",
|
||||
"Create new board" : "新しいボードを作成",
|
||||
"New board title" : "新しいボードのタイトル",
|
||||
"Create board" : "ボードを作成",
|
||||
"Select an attachment" : "添付ファイルを選択",
|
||||
"Cancel upload" : "アップロードをキャンセル",
|
||||
"by" : "by",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "ファイルの削除を元に戻す - それ以外の場合は、次のcronジョブの実行中にファイルが削除されます。",
|
||||
"Undo file deletion" : "削除したファイルを元に戻す",
|
||||
"Insert the file into the description" : "説明にファイルを挿入する",
|
||||
"Delete attachment" : "添付ファイルを削除する",
|
||||
"Modified:" : "更新:",
|
||||
"Created:" : "作成:",
|
||||
"Choose a tag" : "タグを選択",
|
||||
"Add a tag" : "タグを追加",
|
||||
"Select tags" : "タグを選択..",
|
||||
"Assign users" : "ユーザーを割り当てる",
|
||||
"Choose a user to assign" : "割り当てるユーザを選択する",
|
||||
"Assign this card to a user" : "このカードをユーザーに割り当てる",
|
||||
"Due date" : "期限",
|
||||
"Click to set" : "クリックして設定する",
|
||||
"Remove due date" : "期限を削除",
|
||||
"Description" : "説明",
|
||||
"Attachments" : "添付ファイル",
|
||||
"Saved" : "保存しました",
|
||||
"Unsaved changes" : "保存していない変更点",
|
||||
"View more" : "もっと見る"
|
||||
"Insert attachment" : "添付ファイルを挿入する",
|
||||
"Formatting help" : "ヘルプの書式設定",
|
||||
"Upload attachment" : "添付ファイルをアップロードする",
|
||||
"Add a card description…" : "カードの説明を追加...",
|
||||
"Shared boards" : "共有ボード",
|
||||
"Move board to archive" : "ボードをアーカイブに移動する",
|
||||
"Create a new board" : "新しいボードを作成"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "გაგზავნა",
|
||||
"Show archived cards" : "არქივირებული ბარათების ჩვენება",
|
||||
"Hide archived cards" : "არქივირებული ბარათების დამალვა",
|
||||
"Board details" : "დაფის დეტალები",
|
||||
"All Boards" : "ყველა დაფა",
|
||||
"Archived boards" : "არქივირებული დაფები",
|
||||
"Archive" : "არქივირება",
|
||||
"Unarchive" : "ამოღება",
|
||||
"Delete" : "გაუქმება",
|
||||
"Enter a card title" : "შეიყვანეთ ბარათის სახელწოდება",
|
||||
"Add card" : "ბარათის დამატება",
|
||||
"Close" : "დახურვა",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "წვდომა ობიექტისთვის",
|
||||
"No matching user or group found." : "მომხმარებლები ან ჯგუფები ვერ იქნა ნაპოვნი.",
|
||||
"Loading" : "იტვირთება",
|
||||
"Share" : "გაზიარება",
|
||||
"Edit" : "შეცვლა",
|
||||
"Share" : "გაზიარება",
|
||||
"Manage" : "მენეჯმენტი",
|
||||
"Discard share" : "გაზიარების უარყოფა",
|
||||
"Update" : "განახლება",
|
||||
"Create" : "შექმნა",
|
||||
"Create a new tag" : "ახალი ტეგის შექმნა",
|
||||
"Status" : "სტატუსი",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "დაფის არქივირება",
|
||||
"Unarchive board" : "დაფის ამოღება",
|
||||
"Delete board" : "დაფის გაუქმება",
|
||||
"Reset" : "საწყის მდოგმარეობაში დაბრუნება",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "დაფის გაუქმების უკუგდება - სხვა შემთხვევაში დაფა შემდეგი conjob-ის გაშვებისას წაიშლება.",
|
||||
"Create new board" : "ახალი დაფის შექმნა",
|
||||
"New board title" : "ახალი დაფის სახელი",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "დახმარება ფორმატირებაზე",
|
||||
"Add a card description…" : "დაამატეთ ბარათის აღწერილობა...",
|
||||
"Shared boards" : "გაზიარებული დაფები",
|
||||
"View more" : "მეტის ჩვენება",
|
||||
"Move board to archive" : "დაფის არქვიში გადატანა",
|
||||
"Create a new board" : "ახალი დაფის შექმნა"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "გაგზავნა",
|
||||
"Show archived cards" : "არქივირებული ბარათების ჩვენება",
|
||||
"Hide archived cards" : "არქივირებული ბარათების დამალვა",
|
||||
"Board details" : "დაფის დეტალები",
|
||||
"All Boards" : "ყველა დაფა",
|
||||
"Archived boards" : "არქივირებული დაფები",
|
||||
"Archive" : "არქივირება",
|
||||
"Unarchive" : "ამოღება",
|
||||
"Delete" : "გაუქმება",
|
||||
"Enter a card title" : "შეიყვანეთ ბარათის სახელწოდება",
|
||||
"Add card" : "ბარათის დამატება",
|
||||
"Close" : "დახურვა",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "წვდომა ობიექტისთვის",
|
||||
"No matching user or group found." : "მომხმარებლები ან ჯგუფები ვერ იქნა ნაპოვნი.",
|
||||
"Loading" : "იტვირთება",
|
||||
"Share" : "გაზიარება",
|
||||
"Edit" : "შეცვლა",
|
||||
"Share" : "გაზიარება",
|
||||
"Manage" : "მენეჯმენტი",
|
||||
"Discard share" : "გაზიარების უარყოფა",
|
||||
"Update" : "განახლება",
|
||||
"Create" : "შექმნა",
|
||||
"Create a new tag" : "ახალი ტეგის შექმნა",
|
||||
"Status" : "სტატუსი",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "დაფის არქივირება",
|
||||
"Unarchive board" : "დაფის ამოღება",
|
||||
"Delete board" : "დაფის გაუქმება",
|
||||
"Reset" : "საწყის მდოგმარეობაში დაბრუნება",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "დაფის გაუქმების უკუგდება - სხვა შემთხვევაში დაფა შემდეგი conjob-ის გაშვებისას წაიშლება.",
|
||||
"Create new board" : "ახალი დაფის შექმნა",
|
||||
"New board title" : "ახალი დაფის სახელი",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "დახმარება ფორმატირებაზე",
|
||||
"Add a card description…" : "დაამატეთ ბარათის აღწერილობა...",
|
||||
"Shared boards" : "გაზიარებული დაფები",
|
||||
"View more" : "მეტის ჩვენება",
|
||||
"Move board to archive" : "დაფის არქვიში გადატანა",
|
||||
"Create a new board" : "ახალი დაფის შექმნა"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
|
||||
@@ -16,12 +16,8 @@ OC.L10N.register(
|
||||
"Submit" : "제출",
|
||||
"Show archived cards" : "보관된 카드 보기",
|
||||
"Hide archived cards" : "보관된 카드 숨기기",
|
||||
"Board details" : "게시판 정보",
|
||||
"All Boards" : "모든 게시판",
|
||||
"Archived boards" : "보관된 게시판",
|
||||
"Archive" : "보관",
|
||||
"Unarchive" : "보관 해제",
|
||||
"Delete" : "삭제",
|
||||
"Enter a card title" : "카드 제목 입력",
|
||||
"Add card" : "카드 추가",
|
||||
"Close" : "닫기",
|
||||
@@ -31,11 +27,10 @@ OC.L10N.register(
|
||||
"Access for" : "접근 권한",
|
||||
"No matching user or group found." : "일치하는 사용자나 그룹이 없습니다.",
|
||||
"Loading" : "불러오는 중",
|
||||
"Share" : "공유",
|
||||
"Edit" : "편집",
|
||||
"Share" : "공유",
|
||||
"Manage" : "관리",
|
||||
"Discard share" : "공유 무시",
|
||||
"Update" : "업데이트",
|
||||
"Create" : "만들기",
|
||||
"Create a new tag" : "새 태그 만들기",
|
||||
"Status" : "상태",
|
||||
@@ -46,7 +41,6 @@ OC.L10N.register(
|
||||
"Archive board" : "게시판 보관",
|
||||
"Unarchive board" : "게시판 보관 해제",
|
||||
"Delete board" : "게시판 삭제",
|
||||
"Reset" : "초기화",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "게시판 삭제 실행 취소 - 작업을 계속 진행하면 다음 cron 작업 실행 시 게시판을 삭제합니다.",
|
||||
"Create new board" : "새 게시판 만들기",
|
||||
"New board title" : "새 게시판 제목",
|
||||
@@ -68,7 +62,6 @@ OC.L10N.register(
|
||||
"Formatting help" : "서식 도움말",
|
||||
"Add a card description…" : "카드 설명 추가…",
|
||||
"Shared boards" : "공유된 게시판",
|
||||
"View more" : "더 보기",
|
||||
"Move board to archive" : "게시판을 보관 항목으로 이동",
|
||||
"Create a new board" : "새 게시판 만들기"
|
||||
},
|
||||
|
||||
@@ -14,12 +14,8 @@
|
||||
"Submit" : "제출",
|
||||
"Show archived cards" : "보관된 카드 보기",
|
||||
"Hide archived cards" : "보관된 카드 숨기기",
|
||||
"Board details" : "게시판 정보",
|
||||
"All Boards" : "모든 게시판",
|
||||
"Archived boards" : "보관된 게시판",
|
||||
"Archive" : "보관",
|
||||
"Unarchive" : "보관 해제",
|
||||
"Delete" : "삭제",
|
||||
"Enter a card title" : "카드 제목 입력",
|
||||
"Add card" : "카드 추가",
|
||||
"Close" : "닫기",
|
||||
@@ -29,11 +25,10 @@
|
||||
"Access for" : "접근 권한",
|
||||
"No matching user or group found." : "일치하는 사용자나 그룹이 없습니다.",
|
||||
"Loading" : "불러오는 중",
|
||||
"Share" : "공유",
|
||||
"Edit" : "편집",
|
||||
"Share" : "공유",
|
||||
"Manage" : "관리",
|
||||
"Discard share" : "공유 무시",
|
||||
"Update" : "업데이트",
|
||||
"Create" : "만들기",
|
||||
"Create a new tag" : "새 태그 만들기",
|
||||
"Status" : "상태",
|
||||
@@ -44,7 +39,6 @@
|
||||
"Archive board" : "게시판 보관",
|
||||
"Unarchive board" : "게시판 보관 해제",
|
||||
"Delete board" : "게시판 삭제",
|
||||
"Reset" : "초기화",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "게시판 삭제 실행 취소 - 작업을 계속 진행하면 다음 cron 작업 실행 시 게시판을 삭제합니다.",
|
||||
"Create new board" : "새 게시판 만들기",
|
||||
"New board title" : "새 게시판 제목",
|
||||
@@ -66,7 +60,6 @@
|
||||
"Formatting help" : "서식 도움말",
|
||||
"Add a card description…" : "카드 설명 추가…",
|
||||
"Shared boards" : "공유된 게시판",
|
||||
"View more" : "더 보기",
|
||||
"Move board to archive" : "게시판을 보관 항목으로 이동",
|
||||
"Create a new board" : "새 게시판 만들기"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
|
||||
@@ -24,26 +24,23 @@ OC.L10N.register(
|
||||
"Submit" : "Pateikti",
|
||||
"Show archived cards" : "Rodyti archyvuotus elementus",
|
||||
"Hide archived cards" : "Paslėpti archyvuotus elementus",
|
||||
"Board details" : "Detalesnė informacija",
|
||||
"All Boards" : "Visi užduočių sąrašai",
|
||||
"Archived boards" : "Archyvuoti sąrašai",
|
||||
"Actions" : "Veiksmai",
|
||||
"Drop your files here to upload it to the card" : "Vilkite savo failus čia, norėdami įkelti juos į kortelę",
|
||||
"Archive" : "Archyvuoti",
|
||||
"Unarchive" : "Išskleisti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Enter a card title" : "Įveskite kortelės vardą",
|
||||
"Add card" : "Pridėti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"Tags" : "Žymės",
|
||||
"Deleted items" : "Ištrinti elementai",
|
||||
"Select users or groups to share with" : "Pasirinkti naudotojus ar naudotojų grupes bendrinimui",
|
||||
"No matching user or group found." : "Nerasta vartotojų ir grupių",
|
||||
"Loading" : "Įkeliama",
|
||||
"Share" : "Dalintis",
|
||||
"Edit" : "Taisyti",
|
||||
"Share" : "Dalintis",
|
||||
"Manage" : "Redaguoti",
|
||||
"Discard share" : "Atšaukti dalinimąsi",
|
||||
"Update" : "Atnaujinti",
|
||||
"Create" : "Sukurti",
|
||||
"Create a new tag" : "Sukurti naują žymę",
|
||||
"Status" : "Būsena",
|
||||
@@ -54,7 +51,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Archyvuoti sąrašą",
|
||||
"Unarchive board" : "Išskleisti sąrašą",
|
||||
"Delete board" : "Pašalinti sąrašą",
|
||||
"Reset" : "Atstatyti",
|
||||
"Create new board" : "Sukurti naują sąrašą",
|
||||
"New board title" : "Naujas sąrašo vardas",
|
||||
"Cancel upload" : "Atsisakyti įkėlimo",
|
||||
@@ -73,12 +69,11 @@ OC.L10N.register(
|
||||
"Attachments" : "Priedai",
|
||||
"Saved" : "Įrašyta",
|
||||
"Unsaved changes" : "Neįrašyti pakeitimai",
|
||||
"Formatting help" : "Formatavimo pagalba",
|
||||
"Insert attachment" : "Įterpti priedą",
|
||||
"Formatting help" : "Formatavimo pagalba",
|
||||
"Upload attachment" : "Įkelti priedą",
|
||||
"Add a card description…" : "Pridėti elemento apibūdinimą...",
|
||||
"Shared boards" : "Bendrinami sąrašai",
|
||||
"View more" : "Rodyti daugiau",
|
||||
"Move board to archive" : "Perkelti sąrašą į archyvą",
|
||||
"Create a new board" : "Sukurti naują sąrašą"
|
||||
},
|
||||
|
||||
@@ -22,26 +22,23 @@
|
||||
"Submit" : "Pateikti",
|
||||
"Show archived cards" : "Rodyti archyvuotus elementus",
|
||||
"Hide archived cards" : "Paslėpti archyvuotus elementus",
|
||||
"Board details" : "Detalesnė informacija",
|
||||
"All Boards" : "Visi užduočių sąrašai",
|
||||
"Archived boards" : "Archyvuoti sąrašai",
|
||||
"Actions" : "Veiksmai",
|
||||
"Drop your files here to upload it to the card" : "Vilkite savo failus čia, norėdami įkelti juos į kortelę",
|
||||
"Archive" : "Archyvuoti",
|
||||
"Unarchive" : "Išskleisti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Enter a card title" : "Įveskite kortelės vardą",
|
||||
"Add card" : "Pridėti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"Tags" : "Žymės",
|
||||
"Deleted items" : "Ištrinti elementai",
|
||||
"Select users or groups to share with" : "Pasirinkti naudotojus ar naudotojų grupes bendrinimui",
|
||||
"No matching user or group found." : "Nerasta vartotojų ir grupių",
|
||||
"Loading" : "Įkeliama",
|
||||
"Share" : "Dalintis",
|
||||
"Edit" : "Taisyti",
|
||||
"Share" : "Dalintis",
|
||||
"Manage" : "Redaguoti",
|
||||
"Discard share" : "Atšaukti dalinimąsi",
|
||||
"Update" : "Atnaujinti",
|
||||
"Create" : "Sukurti",
|
||||
"Create a new tag" : "Sukurti naują žymę",
|
||||
"Status" : "Būsena",
|
||||
@@ -52,7 +49,6 @@
|
||||
"Archive board" : "Archyvuoti sąrašą",
|
||||
"Unarchive board" : "Išskleisti sąrašą",
|
||||
"Delete board" : "Pašalinti sąrašą",
|
||||
"Reset" : "Atstatyti",
|
||||
"Create new board" : "Sukurti naują sąrašą",
|
||||
"New board title" : "Naujas sąrašo vardas",
|
||||
"Cancel upload" : "Atsisakyti įkėlimo",
|
||||
@@ -71,12 +67,11 @@
|
||||
"Attachments" : "Priedai",
|
||||
"Saved" : "Įrašyta",
|
||||
"Unsaved changes" : "Neįrašyti pakeitimai",
|
||||
"Formatting help" : "Formatavimo pagalba",
|
||||
"Insert attachment" : "Įterpti priedą",
|
||||
"Formatting help" : "Formatavimo pagalba",
|
||||
"Upload attachment" : "Įkelti priedą",
|
||||
"Add a card description…" : "Pridėti elemento apibūdinimą...",
|
||||
"Shared boards" : "Bendrinami sąrašai",
|
||||
"View more" : "Rodyti daugiau",
|
||||
"Move board to archive" : "Perkelti sąrašą į archyvą",
|
||||
"Create a new board" : "Sukurti naują sąrašą"
|
||||
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
|
||||
|
||||
29
l10n/nb.js
29
l10n/nb.js
@@ -17,12 +17,8 @@ OC.L10N.register(
|
||||
"Submit" : "Send inn",
|
||||
"Show archived cards" : "Vis arkiverkte kort",
|
||||
"Hide archived cards" : "Skjul arkiverte kort",
|
||||
"Board details" : "Forumseksjonsdetaljer",
|
||||
"All Boards" : "Alle bord",
|
||||
"Archived boards" : "Akriverte bord",
|
||||
"Archive" : "Arkiv",
|
||||
"Unarchive" : "Dearkivere",
|
||||
"Delete" : "Slett",
|
||||
"All Boards" : "Alle tavler",
|
||||
"Archived boards" : "Akriverte tavler",
|
||||
"Enter a card title" : "Skriv inn en kort tittel",
|
||||
"Add card" : "Legg til kort",
|
||||
"Close" : "Lukk",
|
||||
@@ -32,24 +28,22 @@ OC.L10N.register(
|
||||
"Access for" : "Tilgang for",
|
||||
"No matching user or group found." : "Ingen treff på bruker eller gruppe.",
|
||||
"Loading" : "Laster",
|
||||
"Share" : "Del",
|
||||
"Edit" : "Rediger",
|
||||
"Share" : "Del",
|
||||
"Manage" : "Håndtere",
|
||||
"Discard share" : "Fjern deling",
|
||||
"Update" : "Oppdater",
|
||||
"Create" : "Opprett her",
|
||||
"Create a new tag" : "Lag en ny merkelapp",
|
||||
"Status" : "Status",
|
||||
"Title" : "Tittel",
|
||||
"Members" : "Medlemmer",
|
||||
"More actions" : "Flere handlinger",
|
||||
"Edit board" : "Rediger bord",
|
||||
"Archive board" : "Arkiver bord",
|
||||
"Unarchive board" : "Avarkiver bord",
|
||||
"Delete board" : "Slett bord",
|
||||
"Reset" : "Tilbakestill",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Archive board" : "Arkiver tavle",
|
||||
"Unarchive board" : "Avarkiver tavle",
|
||||
"Delete board" : "Slett tavle",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Angre sletting av forumseksjon - Ellers vil forumseksjonen bli slettet under neste cronjob-kjøring.",
|
||||
"Create new board" : "Opprett et nytt bord",
|
||||
"Create new board" : "Opprett ny tavle",
|
||||
"New board title" : "Ny seksjonstittel",
|
||||
"by" : "av",
|
||||
"Modified:" : "Endret:",
|
||||
@@ -68,9 +62,8 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Ulagrede endringer",
|
||||
"Formatting help" : "Formateringshjelp",
|
||||
"Add a card description…" : "Legg til en kortbeskrivelse…",
|
||||
"Shared boards" : "Delte bord",
|
||||
"View more" : "Vis mer",
|
||||
"Move board to archive" : "Flytt bord til arkiv",
|
||||
"Create a new board" : "Opprett et nytt bord"
|
||||
"Shared boards" : "Delte tavler",
|
||||
"Move board to archive" : "Arkiver tavle",
|
||||
"Create a new board" : "Opprett en ny tavle"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
29
l10n/nb.json
29
l10n/nb.json
@@ -15,12 +15,8 @@
|
||||
"Submit" : "Send inn",
|
||||
"Show archived cards" : "Vis arkiverkte kort",
|
||||
"Hide archived cards" : "Skjul arkiverte kort",
|
||||
"Board details" : "Forumseksjonsdetaljer",
|
||||
"All Boards" : "Alle bord",
|
||||
"Archived boards" : "Akriverte bord",
|
||||
"Archive" : "Arkiv",
|
||||
"Unarchive" : "Dearkivere",
|
||||
"Delete" : "Slett",
|
||||
"All Boards" : "Alle tavler",
|
||||
"Archived boards" : "Akriverte tavler",
|
||||
"Enter a card title" : "Skriv inn en kort tittel",
|
||||
"Add card" : "Legg til kort",
|
||||
"Close" : "Lukk",
|
||||
@@ -30,24 +26,22 @@
|
||||
"Access for" : "Tilgang for",
|
||||
"No matching user or group found." : "Ingen treff på bruker eller gruppe.",
|
||||
"Loading" : "Laster",
|
||||
"Share" : "Del",
|
||||
"Edit" : "Rediger",
|
||||
"Share" : "Del",
|
||||
"Manage" : "Håndtere",
|
||||
"Discard share" : "Fjern deling",
|
||||
"Update" : "Oppdater",
|
||||
"Create" : "Opprett her",
|
||||
"Create a new tag" : "Lag en ny merkelapp",
|
||||
"Status" : "Status",
|
||||
"Title" : "Tittel",
|
||||
"Members" : "Medlemmer",
|
||||
"More actions" : "Flere handlinger",
|
||||
"Edit board" : "Rediger bord",
|
||||
"Archive board" : "Arkiver bord",
|
||||
"Unarchive board" : "Avarkiver bord",
|
||||
"Delete board" : "Slett bord",
|
||||
"Reset" : "Tilbakestill",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Archive board" : "Arkiver tavle",
|
||||
"Unarchive board" : "Avarkiver tavle",
|
||||
"Delete board" : "Slett tavle",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Angre sletting av forumseksjon - Ellers vil forumseksjonen bli slettet under neste cronjob-kjøring.",
|
||||
"Create new board" : "Opprett et nytt bord",
|
||||
"Create new board" : "Opprett ny tavle",
|
||||
"New board title" : "Ny seksjonstittel",
|
||||
"by" : "av",
|
||||
"Modified:" : "Endret:",
|
||||
@@ -66,9 +60,8 @@
|
||||
"Unsaved changes" : "Ulagrede endringer",
|
||||
"Formatting help" : "Formateringshjelp",
|
||||
"Add a card description…" : "Legg til en kortbeskrivelse…",
|
||||
"Shared boards" : "Delte bord",
|
||||
"View more" : "Vis mer",
|
||||
"Move board to archive" : "Flytt bord til arkiv",
|
||||
"Create a new board" : "Opprett et nytt bord"
|
||||
"Shared boards" : "Delte tavler",
|
||||
"Move board to archive" : "Arkiver tavle",
|
||||
"Create a new board" : "Opprett en ny tavle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
126
l10n/nl.js
126
l10n/nl.js
@@ -21,58 +21,60 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Je verwijderde {acl} van bord {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} verwijderde {acl} van bord {board}",
|
||||
"You have renamed the board {before} to {board}" : "Je hernoemde bord {before} naar {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} hernoemde bord {before} naar {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} hernoemde bord {before} naar {board}",
|
||||
"You have archived the board {board}" : "Je hebt bord {board} gearchiveerd",
|
||||
"{user} has archived the board {before}" : "{user} archiveerde bord {before}",
|
||||
"You have unarchived the board {board}" : "Je hebt bord {board} uit het archief opgehaald",
|
||||
"{user} has unarchived the board {before}" : "{user} heeft bord {before} uit het archief opgehaald",
|
||||
"You have created a new stack {stack} on {board}" : "Je creëerde een nieuwe stapel {stack} op {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} creëerde een nieuwe stapel {stack} op {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Je hernoemde een nieuwe stapel {before} naar {stack} op {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} hernoemde een nieuwe stapel {before} naar {stack} op {board}",
|
||||
"You have deleted {stack} on {board}" : "Je verwijderde {stack} op {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} verwijderde {stack} op {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Je creëerde {card} in {stack} op {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} creëerde {card} in {stack} op {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Je verwijderde {card} in {stack} op {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} verwijderde {card} in {stack} op {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Je creëerde een nieuwe stapel {stack} op bord {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} creëerde een nieuwe stapel {stack} op bord {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Je hernoemde een nieuwe stapel {before} naar {stack} op bord {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} hernoemde een nieuwe stapel {before} naar {stack} op bord {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Je verwijderde stapel {stack} op bord {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} verwijderde stapel {stack} op bord {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Je creëerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} creëerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Je verwijderde kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} verwijderde kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have renamed the card {before} to {card}" : "Je hernoemde kaart {before} naar {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hernoemde kaart {before} naar {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Je voegde een beschrijving toe aan {card} in {stack} op {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} voegde een beschrijving toe aan {card} in {stack} op {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Je bewerkte de beschrijving bij op {card} in {stack} op {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} bewerkte de beschrijving bij op {card} in {stack} op {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Je archiveerde {card} in {stack} op {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} archiveerde {card} in {stack} op {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Je haalde {card} in {stack} op {board} uit het archief",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} haalde {card} in {stack} op {board} uit het archief",
|
||||
"You have removed the due date of {card}" : "Je verwijderde de vervaldatum van {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} verwijderde de vervaldatum van {card}",
|
||||
"You have set the due date of {card} to {after}" : "Je stelde de vervaldatum van {card} in op {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} stelde de vervaldatum van {card} in op {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Je werkte de vervaldatum van {card} bij tot {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} werkte de vervaldatum van {card} bij tot {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Je voegde label {label} toe aan {card} in {stack} op {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} voegde label {label} toe aan {card} in {stack} op {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Je verwijderde label {label} van {card} in {stack} op {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} verwijderde label {label} van {card} in {stack} op {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Je wees {assigneduser} toe aan {card} op {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} wees {assigneduser} toe aan {card} op {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Je verwijderd {assigneduser} van {card} op {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} verwijderd {assigneduser} van {card} op {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Je verplaatste kaart {card} van {stackBefore} naar {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} verplaatste kaart {card} van {stackBefore} naar {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Je voegde bijlage {attachment} toe aan {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} voegde bijlage {attachment} toe aan {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Je werkte bijlage {attachment} bij op {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} werkte bijlage {attachment} bij op {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Je verwijderde bijlage {attachment} van {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} verwijderde bijlage {attachment} van {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Je herstelde bijlage {attachment} bij {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} herstelde bijlage {attachment} bij {card}",
|
||||
"You have commented on {card}" : "Je hebt gereageerd op {card}",
|
||||
"{user} has commented on {card}" : "{user} reageerde op {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Je voegde een beschrijving toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} voegde een beschrijving toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Je bewerkte de beschrijving bij op kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} werkte de beschrijving bij van kaart {card} in {stack} op bord {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Je archiveerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} archiveerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Je haalde kaart {card} in stapel {stack} op bord {board} uit het archief",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} haalde kaart {card} in stapel {stack} op bord {board} uit het archief",
|
||||
"You have removed the due date of card {card}" : "Je verwijderde de vervaldatum van kaart {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} verwijderde de vervaldatum van kaart {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Je stelde de vervaldatum van kaart {card} in op {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} stelde de vervaldatum van kaart {card} in op {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Je werkte de vervaldatum van kaart {card} bij tot {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} werkte de vervaldatum van kaart {card} bij tot {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Je voegde label {label} toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} voegde label {label} toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Je verwijderde label {label} van kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} verwijderde label {label} van kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Je wees {assigneduser} toe aan kaart {card} op bord {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} wees {assigneduser} toe aan kaart {card} op bord {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Je verwijderd {assigneduser} van kaart {card} op bord {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} verwijderd {assigneduser} van kaart {card} op bord {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Je verplaatste kaart {card} van stapel {stackBefore} naar {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} verplaatste kaart {card} van stapel {stackBefore} naar {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Je voegde bijlage {attachment} toe aan kaart {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} voegde bijlage {attachment} toe aan kaart {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Je werkte bijlage {attachment} bij op kaart {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} werkte bijlage {attachment} bij op kaart {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Je verwijderde bijlage {attachment} van kaart {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} verwijderde bijlage {attachment} van kaart {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Je herstelde bijlage {attachment} bij kaart {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} herstelde bijlage {attachment} bij kaart {card}",
|
||||
"You have commented on card {card}" : "Je hebt gereageerd op kaart {card}",
|
||||
"{user} has commented on card {card}" : "{user} reageerde op kaart {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Een <strong>kaart beschrijving</strong> binnen de Deck app is gewijzigd",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Wijzigingen in de <strong>Deck app</strong>",
|
||||
"Personal" : "Persoonlijk",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} heeft kaart \"%s\" op \"%s\" aan jou toegewezen.",
|
||||
@@ -108,17 +110,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Gearchiveerde kaarten weergeven",
|
||||
"Hide archived cards" : "Gearchiveerde kaarten verbergen",
|
||||
"Toggle compact mode" : "Omschakelen compacte modus",
|
||||
"Board details" : "Bord details",
|
||||
"Show board details" : "Toon bord details",
|
||||
"All Boards" : "Alle borden",
|
||||
"Archived boards" : "Gearchiveerde borden",
|
||||
"Share board" : "Bord delen",
|
||||
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
|
||||
"Actions" : "Acties",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign from me" : "Van mij terughalen",
|
||||
"Archive" : "Archiveer",
|
||||
"Unarchive" : "Terugzetten uit archief",
|
||||
"Delete" : "Verwijderen",
|
||||
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
|
||||
"Assign card to me" : "Wijs kaart toe aan mij",
|
||||
"Unassign card from me" : "Kaart van mij terughalen",
|
||||
"Archive card" : "Archiveer kaart",
|
||||
"Unarchive card" : "Terughalen kaart uit archief",
|
||||
"Delete card" : "Verwijderen kaart",
|
||||
"Enter a card title" : "Kaart titel toevoegen",
|
||||
"Add card" : "Toevoegen kaart",
|
||||
"Close" : "Sluiten",
|
||||
@@ -130,11 +132,14 @@ OC.L10N.register(
|
||||
"Access for" : "Toegang voor",
|
||||
"No matching user or group found." : "Geen passende gebruiker of groep gevonden",
|
||||
"Loading" : "Laden",
|
||||
"Share" : "Delen",
|
||||
"Edit" : "Bewerken",
|
||||
"Share" : "Delen",
|
||||
"Manage" : "Beheren",
|
||||
"Discard share" : "Delen uitzetten",
|
||||
"Update" : "Bijwerken",
|
||||
"Sharing has been disabled for your account." : "Delen is uitgeschakeld voor jouw account.",
|
||||
"Update tag" : "Bijwerken tag",
|
||||
"Edit tag" : "Bewerken tag",
|
||||
"Delete tag" : "Verwijderen tag",
|
||||
"Create" : "Aanmaken",
|
||||
"Create a new tag" : "Nieuw label maken",
|
||||
"Deleted stacks" : "Verwijderde stapels",
|
||||
@@ -149,16 +154,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Archiveer bord",
|
||||
"Unarchive board" : "De-archiveer bord",
|
||||
"Delete board" : "Verwijder bord",
|
||||
"Reset" : "Herstellen",
|
||||
"Update board" : "Update bord",
|
||||
"Reset board" : "Reset bord",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Bord verwijdering ongedaan maken - Anders zal het bord worden verwijderd tijdens de volgende cronjob run.",
|
||||
"Create new board" : "Nieuw bord maken",
|
||||
"New board title" : "Nieuwe bord titel",
|
||||
"Create board" : "Creëren bord",
|
||||
"Select an attachment" : "Selecteer een bijlage",
|
||||
"Cancel upload" : "Upload annuleren",
|
||||
"by" : "door",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Bestandsverwijdering ongedaan maken - Anders zal het bestand worden verwijderd tijdens de volgende cronjob run.",
|
||||
"Undo file deletion" : "Bestandsverwijdering ongedaan maken",
|
||||
"Insert the file into the description" : "Voeg het bestand toe aan de beschrijving",
|
||||
"Delete attachment" : "Verwijderen bijlage",
|
||||
"Modified:" : "Bewerkt:",
|
||||
"Created:" : "Gemaakt:",
|
||||
"Choose a tag" : "Kies een tag",
|
||||
@@ -174,13 +182,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Bijlagen",
|
||||
"Saved" : "Opgeslagen",
|
||||
"Unsaved changes" : "Niet bewaarde wijzigingen",
|
||||
"Formatting help" : "Formatteringshulp",
|
||||
"Insert attachment" : "Toevoegen bijlage",
|
||||
"Formatting help" : "Formatteringshulp",
|
||||
"Upload attachment" : "Uploaden bijlage",
|
||||
"Add a card description…" : "Voeg een kaartbeschrijving toe...",
|
||||
"Shared boards" : "Gedeelde borden",
|
||||
"View more" : "Bekijk meer",
|
||||
"Move board to archive" : "Verplaats bord naar archief",
|
||||
"Create a new board" : "Een nieuw bord maken"
|
||||
"Create a new board" : "Een nieuw bord maken",
|
||||
"Settings" : "Instellingen",
|
||||
"Limit deck to groups" : "Beperk deck tot groepen",
|
||||
"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." : "Het beperken van Deck verhindert dat gebruikers die niet lid zijn van die groepen hun eigen borden kunnen maken. gebruikers kunnen nog wel werken met de borden die met deze gebruikers zijn gedeeld."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
126
l10n/nl.json
126
l10n/nl.json
@@ -19,58 +19,60 @@
|
||||
"You have removed {acl} from the board {board}" : "Je verwijderde {acl} van bord {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} verwijderde {acl} van bord {board}",
|
||||
"You have renamed the board {before} to {board}" : "Je hernoemde bord {before} naar {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} hernoemde bord {before} naar {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} hernoemde bord {before} naar {board}",
|
||||
"You have archived the board {board}" : "Je hebt bord {board} gearchiveerd",
|
||||
"{user} has archived the board {before}" : "{user} archiveerde bord {before}",
|
||||
"You have unarchived the board {board}" : "Je hebt bord {board} uit het archief opgehaald",
|
||||
"{user} has unarchived the board {before}" : "{user} heeft bord {before} uit het archief opgehaald",
|
||||
"You have created a new stack {stack} on {board}" : "Je creëerde een nieuwe stapel {stack} op {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} creëerde een nieuwe stapel {stack} op {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Je hernoemde een nieuwe stapel {before} naar {stack} op {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} hernoemde een nieuwe stapel {before} naar {stack} op {board}",
|
||||
"You have deleted {stack} on {board}" : "Je verwijderde {stack} op {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} verwijderde {stack} op {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Je creëerde {card} in {stack} op {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} creëerde {card} in {stack} op {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Je verwijderde {card} in {stack} op {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} verwijderde {card} in {stack} op {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Je creëerde een nieuwe stapel {stack} op bord {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} creëerde een nieuwe stapel {stack} op bord {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Je hernoemde een nieuwe stapel {before} naar {stack} op bord {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} hernoemde een nieuwe stapel {before} naar {stack} op bord {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Je verwijderde stapel {stack} op bord {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} verwijderde stapel {stack} op bord {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Je creëerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} creëerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Je verwijderde kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} verwijderde kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have renamed the card {before} to {card}" : "Je hernoemde kaart {before} naar {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} hernoemde kaart {before} naar {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Je voegde een beschrijving toe aan {card} in {stack} op {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} voegde een beschrijving toe aan {card} in {stack} op {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Je bewerkte de beschrijving bij op {card} in {stack} op {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} bewerkte de beschrijving bij op {card} in {stack} op {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Je archiveerde {card} in {stack} op {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} archiveerde {card} in {stack} op {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Je haalde {card} in {stack} op {board} uit het archief",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} haalde {card} in {stack} op {board} uit het archief",
|
||||
"You have removed the due date of {card}" : "Je verwijderde de vervaldatum van {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} verwijderde de vervaldatum van {card}",
|
||||
"You have set the due date of {card} to {after}" : "Je stelde de vervaldatum van {card} in op {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} stelde de vervaldatum van {card} in op {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Je werkte de vervaldatum van {card} bij tot {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} werkte de vervaldatum van {card} bij tot {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Je voegde label {label} toe aan {card} in {stack} op {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} voegde label {label} toe aan {card} in {stack} op {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Je verwijderde label {label} van {card} in {stack} op {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} verwijderde label {label} van {card} in {stack} op {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Je wees {assigneduser} toe aan {card} op {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} wees {assigneduser} toe aan {card} op {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Je verwijderd {assigneduser} van {card} op {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} verwijderd {assigneduser} van {card} op {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Je verplaatste kaart {card} van {stackBefore} naar {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} verplaatste kaart {card} van {stackBefore} naar {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Je voegde bijlage {attachment} toe aan {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} voegde bijlage {attachment} toe aan {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Je werkte bijlage {attachment} bij op {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} werkte bijlage {attachment} bij op {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Je verwijderde bijlage {attachment} van {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} verwijderde bijlage {attachment} van {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Je herstelde bijlage {attachment} bij {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} herstelde bijlage {attachment} bij {card}",
|
||||
"You have commented on {card}" : "Je hebt gereageerd op {card}",
|
||||
"{user} has commented on {card}" : "{user} reageerde op {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Je voegde een beschrijving toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} voegde een beschrijving toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Je bewerkte de beschrijving bij op kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} werkte de beschrijving bij van kaart {card} in {stack} op bord {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Je archiveerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} archiveerde kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Je haalde kaart {card} in stapel {stack} op bord {board} uit het archief",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} haalde kaart {card} in stapel {stack} op bord {board} uit het archief",
|
||||
"You have removed the due date of card {card}" : "Je verwijderde de vervaldatum van kaart {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} verwijderde de vervaldatum van kaart {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Je stelde de vervaldatum van kaart {card} in op {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} stelde de vervaldatum van kaart {card} in op {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Je werkte de vervaldatum van kaart {card} bij tot {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} werkte de vervaldatum van kaart {card} bij tot {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Je voegde label {label} toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} voegde label {label} toe aan kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Je verwijderde label {label} van kaart {card} in stapel {stack} op bord {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} verwijderde label {label} van kaart {card} in stapel {stack} op bord {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Je wees {assigneduser} toe aan kaart {card} op bord {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} wees {assigneduser} toe aan kaart {card} op bord {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Je verwijderd {assigneduser} van kaart {card} op bord {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} verwijderd {assigneduser} van kaart {card} op bord {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Je verplaatste kaart {card} van stapel {stackBefore} naar {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} verplaatste kaart {card} van stapel {stackBefore} naar {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Je voegde bijlage {attachment} toe aan kaart {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} voegde bijlage {attachment} toe aan kaart {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Je werkte bijlage {attachment} bij op kaart {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} werkte bijlage {attachment} bij op kaart {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Je verwijderde bijlage {attachment} van kaart {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} verwijderde bijlage {attachment} van kaart {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Je herstelde bijlage {attachment} bij kaart {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} herstelde bijlage {attachment} bij kaart {card}",
|
||||
"You have commented on card {card}" : "Je hebt gereageerd op kaart {card}",
|
||||
"{user} has commented on card {card}" : "{user} reageerde op kaart {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Een <strong>kaart beschrijving</strong> binnen de Deck app is gewijzigd",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Wijzigingen in de <strong>Deck app</strong>",
|
||||
"Personal" : "Persoonlijk",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "De kaart \"%s\" op \"%s\" is aan jou toegewezen door %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} heeft kaart \"%s\" op \"%s\" aan jou toegewezen.",
|
||||
@@ -106,17 +108,17 @@
|
||||
"Show archived cards" : "Gearchiveerde kaarten weergeven",
|
||||
"Hide archived cards" : "Gearchiveerde kaarten verbergen",
|
||||
"Toggle compact mode" : "Omschakelen compacte modus",
|
||||
"Board details" : "Bord details",
|
||||
"Show board details" : "Toon bord details",
|
||||
"All Boards" : "Alle borden",
|
||||
"Archived boards" : "Gearchiveerde borden",
|
||||
"Share board" : "Bord delen",
|
||||
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
|
||||
"Actions" : "Acties",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign from me" : "Van mij terughalen",
|
||||
"Archive" : "Archiveer",
|
||||
"Unarchive" : "Terugzetten uit archief",
|
||||
"Delete" : "Verwijderen",
|
||||
"Drop your files here to upload it to the card" : "Sleep je bestanden hierheen om naar de kaart te uploaden",
|
||||
"Assign card to me" : "Wijs kaart toe aan mij",
|
||||
"Unassign card from me" : "Kaart van mij terughalen",
|
||||
"Archive card" : "Archiveer kaart",
|
||||
"Unarchive card" : "Terughalen kaart uit archief",
|
||||
"Delete card" : "Verwijderen kaart",
|
||||
"Enter a card title" : "Kaart titel toevoegen",
|
||||
"Add card" : "Toevoegen kaart",
|
||||
"Close" : "Sluiten",
|
||||
@@ -128,11 +130,14 @@
|
||||
"Access for" : "Toegang voor",
|
||||
"No matching user or group found." : "Geen passende gebruiker of groep gevonden",
|
||||
"Loading" : "Laden",
|
||||
"Share" : "Delen",
|
||||
"Edit" : "Bewerken",
|
||||
"Share" : "Delen",
|
||||
"Manage" : "Beheren",
|
||||
"Discard share" : "Delen uitzetten",
|
||||
"Update" : "Bijwerken",
|
||||
"Sharing has been disabled for your account." : "Delen is uitgeschakeld voor jouw account.",
|
||||
"Update tag" : "Bijwerken tag",
|
||||
"Edit tag" : "Bewerken tag",
|
||||
"Delete tag" : "Verwijderen tag",
|
||||
"Create" : "Aanmaken",
|
||||
"Create a new tag" : "Nieuw label maken",
|
||||
"Deleted stacks" : "Verwijderde stapels",
|
||||
@@ -147,16 +152,19 @@
|
||||
"Archive board" : "Archiveer bord",
|
||||
"Unarchive board" : "De-archiveer bord",
|
||||
"Delete board" : "Verwijder bord",
|
||||
"Reset" : "Herstellen",
|
||||
"Update board" : "Update bord",
|
||||
"Reset board" : "Reset bord",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Bord verwijdering ongedaan maken - Anders zal het bord worden verwijderd tijdens de volgende cronjob run.",
|
||||
"Create new board" : "Nieuw bord maken",
|
||||
"New board title" : "Nieuwe bord titel",
|
||||
"Create board" : "Creëren bord",
|
||||
"Select an attachment" : "Selecteer een bijlage",
|
||||
"Cancel upload" : "Upload annuleren",
|
||||
"by" : "door",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Bestandsverwijdering ongedaan maken - Anders zal het bestand worden verwijderd tijdens de volgende cronjob run.",
|
||||
"Undo file deletion" : "Bestandsverwijdering ongedaan maken",
|
||||
"Insert the file into the description" : "Voeg het bestand toe aan de beschrijving",
|
||||
"Delete attachment" : "Verwijderen bijlage",
|
||||
"Modified:" : "Bewerkt:",
|
||||
"Created:" : "Gemaakt:",
|
||||
"Choose a tag" : "Kies een tag",
|
||||
@@ -172,13 +180,15 @@
|
||||
"Attachments" : "Bijlagen",
|
||||
"Saved" : "Opgeslagen",
|
||||
"Unsaved changes" : "Niet bewaarde wijzigingen",
|
||||
"Formatting help" : "Formatteringshulp",
|
||||
"Insert attachment" : "Toevoegen bijlage",
|
||||
"Formatting help" : "Formatteringshulp",
|
||||
"Upload attachment" : "Uploaden bijlage",
|
||||
"Add a card description…" : "Voeg een kaartbeschrijving toe...",
|
||||
"Shared boards" : "Gedeelde borden",
|
||||
"View more" : "Bekijk meer",
|
||||
"Move board to archive" : "Verplaats bord naar archief",
|
||||
"Create a new board" : "Een nieuw bord maken"
|
||||
"Create a new board" : "Een nieuw bord maken",
|
||||
"Settings" : "Instellingen",
|
||||
"Limit deck to groups" : "Beperk deck tot groepen",
|
||||
"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." : "Het beperken van Deck verhindert dat gebruikers die niet lid zijn van die groepen hun eigen borden kunnen maken. gebruikers kunnen nog wel werken met de borden die met deze gebruikers zijn gedeeld."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
58
l10n/pl.js
58
l10n/pl.js
@@ -18,55 +18,12 @@ OC.L10N.register(
|
||||
"You have removed {acl} from the board {board}" : "Usunąłes(-aś) {acl} z tablicy {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "Użytkownik {user} usunął {acl} z tablicy {board}",
|
||||
"You have renamed the board {before} to {board}" : "Zmieniłeś(-aś) nazwę tablicy {before} na {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "Użytkownik {user} zmienił(-a) nazwę tablicy {before} na {board}",
|
||||
"You have archived the board {board}" : "Zarchiwizowałeś(-aś) tablicę {board}",
|
||||
"{user} has archived the board {before}" : "Użytkownik {user} zarchiwizował(-a) tablicę {board}",
|
||||
"You have unarchived the board {board}" : "Przywróciłeś(-aś) tablicę {board} z archiwum",
|
||||
"{user} has unarchived the board {before}" : "{user} przywrócił(-a) tablicę {board} z archiwum",
|
||||
"You have created a new stack {stack} on {board}" : "Utworzyłeś(-aś) nowy stos {stack} na tablicy {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "Użytkownik {user} utworzył(-a) nowy stos {stack} na tablicy {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Zmieniłeś(-aś) nazwę stosu tablicy {before} na {stack} na talicy {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "Użytkownik {user} zmienił(-a) nazwę stosu {before} na {stack} na tablicy {board}",
|
||||
"You have deleted {stack} on {board}" : "Usunąłeś(-aś) stos {stack} na tablicy {board}",
|
||||
"{user} has deleted {stack} on {board}" : "Użytkownik {user} usunął stos {stack} na tablicy {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Utworzyłeś(-aś) nową kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "Użytkownik {user} utworzył(-a) nową kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Usunąłeś(-aś) kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "Użytkownik {user} usunął kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"You have renamed the card {before} to {card}" : "Zmieniłeś(-aś) nazwę karty {before} na {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "Użytkownik {user} zmienił(-a) nazwę karty {before} na {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Dodałeś(-aś) nowy opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "Użytkownik {user} dodał(-a) nowy opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Zaktualizowałeś(-aś) opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "Użytkownik {user} zmienił(-a) opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Zarchiwizowałeś(-aś) kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "Użytkownik {user} zarchiwizował(-a) kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Przywróciłeś(-aś) kartę {card} w stosie {stack} na tablicę {board} z archiwum",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} przywrócił(-a) kartę {card} w stosie {stack} na tablicę {board} z archiwum",
|
||||
"You have removed the due date of {card}" : "Usunąłeś(-aś) datę ważności karty {card}",
|
||||
"{user} has removed the due date of {card}" : "Użytkownik {user} usunął datę ważności {card}",
|
||||
"You have set the due date of {card} to {after}" : "Ustawiłeś(-aś) datę ważności karty {card} na {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "Użytkownik {user} ustawił datę ważności karty {card} na {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Zaktualizowałeś(-aś) datę ważności karty {card} na {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "Użytkownik {user} zaktualizował(-a) datę ważności karty {card} na {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Dodałeś(-aś) etykietę {label} na karcie {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "Użytkownik {user} dodał(-a) etykietę {label} na karcie {card} w stosie {stack} na tablicy {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Usunąłeś(-aś) etykietę {label} z karty {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "Użytkownik {user} usunął etykietę {label} z karty {card} w stosie {stack} na tablicy {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Przydzieliłeś(-aś) {assigneduser} do karty {card} na tablicy {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "Użytkownik {user} przydzielił(-a) {assigneduser} do karty {card} na tablicy {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Cofnąłeś(-aś) przydzielenie {assigneduser} do karty {card} na tablicy {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "Użytkownik {user} cofnął przydzielenie {assigneduser} do karty {card} na tablicy {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Przeniosłeś(-aś) kartę {card} ze stosu {stackBefore} do {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "Użytkownik {user} przeniósł(-ła) kartę {card} ze stosu {stackBefore} do {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Dodałeś(-aś) załącznik {attachment} do karty {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "Użytkownik {user} dodał załącznik {attachment} do karty {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Zaktualizowałeś(-aś) załącznik {attachment} na karcie {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "Uzytkownik {user} zaktualizował(-a) załącznik {attachment} na karcie {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Usunąłeś(-aś) załącznik {attachment} z karty {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "Użytkownik {user} usunął załącznik {attachment} z karty {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Przywróciłeś(-aś) załącznik {attachment} na kartę {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "Użytkownik {user} przywrócił(-a) załącznik {attachment} na kartę {card}",
|
||||
"Deck" : "Tablica",
|
||||
"Personal" : "Osobiste",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.",
|
||||
@@ -100,17 +57,11 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Pokaż zarchiwizowane karty",
|
||||
"Hide archived cards" : "Ukryj zarchiwizowane karty",
|
||||
"Toggle compact mode" : "Przełącz w tryb kompaktowy",
|
||||
"Board details" : "Szczegóły tablicy",
|
||||
"All Boards" : "Tablice",
|
||||
"Archived boards" : "Zarchiwizowane tablice",
|
||||
"Share board" : "Udostępnij tablicę",
|
||||
"Drop your files here to upload it to the card" : "Upuść pliki tutaj aby wysłać je na kartę",
|
||||
"Actions" : "Akcje",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign from me" : "Cofnij przypisanie ode mnie",
|
||||
"Archive" : "Archiwizuj",
|
||||
"Unarchive" : "Nie archiwizuj",
|
||||
"Delete" : "Usuń",
|
||||
"Drop your files here to upload it to the card" : "Upuść pliki tutaj aby wysłać je na kartę",
|
||||
"Enter a card title" : "Wprowadź tytuł karty",
|
||||
"Add card" : "Dodaj kartę",
|
||||
"Close" : "Zamknij",
|
||||
@@ -120,11 +71,10 @@ OC.L10N.register(
|
||||
"Access for" : "Dostęp dla",
|
||||
"No matching user or group found." : "Nie znaleziono pasujących użytkowników lub grup",
|
||||
"Loading" : "Ładowanie",
|
||||
"Share" : "Współdziel",
|
||||
"Edit" : "Edycja",
|
||||
"Share" : "Współdziel",
|
||||
"Manage" : "Zarządzanie",
|
||||
"Discard share" : "Usuń współdzielenie",
|
||||
"Update" : "Aktualizuj",
|
||||
"Create" : "Utwórz",
|
||||
"Create a new tag" : "Utwórz nowy tag",
|
||||
"Status" : "Status",
|
||||
@@ -137,7 +87,6 @@ OC.L10N.register(
|
||||
"Archive board" : "Zarchiwizuj tablicę",
|
||||
"Unarchive board" : "Przywróć tablicę",
|
||||
"Delete board" : "Usuń tablicę",
|
||||
"Reset" : "Resetuj",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Cofnij usunięcie tablicy - w innym przypadku tablica zostanie usunięta przy kolejnym wykonaniu zadania cron.",
|
||||
"Create new board" : "Utwórz nową tablicę",
|
||||
"New board title" : "Tytuł nowej tablicy",
|
||||
@@ -162,12 +111,11 @@ OC.L10N.register(
|
||||
"Attachments" : "Załączniki",
|
||||
"Saved" : "Zapisano",
|
||||
"Unsaved changes" : "Niezapisane zmiany",
|
||||
"Formatting help" : "Pomoc przy formatowaniu",
|
||||
"Insert attachment" : "Wstaw załącznik",
|
||||
"Formatting help" : "Pomoc przy formatowaniu",
|
||||
"Upload attachment" : "Wyślij załącznik",
|
||||
"Add a card description…" : "Dodaj opis karty",
|
||||
"Shared boards" : "Tablice współdzielone",
|
||||
"View more" : "Zobacz więcej",
|
||||
"Move board to archive" : "Przesuń tablicę do archiwum",
|
||||
"Create a new board" : "Utwórz nową tablicę"
|
||||
},
|
||||
|
||||
58
l10n/pl.json
58
l10n/pl.json
@@ -16,55 +16,12 @@
|
||||
"You have removed {acl} from the board {board}" : "Usunąłes(-aś) {acl} z tablicy {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "Użytkownik {user} usunął {acl} z tablicy {board}",
|
||||
"You have renamed the board {before} to {board}" : "Zmieniłeś(-aś) nazwę tablicy {before} na {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "Użytkownik {user} zmienił(-a) nazwę tablicy {before} na {board}",
|
||||
"You have archived the board {board}" : "Zarchiwizowałeś(-aś) tablicę {board}",
|
||||
"{user} has archived the board {before}" : "Użytkownik {user} zarchiwizował(-a) tablicę {board}",
|
||||
"You have unarchived the board {board}" : "Przywróciłeś(-aś) tablicę {board} z archiwum",
|
||||
"{user} has unarchived the board {before}" : "{user} przywrócił(-a) tablicę {board} z archiwum",
|
||||
"You have created a new stack {stack} on {board}" : "Utworzyłeś(-aś) nowy stos {stack} na tablicy {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "Użytkownik {user} utworzył(-a) nowy stos {stack} na tablicy {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Zmieniłeś(-aś) nazwę stosu tablicy {before} na {stack} na talicy {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "Użytkownik {user} zmienił(-a) nazwę stosu {before} na {stack} na tablicy {board}",
|
||||
"You have deleted {stack} on {board}" : "Usunąłeś(-aś) stos {stack} na tablicy {board}",
|
||||
"{user} has deleted {stack} on {board}" : "Użytkownik {user} usunął stos {stack} na tablicy {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Utworzyłeś(-aś) nową kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "Użytkownik {user} utworzył(-a) nową kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Usunąłeś(-aś) kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "Użytkownik {user} usunął kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"You have renamed the card {before} to {card}" : "Zmieniłeś(-aś) nazwę karty {before} na {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "Użytkownik {user} zmienił(-a) nazwę karty {before} na {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Dodałeś(-aś) nowy opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "Użytkownik {user} dodał(-a) nowy opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Zaktualizowałeś(-aś) opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "Użytkownik {user} zmienił(-a) opis karty {card} w stosie {stack} na tablicy {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Zarchiwizowałeś(-aś) kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "Użytkownik {user} zarchiwizował(-a) kartę {card} w stosie {stack} na tablicy {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Przywróciłeś(-aś) kartę {card} w stosie {stack} na tablicę {board} z archiwum",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} przywrócił(-a) kartę {card} w stosie {stack} na tablicę {board} z archiwum",
|
||||
"You have removed the due date of {card}" : "Usunąłeś(-aś) datę ważności karty {card}",
|
||||
"{user} has removed the due date of {card}" : "Użytkownik {user} usunął datę ważności {card}",
|
||||
"You have set the due date of {card} to {after}" : "Ustawiłeś(-aś) datę ważności karty {card} na {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "Użytkownik {user} ustawił datę ważności karty {card} na {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Zaktualizowałeś(-aś) datę ważności karty {card} na {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "Użytkownik {user} zaktualizował(-a) datę ważności karty {card} na {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Dodałeś(-aś) etykietę {label} na karcie {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "Użytkownik {user} dodał(-a) etykietę {label} na karcie {card} w stosie {stack} na tablicy {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Usunąłeś(-aś) etykietę {label} z karty {card} w stosie {stack} na tablicy {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "Użytkownik {user} usunął etykietę {label} z karty {card} w stosie {stack} na tablicy {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Przydzieliłeś(-aś) {assigneduser} do karty {card} na tablicy {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "Użytkownik {user} przydzielił(-a) {assigneduser} do karty {card} na tablicy {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Cofnąłeś(-aś) przydzielenie {assigneduser} do karty {card} na tablicy {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "Użytkownik {user} cofnął przydzielenie {assigneduser} do karty {card} na tablicy {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Przeniosłeś(-aś) kartę {card} ze stosu {stackBefore} do {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "Użytkownik {user} przeniósł(-ła) kartę {card} ze stosu {stackBefore} do {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Dodałeś(-aś) załącznik {attachment} do karty {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "Użytkownik {user} dodał załącznik {attachment} do karty {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Zaktualizowałeś(-aś) załącznik {attachment} na karcie {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "Uzytkownik {user} zaktualizował(-a) załącznik {attachment} na karcie {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Usunąłeś(-aś) załącznik {attachment} z karty {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "Użytkownik {user} usunął załącznik {attachment} z karty {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Przywróciłeś(-aś) załącznik {attachment} na kartę {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "Użytkownik {user} przywrócił(-a) załącznik {attachment} na kartę {card}",
|
||||
"Deck" : "Tablica",
|
||||
"Personal" : "Osobiste",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.",
|
||||
@@ -98,17 +55,11 @@
|
||||
"Show archived cards" : "Pokaż zarchiwizowane karty",
|
||||
"Hide archived cards" : "Ukryj zarchiwizowane karty",
|
||||
"Toggle compact mode" : "Przełącz w tryb kompaktowy",
|
||||
"Board details" : "Szczegóły tablicy",
|
||||
"All Boards" : "Tablice",
|
||||
"Archived boards" : "Zarchiwizowane tablice",
|
||||
"Share board" : "Udostępnij tablicę",
|
||||
"Drop your files here to upload it to the card" : "Upuść pliki tutaj aby wysłać je na kartę",
|
||||
"Actions" : "Akcje",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign from me" : "Cofnij przypisanie ode mnie",
|
||||
"Archive" : "Archiwizuj",
|
||||
"Unarchive" : "Nie archiwizuj",
|
||||
"Delete" : "Usuń",
|
||||
"Drop your files here to upload it to the card" : "Upuść pliki tutaj aby wysłać je na kartę",
|
||||
"Enter a card title" : "Wprowadź tytuł karty",
|
||||
"Add card" : "Dodaj kartę",
|
||||
"Close" : "Zamknij",
|
||||
@@ -118,11 +69,10 @@
|
||||
"Access for" : "Dostęp dla",
|
||||
"No matching user or group found." : "Nie znaleziono pasujących użytkowników lub grup",
|
||||
"Loading" : "Ładowanie",
|
||||
"Share" : "Współdziel",
|
||||
"Edit" : "Edycja",
|
||||
"Share" : "Współdziel",
|
||||
"Manage" : "Zarządzanie",
|
||||
"Discard share" : "Usuń współdzielenie",
|
||||
"Update" : "Aktualizuj",
|
||||
"Create" : "Utwórz",
|
||||
"Create a new tag" : "Utwórz nowy tag",
|
||||
"Status" : "Status",
|
||||
@@ -135,7 +85,6 @@
|
||||
"Archive board" : "Zarchiwizuj tablicę",
|
||||
"Unarchive board" : "Przywróć tablicę",
|
||||
"Delete board" : "Usuń tablicę",
|
||||
"Reset" : "Resetuj",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Cofnij usunięcie tablicy - w innym przypadku tablica zostanie usunięta przy kolejnym wykonaniu zadania cron.",
|
||||
"Create new board" : "Utwórz nową tablicę",
|
||||
"New board title" : "Tytuł nowej tablicy",
|
||||
@@ -160,12 +109,11 @@
|
||||
"Attachments" : "Załączniki",
|
||||
"Saved" : "Zapisano",
|
||||
"Unsaved changes" : "Niezapisane zmiany",
|
||||
"Formatting help" : "Pomoc przy formatowaniu",
|
||||
"Insert attachment" : "Wstaw załącznik",
|
||||
"Formatting help" : "Pomoc przy formatowaniu",
|
||||
"Upload attachment" : "Wyślij załącznik",
|
||||
"Add a card description…" : "Dodaj opis karty",
|
||||
"Shared boards" : "Tablice współdzielone",
|
||||
"View more" : "Zobacz więcej",
|
||||
"Move board to archive" : "Przesuń tablicę do archiwum",
|
||||
"Create a new board" : "Utwórz nową tablicę"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
|
||||
180
l10n/pt_BR.js
180
l10n/pt_BR.js
@@ -10,77 +10,79 @@ OC.L10N.register(
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}",
|
||||
"You have created a new board {board}" : "Você criou um novo tabuleiro {board}",
|
||||
"{user} has created a new board {board}" : "{user} criou um novo tabuleiro {board}",
|
||||
"You have deleted the board {board}" : "Você excluiu o tabuleiro {board}",
|
||||
"{user} has deleted the board {board}" : "{user} excluiu o tabuleiro {board}",
|
||||
"You have restored the board {board}" : "Você restaurou o tabuleiro {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o tabuleiro {board}",
|
||||
"You have shared the board {board} with {acl}" : "Você compartilhou o tabuleiro {board} com {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartilhou o tabuleiro {board} com {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Você excluiu {acl} do tabuleiro {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do tabuleiro {board}",
|
||||
"You have renamed the board {before} to {board}" : "Você renomeou o tabuleiro {before} para {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} renomeou o tabuleiro {before} para {board}",
|
||||
"You have archived the board {board}" : "Você arquivou o tabuleiro {board}",
|
||||
"{user} has archived the board {before}" : "{user} arquivou o tabuleiro {before}",
|
||||
"You have unarchived the board {board}" : "Você desarquivou o tabuleiro {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} desarquivou o tabuleiro {board}",
|
||||
"You have created a new stack {stack} on {board}" : "Você criou uma nova pilha {stack} em {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} criou uma nova pilha {stack} em {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Você renomeou a pilha {before} para {stack} em {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} renomeou a pilha {before} para {stack} em {board}",
|
||||
"You have deleted {stack} on {board}" : "Você excluiu {stack} de {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} excluiu {stack} de {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Você criou {card} em {stack} de {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} criou {card} em {stack} de {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Você excluiu {card} em {stack} de {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} excluiu {card} em {stack} de {board}",
|
||||
"You have created a new board {board}" : "Você criou um novo painel {board}",
|
||||
"{user} has created a new board {board}" : "{user} criou um novo painel {board}",
|
||||
"You have deleted the board {board}" : "Você excluiu o painel {board}",
|
||||
"{user} has deleted the board {board}" : "{user} excluiu o painel {board}",
|
||||
"You have restored the board {board}" : "Você restaurou o painel {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o painel {board}",
|
||||
"You have shared the board {board} with {acl}" : "Você compartilhou o painel {board} com {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartilhou o painel {board} com {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Você excluiu {acl} do painel {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do painel {board}",
|
||||
"You have renamed the board {before} to {board}" : "Você renomeou o painel {before} para {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} renomeou o painel {before} para {board}",
|
||||
"You have archived the board {board}" : "Você arquivou o painel {board}",
|
||||
"{user} has archived the board {before}" : "{user} arquivou o painel {before}",
|
||||
"You have unarchived the board {board}" : "Você desarquivou o painel {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} desarquivou o painel {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Você criou uma nova pilha {stack} no painel {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} criou uma nova pilha {stack} no painel {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Você renomeou a pilha {before} para {stack} do painel {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} renomeou a pilha {before} para {stack} do painel {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Você excluiu a pilha {stack} do painel {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} excluiu a pilha {stack} do painel {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Você criou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} criou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Você excluiu o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} excluiu o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have renamed the card {before} to {card}" : "Você renomeou o cartão {before} para {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} renomeou o cartão {before} para {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Você adicionou uma descrição para {card} em {stack} de {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} adicionou uma descrição para {card} em {stack} de {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Você atualizou a descrição de {card} em {stack} de {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} atualizou a descrição de {card} em {stack} de {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Você arquivou {card} de {stack} de {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} arquivou {card} de {stack} de {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Você desarquivou {card} de {stack} de {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} desarquivou {card} de {stack} de {board}",
|
||||
"You have removed the due date of {card}" : "Você removeu a data de vencimento de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} removeu a data de vencimento de {card}",
|
||||
"You have set the due date of {card} to {after}" : "Você definiu a data de vencimento de {card} para {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} definiu a data de vencimento de {card} para {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Você atualizou a data de vencimento de {card} para {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} atualizou a data de vencimento de {card} para {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Você adicionou o rótulo {label} para {card} em {stack} de {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} adicionou o rótulo {label} para {card} em {stack} de {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Você excluiu o rótulo {label} para {card} em {stack} de {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} excluiu o rótulo {label} para {card} em {stack} de {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Você atribuiu {assigneduser} para {card} de {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} atribuiu {assigneduser} para {card} de {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Você desatribuiu {assigneduser} de {card} de {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} desatribuiu {assigneduser} de {card} de {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Você moveu o cartão {card} de {stackBefore} para {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} moveu o cartão {card} de {stackBefore} para {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Você adicionou o anexo {attachment} em {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} adicionou o anexo {attachment} em {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Você atualizou o anexo {attachment} em {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} atualizou o anexo {attachment} em {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Você excluiu o anexo {attachment} de {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} excluiu o anexo {attachment} de {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Você restaurou o anexo {attachment} de {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} restaurou o anexo {attachment} de {card}",
|
||||
"You have commented on {card}" : "Você comentou em {card}",
|
||||
"{user} has commented on {card}" : "{user} comentou em {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Você adicionou uma descrição ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} adicionou uma descrição ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Você atualizou a descrição do cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} atualizou o cartão de descrição {card} na pilha {stack} do painel {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Você arquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} arquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Você desarquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} desarquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have removed the due date of card {card}" : "Você excluiu a data de vencimento do cartão {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} excluiu a data de vencimento do cartão {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Você definiu a data de vencimento do cartão {card} para {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} definiu a data de vencimento do cartão {card} para {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Você atualizou a data de vencimento do cartão {card} para {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} atualizou a data de vencimento do cartão {card} para {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Você adicionou um rótulo {label} ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} adicionou um rótulo {label} ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Você removeu o rótulo {label} do cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} removeu o rótulo {label} do cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Você vinculou {assigneduser} ao cartão {card} do painel {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} vinculou {assigneduser} ao cartão {card} do painel {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Você desvinculou {assigneduser} do cartão {card} no painel {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desvinculou {assigneduser} do cartão {card} no painel {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Você moveu o cartão {card} da pilha {stackBefore} para {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} moveu o cartão {card} da pilha {stackBefore} para {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Você adicionou o anexo {attachment} no cartão {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} adicionou um anexo {attachment} ao cartão {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Você atualizou o anexo {attachment} do cartão {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} atualizou o anexo {attachment} do cartão {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Você excluiu o anexo {attachment} do cartão {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} excluiu o anexo {attachment} do cartão {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Você restaurou o anexo {attachment} do cartão {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restaurou o anexo {attachment} do cartão {card}",
|
||||
"You have commented on card {card}" : "Você comentou no cartão {card}",
|
||||
"{user} has commented on card {card}" : "{user} comentou no cartão {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Uma <strong>descrição do cartão</strong> dentro do aplicativo Deck foi alterada",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Mudanças no <strong>aplicativo Deck</strong>",
|
||||
"Personal" : "Pessoal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi atribuído a você por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} atribuiu o cartão \"%s\" em \"%s\" para você.",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vinculou o cartão \"%s\" em \"%s\" com você.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s citou você num comentário em \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} citou você num comentário em \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi compartilhado com você por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} compartilhou o quadro %s com você.",
|
||||
"The board \"%s\" has been shared with you by %s." : "O painel \"%s\" foi compartilhado com você por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} compartilhou o painel %s com você.",
|
||||
"No data was provided to create an attachment." : "Nenhum dado foi fornecido para criar um anexo.",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "Para revisão",
|
||||
@@ -108,17 +110,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Hide archived cards" : "Ocultar cartões arquivados",
|
||||
"Toggle compact mode" : "Alternar para modo compacto",
|
||||
"Board details" : "Detalhes do painel",
|
||||
"All Boards" : "Todos os paineis",
|
||||
"Show board details" : "Mostrar detalhes do painel",
|
||||
"All Boards" : "Todos os painéis",
|
||||
"Archived boards" : "Painéis arquivados",
|
||||
"Share board" : "Compartilhar placa",
|
||||
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
|
||||
"Share board" : "Compartilhar painel",
|
||||
"Actions" : "Ações",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign from me" : "Desatribuir de mim",
|
||||
"Archive" : "Arquivar",
|
||||
"Unarchive" : "Desarquivar",
|
||||
"Delete" : "Excluir",
|
||||
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
|
||||
"Assign card to me" : "Vincular o cartão comigo",
|
||||
"Unassign card from me" : "Desvincular o cartão de mim",
|
||||
"Archive card" : "Arquivar cartão",
|
||||
"Unarchive card" : "Desarquivar cartão",
|
||||
"Delete card" : "Excluir cartão",
|
||||
"Enter a card title" : "Digite um título de cartão",
|
||||
"Add card" : "Adicionar cartão",
|
||||
"Close" : "Fechar",
|
||||
@@ -130,18 +132,21 @@ OC.L10N.register(
|
||||
"Access for" : "Acesso para",
|
||||
"No matching user or group found." : "Usuário ou grupo não encontrado.",
|
||||
"Loading" : "Carregando",
|
||||
"Share" : "Compartilhar",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartilhar",
|
||||
"Manage" : "Gerenciar",
|
||||
"Discard share" : "Descartar compartilhamento",
|
||||
"Update" : "Atualizar",
|
||||
"Sharing has been disabled for your account." : "O compartilhamento foi desativado para sua conta.",
|
||||
"Update tag" : "Atualizar rótulo",
|
||||
"Edit tag" : "Editar rótulo",
|
||||
"Delete tag" : "Excluir tag",
|
||||
"Create" : "Criar",
|
||||
"Create a new tag" : "Criar uma nova etiqueta",
|
||||
"Deleted stacks" : "Pilhas excluídas",
|
||||
"Deleted cards" : "Cartões excluídos",
|
||||
"Status" : "Status",
|
||||
"No archived boards to display" : "Nenhuma placa arquivada para exibir",
|
||||
"No shared boards to display" : "Nenhuma placa compartilhada para exibir",
|
||||
"No archived boards to display" : "Nenhum painel arquivado para exibir",
|
||||
"No shared boards to display" : "Nenhum painel compartilhado para exibir",
|
||||
"Title" : "Título",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Mais ações",
|
||||
@@ -149,24 +154,27 @@ OC.L10N.register(
|
||||
"Archive board" : "Arquivar painel",
|
||||
"Unarchive board" : "Desarquivar painel",
|
||||
"Delete board" : "Excluir painel",
|
||||
"Reset" : "Redefinir",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Desfazer a exclusão da placa - Caso contrário, a placa será excluída durante o próximo cronjob.",
|
||||
"Update board" : "Atualizar painel",
|
||||
"Reset board" : "Redefinir painel",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Desfazer a exclusão do painel - Caso contrário, o painel será excluída durante o próximo cronjob.",
|
||||
"Create new board" : "Criar novo painel",
|
||||
"New board title" : "Título do novo painel",
|
||||
"Create board" : "Criar painel",
|
||||
"Select an attachment" : "Selecionar um anexo",
|
||||
"Cancel upload" : "Cancelar envio",
|
||||
"by" : "por",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Desfazer exclusão de arquivo - Caso contrário será excluído na próxima execução do cronjob.",
|
||||
"Undo file deletion" : "Desfazer exclusão de arquivo",
|
||||
"Insert the file into the description" : "Insira o arquivo na descrição",
|
||||
"Delete attachment" : "Excluir anexo",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Criado:",
|
||||
"Choose a tag" : "Escolha um rótulo",
|
||||
"Add a tag" : "Adicione um rótulo",
|
||||
"Select tags" : "Selecione os rótulos",
|
||||
"Assign users" : "Atribuir usuários",
|
||||
"Choose a user to assign" : "Escolha um usuário a atribuir",
|
||||
"Assign this card to a user" : "Atribuir este cartão a um usuário",
|
||||
"Assign users" : "Vincular usuários",
|
||||
"Choose a user to assign" : "Escolha um usuário a vincular",
|
||||
"Assign this card to a user" : "Vincular este cartão com um usuário",
|
||||
"Due date" : "Data devida",
|
||||
"Click to set" : "Clique para setar",
|
||||
"Remove due date" : "Remover devido à data",
|
||||
@@ -174,13 +182,15 @@ OC.L10N.register(
|
||||
"Attachments" : "Anexos",
|
||||
"Saved" : "Salvo",
|
||||
"Unsaved changes" : "Alterações não salvas",
|
||||
"Formatting help" : "Formatando ajuda",
|
||||
"Insert attachment" : "Inserir anexo",
|
||||
"Formatting help" : "Formatando ajuda",
|
||||
"Upload attachment" : "Enviar anexo",
|
||||
"Add a card description…" : "Adicionar uma descrição para o cartão...",
|
||||
"Shared boards" : "Painéis compartilhados",
|
||||
"View more" : "Ver mais",
|
||||
"Move board to archive" : "Mover painel para o arquivo",
|
||||
"Create a new board" : "Criar um novo painel"
|
||||
"Create a new board" : "Criar um novo painel",
|
||||
"Settings" : "Configurações",
|
||||
"Limit deck to groups" : "Limite do Deck para 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 o Deck impedirá que usuários que não fazem parte desses grupos criem seus próprios quadros. Os usuários ainda poderão trabalhar em pastas que foram compartilhadas com eles."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
180
l10n/pt_BR.json
180
l10n/pt_BR.json
@@ -8,77 +8,79 @@
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}",
|
||||
"You have created a new board {board}" : "Você criou um novo tabuleiro {board}",
|
||||
"{user} has created a new board {board}" : "{user} criou um novo tabuleiro {board}",
|
||||
"You have deleted the board {board}" : "Você excluiu o tabuleiro {board}",
|
||||
"{user} has deleted the board {board}" : "{user} excluiu o tabuleiro {board}",
|
||||
"You have restored the board {board}" : "Você restaurou o tabuleiro {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o tabuleiro {board}",
|
||||
"You have shared the board {board} with {acl}" : "Você compartilhou o tabuleiro {board} com {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartilhou o tabuleiro {board} com {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Você excluiu {acl} do tabuleiro {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do tabuleiro {board}",
|
||||
"You have renamed the board {before} to {board}" : "Você renomeou o tabuleiro {before} para {board}",
|
||||
"{user} has has renamed the board {before} to {board}" : "{user} renomeou o tabuleiro {before} para {board}",
|
||||
"You have archived the board {board}" : "Você arquivou o tabuleiro {board}",
|
||||
"{user} has archived the board {before}" : "{user} arquivou o tabuleiro {before}",
|
||||
"You have unarchived the board {board}" : "Você desarquivou o tabuleiro {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} desarquivou o tabuleiro {board}",
|
||||
"You have created a new stack {stack} on {board}" : "Você criou uma nova pilha {stack} em {board}",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} criou uma nova pilha {stack} em {board}",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Você renomeou a pilha {before} para {stack} em {board}",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} renomeou a pilha {before} para {stack} em {board}",
|
||||
"You have deleted {stack} on {board}" : "Você excluiu {stack} de {board}",
|
||||
"{user} has deleted {stack} on {board}" : "{user} excluiu {stack} de {board}",
|
||||
"You have created {card} in {stack} on {board}" : "Você criou {card} em {stack} de {board}",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} criou {card} em {stack} de {board}",
|
||||
"You have deleted {card} in {stack} on {board}" : "Você excluiu {card} em {stack} de {board}",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} excluiu {card} em {stack} de {board}",
|
||||
"You have created a new board {board}" : "Você criou um novo painel {board}",
|
||||
"{user} has created a new board {board}" : "{user} criou um novo painel {board}",
|
||||
"You have deleted the board {board}" : "Você excluiu o painel {board}",
|
||||
"{user} has deleted the board {board}" : "{user} excluiu o painel {board}",
|
||||
"You have restored the board {board}" : "Você restaurou o painel {board}",
|
||||
"{user} has restored the board {board}" : "{user} restaurou o painel {board}",
|
||||
"You have shared the board {board} with {acl}" : "Você compartilhou o painel {board} com {acl}",
|
||||
"{user} has shared the board {board} with {sharee}" : "{user} compartilhou o painel {board} com {sharee}",
|
||||
"You have removed {acl} from the board {board}" : "Você excluiu {acl} do painel {board}",
|
||||
"{user} has removed {acl} from the board {board}" : "{user} excluiu {acl} do painel {board}",
|
||||
"You have renamed the board {before} to {board}" : "Você renomeou o painel {before} para {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} renomeou o painel {before} para {board}",
|
||||
"You have archived the board {board}" : "Você arquivou o painel {board}",
|
||||
"{user} has archived the board {before}" : "{user} arquivou o painel {before}",
|
||||
"You have unarchived the board {board}" : "Você desarquivou o painel {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} desarquivou o painel {board}",
|
||||
"You have created a new stack {stack} on board {board}" : "Você criou uma nova pilha {stack} no painel {board}",
|
||||
"{user} has created a new stack {stack} on board {board}" : "{user} criou uma nova pilha {stack} no painel {board}",
|
||||
"You have renamed stack {before} to {stack} on board {board}" : "Você renomeou a pilha {before} para {stack} do painel {board}",
|
||||
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} renomeou a pilha {before} para {stack} do painel {board}",
|
||||
"You have deleted stack {stack} on board {board}" : "Você excluiu a pilha {stack} do painel {board}",
|
||||
"{user} has deleted stack {stack} on board {board}" : "{user} excluiu a pilha {stack} do painel {board}",
|
||||
"You have created card {card} in stack {stack} on board {board}" : "Você criou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has created card {card} in stack {stack} on board {board}" : "{user} criou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have deleted card {card} in stack {stack} on board {board}" : "Você excluiu o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} excluiu o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have renamed the card {before} to {card}" : "Você renomeou o cartão {before} para {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} renomeou o cartão {before} para {card}",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Você adicionou uma descrição para {card} em {stack} de {board}",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} adicionou uma descrição para {card} em {stack} de {board}",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Você atualizou a descrição de {card} em {stack} de {board}",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} atualizou a descrição de {card} em {stack} de {board}",
|
||||
"You have archived {card} in {stack} on {board}" : "Você arquivou {card} de {stack} de {board}",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} arquivou {card} de {stack} de {board}",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Você desarquivou {card} de {stack} de {board}",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} desarquivou {card} de {stack} de {board}",
|
||||
"You have removed the due date of {card}" : "Você removeu a data de vencimento de {card}",
|
||||
"{user} has removed the due date of {card}" : "{user} removeu a data de vencimento de {card}",
|
||||
"You have set the due date of {card} to {after}" : "Você definiu a data de vencimento de {card} para {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} definiu a data de vencimento de {card} para {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Você atualizou a data de vencimento de {card} para {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} atualizou a data de vencimento de {card} para {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Você adicionou o rótulo {label} para {card} em {stack} de {board}",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} adicionou o rótulo {label} para {card} em {stack} de {board}",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Você excluiu o rótulo {label} para {card} em {stack} de {board}",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} excluiu o rótulo {label} para {card} em {stack} de {board}",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Você atribuiu {assigneduser} para {card} de {board}",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} atribuiu {assigneduser} para {card} de {board}",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Você desatribuiu {assigneduser} de {card} de {board}",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} desatribuiu {assigneduser} de {card} de {board}",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Você moveu o cartão {card} de {stackBefore} para {stack}",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} moveu o cartão {card} de {stackBefore} para {stack}",
|
||||
"You have added the attachment {attachment} to {card}" : "Você adicionou o anexo {attachment} em {card}",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} adicionou o anexo {attachment} em {card}",
|
||||
"You have updated the attachment {attachment} on {card}" : "Você atualizou o anexo {attachment} em {card}",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} atualizou o anexo {attachment} em {card}",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Você excluiu o anexo {attachment} de {card}",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} excluiu o anexo {attachment} de {card}",
|
||||
"You have restored the attachment {attachment} to {card}" : "Você restaurou o anexo {attachment} de {card}",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} restaurou o anexo {attachment} de {card}",
|
||||
"You have commented on {card}" : "Você comentou em {card}",
|
||||
"{user} has commented on {card}" : "{user} comentou em {card}",
|
||||
"You have added a description to card {card} in stack {stack} on board {board}" : "Você adicionou uma descrição ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} adicionou uma descrição ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have updated the description of card {card} in stack {stack} on board {board}" : "Você atualizou a descrição do cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has updated the description card {card} in stack {stack} on board {board}" : "{user} atualizou o cartão de descrição {card} na pilha {stack} do painel {board}",
|
||||
"You have archived card {card} in stack {stack} on board {board}" : "Você arquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} arquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have unarchived card {card} in stack {stack} on board {board}" : "Você desarquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} desarquivou o cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have removed the due date of card {card}" : "Você excluiu a data de vencimento do cartão {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} excluiu a data de vencimento do cartão {card}",
|
||||
"You have set the due date of card {card} to {after}" : "Você definiu a data de vencimento do cartão {card} para {after}",
|
||||
"{user} has set the due date of card {card} to {after}" : "{user} definiu a data de vencimento do cartão {card} para {after}",
|
||||
"You have updated the due date of card {card} to {after}" : "Você atualizou a data de vencimento do cartão {card} para {after}",
|
||||
"{user} has updated the due date of card {card} to {after}" : "{user} atualizou a data de vencimento do cartão {card} para {after}",
|
||||
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Você adicionou um rótulo {label} ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} adicionou um rótulo {label} ao cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Você removeu o rótulo {label} do cartão {card} na pilha {stack} do painel {board}",
|
||||
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} removeu o rótulo {label} do cartão {card} na pilha {stack} do painel {board}",
|
||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Você vinculou {assigneduser} ao cartão {card} do painel {board}",
|
||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} vinculou {assigneduser} ao cartão {card} do painel {board}",
|
||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Você desvinculou {assigneduser} do cartão {card} no painel {board}",
|
||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} desvinculou {assigneduser} do cartão {card} no painel {board}",
|
||||
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Você moveu o cartão {card} da pilha {stackBefore} para {stack}",
|
||||
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} moveu o cartão {card} da pilha {stackBefore} para {stack}",
|
||||
"You have added the attachment {attachment} to card {card}" : "Você adicionou o anexo {attachment} no cartão {card}",
|
||||
"{user} has added the attachment {attachment} to card {card}" : "{user} adicionou um anexo {attachment} ao cartão {card}",
|
||||
"You have updated the attachment {attachment} on card {card}" : "Você atualizou o anexo {attachment} do cartão {card}",
|
||||
"{user} has updated the attachment {attachment} to card {card}" : "{user} atualizou o anexo {attachment} do cartão {card}",
|
||||
"You have deleted the attachment {attachment} from card {card}" : "Você excluiu o anexo {attachment} do cartão {card}",
|
||||
"{user} has deleted the attachment {attachment} to card {card}" : "{user} excluiu o anexo {attachment} do cartão {card}",
|
||||
"You have restored the attachment {attachment} to card {card}" : "Você restaurou o anexo {attachment} do cartão {card}",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restaurou o anexo {attachment} do cartão {card}",
|
||||
"You have commented on card {card}" : "Você comentou no cartão {card}",
|
||||
"{user} has commented on card {card}" : "{user} comentou no cartão {card}",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Uma <strong>descrição do cartão</strong> dentro do aplicativo Deck foi alterada",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Mudanças no <strong>aplicativo Deck</strong>",
|
||||
"Personal" : "Pessoal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi atribuído a você por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} atribuiu o cartão \"%s\" em \"%s\" para você.",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "O cartão \"%s\" em \"%s\" foi vinculado com você por %s.",
|
||||
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} vinculou o cartão \"%s\" em \"%s\" com você.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" atingiu sua data de vencimento.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s citou você num comentário em \"%s\".",
|
||||
"{user} has mentioned you in a comment on \"%s\"." : "{user} citou você num comentário em \"%s\".",
|
||||
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi compartilhado com você por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} compartilhou o quadro %s com você.",
|
||||
"The board \"%s\" has been shared with you by %s." : "O painel \"%s\" foi compartilhado com você por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} compartilhou o painel %s com você.",
|
||||
"No data was provided to create an attachment." : "Nenhum dado foi fornecido para criar um anexo.",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "Para revisão",
|
||||
@@ -106,17 +108,17 @@
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Hide archived cards" : "Ocultar cartões arquivados",
|
||||
"Toggle compact mode" : "Alternar para modo compacto",
|
||||
"Board details" : "Detalhes do painel",
|
||||
"All Boards" : "Todos os paineis",
|
||||
"Show board details" : "Mostrar detalhes do painel",
|
||||
"All Boards" : "Todos os painéis",
|
||||
"Archived boards" : "Painéis arquivados",
|
||||
"Share board" : "Compartilhar placa",
|
||||
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
|
||||
"Share board" : "Compartilhar painel",
|
||||
"Actions" : "Ações",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign from me" : "Desatribuir de mim",
|
||||
"Archive" : "Arquivar",
|
||||
"Unarchive" : "Desarquivar",
|
||||
"Delete" : "Excluir",
|
||||
"Drop your files here to upload it to the card" : "Solte seus arquivos aqui para enviá-los para o cartão",
|
||||
"Assign card to me" : "Vincular o cartão comigo",
|
||||
"Unassign card from me" : "Desvincular o cartão de mim",
|
||||
"Archive card" : "Arquivar cartão",
|
||||
"Unarchive card" : "Desarquivar cartão",
|
||||
"Delete card" : "Excluir cartão",
|
||||
"Enter a card title" : "Digite um título de cartão",
|
||||
"Add card" : "Adicionar cartão",
|
||||
"Close" : "Fechar",
|
||||
@@ -128,18 +130,21 @@
|
||||
"Access for" : "Acesso para",
|
||||
"No matching user or group found." : "Usuário ou grupo não encontrado.",
|
||||
"Loading" : "Carregando",
|
||||
"Share" : "Compartilhar",
|
||||
"Edit" : "Editar",
|
||||
"Share" : "Compartilhar",
|
||||
"Manage" : "Gerenciar",
|
||||
"Discard share" : "Descartar compartilhamento",
|
||||
"Update" : "Atualizar",
|
||||
"Sharing has been disabled for your account." : "O compartilhamento foi desativado para sua conta.",
|
||||
"Update tag" : "Atualizar rótulo",
|
||||
"Edit tag" : "Editar rótulo",
|
||||
"Delete tag" : "Excluir tag",
|
||||
"Create" : "Criar",
|
||||
"Create a new tag" : "Criar uma nova etiqueta",
|
||||
"Deleted stacks" : "Pilhas excluídas",
|
||||
"Deleted cards" : "Cartões excluídos",
|
||||
"Status" : "Status",
|
||||
"No archived boards to display" : "Nenhuma placa arquivada para exibir",
|
||||
"No shared boards to display" : "Nenhuma placa compartilhada para exibir",
|
||||
"No archived boards to display" : "Nenhum painel arquivado para exibir",
|
||||
"No shared boards to display" : "Nenhum painel compartilhado para exibir",
|
||||
"Title" : "Título",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Mais ações",
|
||||
@@ -147,24 +152,27 @@
|
||||
"Archive board" : "Arquivar painel",
|
||||
"Unarchive board" : "Desarquivar painel",
|
||||
"Delete board" : "Excluir painel",
|
||||
"Reset" : "Redefinir",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Desfazer a exclusão da placa - Caso contrário, a placa será excluída durante o próximo cronjob.",
|
||||
"Update board" : "Atualizar painel",
|
||||
"Reset board" : "Redefinir painel",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Desfazer a exclusão do painel - Caso contrário, o painel será excluída durante o próximo cronjob.",
|
||||
"Create new board" : "Criar novo painel",
|
||||
"New board title" : "Título do novo painel",
|
||||
"Create board" : "Criar painel",
|
||||
"Select an attachment" : "Selecionar um anexo",
|
||||
"Cancel upload" : "Cancelar envio",
|
||||
"by" : "por",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Desfazer exclusão de arquivo - Caso contrário será excluído na próxima execução do cronjob.",
|
||||
"Undo file deletion" : "Desfazer exclusão de arquivo",
|
||||
"Insert the file into the description" : "Insira o arquivo na descrição",
|
||||
"Delete attachment" : "Excluir anexo",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Criado:",
|
||||
"Choose a tag" : "Escolha um rótulo",
|
||||
"Add a tag" : "Adicione um rótulo",
|
||||
"Select tags" : "Selecione os rótulos",
|
||||
"Assign users" : "Atribuir usuários",
|
||||
"Choose a user to assign" : "Escolha um usuário a atribuir",
|
||||
"Assign this card to a user" : "Atribuir este cartão a um usuário",
|
||||
"Assign users" : "Vincular usuários",
|
||||
"Choose a user to assign" : "Escolha um usuário a vincular",
|
||||
"Assign this card to a user" : "Vincular este cartão com um usuário",
|
||||
"Due date" : "Data devida",
|
||||
"Click to set" : "Clique para setar",
|
||||
"Remove due date" : "Remover devido à data",
|
||||
@@ -172,13 +180,15 @@
|
||||
"Attachments" : "Anexos",
|
||||
"Saved" : "Salvo",
|
||||
"Unsaved changes" : "Alterações não salvas",
|
||||
"Formatting help" : "Formatando ajuda",
|
||||
"Insert attachment" : "Inserir anexo",
|
||||
"Formatting help" : "Formatando ajuda",
|
||||
"Upload attachment" : "Enviar anexo",
|
||||
"Add a card description…" : "Adicionar uma descrição para o cartão...",
|
||||
"Shared boards" : "Painéis compartilhados",
|
||||
"View more" : "Ver mais",
|
||||
"Move board to archive" : "Mover painel para o arquivo",
|
||||
"Create a new board" : "Criar um novo painel"
|
||||
"Create a new board" : "Criar um novo painel",
|
||||
"Settings" : "Configurações",
|
||||
"Limit deck to groups" : "Limite do Deck para 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 o Deck impedirá que usuários que não fazem parte desses grupos criem seus próprios quadros. Os usuários ainda poderão trabalhar em pastas que foram compartilhadas com eles."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Remove user from card" : "Remover utilizador do cartão",
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Deck" : "Baralho",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" chegou a sua data de vencimento",
|
||||
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi partilhado consigo por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} partilhou o quadro %s consigo.",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "A rever",
|
||||
"Action needed" : "Acção necessária",
|
||||
"Later" : "Mais tarde",
|
||||
"Add a new stack" : "Adicionar nova pilha",
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Hide archived cards" : "Esconder cartões arquivados",
|
||||
"Board details" : "Detalhes do quadro",
|
||||
"All Boards" : "Todos os quadros",
|
||||
"Archived boards" : "Quadros arquivados",
|
||||
"Archive" : "Arquivar",
|
||||
"Delete" : "Apagar",
|
||||
"Enter a card title" : "Insira um título para o cartão",
|
||||
"Add card" : "Adicionar um cartão",
|
||||
"Close" : "Fechar",
|
||||
"Sharing" : "Partilha",
|
||||
"Tags" : "Etiquetas",
|
||||
"Select users or groups to share with" : "Seleccionar utilizadores ou grupos para partilhar com",
|
||||
"Access for" : "Acesso para",
|
||||
"Loading" : "A carregar",
|
||||
"Share" : "Partilhar",
|
||||
"Edit" : "Editar",
|
||||
"Manage" : "Gerir",
|
||||
"Update" : "Atualizar",
|
||||
"Create" : "Criar",
|
||||
"Create a new tag" : "Criar uma nova etiqueta",
|
||||
"Status" : "Estado",
|
||||
"Title" : "Título ",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Mais acções",
|
||||
"Edit board" : "Editar quadro",
|
||||
"Archive board" : "Arquivar quadro",
|
||||
"Delete board" : "Eliminar quadro",
|
||||
"Reset" : "Repor",
|
||||
"Create new board" : "Criar novo quadro",
|
||||
"New board title" : "Novo título de quadro",
|
||||
"by" : "por",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Criado:",
|
||||
"Choose a tag" : "Escolher etiqueta",
|
||||
"Add a tag" : "Adicionar uma etiqueta",
|
||||
"Description" : "Descrição",
|
||||
"Saved" : "Guardado",
|
||||
"View more" : "Ver mais",
|
||||
"Create a new board" : "Criar um novo quadro"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
@@ -1,55 +0,0 @@
|
||||
{ "translations": {
|
||||
"Remove user from card" : "Remover utilizador do cartão",
|
||||
"Hours" : "Horas",
|
||||
"Minutes" : "Minutos",
|
||||
"Deck" : "Baralho",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "O cartão \"%s\" em \"%s\" chegou a sua data de vencimento",
|
||||
"The board \"%s\" has been shared with you by %s." : "O quadro \"%s\" foi partilhado consigo por %s.",
|
||||
"{user} has shared the board %s with you." : "{user} partilhou o quadro %s consigo.",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "A rever",
|
||||
"Action needed" : "Acção necessária",
|
||||
"Later" : "Mais tarde",
|
||||
"Add a new stack" : "Adicionar nova pilha",
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Hide archived cards" : "Esconder cartões arquivados",
|
||||
"Board details" : "Detalhes do quadro",
|
||||
"All Boards" : "Todos os quadros",
|
||||
"Archived boards" : "Quadros arquivados",
|
||||
"Archive" : "Arquivar",
|
||||
"Delete" : "Apagar",
|
||||
"Enter a card title" : "Insira um título para o cartão",
|
||||
"Add card" : "Adicionar um cartão",
|
||||
"Close" : "Fechar",
|
||||
"Sharing" : "Partilha",
|
||||
"Tags" : "Etiquetas",
|
||||
"Select users or groups to share with" : "Seleccionar utilizadores ou grupos para partilhar com",
|
||||
"Access for" : "Acesso para",
|
||||
"Loading" : "A carregar",
|
||||
"Share" : "Partilhar",
|
||||
"Edit" : "Editar",
|
||||
"Manage" : "Gerir",
|
||||
"Update" : "Atualizar",
|
||||
"Create" : "Criar",
|
||||
"Create a new tag" : "Criar uma nova etiqueta",
|
||||
"Status" : "Estado",
|
||||
"Title" : "Título ",
|
||||
"Members" : "Membros",
|
||||
"More actions" : "Mais acções",
|
||||
"Edit board" : "Editar quadro",
|
||||
"Archive board" : "Arquivar quadro",
|
||||
"Delete board" : "Eliminar quadro",
|
||||
"Reset" : "Repor",
|
||||
"Create new board" : "Criar novo quadro",
|
||||
"New board title" : "Novo título de quadro",
|
||||
"by" : "por",
|
||||
"Modified:" : "Modificado:",
|
||||
"Created:" : "Criado:",
|
||||
"Choose a tag" : "Escolher etiqueta",
|
||||
"Add a tag" : "Adicionar uma etiqueta",
|
||||
"Description" : "Descrição",
|
||||
"Saved" : "Guardado",
|
||||
"View more" : "Ver mais",
|
||||
"Create a new board" : "Criar um novo quadro"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
79
l10n/ru.js
79
l10n/ru.js
@@ -21,57 +21,15 @@ OC.L10N.register(
|
||||
"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 has renamed the board {before} to {board}" : "{user} переименовал(а) рабочую доску из «{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} восстановил(а) доску «{before}» из архива",
|
||||
"You have created a new stack {stack} on {board}" : "Вы создали стопку карточек «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has created a new stack {stack} on {board}" : "{user} создал(а) стопку карточек «{stack}» на рабочей доске «{board}»",
|
||||
"You have renamed a new stack {before} to {stack} on {board}" : "Вы переименовали стопку карточек на рабочей доске «{board}» из «{before}» в «{stack}»",
|
||||
"{user} has renamed a new stack {before} to {stack} on {board}" : "{user} переименовал(а) стопку карточек на рабочей доске «{board}» из «{before}» в «{stack}»",
|
||||
"You have deleted {stack} on {board}" : "Вы удалили стопку карточек «{stack}» с рабочей доски «{board}»",
|
||||
"{user} has deleted {stack} on {board}" : "{user} удалил(а) стопку карточек «{stack}» с рабочей доски «{board}»",
|
||||
"You have created {card} in {stack} on {board}" : "Вы создали карточку «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has created {card} in {stack} on {board}" : "{user} создал(а) карточку «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"You have deleted {card} in {stack} on {board}" : "Вы удалили карточку «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has deleted {card} in {stack} on {board}" : "{user} удалил(а) карточку «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"You have created a new stack {stack} on board {board}" : "Вы создали стопку карточек «{stack}» на рабочей доске «{board}»",
|
||||
"You have renamed the card {before} to {card}" : "Вы переименовали карточку из «{before}» в «{card}»",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} переименовал(а) карточку из «{before}» в «{card}»",
|
||||
"You have added a description to {card} in {stack} on {board}" : "Вы добавили описание в карточку «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has added a description to {card} in {stack} on {board}" : "{user} добавил(а) описание в карточку «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"You have updated the description of {card} in {stack} on {board}" : "Вы изменили описание в карточке «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has updated the description {card} in {stack} on {board}" : "{user} изменил(а) описание в карточке «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"You have archived {card} in {stack} on {board}" : "Вы переместили в архив карточку «{card}» из стопки «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has archived {card} in {stack} on {board}" : "{user} переместил(а) в архив карточку «{card}» из стопки «{stack}» на рабочей доске «{board}»",
|
||||
"You have unarchived {card} in {stack} on {board}" : "Вы восстановили из архива карточку «{card}» в стопку «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has unarchived {card} in {stack} on {board}" : "{user} восстановил(а) из архива карточку «{card}» в стопку «{stack}» на рабочей доске «{board}»",
|
||||
"You have removed the due date of {card}" : "Вы удалили срок исполнения по карточке «{card}»",
|
||||
"{user} has removed the due date of {card}" : "{user} удалил(а) срок исполнения по карточке «{card}»",
|
||||
"You have set the due date of {card} to {after}" : "Вы задали срок исполнения по карточке «{card}» до {after}",
|
||||
"{user} has set the due date of {card} to {after}" : "{user} задал(а) срок исполнения по карточке «{card}» до {after}",
|
||||
"You have updated the due date of {card} to {after}" : "Вы изменили срок исполнения по карточке «{card}» до {after}",
|
||||
"{user} has updated the due date of {card} to {after}" : "{user} изменил(а) срок исполнения по карточке «{card}» до {after}",
|
||||
"You have added the label {label} to {card} in {stack} on {board}" : "Вы пометили карточку «{card}» в стопке «{stack}» на рабочей доске «{board}» меткой «{label}»",
|
||||
"{user} has added the label {label} to {card} in {stack} on {board}" : "{user} пометил(а) карточку «{card}» в стопке «{stack}» на рабочей доске «{board}» меткой «{label}»",
|
||||
"You have removed the label {label} from {card} in {stack} on {board}" : "Вы убрали метку «{label}» с карточки «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"{user} has removed the label {label} from {card} in {stack} on {board}" : "{user} убрал(а) метку «{label}» с карточки «{card}» в стопке «{stack}» на рабочей доске «{board}»",
|
||||
"You have assigned {assigneduser} to {card} on {board}" : "Вы назначили пользователю {assigneduser} карточку «{card}» с рабочей доски «{board}»",
|
||||
"{user} has assigned {assigneduser} to {card} on {board}" : "{user} назначил(а) пользователю {assigneduser} карточку «{card}» с рабочей доски «{board}»",
|
||||
"You have unassigned {assigneduser} from {card} on {board}" : "Вы отменили назначение пользователю {assigneduser} карточки «{card}» с рабочей доски «{board}»",
|
||||
"{user} has unassigned {assigneduser} from {card} on {board}" : "{user} отменил(а) назначение пользователю {assigneduser} карточки «{card}» с рабочей доски «{board}»",
|
||||
"You have moved the card {card} from {stackBefore} to {stack}" : "Вы переместили карточку «{card}» из стопки «{stackBefore}» в стопку «{stack}»",
|
||||
"{user} has moved the card {card} from {stackBefore} to {stack}" : "{user} переместил(а) карточку «{card}» из стопки «{stackBefore}» в стопку «{stack}»",
|
||||
"You have added the attachment {attachment} to {card}" : "Вы вложили файл «{attachment}» в карточку «{card}»",
|
||||
"{user} has added the attachment {attachment} to {card}" : "{user} вложил(а) файл «{attachment}» в карточку «{card}»",
|
||||
"You have updated the attachment {attachment} on {card}" : "Вы изменили файл «{attachment}» в карточке «{card}»",
|
||||
"{user} has updated the attachment {attachment} to {card}" : "{user} изменил(а) файл «{attachment}» в карточке «{card}»",
|
||||
"You have deleted the attachment {attachment} from {card}" : "Вы удалили файл «{attachment}» из карточки «{card}»",
|
||||
"{user} has deleted the attachment {attachment} to {card}" : "{user} удалил(а) файл «{attachment}» из карточки «{card}»",
|
||||
"You have restored the attachment {attachment} to {card}" : "Вы восстановили из корзины файл «{attachment}» в карточке «{card}»",
|
||||
"{user} has restored the attachment {attachment} to {card}" : "{user} восстановил(а) из корзины файл «{attachment}» в карточке «{card}»",
|
||||
"You have commented on {card}" : "Вы добавили комментарий к карточке «{card}»",
|
||||
"{user} has commented on {card}" : "{user} добавил комментарий к карточке «{card}»",
|
||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} восстановил(а) из корзины файл «{attachment}» в карточке «{card}»",
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Личное",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Вам назначена карточка «%s» с рабочей доски «%s» пользователем %s.",
|
||||
@@ -108,17 +66,17 @@ OC.L10N.register(
|
||||
"Show archived cards" : "Показать архивные карточки",
|
||||
"Hide archived cards" : "Скрыть архивные карточки",
|
||||
"Toggle compact mode" : "Переключение в компактный режим и обратно",
|
||||
"Board details" : "Подробные сведения",
|
||||
"Show board details" : "Подробные сведения",
|
||||
"All Boards" : "Все доски",
|
||||
"Archived boards" : "Архив досок",
|
||||
"Share board" : "Поделиться",
|
||||
"Drop your files here to upload it to the card" : "Для загрузки файла в карточку, перетащите его сюда",
|
||||
"Actions" : "Действия",
|
||||
"Assign to me" : "Назначить себе",
|
||||
"Unassign from me" : "Отказаться от назначения",
|
||||
"Archive" : "Переместить в архив",
|
||||
"Unarchive" : "Восстановить из архива",
|
||||
"Delete" : "Удалить",
|
||||
"Drop your files here to upload it to the card" : "Для загрузки файла в карточку, перетащите его сюда",
|
||||
"Assign card to me" : "Назначить карточку себе",
|
||||
"Unassign card from me" : "Отказаться от назначения",
|
||||
"Archive card" : "Переместить в архив",
|
||||
"Unarchive card" : "Восстановить из архива",
|
||||
"Delete card" : "Удалить",
|
||||
"Enter a card title" : "Введите заголовок карточки…",
|
||||
"Add card" : "Создать карточку",
|
||||
"Close" : "Закрыть",
|
||||
@@ -130,11 +88,13 @@ OC.L10N.register(
|
||||
"Access for" : "Доступ для",
|
||||
"No matching user or group found." : "Не найдено соответствующих групп или пользователей.",
|
||||
"Loading" : "Загрузка",
|
||||
"Share" : "Поделиться",
|
||||
"Edit" : "Редактировать",
|
||||
"Share" : "Поделиться",
|
||||
"Manage" : "Управлять",
|
||||
"Discard share" : "Отказаться от предложения общего доступа",
|
||||
"Update" : "Обновить",
|
||||
"Update tag" : "Обновить метку",
|
||||
"Edit tag" : "Изменить метку",
|
||||
"Delete tag" : "Удалить метку",
|
||||
"Create" : "Создать",
|
||||
"Create a new tag" : "Создать метку",
|
||||
"Deleted stacks" : "Стопки карточек в корзине",
|
||||
@@ -149,16 +109,19 @@ OC.L10N.register(
|
||||
"Archive board" : "Переместить в архив",
|
||||
"Unarchive board" : "Восстановить доску из архива",
|
||||
"Delete board" : "Удалить доску",
|
||||
"Reset" : "Сбросить",
|
||||
"Update board" : "Обновить доску",
|
||||
"Reset board" : "Очистить доску",
|
||||
"Undo board deletion - Otherwise the board will be deleted during the next cronjob run." : "Отменить удаление доски, иначе она будет автоматически удалена при следующей обработке cronjob.",
|
||||
"Create new board" : "Создать рабочую доску",
|
||||
"New board title" : "Введите заголовок рабочей доски…",
|
||||
"Create board" : "Создать доску",
|
||||
"Select an attachment" : "Выберите вложение",
|
||||
"Cancel upload" : "Прервать загрузку",
|
||||
"by" : "автор",
|
||||
"Undo file deletion - Otherwise the file will be deleted during the next cronjob run." : "Отменить удаление файла, иначе он будет автоматически удалена при следующей обработке cronjob.",
|
||||
"Undo file deletion" : "Отменить удаление файла",
|
||||
"Insert the file into the description" : "Вложите файл в описание",
|
||||
"Delete attachment" : "Удалить вложение",
|
||||
"Modified:" : "Последнее изменение:",
|
||||
"Created:" : "Создание:",
|
||||
"Choose a tag" : "Выберите метку",
|
||||
@@ -174,13 +137,13 @@ OC.L10N.register(
|
||||
"Attachments" : "Вложения",
|
||||
"Saved" : "Сохранено",
|
||||
"Unsaved changes" : "Не сохраненные изменения",
|
||||
"Formatting help" : "Справка по форматированию",
|
||||
"Insert attachment" : "Вставить вложение",
|
||||
"Formatting help" : "Справка по форматированию",
|
||||
"Upload attachment" : "Загрузить вложение",
|
||||
"Add a card description…" : "Введите описание карточки…",
|
||||
"Shared boards" : "Общие доски",
|
||||
"View more" : "Просмотреть дальше",
|
||||
"Move board to archive" : "Переместить доску в архив",
|
||||
"Create a new board" : "Создать доску"
|
||||
"Create a new board" : "Создать доску",
|
||||
"Settings" : "Параметры"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user