Merge branch 'master' into feature/commands
This commit is contained in:
Коммит
472a30d719
|
@ -1,6 +1,14 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.8.3] - 2021-04-12
|
||||
### Changes and fixes
|
||||
- [bug] #1544 - Fixed display of end day in options sidebar on options with day span
|
||||
|
||||
## [1.8.2] - 2021-04-10
|
||||
### Changes and fixes
|
||||
- [performance] #1517 - Performance optimizations for username check (#1532)
|
||||
|
||||
## [1.8.1] - 2021-03-20
|
||||
### new Features
|
||||
- Date options now have a duration (from/to)
|
||||
|
|
2
Makefile
2
Makefile
|
@ -113,5 +113,5 @@ appstore: clean lint build-js-production
|
|||
|
||||
.PHONY: test
|
||||
test: composer
|
||||
$(CURDIR)/vendor/phpunit/phpunit/phpunit --coverage-clover clover.xml -c phpunit.xml
|
||||
$(CURDIR)/vendor/phpunit/phpunit/phpunit --coverage-clover clover.xml -c tests/phpunit.xml
|
||||
$(CURDIR)/vendor/phpunit/phpunit/phpunit -c phpunit.integration.xml
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"require-dev": {
|
||||
"christophwurst/nextcloud": "^21.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"friendsofphp/php-cs-fixer": "2.17.3",
|
||||
"friendsofphp/php-cs-fixer": "2.17.5",
|
||||
"league/factory-muffin": "^3.0",
|
||||
"league/factory-muffin-faker": "^2.0",
|
||||
"nextcloud/coding-standard": "^0.5.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4c424aacb64b0f86fa1b046bc8f6e7dc",
|
||||
"content-hash": "bb08ce232e17b6a8b81d54f7e62acc98",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
@ -98,16 +98,16 @@
|
|||
},
|
||||
{
|
||||
"name": "amphp/byte-stream",
|
||||
"version": "v1.8.0",
|
||||
"version": "v1.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/byte-stream.git",
|
||||
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
|
||||
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
|
||||
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
|
||||
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
|
||||
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -163,9 +163,15 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/amphp",
|
||||
"issues": "https://github.com/amphp/byte-stream/issues",
|
||||
"source": "https://github.com/amphp/byte-stream/tree/master"
|
||||
"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
|
||||
},
|
||||
"time": "2020-06-29T18:35:05+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/amphp",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2021-03-30T17:13:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "christophwurst/nextcloud",
|
||||
|
@ -363,16 +369,16 @@
|
|||
},
|
||||
{
|
||||
"name": "composer/xdebug-handler",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/xdebug-handler.git",
|
||||
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
|
||||
"reference": "f27e06cd9675801df441b3656569b328e04aa37c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
|
||||
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
|
||||
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
|
||||
"reference": "f27e06cd9675801df441b3656569b328e04aa37c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -380,7 +386,8 @@
|
|||
"psr/log": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
|
||||
"phpstan/phpstan": "^0.12.55",
|
||||
"symfony/phpunit-bridge": "^4.2 || ^5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -406,7 +413,7 @@
|
|||
"support": {
|
||||
"irc": "irc://irc.freenode.org/composer",
|
||||
"issues": "https://github.com/composer/xdebug-handler/issues",
|
||||
"source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
|
||||
"source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -422,7 +429,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-13T08:04:11+00:00"
|
||||
"time": "2021-03-25T17:01:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dnoegel/php-xdg-base-dir",
|
||||
|
@ -702,16 +709,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/common",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/common.git",
|
||||
"reference": "2afde5a9844126bc311cd5f548b5475e75f800d3"
|
||||
"reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/common/zipball/2afde5a9844126bc311cd5f548b5475e75f800d3",
|
||||
"reference": "2afde5a9844126bc311cd5f548b5475e75f800d3",
|
||||
"url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
|
||||
"reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -724,7 +731,8 @@
|
|||
"phpstan/phpstan-phpunit": "^0.12",
|
||||
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
|
||||
"squizlabs/php_codesniffer": "^3.0",
|
||||
"symfony/phpunit-bridge": "^4.0.5"
|
||||
"symfony/phpunit-bridge": "^4.0.5",
|
||||
"vimeo/psalm": "^4.4"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -771,7 +779,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/common/issues",
|
||||
"source": "https://github.com/doctrine/common/tree/3.1.1"
|
||||
"source": "https://github.com/doctrine/common/tree/3.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -787,36 +795,36 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-01-20T19:58:05+00:00"
|
||||
"time": "2021-02-10T20:18:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "2.12.1",
|
||||
"version": "2.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
|
||||
"reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
|
||||
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/67d56d3203b33db29834e6b2fcdbfdc50535d796",
|
||||
"reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/cache": "^1.0",
|
||||
"doctrine/deprecations": "^0.5.3",
|
||||
"doctrine/event-manager": "^1.0",
|
||||
"ext-pdo": "*",
|
||||
"php": "^7.3 || ^8"
|
||||
"php": "^7.1 || ^8"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^8.1",
|
||||
"jetbrains/phpstorm-stubs": "^2019.1",
|
||||
"phpstan/phpstan": "^0.12.40",
|
||||
"phpunit/phpunit": "^9.4",
|
||||
"psalm/plugin-phpunit": "^0.10.0",
|
||||
"doctrine/coding-standard": "8.2.0",
|
||||
"jetbrains/phpstorm-stubs": "2020.2",
|
||||
"phpstan/phpstan": "0.12.81",
|
||||
"phpunit/phpunit": "^7.5.20|^8.5|9.5.0",
|
||||
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
|
||||
"vimeo/psalm": "^3.17.2"
|
||||
"vimeo/psalm": "4.6.4"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
||||
|
@ -825,11 +833,6 @@
|
|||
"bin/doctrine-dbal"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "4.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
|
||||
|
@ -882,7 +885,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/dbal/issues",
|
||||
"source": "https://github.com/doctrine/dbal/tree/2.12.1"
|
||||
"source": "https://github.com/doctrine/dbal/tree/2.13.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -898,7 +901,50 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2020-11-14T20:26:58+00:00"
|
||||
"time": "2021-03-28T18:10:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/deprecations",
|
||||
"version": "v0.5.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/deprecations.git",
|
||||
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
|
||||
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
|
||||
"phpunit/phpunit": "^7.0|^8.0|^9.0",
|
||||
"psr/log": "^1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
||||
"homepage": "https://www.doctrine-project.org/",
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/deprecations/issues",
|
||||
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
|
||||
},
|
||||
"time": "2021-03-21T12:59:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/event-manager",
|
||||
|
@ -1240,16 +1286,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "2.8.2",
|
||||
"version": "2.8.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/orm.git",
|
||||
"reference": "ebae57eb9637acd8252b398df3121b120688ed5c"
|
||||
"reference": "a588555ecd837b8d7e89355d9a13902e54d529c7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/ebae57eb9637acd8252b398df3121b120688ed5c",
|
||||
"reference": "ebae57eb9637acd8252b398df3121b120688ed5c",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7",
|
||||
"reference": "a588555ecd837b8d7e89355d9a13902e54d529c7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1282,11 +1328,6 @@
|
|||
"bin/doctrine"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.7.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
|
||||
|
@ -1326,9 +1367,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/orm/issues",
|
||||
"source": "https://github.com/doctrine/orm/tree/2.8.2"
|
||||
"source": "https://github.com/doctrine/orm/tree/2.8.4"
|
||||
},
|
||||
"time": "2021-02-16T22:10:18+00:00"
|
||||
"time": "2021-04-05T18:38:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
|
@ -1569,16 +1610,16 @@
|
|||
},
|
||||
{
|
||||
"name": "friendsofphp/php-cs-fixer",
|
||||
"version": "v2.17.3",
|
||||
"version": "v2.17.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
|
||||
"reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595"
|
||||
"reference": "582f0073ffc6bfd090b55a3bba814314a07e9c0c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
|
||||
"reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
|
||||
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/582f0073ffc6bfd090b55a3bba814314a07e9c0c",
|
||||
"reference": "582f0073ffc6bfd090b55a3bba814314a07e9c0c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1600,7 +1641,6 @@
|
|||
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
|
||||
"justinrainbow/json-schema": "^5.0",
|
||||
"keradus/cli-executor": "^1.4",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
|
@ -1609,11 +1649,11 @@
|
|||
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
|
||||
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
|
||||
"phpspec/prophecy-phpunit": "^1.1 || ^2.0",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5",
|
||||
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
|
||||
"phpunitgoodpractices/polyfill": "^1.5",
|
||||
"phpunitgoodpractices/traits": "^1.9.1",
|
||||
"sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
|
||||
"symfony/phpunit-bridge": "^5.1",
|
||||
"symfony/phpunit-bridge": "^5.2.1",
|
||||
"symfony/yaml": "^3.0 || ^4.0 || ^5.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -1661,7 +1701,7 @@
|
|||
"description": "A tool to automatically fix PHP code style",
|
||||
"support": {
|
||||
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
|
||||
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.3"
|
||||
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.5"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -1669,7 +1709,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-24T11:14:44+00:00"
|
||||
"time": "2021-01-21T18:44:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/factory-muffin",
|
||||
|
@ -3999,16 +4039,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v5.2.5",
|
||||
"version": "v5.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79"
|
||||
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/938ebbadae1b0a9c9d1ec313f87f9708609f1b79",
|
||||
"reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d",
|
||||
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4076,7 +4116,7 @@
|
|||
"terminal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/console/tree/v5.2.5"
|
||||
"source": "https://github.com/symfony/console/tree/v5.2.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4092,7 +4132,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-03-06T13:42:15+00:00"
|
||||
"time": "2021-03-28T09:42:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
|
@ -4327,16 +4367,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v5.2.4",
|
||||
"version": "v5.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
|
||||
"reference": "8c86a82f51658188119e62cff0a050a12d09836f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
|
||||
"reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f",
|
||||
"reference": "8c86a82f51658188119e62cff0a050a12d09836f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -4369,7 +4409,7 @@
|
|||
"description": "Provides basic utilities for the filesystem",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/filesystem/tree/v5.2.4"
|
||||
"source": "https://github.com/symfony/filesystem/tree/v5.2.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4385,7 +4425,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-02-12T10:38:38+00:00"
|
||||
"time": "2021-03-28T14:30:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
|
@ -5352,16 +5392,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v5.2.4",
|
||||
"version": "v5.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "4e78d7d47061fa183639927ec40d607973699609"
|
||||
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609",
|
||||
"reference": "4e78d7d47061fa183639927ec40d607973699609",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
|
||||
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5415,7 +5455,7 @@
|
|||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v5.2.4"
|
||||
"source": "https://github.com/symfony/string/tree/v5.2.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5431,7 +5471,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-02-16T10:20:28+00:00"
|
||||
"time": "2021-03-17T17:12:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
@ -5485,16 +5525,16 @@
|
|||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
"version": "4.6.4",
|
||||
"version": "4.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vimeo/psalm.git",
|
||||
"reference": "97fe86c4e158b5a57c5150aa5055c38b5a809aab"
|
||||
"reference": "d4377c0baf3ffbf0b1ec6998e8d1be2a40971005"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/97fe86c4e158b5a57c5150aa5055c38b5a809aab",
|
||||
"reference": "97fe86c4e158b5a57c5150aa5055c38b5a809aab",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/d4377c0baf3ffbf0b1ec6998e8d1be2a40971005",
|
||||
"reference": "d4377c0baf3ffbf0b1ec6998e8d1be2a40971005",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5536,6 +5576,7 @@
|
|||
"slevomat/coding-standard": "^6.3.11",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/process": "^4.3",
|
||||
"weirdan/phpunit-appveyor-reporter": "^1.0.0",
|
||||
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -5583,9 +5624,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/vimeo/psalm/issues",
|
||||
"source": "https://github.com/vimeo/psalm/tree/4.6.4"
|
||||
"source": "https://github.com/vimeo/psalm/tree/4.7.0"
|
||||
},
|
||||
"time": "2021-03-16T23:28:18+00:00"
|
||||
"time": "2021-03-29T03:54:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
|
27
l10n/cs.js
27
l10n/cs.js
|
@ -18,7 +18,7 @@ OC.L10N.register(
|
|||
"%s changed the deleted status of your poll." : "%s změnil stav smazání vaší ankety.",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} změnil stav smazání vaší ankety „%s“.",
|
||||
"- %s voted." : "- %s hlasoval(a).",
|
||||
"- Updated poll configuration. Please check your votes." : "- Aktualizovat nastavení ankety. Překontrolujte své volby.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Aktualizována nastavení ankety. Překontrolujte své volby.",
|
||||
"- The poll got deleted." : "- Anketa byla smazána.",
|
||||
"- The poll got restored." : "- Anketa byla obnovena.",
|
||||
"- The poll was closed." : "- Anketa byla uzavřena.",
|
||||
|
@ -40,7 +40,7 @@ OC.L10N.register(
|
|||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikace pro ankety podobná doodle/dudle s možností omezit přístup (členům, určitým skupinám/uživatelům, skryté i veřejné).",
|
||||
"Error loading poll list" : "Chyba při načítání seznamu anket",
|
||||
"Switch to list view" : "Přepnout do zobrazení v seznamu",
|
||||
"Switch to table view" : "Přepnout do zobrazení mřížky",
|
||||
"Switch to table view" : "Přepnout do tabulkového zobrazení",
|
||||
"Link copied to clipboard" : "Odkaz zkopírován do schánky",
|
||||
"Error while copying link to clipboard" : "Chyba při kopírování odkazu do schránky",
|
||||
"_%n Participant_::_%n Participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
|
||||
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Omezte kladné hlasy jednotlivých možností",
|
||||
"Hide not available Options" : "Skrýt nedostupné volby.",
|
||||
"Closing Date" : "Datum uzavření",
|
||||
"Proposals possible until" : "Návrhy jsou možné do",
|
||||
"\"{pollTitle}\" successfully saved" : "„{pollTitle}“ úspěšně uložena",
|
||||
"Title must not be empty!" : "Název je třeba vyplnit!",
|
||||
"Error writing poll" : "Chyba při zápisu do ankety",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Počet položek k vytvoření:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Týden",
|
||||
"Delete your proposal" : "Vymazat váš návrh",
|
||||
"{displayName}'s proposal" : "Návrh od {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Byli jste požádáni o přidání více voleb v tomto hlasování.",
|
||||
"Adding proposals ends {timeRelative}." : "Přidávání návrhů skončí {timeRelative}.",
|
||||
"Delete option" : "Smazat volbu",
|
||||
"Clone option" : "Klonovat volbu",
|
||||
"Unconfirm option" : "Zrušit potvrzení volby",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Přidat čas",
|
||||
"Remove time" : "Odebrat čas",
|
||||
"Click to add an option" : "Klikněte pro přidání možnosti.",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Aby se předešlo změnám návrhů od ostatních uživatelů, změna termínů je vypnuta.",
|
||||
"Enter option text" : "Zadejte text volby",
|
||||
"No description provided" : "Nezadán žádný popis",
|
||||
"No Participants until now" : "Doposud žádní účastníci",
|
||||
|
@ -157,7 +163,7 @@ OC.L10N.register(
|
|||
"Blurs the background of the sidebar (Does not work with all browsers)." : "Rozmaže pozadí postranního panelu (nefunguje ve všech prohlížečích).",
|
||||
"Use calendar lookup" : "Použít vyhledání v kalendáři",
|
||||
"Check, if an option in a date poll is conflicting with or near an entry in your calendar." : "Kontrola, zda volba v anketě ohledně data není v konfliktu s nebo blízko položce ve vašem kalendáři.",
|
||||
"Opt in to the calendars, which should be checked." : "Přihlásit se ke kalendářům, které by měli být kontrolované.",
|
||||
"Opt in to the calendars, which should be checked." : "Přihlásit se ke kalendářům, které by měly být kontrolované.",
|
||||
"Text polls default to list view" : "Textové ankety ve výchozím stavu v pohledu typu seznam",
|
||||
"Check this, if you prefer to display text poll in a vertical aligned list rather than in the grid view. The initial default is list view." : "Toto zaškrtněte, pokud chcete zobrazit textovou anketu jako svislý seznam namísto v mřížce. Výchozí je zobrazení v seznamu.",
|
||||
"Date polls default to list view" : "Datumové ankety ve výchozím stavu v pohledu typu seznam",
|
||||
|
@ -194,8 +200,10 @@ OC.L10N.register(
|
|||
"Description" : "Popis",
|
||||
"Poll configurations" : "Nastavení anket",
|
||||
"Poll closing status" : "Stav uzavření ankety",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Zbývá %n hlas z {maximalVotes}.","Zbývá %n hlasů z {maximalVotes}.","Zbývá %n hlasů z {maximalVotes}.","Zbývají %n hlasy z {maximalVotes}."],
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Zbývá %n hlas z {maximalVotes}.","Zbývají %n hlasy z {maximalVotes}.","Zbývá %n hlasů z {maximalVotes}.","Zbývají %n hlasy z {maximalVotes}."],
|
||||
"Result display" : "Zobrazení výsledku",
|
||||
"Allow proposals from users" : "Povolit návrhy od uživatelů",
|
||||
"Add an option" : "Přidat volbu",
|
||||
"Shift all date options" : "Volby posunutí všech datumů",
|
||||
"Available Options" : "Možnosti k dispozici",
|
||||
"No vote options" : "Žádné možnosti volby",
|
||||
|
@ -205,7 +213,7 @@ OC.L10N.register(
|
|||
"Receive notification email on activity" : "Dostávat e-mailem upozornění na aktivitu",
|
||||
"Copy your personal link to clipboard" : "Zkopírovat váš soukromý odkaz do schránky",
|
||||
"edit Email Address" : "upravit e-mailovou adresu",
|
||||
"Get your personal link per mail" : "Získat váš soukromý odkaz pro každý email",
|
||||
"Get your personal link per mail" : "Získat váš soukromý odkaz pro každý e-mail",
|
||||
"Subscribe to notifications" : "Přihlásit se k odběru upozornění",
|
||||
"remove Email Address" : "odebrat e-mailovou adresu",
|
||||
"Email address deleted." : "E-mailová adresa smazána.",
|
||||
|
@ -236,10 +244,10 @@ OC.L10N.register(
|
|||
"Enter a poll or start a new one." : "Vstupte do ankety nebo uspořádajte novou.",
|
||||
"Goto Nextcloud" : "Přejít do Nextcloud",
|
||||
"Error loading poll" : "Chyba při načítání ankety",
|
||||
"Closed {relativeTimeAgo}" : "Zavřeno {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Zavírání {relativeExpirationTime}",
|
||||
"Closed {relativeTimeAgo}" : "Uzavřeno {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Uzavírá se {relativeExpirationTime}",
|
||||
"No vote options available" : "Nejsou k dispozici žádné možnosti volby",
|
||||
"Maybe the owner did not provide some until now." : "Vlastní nejspíš doposud žádné neposkytl.",
|
||||
"Maybe the owner did not provide some until now." : "Vlastník nejspíš doposud žádné neposkytl.",
|
||||
"Although participant's names are hidden, this is not a real anonymous poll because they are not hidden from the owner." : "Ačkoli jsou jména účastníků skryta, toto není ve skutečnosti anonymní anketa, protože vlastník ankety je může vidět.",
|
||||
"Additionally the owner can remove the anonymous flag at any time, which will reveal the participant's names." : "Vlastník může případně kdykoli vypnout anonymitu, což odhalí jména účastníků.",
|
||||
"Minute" : "Minuta",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Den",
|
||||
"Month" : "Měsíc",
|
||||
"Year" : "Rok",
|
||||
"Disallow proposals" : "Zakázat návrhy",
|
||||
"Allow proposals" : "Povolit návrhy",
|
||||
"Relevant" : "Relevantní",
|
||||
"Relevant polls" : "Relevantní ankety",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Všechny ankety, které s vámi souvisí nebo jsou pro vás důležité, protože jste účastníky nebo vlastníky nebo jste do nich byli přizváni. Nejsou zobrazovány už uzavřené ankety.",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Vaše ankety (u kterých jste vlastníky)",
|
||||
"Hidden polls" : "Skryté ankety",
|
||||
"All hidden polls, to which you have access." : "Všechny skryté ankety, ke kterým máte přístup.",
|
||||
"Participated" : "Zúčastnili se",
|
||||
"All polls, where you placed a vote." : "Všechny ankety, ve kterých jste hlasovali.",
|
||||
"Public polls" : "Veřejné ankety",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Úplný seznam všech veřejných anket na této instanci, bez ohledu, kdo je vlastník.",
|
||||
|
|
27
l10n/cs.json
27
l10n/cs.json
|
@ -16,7 +16,7 @@
|
|||
"%s changed the deleted status of your poll." : "%s změnil stav smazání vaší ankety.",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} změnil stav smazání vaší ankety „%s“.",
|
||||
"- %s voted." : "- %s hlasoval(a).",
|
||||
"- Updated poll configuration. Please check your votes." : "- Aktualizovat nastavení ankety. Překontrolujte své volby.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Aktualizována nastavení ankety. Překontrolujte své volby.",
|
||||
"- The poll got deleted." : "- Anketa byla smazána.",
|
||||
"- The poll got restored." : "- Anketa byla obnovena.",
|
||||
"- The poll was closed." : "- Anketa byla uzavřena.",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikace pro ankety podobná doodle/dudle s možností omezit přístup (členům, určitým skupinám/uživatelům, skryté i veřejné).",
|
||||
"Error loading poll list" : "Chyba při načítání seznamu anket",
|
||||
"Switch to list view" : "Přepnout do zobrazení v seznamu",
|
||||
"Switch to table view" : "Přepnout do zobrazení mřížky",
|
||||
"Switch to table view" : "Přepnout do tabulkového zobrazení",
|
||||
"Link copied to clipboard" : "Odkaz zkopírován do schánky",
|
||||
"Error while copying link to clipboard" : "Chyba při kopírování odkazu do schránky",
|
||||
"_%n Participant_::_%n Participants_" : ["%n účastník","%n účastníci","%n účastníků","%n účastníci"],
|
||||
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Omezte kladné hlasy jednotlivých možností",
|
||||
"Hide not available Options" : "Skrýt nedostupné volby.",
|
||||
"Closing Date" : "Datum uzavření",
|
||||
"Proposals possible until" : "Návrhy jsou možné do",
|
||||
"\"{pollTitle}\" successfully saved" : "„{pollTitle}“ úspěšně uložena",
|
||||
"Title must not be empty!" : "Název je třeba vyplnit!",
|
||||
"Error writing poll" : "Chyba při zápisu do ankety",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "Počet položek k vytvoření:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Týden",
|
||||
"Delete your proposal" : "Vymazat váš návrh",
|
||||
"{displayName}'s proposal" : "Návrh od {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Byli jste požádáni o přidání více voleb v tomto hlasování.",
|
||||
"Adding proposals ends {timeRelative}." : "Přidávání návrhů skončí {timeRelative}.",
|
||||
"Delete option" : "Smazat volbu",
|
||||
"Clone option" : "Klonovat volbu",
|
||||
"Unconfirm option" : "Zrušit potvrzení volby",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "Přidat čas",
|
||||
"Remove time" : "Odebrat čas",
|
||||
"Click to add an option" : "Klikněte pro přidání možnosti.",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Aby se předešlo změnám návrhů od ostatních uživatelů, změna termínů je vypnuta.",
|
||||
"Enter option text" : "Zadejte text volby",
|
||||
"No description provided" : "Nezadán žádný popis",
|
||||
"No Participants until now" : "Doposud žádní účastníci",
|
||||
|
@ -155,7 +161,7 @@
|
|||
"Blurs the background of the sidebar (Does not work with all browsers)." : "Rozmaže pozadí postranního panelu (nefunguje ve všech prohlížečích).",
|
||||
"Use calendar lookup" : "Použít vyhledání v kalendáři",
|
||||
"Check, if an option in a date poll is conflicting with or near an entry in your calendar." : "Kontrola, zda volba v anketě ohledně data není v konfliktu s nebo blízko položce ve vašem kalendáři.",
|
||||
"Opt in to the calendars, which should be checked." : "Přihlásit se ke kalendářům, které by měli být kontrolované.",
|
||||
"Opt in to the calendars, which should be checked." : "Přihlásit se ke kalendářům, které by měly být kontrolované.",
|
||||
"Text polls default to list view" : "Textové ankety ve výchozím stavu v pohledu typu seznam",
|
||||
"Check this, if you prefer to display text poll in a vertical aligned list rather than in the grid view. The initial default is list view." : "Toto zaškrtněte, pokud chcete zobrazit textovou anketu jako svislý seznam namísto v mřížce. Výchozí je zobrazení v seznamu.",
|
||||
"Date polls default to list view" : "Datumové ankety ve výchozím stavu v pohledu typu seznam",
|
||||
|
@ -192,8 +198,10 @@
|
|||
"Description" : "Popis",
|
||||
"Poll configurations" : "Nastavení anket",
|
||||
"Poll closing status" : "Stav uzavření ankety",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Zbývá %n hlas z {maximalVotes}.","Zbývá %n hlasů z {maximalVotes}.","Zbývá %n hlasů z {maximalVotes}.","Zbývají %n hlasy z {maximalVotes}."],
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Zbývá %n hlas z {maximalVotes}.","Zbývají %n hlasy z {maximalVotes}.","Zbývá %n hlasů z {maximalVotes}.","Zbývají %n hlasy z {maximalVotes}."],
|
||||
"Result display" : "Zobrazení výsledku",
|
||||
"Allow proposals from users" : "Povolit návrhy od uživatelů",
|
||||
"Add an option" : "Přidat volbu",
|
||||
"Shift all date options" : "Volby posunutí všech datumů",
|
||||
"Available Options" : "Možnosti k dispozici",
|
||||
"No vote options" : "Žádné možnosti volby",
|
||||
|
@ -203,7 +211,7 @@
|
|||
"Receive notification email on activity" : "Dostávat e-mailem upozornění na aktivitu",
|
||||
"Copy your personal link to clipboard" : "Zkopírovat váš soukromý odkaz do schránky",
|
||||
"edit Email Address" : "upravit e-mailovou adresu",
|
||||
"Get your personal link per mail" : "Získat váš soukromý odkaz pro každý email",
|
||||
"Get your personal link per mail" : "Získat váš soukromý odkaz pro každý e-mail",
|
||||
"Subscribe to notifications" : "Přihlásit se k odběru upozornění",
|
||||
"remove Email Address" : "odebrat e-mailovou adresu",
|
||||
"Email address deleted." : "E-mailová adresa smazána.",
|
||||
|
@ -234,10 +242,10 @@
|
|||
"Enter a poll or start a new one." : "Vstupte do ankety nebo uspořádajte novou.",
|
||||
"Goto Nextcloud" : "Přejít do Nextcloud",
|
||||
"Error loading poll" : "Chyba při načítání ankety",
|
||||
"Closed {relativeTimeAgo}" : "Zavřeno {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Zavírání {relativeExpirationTime}",
|
||||
"Closed {relativeTimeAgo}" : "Uzavřeno {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Uzavírá se {relativeExpirationTime}",
|
||||
"No vote options available" : "Nejsou k dispozici žádné možnosti volby",
|
||||
"Maybe the owner did not provide some until now." : "Vlastní nejspíš doposud žádné neposkytl.",
|
||||
"Maybe the owner did not provide some until now." : "Vlastník nejspíš doposud žádné neposkytl.",
|
||||
"Although participant's names are hidden, this is not a real anonymous poll because they are not hidden from the owner." : "Ačkoli jsou jména účastníků skryta, toto není ve skutečnosti anonymní anketa, protože vlastník ankety je může vidět.",
|
||||
"Additionally the owner can remove the anonymous flag at any time, which will reveal the participant's names." : "Vlastník může případně kdykoli vypnout anonymitu, což odhalí jména účastníků.",
|
||||
"Minute" : "Minuta",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "Den",
|
||||
"Month" : "Měsíc",
|
||||
"Year" : "Rok",
|
||||
"Disallow proposals" : "Zakázat návrhy",
|
||||
"Allow proposals" : "Povolit návrhy",
|
||||
"Relevant" : "Relevantní",
|
||||
"Relevant polls" : "Relevantní ankety",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Všechny ankety, které s vámi souvisí nebo jsou pro vás důležité, protože jste účastníky nebo vlastníky nebo jste do nich byli přizváni. Nejsou zobrazovány už uzavřené ankety.",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Vaše ankety (u kterých jste vlastníky)",
|
||||
"Hidden polls" : "Skryté ankety",
|
||||
"All hidden polls, to which you have access." : "Všechny skryté ankety, ke kterým máte přístup.",
|
||||
"Participated" : "Zúčastnili se",
|
||||
"All polls, where you placed a vote." : "Všechny ankety, ve kterých jste hlasovali.",
|
||||
"Public polls" : "Veřejné ankety",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Úplný seznam všech veřejných anket na této instanci, bez ohledu, kdo je vlastník.",
|
||||
|
|
13
l10n/de.js
13
l10n/de.js
|
@ -47,6 +47,8 @@ OC.L10N.register(
|
|||
"Date order" : "Reihenfolge nach Datum",
|
||||
"Original order" : "Original Reihenfolge",
|
||||
"Ranked order" : "Rangliste",
|
||||
"Unsubscribe" : "Abmelden",
|
||||
"Subscribe" : "Abonnieren",
|
||||
"Toggle Sidebar" : "Seitenleiste umschalten",
|
||||
"Conflict" : "Konflikt",
|
||||
"Got a network error while checking calendar events." : "Netzwerkfehler beim Prüfen auf Kalenderereignisse.",
|
||||
|
@ -68,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Ja-Stimmen pro Option begrenzen",
|
||||
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
|
||||
"Closing Date" : "Einsendeschluss",
|
||||
"Proposals possible until" : "Vorschläge möglich bis",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" erfolgreich gespeichert",
|
||||
"Title must not be empty!" : "Der Titel darf nicht leer sein!",
|
||||
"Error writing poll" : "Fehler beim Schreiben der Umfrage",
|
||||
|
@ -101,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Anzahl zu erstellender Einträge:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Woche",
|
||||
"Delete your proposal" : "Lösche deinen Vorschlag",
|
||||
"{displayName}'s proposal" : "{displayName}'s Vorschlag",
|
||||
"You are asked to propose more options for this poll." : "Du wirst gebeten, weitere Optionen für diese Umfrage vorzuschlagen.",
|
||||
"Adding proposals ends {timeRelative}." : "Hinzufügen von Vorschlägen endet {timeRelative}.",
|
||||
"Delete option" : "Option löschen",
|
||||
"Clone option" : "Option kopieren",
|
||||
"Unconfirm option" : "Option nicht bestätigen",
|
||||
|
@ -109,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Zeit hinzufügen",
|
||||
"Remove time" : "Zeit entfernen",
|
||||
"Click to add an option" : "Option durch Klick hinzufügen",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Das Verschieben der Daten ist deaktiviert, um das Verschieben der Vorschläge anderer Benutzer zu verhindern.",
|
||||
"Enter option text" : "Optionstext eingeben",
|
||||
"No description provided" : "Keine Beschreibung eingegeben",
|
||||
"No Participants until now" : "Bislang keine Teilnehmer",
|
||||
|
@ -194,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Status zum Schließen der Umfrage",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n von {maximalVotes} Stimme übrig. ","%n von {maximalVotes} Stimmen übrig."],
|
||||
"Result display" : "Ergebnisanzeige",
|
||||
"Allow proposals from users" : "Vorschläge von Benutzern erlauben",
|
||||
"Add an option" : "Eine Option hinzufügen",
|
||||
"Shift all date options" : "Datumsoptionen verschieben",
|
||||
"Available Options" : "Verfügbare Optionen",
|
||||
"No vote options" : "Keine Abstimmungsoptionen",
|
||||
|
@ -245,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Tag",
|
||||
"Month" : "Monat",
|
||||
"Year" : "Jahr",
|
||||
"Disallow proposals" : "Vorschläge verbieten",
|
||||
"Allow proposals" : "Vorschläge erlauben",
|
||||
"Relevant" : "Relevant",
|
||||
"Relevant polls" : "Relevante Umfragen",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Alle Umfragen, die für Dich relevant oder wichtig sind, weil du Teilnehmer oder Eigentümer bist oder zu denen du eingeladen wurdest. Ohne geschlossene Umfragen.",
|
||||
|
@ -252,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Deine Umfragen (Du bist der Inhaber).",
|
||||
"Hidden polls" : "Versteckte Umfragen",
|
||||
"All hidden polls, to which you have access." : "Alle versteckten Umfragen, zu denen Du Zugriff hast.",
|
||||
"Participated" : "Teilgenommen",
|
||||
"All polls, where you placed a vote." : "Alle Umfragen, bei denen Du abgestimmt hast.",
|
||||
"Public polls" : "Öffentliche Umfragen",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Eine vollständige Liste mit allen öffentlichen Umfragen, unabhängig vom Inhaber.",
|
||||
|
|
13
l10n/de.json
13
l10n/de.json
|
@ -45,6 +45,8 @@
|
|||
"Date order" : "Reihenfolge nach Datum",
|
||||
"Original order" : "Original Reihenfolge",
|
||||
"Ranked order" : "Rangliste",
|
||||
"Unsubscribe" : "Abmelden",
|
||||
"Subscribe" : "Abonnieren",
|
||||
"Toggle Sidebar" : "Seitenleiste umschalten",
|
||||
"Conflict" : "Konflikt",
|
||||
"Got a network error while checking calendar events." : "Netzwerkfehler beim Prüfen auf Kalenderereignisse.",
|
||||
|
@ -66,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Ja-Stimmen pro Option begrenzen",
|
||||
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
|
||||
"Closing Date" : "Einsendeschluss",
|
||||
"Proposals possible until" : "Vorschläge möglich bis",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" erfolgreich gespeichert",
|
||||
"Title must not be empty!" : "Der Titel darf nicht leer sein!",
|
||||
"Error writing poll" : "Fehler beim Schreiben der Umfrage",
|
||||
|
@ -99,6 +102,10 @@
|
|||
"Number of items to create:" : "Anzahl zu erstellender Einträge:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Woche",
|
||||
"Delete your proposal" : "Lösche deinen Vorschlag",
|
||||
"{displayName}'s proposal" : "{displayName}'s Vorschlag",
|
||||
"You are asked to propose more options for this poll." : "Du wirst gebeten, weitere Optionen für diese Umfrage vorzuschlagen.",
|
||||
"Adding proposals ends {timeRelative}." : "Hinzufügen von Vorschlägen endet {timeRelative}.",
|
||||
"Delete option" : "Option löschen",
|
||||
"Clone option" : "Option kopieren",
|
||||
"Unconfirm option" : "Option nicht bestätigen",
|
||||
|
@ -107,6 +114,7 @@
|
|||
"Add time" : "Zeit hinzufügen",
|
||||
"Remove time" : "Zeit entfernen",
|
||||
"Click to add an option" : "Option durch Klick hinzufügen",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Das Verschieben der Daten ist deaktiviert, um das Verschieben der Vorschläge anderer Benutzer zu verhindern.",
|
||||
"Enter option text" : "Optionstext eingeben",
|
||||
"No description provided" : "Keine Beschreibung eingegeben",
|
||||
"No Participants until now" : "Bislang keine Teilnehmer",
|
||||
|
@ -192,6 +200,8 @@
|
|||
"Poll closing status" : "Status zum Schließen der Umfrage",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n von {maximalVotes} Stimme übrig. ","%n von {maximalVotes} Stimmen übrig."],
|
||||
"Result display" : "Ergebnisanzeige",
|
||||
"Allow proposals from users" : "Vorschläge von Benutzern erlauben",
|
||||
"Add an option" : "Eine Option hinzufügen",
|
||||
"Shift all date options" : "Datumsoptionen verschieben",
|
||||
"Available Options" : "Verfügbare Optionen",
|
||||
"No vote options" : "Keine Abstimmungsoptionen",
|
||||
|
@ -243,6 +253,8 @@
|
|||
"Day" : "Tag",
|
||||
"Month" : "Monat",
|
||||
"Year" : "Jahr",
|
||||
"Disallow proposals" : "Vorschläge verbieten",
|
||||
"Allow proposals" : "Vorschläge erlauben",
|
||||
"Relevant" : "Relevant",
|
||||
"Relevant polls" : "Relevante Umfragen",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Alle Umfragen, die für Dich relevant oder wichtig sind, weil du Teilnehmer oder Eigentümer bist oder zu denen du eingeladen wurdest. Ohne geschlossene Umfragen.",
|
||||
|
@ -250,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Deine Umfragen (Du bist der Inhaber).",
|
||||
"Hidden polls" : "Versteckte Umfragen",
|
||||
"All hidden polls, to which you have access." : "Alle versteckten Umfragen, zu denen Du Zugriff hast.",
|
||||
"Participated" : "Teilgenommen",
|
||||
"All polls, where you placed a vote." : "Alle Umfragen, bei denen Du abgestimmt hast.",
|
||||
"Public polls" : "Öffentliche Umfragen",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Eine vollständige Liste mit allen öffentlichen Umfragen, unabhängig vom Inhaber.",
|
||||
|
|
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Ja-Stimmen pro Option begrenzen",
|
||||
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
|
||||
"Closing Date" : "Einsendeschluss",
|
||||
"Proposals possible until" : "Vorschläge möglich bis",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" erfolgreich gespeichert",
|
||||
"Title must not be empty!" : "Der Titel darf nicht leer sein!",
|
||||
"Error writing poll" : "Fehler beim Schreiben der Umfrage",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Anzahl zu erstellender Einträge:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Woche",
|
||||
"Delete your proposal" : "Ihren Vorschlag löschen",
|
||||
"{displayName}'s proposal" : "{displayName}s Vorschlag",
|
||||
"You are asked to propose more options for this poll." : "Sie werden gebeten, weitere Optionen für diese Umfrage vorzuschlagen.",
|
||||
"Adding proposals ends {timeRelative}." : "Hinzufügen von Vorschlägen endet in {timeRelative}.",
|
||||
"Delete option" : "Option löschen",
|
||||
"Clone option" : "Option kopieren",
|
||||
"Unconfirm option" : "Option nicht bestätigen",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Zeit hinzufügen",
|
||||
"Remove time" : "Zeit entfernen",
|
||||
"Click to add an option" : "Option durch Klick hinzufügen",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Das Verschieben von Daten ist deaktiviert, um das Verschieben von Vorschlägen anderer Benutzer zu verhindern.",
|
||||
"Enter option text" : "Optionstext eingeben",
|
||||
"No description provided" : "Keine Beschreibung eingegeben",
|
||||
"No Participants until now" : "Bislang keine Teilnehmer",
|
||||
|
@ -196,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Status zum Schließen der Umfrage",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n von {maximalVotes} Stimme übrig.","%n von {maximalVotes} Stimmen übrig."],
|
||||
"Result display" : "Ergebnisanzeige",
|
||||
"Allow proposals from users" : "Benutzervorschläge zulassen",
|
||||
"Add an option" : "Option hinzufügen",
|
||||
"Shift all date options" : "Datumsoptionen verschieben",
|
||||
"Available Options" : "Verfügbare Optionen",
|
||||
"No vote options" : "Keine Abstimmungsoptionen",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Tag",
|
||||
"Month" : "Monat",
|
||||
"Year" : "Jahr",
|
||||
"Disallow proposals" : "Vorschläge nicht zulassen",
|
||||
"Allow proposals" : "Vorschläge zulassen",
|
||||
"Relevant" : "Relevant",
|
||||
"Relevant polls" : "Relevante Umfragen",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Alle Umfragen, die für Sie relevant oder wichtig sind, weil Sie Teilnehmer oder Eigentümer sind oder zu denen Sie eingeladen sind. Ohne geschlossene Umfragen.",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Ihre Umfragen (Sie sind der Inhaber).",
|
||||
"Hidden polls" : "Versteckte Umfragen",
|
||||
"All hidden polls, to which you have access." : "Alle versteckte Umfragen, auf die Sie Zugriff haben.",
|
||||
"Participated" : "Teilgenommen",
|
||||
"All polls, where you placed a vote." : "Alle Umfragen, bei denen Sie abgestimmt haben.",
|
||||
"Public polls" : "Öffentliche Umfragen",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Eine vollständige Liste mit allen öffentlichen Umfragen auf dieser Seite, unabhängig davon, wer der Inhaber ist.",
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Ja-Stimmen pro Option begrenzen",
|
||||
"Hide not available Options" : "Nicht verfügbare Optionen ausblenden",
|
||||
"Closing Date" : "Einsendeschluss",
|
||||
"Proposals possible until" : "Vorschläge möglich bis",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" erfolgreich gespeichert",
|
||||
"Title must not be empty!" : "Der Titel darf nicht leer sein!",
|
||||
"Error writing poll" : "Fehler beim Schreiben der Umfrage",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "Anzahl zu erstellender Einträge:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Woche",
|
||||
"Delete your proposal" : "Ihren Vorschlag löschen",
|
||||
"{displayName}'s proposal" : "{displayName}s Vorschlag",
|
||||
"You are asked to propose more options for this poll." : "Sie werden gebeten, weitere Optionen für diese Umfrage vorzuschlagen.",
|
||||
"Adding proposals ends {timeRelative}." : "Hinzufügen von Vorschlägen endet in {timeRelative}.",
|
||||
"Delete option" : "Option löschen",
|
||||
"Clone option" : "Option kopieren",
|
||||
"Unconfirm option" : "Option nicht bestätigen",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "Zeit hinzufügen",
|
||||
"Remove time" : "Zeit entfernen",
|
||||
"Click to add an option" : "Option durch Klick hinzufügen",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Das Verschieben von Daten ist deaktiviert, um das Verschieben von Vorschlägen anderer Benutzer zu verhindern.",
|
||||
"Enter option text" : "Optionstext eingeben",
|
||||
"No description provided" : "Keine Beschreibung eingegeben",
|
||||
"No Participants until now" : "Bislang keine Teilnehmer",
|
||||
|
@ -194,6 +200,8 @@
|
|||
"Poll closing status" : "Status zum Schließen der Umfrage",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n von {maximalVotes} Stimme übrig.","%n von {maximalVotes} Stimmen übrig."],
|
||||
"Result display" : "Ergebnisanzeige",
|
||||
"Allow proposals from users" : "Benutzervorschläge zulassen",
|
||||
"Add an option" : "Option hinzufügen",
|
||||
"Shift all date options" : "Datumsoptionen verschieben",
|
||||
"Available Options" : "Verfügbare Optionen",
|
||||
"No vote options" : "Keine Abstimmungsoptionen",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "Tag",
|
||||
"Month" : "Monat",
|
||||
"Year" : "Jahr",
|
||||
"Disallow proposals" : "Vorschläge nicht zulassen",
|
||||
"Allow proposals" : "Vorschläge zulassen",
|
||||
"Relevant" : "Relevant",
|
||||
"Relevant polls" : "Relevante Umfragen",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Alle Umfragen, die für Sie relevant oder wichtig sind, weil Sie Teilnehmer oder Eigentümer sind oder zu denen Sie eingeladen sind. Ohne geschlossene Umfragen.",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Ihre Umfragen (Sie sind der Inhaber).",
|
||||
"Hidden polls" : "Versteckte Umfragen",
|
||||
"All hidden polls, to which you have access." : "Alle versteckte Umfragen, auf die Sie Zugriff haben.",
|
||||
"Participated" : "Teilgenommen",
|
||||
"All polls, where you placed a vote." : "Alle Umfragen, bei denen Sie abgestimmt haben.",
|
||||
"Public polls" : "Öffentliche Umfragen",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Eine vollständige Liste mit allen öffentlichen Umfragen auf dieser Seite, unabhängig davon, wer der Inhaber ist.",
|
||||
|
|
|
@ -27,6 +27,8 @@ OC.L10N.register(
|
|||
"Date order" : "Dataren ordena",
|
||||
"Original order" : "Jatorrizko ordena",
|
||||
"Ranked order" : "Ordena sailkatua",
|
||||
"Unsubscribe" : "Harpidetza kendu",
|
||||
"Subscribe" : "Harpidetu",
|
||||
"Toggle Sidebar" : "Txandakatu alboko barra",
|
||||
"Conflict" : "Gatazka",
|
||||
"New comment …" : "Iruzkin berria …",
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
"Date order" : "Dataren ordena",
|
||||
"Original order" : "Jatorrizko ordena",
|
||||
"Ranked order" : "Ordena sailkatua",
|
||||
"Unsubscribe" : "Harpidetza kendu",
|
||||
"Subscribe" : "Harpidetu",
|
||||
"Toggle Sidebar" : "Txandakatu alboko barra",
|
||||
"Conflict" : "Gatazka",
|
||||
"New comment …" : "Iruzkin berria …",
|
||||
|
|
72
l10n/hr.js
72
l10n/hr.js
|
@ -11,6 +11,12 @@ OC.L10N.register(
|
|||
"Polls" : "Ankete",
|
||||
"%s invited you to a poll" : "%s vas je pozvao u anketu",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} vas je pozvao u anketu „%s”.",
|
||||
"%s took over your poll" : "%s je preuzeo vašu anketu",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} je preuzeo vašu anketu „%s” i njen je novi vlasnik.",
|
||||
"%s permanently deleted your poll" : "%s je trajno izbrisao vašu anketu",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} je trajno izbrisao vašu anketu „%s”.",
|
||||
"%s changed the deleted status of your poll." : "%s je promijenio status brisanja vaše ankete.",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} je promijenio status brisanja vaše ankete „%s”.",
|
||||
"- %s voted." : "- %s je glasao.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Konfiguracija ankete je ažurirana. Provjerite svoje odabire.",
|
||||
"- The poll got deleted." : "- Anketa je izbrisana.",
|
||||
|
@ -18,6 +24,8 @@ OC.L10N.register(
|
|||
"- The poll was closed." : "- Anketa je zatvorena.",
|
||||
"- A vote option was added." : "- Dodana je mogućnost glasanja.",
|
||||
"- A vote option was removed." : "- Uklonjena je mogućnost glasanja.",
|
||||
"- The poll owner changed." : "- Promijenio se vlasnik ankete.",
|
||||
"- %s created the poll." : "- %s je stvorio anketu.",
|
||||
"Polls App - New Activity" : "Aplikacija za ankete – nova aktivnost",
|
||||
"\"{title}\" had recent activity: " : "„{title}“ je nedavno bio aktivan: ",
|
||||
"A user" : "Korisnik",
|
||||
|
@ -25,17 +33,22 @@ OC.L10N.register(
|
|||
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Primili ste ovu poruku e-pošte jer ste se preplatili na obavijesti u vezi s ovom anketom. Ako ne želite primati ovakve poruke, otvorite anketu i otkažite pretplatu.",
|
||||
"Poll invitation \"%s\"" : "Poziv na sudjelovanje u anketi „%s”",
|
||||
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} vas je pozvao da sudjelujete u anketi „{title}“",
|
||||
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar:" : "Ova vam poveznica omogućuje pristupanje navedenoj anketi. Pritisnite gornji gumb ili kopirajte sljedeću poveznicu i dodajte je u lokacijsku traku preglednika:",
|
||||
"Do not share this link with other people, because it is connected to your votes." : "Nemojte dijeliti ovu poveznicu s drugim osobama jer je povezana s vašim odabirima.",
|
||||
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Primili ste ovu poruku e-pošte jer vas je vlasnik ankete pozvao da sudjelujete u anketi. Vaše ime ili adresa e-pošte bit će zabilježeni tijekom ispunjavanja ankete. Ako želite napustiti anketu, obratite se administratoru web-mjesta ili stvaratelju ankete koji je poslao poruku e-pošte.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Aplikacija za ankete, nalik aplikaciji doodle/dudle s mogućnošću ograničavanja pristupa.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikacija za ankete, nalik aplikaciji doodle/dudle s mogućnošću ograničavanja pristupa (članovi, određene grupe/korisnici, skriveno, javno).",
|
||||
"Error loading poll list" : "Pogreška pri učitavanju popisa anketa",
|
||||
"Switch to list view" : "Prebacite na prikaz popisa",
|
||||
"Switch to table view" : "Prebacite na prikaz tablice",
|
||||
"Link copied to clipboard" : "Poveznica je kopirana u međuspremnik",
|
||||
"Error while copying link to clipboard" : "Pogreška pri kopiranju poveznice u međuspremnik",
|
||||
"_%n Participant_::_%n Participants_" : ["%n sudionik","%n sudionika","%n sudionika"],
|
||||
"Date order" : "Redoslijed po datumu",
|
||||
"Original order" : "Izvorni redoslijed",
|
||||
"Ranked order" : "Redoslijed po rangu",
|
||||
"Unsubscribe" : "Otkaži pretplatu",
|
||||
"Subscribe" : "Preplata",
|
||||
"Toggle Sidebar" : "Uključi/isključi bočnu traku",
|
||||
"Conflict" : "Nepodudaranje",
|
||||
"Got a network error while checking calendar events." : "Došlo je do mrežne pogreške pri pregledavanju događaja na kalendaru.",
|
||||
|
@ -43,14 +56,19 @@ OC.L10N.register(
|
|||
"Error while saving comment" : "Pogreška pri spremanju komentara",
|
||||
"Delete comment" : "Izbriši komentar",
|
||||
"Error while deleting the comment" : "Pogreška pri brisanju komentara",
|
||||
"_Deleting in {countdown} second_::_Deleting in {countdown} seconds_" : ["Brisanje za {countdown} sekundu","Brisanje za {countdown} sekunde","Brisanje za {countdown} sekundi"],
|
||||
"Relevant for all users" : "Važno za sve korisnike",
|
||||
"Only invited users" : "Samo pozvani korisnici",
|
||||
"All users" : "Svi korisnici",
|
||||
"Allow admins to edit this poll" : "Omogućuje administratoru da uredi ovu anketu",
|
||||
"Allow Comments" : "Dopusti komentare",
|
||||
"Allow \"maybe\" vote" : "Dopusti odgovor „možda”",
|
||||
"Anonymous poll" : "Anonimna anketa",
|
||||
"Reopen poll" : "Ponovo otvori anketu",
|
||||
"Close poll" : "Zatvori anketu",
|
||||
"Closing date" : "Datum zatvaranja",
|
||||
"Limit yes votes per option" : "Ograniči broj pozitivnih glasova po mogućnosti",
|
||||
"Hide not available Options" : "Sakrij nedostupne mogućnosti",
|
||||
"Closing Date" : "Datum zatvaranja",
|
||||
"\"{pollTitle}\" successfully saved" : "Uspješno spremljena anketa „{pollTitle}“",
|
||||
"Title must not be empty!" : "Naslov ne smije biti prazan!",
|
||||
|
@ -58,6 +76,7 @@ OC.L10N.register(
|
|||
"Always show results" : "Uvijek prikaži rezultate",
|
||||
"Hide results until poll is closed" : "Sakrij rezultate do zatvaranja ankete",
|
||||
"Never show results" : "Nemoj prikazati rezultate",
|
||||
"Limit yes votes per user" : "Ograniči broj pozitivnih glasova po korisniku",
|
||||
"Title" : "Naslov",
|
||||
"Enter Title" : "Unesi naslov",
|
||||
"Poll type" : "Vrsta ankete",
|
||||
|
@ -68,6 +87,7 @@ OC.L10N.register(
|
|||
"Poll \"{pollTitle}\" added" : "Dodana je anketa „{pollTitle}“",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Pogreška pri stvaranju ankete „{pollTitle}“",
|
||||
"Add new Poll" : "Dodaj novu anketu",
|
||||
"Administration" : "Administracija",
|
||||
"Settings" : "Postavke",
|
||||
"Error cloning poll." : "Pogreška pri kloniranju ankete.",
|
||||
"Error deleting poll." : "Pogreška pri brisanju ankete.",
|
||||
|
@ -78,24 +98,47 @@ OC.L10N.register(
|
|||
"Confirmed" : "Potvrđeno",
|
||||
"Clone to option sequence" : "Redoslijed kloniranja",
|
||||
"Create a sequence of date options starting with {dateOption}." : "Stvorite redoslijed mogućnosti datuma počevši od {dateOption}.",
|
||||
"Step unit:" : "Jedinica koraka:",
|
||||
"Step width:" : "Širina koraka:",
|
||||
"Number of items to create:" : "Broj stavki za stvaranje:",
|
||||
"OK" : "U redu",
|
||||
"Week" : "Tjedan",
|
||||
"Delete option" : "Izbriši mogućnost",
|
||||
"Clone option" : "Mogućnost kloniranja",
|
||||
"Unconfirm option" : "Otkaži mogućnost",
|
||||
"Confirm option" : "Potvrdi mogućnost",
|
||||
"Select range" : "Odaberi raspon",
|
||||
"Add time" : "Dodaj vrijeme",
|
||||
"Remove time" : "Ukloni vrijeme",
|
||||
"Click to add an option" : "Klikni za dodavanje mogućnosti",
|
||||
"Enter option text" : "Unesite tekst mogućnosti",
|
||||
"No description provided" : "Nije naveden opis",
|
||||
"No Participants until now" : "Dosad nije bilo sudionika",
|
||||
"Copy list of email addresses to clipboard" : "Kopiraj popis adresa e-pošte u međuspremnik",
|
||||
"Poll informations" : "Informacije o anketi",
|
||||
"Poll owner:" : "Vlasnik ankete:",
|
||||
"Created {dateRelative}" : "Stvoreno {dateRelative}",
|
||||
"Closing: {dateRelative}" : "Zatvaranje: {dateRelative}",
|
||||
"Time zone: {timezoneString}" : "Vremenska zona: {timezoneString}",
|
||||
"You subscribed to this poll" : "Pretplaćeni ste na ovu anketu",
|
||||
"_Only %n vote per option._::_Only %n votes per option._" : ["Samo %n glas po mogućnosti.","Samo %n glasa po mogućnosti.","Samo %n glasova po mogućnosti."],
|
||||
"Optional email address" : "Neobvezna adresa e-pošte",
|
||||
"Checking email address …" : "Provjera adrese e-pošte…",
|
||||
"valid email address." : "važeća adresa e-pošte.",
|
||||
"Invalid email address." : "Nevažeća adresa e-pošte.",
|
||||
"Public poll" : "Javna anketa",
|
||||
"Public participation" : "Sudjelovanje javnosti",
|
||||
"To participate, tell us how we can call you!" : "Ako želite sudjelovati, javite nam kako vas možemo zvati!",
|
||||
"Enter your name" : "Unesite svoje ime",
|
||||
"You are a registered user of this site?" : "Registrirani ste korisnik ove stranice?",
|
||||
"Login" : "Prijava",
|
||||
"As a regular user of this site, you can participate with your internal identity after logging in." : "Kao redoviti korisnik ove stranice, nakon prijave možete sudjelovati sa svojim osobnim identifikacijskim značajkama.",
|
||||
"Otherwise participate publicly." : "U suprotnom sudjelujte javno.",
|
||||
"Checking username …" : "Provjera korisničkog imena…",
|
||||
"Enter a username to participate." : "Unesite korisničko ime za sudjelovanje.",
|
||||
"Please use at least 3 characters." : "Mora sadržavati najmanje 3 znaka.",
|
||||
"Invalid name" : "Nevažeće ime",
|
||||
"{username} is valid." : "Korisničko ime {username} nije važeće.",
|
||||
"Error saving username" : "Pogreška pri spremanju korisničkog imena",
|
||||
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Svoju adresu e-pošte možete iskoristiti za pretplatu na obavijesti i primit ćete osobnu poveznicu za ovu anketu.",
|
||||
"Access" : "Pristup",
|
||||
|
@ -128,8 +171,11 @@ OC.L10N.register(
|
|||
"Copy link to clipboard" : "Kopiraj poveznicu u međuspremnik",
|
||||
"Remove share" : "Ukloni dijeljenje",
|
||||
"Enter a name to start the search" : "Unesite ime za početak pretraživanja",
|
||||
"Invitation sent to {emailAddress}" : "Pozivnica poslana na {emailAddress}",
|
||||
"Error sending invitation to {emailAddress}" : "Pogreška pri slanju pozivnice na {emailAddress}",
|
||||
"Public shares" : "Javna dijeljenja",
|
||||
"Add a public link" : "Dodaj javnu poveznicu",
|
||||
"Error adding share" : "Pogreška pri dodavanju dijeljenja",
|
||||
"Unsent invitations" : "Neposlane pozivnice",
|
||||
"Resolve into individual invitations" : "Podijeli u pojedine pozivnice",
|
||||
"Remove invitation" : "Ukloni pozivnicu",
|
||||
|
@ -143,17 +189,29 @@ OC.L10N.register(
|
|||
"Comments" : "Komentari",
|
||||
"No comments" : "Nema komentara",
|
||||
"Be the first." : "Ostavite prvi komentar.",
|
||||
"Please be careful when changing options, because it can affect existing votes in an unwanted manner." : "Obratite posebnu pažnju pri promjeni mogućnosti jer to može na neželjen način utjecati na postojeće glasove.",
|
||||
"As an admin you may edit this poll" : "Možete urediti ovu anketu kao administrator",
|
||||
"Description" : "Opis",
|
||||
"Poll configurations" : "Konfiguracije anketa",
|
||||
"Poll closing status" : "Status zatvaranja ankete",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Preostao je %n glas od {maximalVotes}.","Preostala su %n glasa od {maximalVotes}.","Preostalo je %n glasova od {maximalVotes}."],
|
||||
"Result display" : "Prikaz rezultata",
|
||||
"Shift all date options" : "Mogućnosti pomicanja svih datuma",
|
||||
"Available Options" : "Dostupne mogućnosti",
|
||||
"No vote options" : "Nema mogućnosti glasanja",
|
||||
"Add some!" : "Dodajte ih!",
|
||||
"Add Shares" : "Dodaj dijeljenja",
|
||||
"Receive notification email on activity to {emailAddress}" : "Primaj obavijesti o aktivnostima e-poštom na {emailAddress}",
|
||||
"Receive notification email on activity" : "Primaj obavijesti o aktivnostima e-poštom",
|
||||
"Copy your personal link to clipboard" : "Kopirajte svoju osobnu poveznicu u međuspremnik",
|
||||
"edit Email Address" : "uredi adresu e-pošte",
|
||||
"Get your personal link per mail" : "Primite svoju osobnu poveznicu e-poštom",
|
||||
"Subscribe to notifications" : "Pretplati se na obavijesti",
|
||||
"remove Email Address" : "ukloni adresu e-pošte",
|
||||
"Email address deleted." : "Adresa e-pošte je izbrisana.",
|
||||
"Error deleting email address {emailAddress}" : "Pogreška pri brisanju adrese e-pošte {emailAddress}",
|
||||
"Email address {emailAddress} saved." : "Adresa e-pošte {emailAddress} je spremljena.",
|
||||
"Error saving email address {emailAddress}" : "Pogreška pri spremanju adrese e-pošte {emailAddress}",
|
||||
"Invitation resent to {emailAddress}" : "Pozivnica je ponovno poslana na {emailAddress}",
|
||||
"Mail could not be resent to {emailAddress}" : "Nije uspjelo ponovno slanje pošte na {emailAddress}",
|
||||
"Error while adding share" : "Pogreška pri dodavanju dijeljenja",
|
||||
|
@ -162,14 +220,28 @@ OC.L10N.register(
|
|||
"No" : "Ne",
|
||||
"Yes" : "Da",
|
||||
"User {userId} removed" : "Korisnik {userId} je uklonjen",
|
||||
"Manage polls" : "Upravljanje anketama",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Upravljanje anketama drugih korisnika. Možete preuzeti vlasništvo ili izbrisati ankete.",
|
||||
"No polls found for this category" : "Nije pronađena nijedna anketa za ovu kategoriju",
|
||||
"Add one or change category!" : "Dodajte anketu ili promijenite kategoriju!",
|
||||
"Take over" : "Preuzmi",
|
||||
"Set \"deleted\" status" : "Postavi status „izbrisano”",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Želite li preuzeti ovu anketu od {username} i promijeniti vlasništvo?",
|
||||
"The original owner will be notified." : "Izvorni vlasnik će biti obaviješten o tome.",
|
||||
"Do you want to delete this poll?" : "Želite li izbrisati ovu anketu?",
|
||||
"This action cannot be reverted." : "Ova se radnja ne može poništiti.",
|
||||
"Error switching deleted status." : "Pogreška pri prebacivanju statusa brisanja.",
|
||||
"Error overtaking poll." : "Pogreška pri preuzimanju ankete.",
|
||||
"404 - poll not found" : "404 – anketa nije pronađena",
|
||||
"Enter a poll or start a new one." : "Sudjelujte u anketi ili započnite novu.",
|
||||
"Goto Nextcloud" : "Idite na Nextcloud",
|
||||
"Error loading poll" : "Pogreška pri učitavanju ankete",
|
||||
"Closed {relativeTimeAgo}" : "Zatvoreno {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Zatvaranje {relativeExpirationTime}",
|
||||
"No vote options available" : "Nema dostupnih mogućnosti glasanja",
|
||||
"Maybe the owner did not provide some until now." : "Možda vlasnik nije dosad odredio nikakve mogućnosti.",
|
||||
"Although participant's names are hidden, this is not a real anonymous poll because they are not hidden from the owner." : "Iako su imena sudionika skrivena, ovo nije potpuno anonimna anketa jer nisu skrivena od vlasnika.",
|
||||
"Additionally the owner can remove the anonymous flag at any time, which will reveal the participant's names." : "Vlasnik također može u bilo kojem trenutku ukloniti zastavicu anonimnosti i otkriti imena sudionika.",
|
||||
"Minute" : "Minuta",
|
||||
"Hour" : "Sat",
|
||||
"Day" : "Dan",
|
||||
|
|
72
l10n/hr.json
72
l10n/hr.json
|
@ -9,6 +9,12 @@
|
|||
"Polls" : "Ankete",
|
||||
"%s invited you to a poll" : "%s vas je pozvao u anketu",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} vas je pozvao u anketu „%s”.",
|
||||
"%s took over your poll" : "%s je preuzeo vašu anketu",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} je preuzeo vašu anketu „%s” i njen je novi vlasnik.",
|
||||
"%s permanently deleted your poll" : "%s je trajno izbrisao vašu anketu",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} je trajno izbrisao vašu anketu „%s”.",
|
||||
"%s changed the deleted status of your poll." : "%s je promijenio status brisanja vaše ankete.",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} je promijenio status brisanja vaše ankete „%s”.",
|
||||
"- %s voted." : "- %s je glasao.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Konfiguracija ankete je ažurirana. Provjerite svoje odabire.",
|
||||
"- The poll got deleted." : "- Anketa je izbrisana.",
|
||||
|
@ -16,6 +22,8 @@
|
|||
"- The poll was closed." : "- Anketa je zatvorena.",
|
||||
"- A vote option was added." : "- Dodana je mogućnost glasanja.",
|
||||
"- A vote option was removed." : "- Uklonjena je mogućnost glasanja.",
|
||||
"- The poll owner changed." : "- Promijenio se vlasnik ankete.",
|
||||
"- %s created the poll." : "- %s je stvorio anketu.",
|
||||
"Polls App - New Activity" : "Aplikacija za ankete – nova aktivnost",
|
||||
"\"{title}\" had recent activity: " : "„{title}“ je nedavno bio aktivan: ",
|
||||
"A user" : "Korisnik",
|
||||
|
@ -23,17 +31,22 @@
|
|||
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Primili ste ovu poruku e-pošte jer ste se preplatili na obavijesti u vezi s ovom anketom. Ako ne želite primati ovakve poruke, otvorite anketu i otkažite pretplatu.",
|
||||
"Poll invitation \"%s\"" : "Poziv na sudjelovanje u anketi „%s”",
|
||||
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} vas je pozvao da sudjelujete u anketi „{title}“",
|
||||
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar:" : "Ova vam poveznica omogućuje pristupanje navedenoj anketi. Pritisnite gornji gumb ili kopirajte sljedeću poveznicu i dodajte je u lokacijsku traku preglednika:",
|
||||
"Do not share this link with other people, because it is connected to your votes." : "Nemojte dijeliti ovu poveznicu s drugim osobama jer je povezana s vašim odabirima.",
|
||||
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Primili ste ovu poruku e-pošte jer vas je vlasnik ankete pozvao da sudjelujete u anketi. Vaše ime ili adresa e-pošte bit će zabilježeni tijekom ispunjavanja ankete. Ako želite napustiti anketu, obratite se administratoru web-mjesta ili stvaratelju ankete koji je poslao poruku e-pošte.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Aplikacija za ankete, nalik aplikaciji doodle/dudle s mogućnošću ograničavanja pristupa.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikacija za ankete, nalik aplikaciji doodle/dudle s mogućnošću ograničavanja pristupa (članovi, određene grupe/korisnici, skriveno, javno).",
|
||||
"Error loading poll list" : "Pogreška pri učitavanju popisa anketa",
|
||||
"Switch to list view" : "Prebacite na prikaz popisa",
|
||||
"Switch to table view" : "Prebacite na prikaz tablice",
|
||||
"Link copied to clipboard" : "Poveznica je kopirana u međuspremnik",
|
||||
"Error while copying link to clipboard" : "Pogreška pri kopiranju poveznice u međuspremnik",
|
||||
"_%n Participant_::_%n Participants_" : ["%n sudionik","%n sudionika","%n sudionika"],
|
||||
"Date order" : "Redoslijed po datumu",
|
||||
"Original order" : "Izvorni redoslijed",
|
||||
"Ranked order" : "Redoslijed po rangu",
|
||||
"Unsubscribe" : "Otkaži pretplatu",
|
||||
"Subscribe" : "Preplata",
|
||||
"Toggle Sidebar" : "Uključi/isključi bočnu traku",
|
||||
"Conflict" : "Nepodudaranje",
|
||||
"Got a network error while checking calendar events." : "Došlo je do mrežne pogreške pri pregledavanju događaja na kalendaru.",
|
||||
|
@ -41,14 +54,19 @@
|
|||
"Error while saving comment" : "Pogreška pri spremanju komentara",
|
||||
"Delete comment" : "Izbriši komentar",
|
||||
"Error while deleting the comment" : "Pogreška pri brisanju komentara",
|
||||
"_Deleting in {countdown} second_::_Deleting in {countdown} seconds_" : ["Brisanje za {countdown} sekundu","Brisanje za {countdown} sekunde","Brisanje za {countdown} sekundi"],
|
||||
"Relevant for all users" : "Važno za sve korisnike",
|
||||
"Only invited users" : "Samo pozvani korisnici",
|
||||
"All users" : "Svi korisnici",
|
||||
"Allow admins to edit this poll" : "Omogućuje administratoru da uredi ovu anketu",
|
||||
"Allow Comments" : "Dopusti komentare",
|
||||
"Allow \"maybe\" vote" : "Dopusti odgovor „možda”",
|
||||
"Anonymous poll" : "Anonimna anketa",
|
||||
"Reopen poll" : "Ponovo otvori anketu",
|
||||
"Close poll" : "Zatvori anketu",
|
||||
"Closing date" : "Datum zatvaranja",
|
||||
"Limit yes votes per option" : "Ograniči broj pozitivnih glasova po mogućnosti",
|
||||
"Hide not available Options" : "Sakrij nedostupne mogućnosti",
|
||||
"Closing Date" : "Datum zatvaranja",
|
||||
"\"{pollTitle}\" successfully saved" : "Uspješno spremljena anketa „{pollTitle}“",
|
||||
"Title must not be empty!" : "Naslov ne smije biti prazan!",
|
||||
|
@ -56,6 +74,7 @@
|
|||
"Always show results" : "Uvijek prikaži rezultate",
|
||||
"Hide results until poll is closed" : "Sakrij rezultate do zatvaranja ankete",
|
||||
"Never show results" : "Nemoj prikazati rezultate",
|
||||
"Limit yes votes per user" : "Ograniči broj pozitivnih glasova po korisniku",
|
||||
"Title" : "Naslov",
|
||||
"Enter Title" : "Unesi naslov",
|
||||
"Poll type" : "Vrsta ankete",
|
||||
|
@ -66,6 +85,7 @@
|
|||
"Poll \"{pollTitle}\" added" : "Dodana je anketa „{pollTitle}“",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "Pogreška pri stvaranju ankete „{pollTitle}“",
|
||||
"Add new Poll" : "Dodaj novu anketu",
|
||||
"Administration" : "Administracija",
|
||||
"Settings" : "Postavke",
|
||||
"Error cloning poll." : "Pogreška pri kloniranju ankete.",
|
||||
"Error deleting poll." : "Pogreška pri brisanju ankete.",
|
||||
|
@ -76,24 +96,47 @@
|
|||
"Confirmed" : "Potvrđeno",
|
||||
"Clone to option sequence" : "Redoslijed kloniranja",
|
||||
"Create a sequence of date options starting with {dateOption}." : "Stvorite redoslijed mogućnosti datuma počevši od {dateOption}.",
|
||||
"Step unit:" : "Jedinica koraka:",
|
||||
"Step width:" : "Širina koraka:",
|
||||
"Number of items to create:" : "Broj stavki za stvaranje:",
|
||||
"OK" : "U redu",
|
||||
"Week" : "Tjedan",
|
||||
"Delete option" : "Izbriši mogućnost",
|
||||
"Clone option" : "Mogućnost kloniranja",
|
||||
"Unconfirm option" : "Otkaži mogućnost",
|
||||
"Confirm option" : "Potvrdi mogućnost",
|
||||
"Select range" : "Odaberi raspon",
|
||||
"Add time" : "Dodaj vrijeme",
|
||||
"Remove time" : "Ukloni vrijeme",
|
||||
"Click to add an option" : "Klikni za dodavanje mogućnosti",
|
||||
"Enter option text" : "Unesite tekst mogućnosti",
|
||||
"No description provided" : "Nije naveden opis",
|
||||
"No Participants until now" : "Dosad nije bilo sudionika",
|
||||
"Copy list of email addresses to clipboard" : "Kopiraj popis adresa e-pošte u međuspremnik",
|
||||
"Poll informations" : "Informacije o anketi",
|
||||
"Poll owner:" : "Vlasnik ankete:",
|
||||
"Created {dateRelative}" : "Stvoreno {dateRelative}",
|
||||
"Closing: {dateRelative}" : "Zatvaranje: {dateRelative}",
|
||||
"Time zone: {timezoneString}" : "Vremenska zona: {timezoneString}",
|
||||
"You subscribed to this poll" : "Pretplaćeni ste na ovu anketu",
|
||||
"_Only %n vote per option._::_Only %n votes per option._" : ["Samo %n glas po mogućnosti.","Samo %n glasa po mogućnosti.","Samo %n glasova po mogućnosti."],
|
||||
"Optional email address" : "Neobvezna adresa e-pošte",
|
||||
"Checking email address …" : "Provjera adrese e-pošte…",
|
||||
"valid email address." : "važeća adresa e-pošte.",
|
||||
"Invalid email address." : "Nevažeća adresa e-pošte.",
|
||||
"Public poll" : "Javna anketa",
|
||||
"Public participation" : "Sudjelovanje javnosti",
|
||||
"To participate, tell us how we can call you!" : "Ako želite sudjelovati, javite nam kako vas možemo zvati!",
|
||||
"Enter your name" : "Unesite svoje ime",
|
||||
"You are a registered user of this site?" : "Registrirani ste korisnik ove stranice?",
|
||||
"Login" : "Prijava",
|
||||
"As a regular user of this site, you can participate with your internal identity after logging in." : "Kao redoviti korisnik ove stranice, nakon prijave možete sudjelovati sa svojim osobnim identifikacijskim značajkama.",
|
||||
"Otherwise participate publicly." : "U suprotnom sudjelujte javno.",
|
||||
"Checking username …" : "Provjera korisničkog imena…",
|
||||
"Enter a username to participate." : "Unesite korisničko ime za sudjelovanje.",
|
||||
"Please use at least 3 characters." : "Mora sadržavati najmanje 3 znaka.",
|
||||
"Invalid name" : "Nevažeće ime",
|
||||
"{username} is valid." : "Korisničko ime {username} nije važeće.",
|
||||
"Error saving username" : "Pogreška pri spremanju korisničkog imena",
|
||||
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Svoju adresu e-pošte možete iskoristiti za pretplatu na obavijesti i primit ćete osobnu poveznicu za ovu anketu.",
|
||||
"Access" : "Pristup",
|
||||
|
@ -126,8 +169,11 @@
|
|||
"Copy link to clipboard" : "Kopiraj poveznicu u međuspremnik",
|
||||
"Remove share" : "Ukloni dijeljenje",
|
||||
"Enter a name to start the search" : "Unesite ime za početak pretraživanja",
|
||||
"Invitation sent to {emailAddress}" : "Pozivnica poslana na {emailAddress}",
|
||||
"Error sending invitation to {emailAddress}" : "Pogreška pri slanju pozivnice na {emailAddress}",
|
||||
"Public shares" : "Javna dijeljenja",
|
||||
"Add a public link" : "Dodaj javnu poveznicu",
|
||||
"Error adding share" : "Pogreška pri dodavanju dijeljenja",
|
||||
"Unsent invitations" : "Neposlane pozivnice",
|
||||
"Resolve into individual invitations" : "Podijeli u pojedine pozivnice",
|
||||
"Remove invitation" : "Ukloni pozivnicu",
|
||||
|
@ -141,17 +187,29 @@
|
|||
"Comments" : "Komentari",
|
||||
"No comments" : "Nema komentara",
|
||||
"Be the first." : "Ostavite prvi komentar.",
|
||||
"Please be careful when changing options, because it can affect existing votes in an unwanted manner." : "Obratite posebnu pažnju pri promjeni mogućnosti jer to može na neželjen način utjecati na postojeće glasove.",
|
||||
"As an admin you may edit this poll" : "Možete urediti ovu anketu kao administrator",
|
||||
"Description" : "Opis",
|
||||
"Poll configurations" : "Konfiguracije anketa",
|
||||
"Poll closing status" : "Status zatvaranja ankete",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Preostao je %n glas od {maximalVotes}.","Preostala su %n glasa od {maximalVotes}.","Preostalo je %n glasova od {maximalVotes}."],
|
||||
"Result display" : "Prikaz rezultata",
|
||||
"Shift all date options" : "Mogućnosti pomicanja svih datuma",
|
||||
"Available Options" : "Dostupne mogućnosti",
|
||||
"No vote options" : "Nema mogućnosti glasanja",
|
||||
"Add some!" : "Dodajte ih!",
|
||||
"Add Shares" : "Dodaj dijeljenja",
|
||||
"Receive notification email on activity to {emailAddress}" : "Primaj obavijesti o aktivnostima e-poštom na {emailAddress}",
|
||||
"Receive notification email on activity" : "Primaj obavijesti o aktivnostima e-poštom",
|
||||
"Copy your personal link to clipboard" : "Kopirajte svoju osobnu poveznicu u međuspremnik",
|
||||
"edit Email Address" : "uredi adresu e-pošte",
|
||||
"Get your personal link per mail" : "Primite svoju osobnu poveznicu e-poštom",
|
||||
"Subscribe to notifications" : "Pretplati se na obavijesti",
|
||||
"remove Email Address" : "ukloni adresu e-pošte",
|
||||
"Email address deleted." : "Adresa e-pošte je izbrisana.",
|
||||
"Error deleting email address {emailAddress}" : "Pogreška pri brisanju adrese e-pošte {emailAddress}",
|
||||
"Email address {emailAddress} saved." : "Adresa e-pošte {emailAddress} je spremljena.",
|
||||
"Error saving email address {emailAddress}" : "Pogreška pri spremanju adrese e-pošte {emailAddress}",
|
||||
"Invitation resent to {emailAddress}" : "Pozivnica je ponovno poslana na {emailAddress}",
|
||||
"Mail could not be resent to {emailAddress}" : "Nije uspjelo ponovno slanje pošte na {emailAddress}",
|
||||
"Error while adding share" : "Pogreška pri dodavanju dijeljenja",
|
||||
|
@ -160,14 +218,28 @@
|
|||
"No" : "Ne",
|
||||
"Yes" : "Da",
|
||||
"User {userId} removed" : "Korisnik {userId} je uklonjen",
|
||||
"Manage polls" : "Upravljanje anketama",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "Upravljanje anketama drugih korisnika. Možete preuzeti vlasništvo ili izbrisati ankete.",
|
||||
"No polls found for this category" : "Nije pronađena nijedna anketa za ovu kategoriju",
|
||||
"Add one or change category!" : "Dodajte anketu ili promijenite kategoriju!",
|
||||
"Take over" : "Preuzmi",
|
||||
"Set \"deleted\" status" : "Postavi status „izbrisano”",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "Želite li preuzeti ovu anketu od {username} i promijeniti vlasništvo?",
|
||||
"The original owner will be notified." : "Izvorni vlasnik će biti obaviješten o tome.",
|
||||
"Do you want to delete this poll?" : "Želite li izbrisati ovu anketu?",
|
||||
"This action cannot be reverted." : "Ova se radnja ne može poništiti.",
|
||||
"Error switching deleted status." : "Pogreška pri prebacivanju statusa brisanja.",
|
||||
"Error overtaking poll." : "Pogreška pri preuzimanju ankete.",
|
||||
"404 - poll not found" : "404 – anketa nije pronađena",
|
||||
"Enter a poll or start a new one." : "Sudjelujte u anketi ili započnite novu.",
|
||||
"Goto Nextcloud" : "Idite na Nextcloud",
|
||||
"Error loading poll" : "Pogreška pri učitavanju ankete",
|
||||
"Closed {relativeTimeAgo}" : "Zatvoreno {relativeTimeAgo}",
|
||||
"Closing {relativeExpirationTime}" : "Zatvaranje {relativeExpirationTime}",
|
||||
"No vote options available" : "Nema dostupnih mogućnosti glasanja",
|
||||
"Maybe the owner did not provide some until now." : "Možda vlasnik nije dosad odredio nikakve mogućnosti.",
|
||||
"Although participant's names are hidden, this is not a real anonymous poll because they are not hidden from the owner." : "Iako su imena sudionika skrivena, ovo nije potpuno anonimna anketa jer nisu skrivena od vlasnika.",
|
||||
"Additionally the owner can remove the anonymous flag at any time, which will reveal the participant's names." : "Vlasnik također može u bilo kojem trenutku ukloniti zastavicu anonimnosti i otkriti imena sudionika.",
|
||||
"Minute" : "Minuta",
|
||||
"Hour" : "Sat",
|
||||
"Day" : "Dan",
|
||||
|
|
13
l10n/hu.js
13
l10n/hu.js
|
@ -47,6 +47,8 @@ OC.L10N.register(
|
|||
"Date order" : "Dátum sorrend",
|
||||
"Original order" : "Eredeti sorrend",
|
||||
"Ranked order" : "Népszerűség sorrend",
|
||||
"Unsubscribe" : "Leiratkozás",
|
||||
"Subscribe" : "Feliratkozás",
|
||||
"Toggle Sidebar" : "Oldalsáv be- és kikapcsolása",
|
||||
"Conflict" : "Ütközés",
|
||||
"Got a network error while checking calendar events." : "Hálózati hiba történt a naptáresemények ellenőrzése közben.",
|
||||
|
@ -68,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Igen szavazat korlátozása személyenként",
|
||||
"Hide not available Options" : "Az el nem érhető lehetőségek elrejtése",
|
||||
"Closing Date" : "Záró dátum",
|
||||
"Proposals possible until" : "A javaslatok lehetségesek eddig:",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" sikeresen mentve",
|
||||
"Title must not be empty!" : "A cím nem lehet üres!",
|
||||
"Error writing poll" : "Hiba a szavazás írása közben",
|
||||
|
@ -101,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Létrehozandó mennyiség:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Hét",
|
||||
"Delete your proposal" : "Javaslat törlése",
|
||||
"{displayName}'s proposal" : "{displayName} javaslata",
|
||||
"You are asked to propose more options for this poll." : "Kérjük, hogy javasoljon további lehetőségeket ehhez a szavazáshoz.",
|
||||
"Adding proposals ends {timeRelative}." : "{timeRelative} múlva véget ér a javaslatok hozzáadásának lehetősége..",
|
||||
"Delete option" : "Lehetőség törlése",
|
||||
"Clone option" : "Lehetőség klónozása",
|
||||
"Unconfirm option" : "Lehetőség megerősítésének visszavonása",
|
||||
|
@ -109,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Időpont hozzáadása",
|
||||
"Remove time" : "Időpont eltávolítása",
|
||||
"Click to add an option" : "Lehetőség hozzáadásához kattintson ide",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "A dátumváltás le van tiltva, hogy megakadályozza a többi felhasználó javaslatának áthelyezését.",
|
||||
"Enter option text" : "Lehetőség szövege",
|
||||
"No description provided" : "Nincs leírás",
|
||||
"No Participants until now" : "Még nincs résztvevő",
|
||||
|
@ -194,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Szavazás lezárási állapot",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n szavazat maradt a(z) {maximalVotes} szavazatból.","%n szavazat maradt a(z) {maximalVotes} szavazatból."],
|
||||
"Result display" : "Eredmények mutatása",
|
||||
"Allow proposals from users" : "Felhasználói javaslatok engedélyezése",
|
||||
"Add an option" : "Lehetőség hozzáadása",
|
||||
"Shift all date options" : "Minden dátum lehetőség eltolása",
|
||||
"Available Options" : "Elérhető lehetőségek",
|
||||
"No vote options" : "Nincsenek lehetőségek megadva",
|
||||
|
@ -245,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Nap",
|
||||
"Month" : "Hónap",
|
||||
"Year" : "Év",
|
||||
"Disallow proposals" : "Javaslatok tiltása",
|
||||
"Allow proposals" : "Javaslatok engedélyezése",
|
||||
"Relevant" : "Releváns",
|
||||
"Relevant polls" : "Releváns szavazások",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Minden szavazás, amely releváns vagy fontos az Ön számára, mert Ön résztvevő vagy tulajdonos, vagy meghívást kapott. Zárt szavazások nélkül.",
|
||||
|
@ -252,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Szavazásaid (ahol Ön a tulajdonos).",
|
||||
"Hidden polls" : "Rejtett szavazások",
|
||||
"All hidden polls, to which you have access." : "Minden rejtett szavazás, amelyhez hozzáférhet.",
|
||||
"Participated" : "Részt vett",
|
||||
"All polls, where you placed a vote." : "Minden szavazás, ahol szavazatot adott le.",
|
||||
"Public polls" : "Nyilvános szavazások",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "A nyilvános szavazások teljes listája ezen a webhelyen, függetlenül attól, hogy ki a tulajdonos.",
|
||||
|
|
13
l10n/hu.json
13
l10n/hu.json
|
@ -45,6 +45,8 @@
|
|||
"Date order" : "Dátum sorrend",
|
||||
"Original order" : "Eredeti sorrend",
|
||||
"Ranked order" : "Népszerűség sorrend",
|
||||
"Unsubscribe" : "Leiratkozás",
|
||||
"Subscribe" : "Feliratkozás",
|
||||
"Toggle Sidebar" : "Oldalsáv be- és kikapcsolása",
|
||||
"Conflict" : "Ütközés",
|
||||
"Got a network error while checking calendar events." : "Hálózati hiba történt a naptáresemények ellenőrzése közben.",
|
||||
|
@ -66,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Igen szavazat korlátozása személyenként",
|
||||
"Hide not available Options" : "Az el nem érhető lehetőségek elrejtése",
|
||||
"Closing Date" : "Záró dátum",
|
||||
"Proposals possible until" : "A javaslatok lehetségesek eddig:",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" sikeresen mentve",
|
||||
"Title must not be empty!" : "A cím nem lehet üres!",
|
||||
"Error writing poll" : "Hiba a szavazás írása közben",
|
||||
|
@ -99,6 +102,10 @@
|
|||
"Number of items to create:" : "Létrehozandó mennyiség:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Hét",
|
||||
"Delete your proposal" : "Javaslat törlése",
|
||||
"{displayName}'s proposal" : "{displayName} javaslata",
|
||||
"You are asked to propose more options for this poll." : "Kérjük, hogy javasoljon további lehetőségeket ehhez a szavazáshoz.",
|
||||
"Adding proposals ends {timeRelative}." : "{timeRelative} múlva véget ér a javaslatok hozzáadásának lehetősége..",
|
||||
"Delete option" : "Lehetőség törlése",
|
||||
"Clone option" : "Lehetőség klónozása",
|
||||
"Unconfirm option" : "Lehetőség megerősítésének visszavonása",
|
||||
|
@ -107,6 +114,7 @@
|
|||
"Add time" : "Időpont hozzáadása",
|
||||
"Remove time" : "Időpont eltávolítása",
|
||||
"Click to add an option" : "Lehetőség hozzáadásához kattintson ide",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "A dátumváltás le van tiltva, hogy megakadályozza a többi felhasználó javaslatának áthelyezését.",
|
||||
"Enter option text" : "Lehetőség szövege",
|
||||
"No description provided" : "Nincs leírás",
|
||||
"No Participants until now" : "Még nincs résztvevő",
|
||||
|
@ -192,6 +200,8 @@
|
|||
"Poll closing status" : "Szavazás lezárási állapot",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n szavazat maradt a(z) {maximalVotes} szavazatból.","%n szavazat maradt a(z) {maximalVotes} szavazatból."],
|
||||
"Result display" : "Eredmények mutatása",
|
||||
"Allow proposals from users" : "Felhasználói javaslatok engedélyezése",
|
||||
"Add an option" : "Lehetőség hozzáadása",
|
||||
"Shift all date options" : "Minden dátum lehetőség eltolása",
|
||||
"Available Options" : "Elérhető lehetőségek",
|
||||
"No vote options" : "Nincsenek lehetőségek megadva",
|
||||
|
@ -243,6 +253,8 @@
|
|||
"Day" : "Nap",
|
||||
"Month" : "Hónap",
|
||||
"Year" : "Év",
|
||||
"Disallow proposals" : "Javaslatok tiltása",
|
||||
"Allow proposals" : "Javaslatok engedélyezése",
|
||||
"Relevant" : "Releváns",
|
||||
"Relevant polls" : "Releváns szavazások",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Minden szavazás, amely releváns vagy fontos az Ön számára, mert Ön résztvevő vagy tulajdonos, vagy meghívást kapott. Zárt szavazások nélkül.",
|
||||
|
@ -250,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Szavazásaid (ahol Ön a tulajdonos).",
|
||||
"Hidden polls" : "Rejtett szavazások",
|
||||
"All hidden polls, to which you have access." : "Minden rejtett szavazás, amelyhez hozzáférhet.",
|
||||
"Participated" : "Részt vett",
|
||||
"All polls, where you placed a vote." : "Minden szavazás, ahol szavazatot adott le.",
|
||||
"Public polls" : "Nyilvános szavazások",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "A nyilvános szavazások teljes listája ezen a webhelyen, függetlenül attól, hogy ki a tulajdonos.",
|
||||
|
|
40
l10n/it.js
40
l10n/it.js
|
@ -15,6 +15,7 @@ OC.L10N.register(
|
|||
"{user} took over your poll \"%s\" and is the new owner." : "{user} ha rilevato il tuo sondaggio \"%s\" ed è il nuovo proprietario",
|
||||
"%s permanently deleted your poll" : "%s ha eliminato definitivamente il tuo sondaggio",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} ha eliminato definitivamente il tuo sondaggio \"%s\".",
|
||||
"%s changed the deleted status of your poll." : "%s ha cambiato lo stato di eliminazione del tuo sondaggio.",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} ha cambiato lo stato di eliminazione del tuo sondaggio \"%s\".",
|
||||
"- %s voted." : "- %s ha votato.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Configurazione del sondaggio aggiornata. Controlla i tuoi voti.",
|
||||
|
@ -32,17 +33,22 @@ OC.L10N.register(
|
|||
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Questa email è inviata a te, poiché hai sottoscritto le notifiche a questo sondaggio. Per rinunciare, visita il sondaggio e rimuovi la tua sottoscrizione.",
|
||||
"Poll invitation \"%s\"" : "Invito al sondaggio \"%s\"",
|
||||
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} ti ha invitato a partecipare al sondaggio \"{title}\"",
|
||||
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar:" : "Questo collegamento ti fornisce accesso personale al suddetto sondaggio. Premi il pulsante sopra o copia il collegamento seguente e aggiungilo nella barra degli indirizzi del tuo browser:",
|
||||
"Do not share this link with other people, because it is connected to your votes." : "Non condividere questo collegamento con altre persone, perché è connesso ai tuoi voti.",
|
||||
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Questa email ti è stata inviata poiché sei stato invitato a votare in questo sondaggio dal suo proprietario. Almeno il tuo nome o il tuo indirizzo di posta è registrato in questo sondaggio. Se vuoi essere rimosso dal sondaggio, contatta l'amministratore del sito o l'iniziatore del sondaggio, dal quale arriva il messaggio.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso (membri, determinati gruppi/utenti, nascosti e pubblici).",
|
||||
"Error loading poll list" : "Errore durante il caricamento dell'elenco dei sondaggi",
|
||||
"Switch to list view" : "Passa alla vista elenco",
|
||||
"Switch to table view" : "Passa alla vista tabella",
|
||||
"Link copied to clipboard" : "Collegamento copiato negli appunti",
|
||||
"Error while copying link to clipboard" : "Errore durante la copia del collegamento negli appunti",
|
||||
"_%n Participant_::_%n Participants_" : ["%n partecipante","%n partecipanti"],
|
||||
"Date order" : "Ordine per data",
|
||||
"Original order" : "Ordine originale",
|
||||
"Ranked order" : "Ordine classificato",
|
||||
"Unsubscribe" : "Rimuovi sottoscrizione",
|
||||
"Subscribe" : "Iscrizione",
|
||||
"Toggle Sidebar" : "Commuta barra laterale",
|
||||
"Conflict" : "Conflitto",
|
||||
"Got a network error while checking calendar events." : "Si è verificato un errore di rete durante il controllo degli eventi del calendario.",
|
||||
|
@ -62,7 +68,9 @@ OC.L10N.register(
|
|||
"Close poll" : "Chiudi sondaggio",
|
||||
"Closing date" : "Data di chiusura",
|
||||
"Limit yes votes per option" : "Limita i voti sì per opzione",
|
||||
"Hide not available Options" : "Nascondi opzioni non disponibili",
|
||||
"Closing Date" : "Data di chiusura",
|
||||
"Proposals possible until" : "Proposte possibili fino a",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" salvato correttamente",
|
||||
"Title must not be empty!" : "Il titolo non può essere vuoto!",
|
||||
"Error writing poll" : "Errore durante la scrittura del sondaggio",
|
||||
|
@ -91,18 +99,35 @@ OC.L10N.register(
|
|||
"Confirmed" : "Confermata",
|
||||
"Clone to option sequence" : "Clona in sequenza di opzioni",
|
||||
"Create a sequence of date options starting with {dateOption}." : "Crea una sequenza di opzioni di date a partire da {dateOption}.",
|
||||
"Step unit:" : "Unità passo:",
|
||||
"Step width:" : "Ampiezza passo:",
|
||||
"Number of items to create:" : "Numero di elementi da creare:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Settimana",
|
||||
"Delete your proposal" : "Elimina la tua proposta",
|
||||
"{displayName}'s proposal" : "Proposta di {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Ti viene chiesto di proporre altre opzioni per questo sondaggio.",
|
||||
"Adding proposals ends {timeRelative}." : "L'aggiunta di proposte termina alle {timeRelative}.",
|
||||
"Delete option" : "Elimina opzione",
|
||||
"Clone option" : "Clona opzione",
|
||||
"Unconfirm option" : "Opzione non confermata",
|
||||
"Confirm option" : "Conferma opzione",
|
||||
"Select range" : "Seleziona intervallo",
|
||||
"Add time" : "Aggiungi orario",
|
||||
"Remove time" : "Rimuovi orario",
|
||||
"Click to add an option" : "Fai clic per aggiungere un'opzione",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Lo spostamento di date è disattivato per prevenire lo spostamento delle proposte dell'altro utente.",
|
||||
"Enter option text" : "Digita il testo dell'opzione",
|
||||
"No description provided" : "Nessuna descrizione fornita",
|
||||
"No Participants until now" : "Nessun partecipante finora",
|
||||
"Copy list of email addresses to clipboard" : "Copia un elenco di indirizzi email negli appunti",
|
||||
"Poll informations" : "Informazioni del sondaggio",
|
||||
"Poll owner:" : "Proprietario sondaggio:",
|
||||
"Created {dateRelative}" : "Creato il {dateRelative}",
|
||||
"Closing: {dateRelative}" : "Chiuderà il: {dateRelative}",
|
||||
"Time zone: {timezoneString}" : "Fuso orario: {timezoneString}",
|
||||
"You subscribed to this poll" : "Sei iscritto a questo sondaggio",
|
||||
"_Only %n vote per option._::_Only %n votes per option._" : ["Solo %n voto per opzione.","Solo %n voti per opzione."],
|
||||
"Optional email address" : "Indirizzo di posta facoltativo",
|
||||
"Checking email address …" : "Verifica dell'indirizzo di posta...",
|
||||
"valid email address." : "Indirizzo email valido.",
|
||||
|
@ -175,7 +200,10 @@ OC.L10N.register(
|
|||
"Description" : "Descrizione",
|
||||
"Poll configurations" : "Configurazioni dei sondaggi",
|
||||
"Poll closing status" : "Stato di chiusura dei sondaggi",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n di {maximalVotes} voti rimasti.","%n di {maximalVotes} voti rimasti."],
|
||||
"Result display" : "Visualizzazione dei risultati",
|
||||
"Allow proposals from users" : "Consenti proposte dagli utenti",
|
||||
"Add an option" : "Aggiungi un'opzione",
|
||||
"Shift all date options" : "Opzioni di spostamento di tutte le date",
|
||||
"Available Options" : "Opzioni disponibili",
|
||||
"No vote options" : "Nessuna opzione di voto",
|
||||
|
@ -183,6 +211,13 @@ OC.L10N.register(
|
|||
"Add Shares" : "Aggiungi condivisioni",
|
||||
"Receive notification email on activity to {emailAddress}" : "Ricevi un'email di notifica sull'attività su {emailAddress}",
|
||||
"Receive notification email on activity" : "Ricevi un'email di notifica sull'attività",
|
||||
"Copy your personal link to clipboard" : "Copia il collegamento personale negli appunti",
|
||||
"edit Email Address" : "modifica indirizzo email",
|
||||
"Get your personal link per mail" : "Ottieni il collegamento personale per email",
|
||||
"Subscribe to notifications" : "Iscriviti alle notifiche",
|
||||
"remove Email Address" : "rimuovi indirizzo email",
|
||||
"Email address deleted." : "Indirizzo email eliminato.",
|
||||
"Error deleting email address {emailAddress}" : "Errore nell'eliminazione dell'indirizzo {emailAddress}",
|
||||
"Email address {emailAddress} saved." : "Indirizzo email {emailAddress} salvato.",
|
||||
"Error saving email address {emailAddress}" : "Errore durante il salvataggio dell'indirizzo {emailAddress}",
|
||||
"Invitation resent to {emailAddress}" : "Invito inviato nuovamente a {emailAddress}",
|
||||
|
@ -213,11 +248,15 @@ OC.L10N.register(
|
|||
"Closing {relativeExpirationTime}" : "In chiusura {relativeExpirationTime}",
|
||||
"No vote options available" : "Non sono disponibili opzioni di voto",
|
||||
"Maybe the owner did not provide some until now." : "Forse il proprietario non le ha fornite ancora.",
|
||||
"Although participant's names are hidden, this is not a real anonymous poll because they are not hidden from the owner." : "Sebbene i nomi dei partecipanti siano nascosti, non è veramente un sondaggio anonimo perché non sono nascosti per il proprietario.",
|
||||
"Additionally the owner can remove the anonymous flag at any time, which will reveal the participant's names." : "Inoltre, il proprietario può rimuovere l'opzione anonimo in qualsiasi momento, il che rivelerà i nomi dei partecipanti.",
|
||||
"Minute" : "Minuto",
|
||||
"Hour" : "Ora",
|
||||
"Day" : "Giorno",
|
||||
"Month" : "Mese",
|
||||
"Year" : "Anno",
|
||||
"Disallow proposals" : "Disattiva le proposte",
|
||||
"Allow proposals" : "Attiva le proposte",
|
||||
"Relevant" : "Importante",
|
||||
"Relevant polls" : "Sondaggi importanti",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Tutti i sondaggi che sono pertinenti o importanti per te, perché sei un partecipante o sei il proprietario o ai quali sei invitato. Senza sondaggi chiusi.",
|
||||
|
@ -225,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "I tuoi sondaggi (di cui sei il proprietario).",
|
||||
"Hidden polls" : "Sondaggi nascosti",
|
||||
"All hidden polls, to which you have access." : "Tutti i sondaggi nascosti, a cui hai accesso.",
|
||||
"Participated" : "Partecipato",
|
||||
"All polls, where you placed a vote." : "Tutti i sondaggi, in cui hai votato.",
|
||||
"Public polls" : "Sondaggi pubblici",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Un elenco completo con tutti i sondaggi pubblici su questo sito, indipendentemente da chi sia il proprietario.",
|
||||
|
|
40
l10n/it.json
40
l10n/it.json
|
@ -13,6 +13,7 @@
|
|||
"{user} took over your poll \"%s\" and is the new owner." : "{user} ha rilevato il tuo sondaggio \"%s\" ed è il nuovo proprietario",
|
||||
"%s permanently deleted your poll" : "%s ha eliminato definitivamente il tuo sondaggio",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} ha eliminato definitivamente il tuo sondaggio \"%s\".",
|
||||
"%s changed the deleted status of your poll." : "%s ha cambiato lo stato di eliminazione del tuo sondaggio.",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} ha cambiato lo stato di eliminazione del tuo sondaggio \"%s\".",
|
||||
"- %s voted." : "- %s ha votato.",
|
||||
"- Updated poll configuration. Please check your votes." : "- Configurazione del sondaggio aggiornata. Controlla i tuoi voti.",
|
||||
|
@ -30,17 +31,22 @@
|
|||
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Questa email è inviata a te, poiché hai sottoscritto le notifiche a questo sondaggio. Per rinunciare, visita il sondaggio e rimuovi la tua sottoscrizione.",
|
||||
"Poll invitation \"%s\"" : "Invito al sondaggio \"%s\"",
|
||||
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} ti ha invitato a partecipare al sondaggio \"{title}\"",
|
||||
"This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar:" : "Questo collegamento ti fornisce accesso personale al suddetto sondaggio. Premi il pulsante sopra o copia il collegamento seguente e aggiungilo nella barra degli indirizzi del tuo browser:",
|
||||
"Do not share this link with other people, because it is connected to your votes." : "Non condividere questo collegamento con altre persone, perché è connesso ai tuoi voti.",
|
||||
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Questa email ti è stata inviata poiché sei stato invitato a votare in questo sondaggio dal suo proprietario. Almeno il tuo nome o il tuo indirizzo di posta è registrato in questo sondaggio. Se vuoi essere rimosso dal sondaggio, contatta l'amministratore del sito o l'iniziatore del sondaggio, dal quale arriva il messaggio.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso.",
|
||||
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso (membri, determinati gruppi/utenti, nascosti e pubblici).",
|
||||
"Error loading poll list" : "Errore durante il caricamento dell'elenco dei sondaggi",
|
||||
"Switch to list view" : "Passa alla vista elenco",
|
||||
"Switch to table view" : "Passa alla vista tabella",
|
||||
"Link copied to clipboard" : "Collegamento copiato negli appunti",
|
||||
"Error while copying link to clipboard" : "Errore durante la copia del collegamento negli appunti",
|
||||
"_%n Participant_::_%n Participants_" : ["%n partecipante","%n partecipanti"],
|
||||
"Date order" : "Ordine per data",
|
||||
"Original order" : "Ordine originale",
|
||||
"Ranked order" : "Ordine classificato",
|
||||
"Unsubscribe" : "Rimuovi sottoscrizione",
|
||||
"Subscribe" : "Iscrizione",
|
||||
"Toggle Sidebar" : "Commuta barra laterale",
|
||||
"Conflict" : "Conflitto",
|
||||
"Got a network error while checking calendar events." : "Si è verificato un errore di rete durante il controllo degli eventi del calendario.",
|
||||
|
@ -60,7 +66,9 @@
|
|||
"Close poll" : "Chiudi sondaggio",
|
||||
"Closing date" : "Data di chiusura",
|
||||
"Limit yes votes per option" : "Limita i voti sì per opzione",
|
||||
"Hide not available Options" : "Nascondi opzioni non disponibili",
|
||||
"Closing Date" : "Data di chiusura",
|
||||
"Proposals possible until" : "Proposte possibili fino a",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" salvato correttamente",
|
||||
"Title must not be empty!" : "Il titolo non può essere vuoto!",
|
||||
"Error writing poll" : "Errore durante la scrittura del sondaggio",
|
||||
|
@ -89,18 +97,35 @@
|
|||
"Confirmed" : "Confermata",
|
||||
"Clone to option sequence" : "Clona in sequenza di opzioni",
|
||||
"Create a sequence of date options starting with {dateOption}." : "Crea una sequenza di opzioni di date a partire da {dateOption}.",
|
||||
"Step unit:" : "Unità passo:",
|
||||
"Step width:" : "Ampiezza passo:",
|
||||
"Number of items to create:" : "Numero di elementi da creare:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Settimana",
|
||||
"Delete your proposal" : "Elimina la tua proposta",
|
||||
"{displayName}'s proposal" : "Proposta di {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Ti viene chiesto di proporre altre opzioni per questo sondaggio.",
|
||||
"Adding proposals ends {timeRelative}." : "L'aggiunta di proposte termina alle {timeRelative}.",
|
||||
"Delete option" : "Elimina opzione",
|
||||
"Clone option" : "Clona opzione",
|
||||
"Unconfirm option" : "Opzione non confermata",
|
||||
"Confirm option" : "Conferma opzione",
|
||||
"Select range" : "Seleziona intervallo",
|
||||
"Add time" : "Aggiungi orario",
|
||||
"Remove time" : "Rimuovi orario",
|
||||
"Click to add an option" : "Fai clic per aggiungere un'opzione",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Lo spostamento di date è disattivato per prevenire lo spostamento delle proposte dell'altro utente.",
|
||||
"Enter option text" : "Digita il testo dell'opzione",
|
||||
"No description provided" : "Nessuna descrizione fornita",
|
||||
"No Participants until now" : "Nessun partecipante finora",
|
||||
"Copy list of email addresses to clipboard" : "Copia un elenco di indirizzi email negli appunti",
|
||||
"Poll informations" : "Informazioni del sondaggio",
|
||||
"Poll owner:" : "Proprietario sondaggio:",
|
||||
"Created {dateRelative}" : "Creato il {dateRelative}",
|
||||
"Closing: {dateRelative}" : "Chiuderà il: {dateRelative}",
|
||||
"Time zone: {timezoneString}" : "Fuso orario: {timezoneString}",
|
||||
"You subscribed to this poll" : "Sei iscritto a questo sondaggio",
|
||||
"_Only %n vote per option._::_Only %n votes per option._" : ["Solo %n voto per opzione.","Solo %n voti per opzione."],
|
||||
"Optional email address" : "Indirizzo di posta facoltativo",
|
||||
"Checking email address …" : "Verifica dell'indirizzo di posta...",
|
||||
"valid email address." : "Indirizzo email valido.",
|
||||
|
@ -173,7 +198,10 @@
|
|||
"Description" : "Descrizione",
|
||||
"Poll configurations" : "Configurazioni dei sondaggi",
|
||||
"Poll closing status" : "Stato di chiusura dei sondaggi",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n di {maximalVotes} voti rimasti.","%n di {maximalVotes} voti rimasti."],
|
||||
"Result display" : "Visualizzazione dei risultati",
|
||||
"Allow proposals from users" : "Consenti proposte dagli utenti",
|
||||
"Add an option" : "Aggiungi un'opzione",
|
||||
"Shift all date options" : "Opzioni di spostamento di tutte le date",
|
||||
"Available Options" : "Opzioni disponibili",
|
||||
"No vote options" : "Nessuna opzione di voto",
|
||||
|
@ -181,6 +209,13 @@
|
|||
"Add Shares" : "Aggiungi condivisioni",
|
||||
"Receive notification email on activity to {emailAddress}" : "Ricevi un'email di notifica sull'attività su {emailAddress}",
|
||||
"Receive notification email on activity" : "Ricevi un'email di notifica sull'attività",
|
||||
"Copy your personal link to clipboard" : "Copia il collegamento personale negli appunti",
|
||||
"edit Email Address" : "modifica indirizzo email",
|
||||
"Get your personal link per mail" : "Ottieni il collegamento personale per email",
|
||||
"Subscribe to notifications" : "Iscriviti alle notifiche",
|
||||
"remove Email Address" : "rimuovi indirizzo email",
|
||||
"Email address deleted." : "Indirizzo email eliminato.",
|
||||
"Error deleting email address {emailAddress}" : "Errore nell'eliminazione dell'indirizzo {emailAddress}",
|
||||
"Email address {emailAddress} saved." : "Indirizzo email {emailAddress} salvato.",
|
||||
"Error saving email address {emailAddress}" : "Errore durante il salvataggio dell'indirizzo {emailAddress}",
|
||||
"Invitation resent to {emailAddress}" : "Invito inviato nuovamente a {emailAddress}",
|
||||
|
@ -211,11 +246,15 @@
|
|||
"Closing {relativeExpirationTime}" : "In chiusura {relativeExpirationTime}",
|
||||
"No vote options available" : "Non sono disponibili opzioni di voto",
|
||||
"Maybe the owner did not provide some until now." : "Forse il proprietario non le ha fornite ancora.",
|
||||
"Although participant's names are hidden, this is not a real anonymous poll because they are not hidden from the owner." : "Sebbene i nomi dei partecipanti siano nascosti, non è veramente un sondaggio anonimo perché non sono nascosti per il proprietario.",
|
||||
"Additionally the owner can remove the anonymous flag at any time, which will reveal the participant's names." : "Inoltre, il proprietario può rimuovere l'opzione anonimo in qualsiasi momento, il che rivelerà i nomi dei partecipanti.",
|
||||
"Minute" : "Minuto",
|
||||
"Hour" : "Ora",
|
||||
"Day" : "Giorno",
|
||||
"Month" : "Mese",
|
||||
"Year" : "Anno",
|
||||
"Disallow proposals" : "Disattiva le proposte",
|
||||
"Allow proposals" : "Attiva le proposte",
|
||||
"Relevant" : "Importante",
|
||||
"Relevant polls" : "Sondaggi importanti",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Tutti i sondaggi che sono pertinenti o importanti per te, perché sei un partecipante o sei il proprietario o ai quali sei invitato. Senza sondaggi chiusi.",
|
||||
|
@ -223,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "I tuoi sondaggi (di cui sei il proprietario).",
|
||||
"Hidden polls" : "Sondaggi nascosti",
|
||||
"All hidden polls, to which you have access." : "Tutti i sondaggi nascosti, a cui hai accesso.",
|
||||
"Participated" : "Partecipato",
|
||||
"All polls, where you placed a vote." : "Tutti i sondaggi, in cui hai votato.",
|
||||
"Public polls" : "Sondaggi pubblici",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Un elenco completo con tutti i sondaggi pubblici su questo sito, indipendentemente da chi sia il proprietario.",
|
||||
|
|
11
l10n/nl.js
11
l10n/nl.js
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Beperk Ja-stemmen per optie",
|
||||
"Hide not available Options" : "Verberg de niet beschikbare opties",
|
||||
"Closing Date" : "Sluitingsdatum",
|
||||
"Proposals possible until" : "Voorstellen mogelijk tot",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" succesvol opgeslagen",
|
||||
"Title must not be empty!" : "Titel mag niet leeg zijn!",
|
||||
"Error writing poll" : "Fout bij het schrijven van een poll",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Aantal te creëren objecten:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Week",
|
||||
"Delete your proposal" : "Verwijder je voorstel",
|
||||
"{displayName}'s proposal" : "{displayName}'s voorstel",
|
||||
"You are asked to propose more options for this poll." : "Je hebt voorgestel om meer opties voor deze peiling te geven.",
|
||||
"Adding proposals ends {timeRelative}." : "Voorstellen toevoegen eindigt {timeRelative}.",
|
||||
"Delete option" : "Verwijder optie",
|
||||
"Clone option" : "Klonen optie",
|
||||
"Unconfirm option" : "Keuze ongedaan maken",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Toevoegen tijd",
|
||||
"Remove time" : "Verwijder tijd",
|
||||
"Click to add an option" : "Klik om een optie toe te voegen",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Verschuiven van data is uitgeschakeld om schuiven van andere voorstellen te verhinderen.",
|
||||
"Enter option text" : "Voer een optietekst in",
|
||||
"No description provided" : "Geen beschrijving opgegeven",
|
||||
"No Participants until now" : "Nog geen deelnemers",
|
||||
|
@ -196,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Peilingafsluitstatus",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n van {maximalVotes} stem over.","%n van {maximalVotes} stemmen over."],
|
||||
"Result display" : "Resultatenbeeld",
|
||||
"Allow proposals from users" : "Sta voorstellen toe van gebruikers",
|
||||
"Add an option" : "Toevoegen optie",
|
||||
"Shift all date options" : "Verschuif alle datums opties",
|
||||
"Available Options" : "Beschikbare opties",
|
||||
"No vote options" : "Geen stemopties",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Dag",
|
||||
"Month" : "Maand",
|
||||
"Year" : "Jaar",
|
||||
"Disallow proposals" : "Sta geen voorstellen toe",
|
||||
"Allow proposals" : "Sta voorstellen toe",
|
||||
"Relevant" : "Relevant",
|
||||
"Relevant polls" : "Relevante peilingen",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Alle peilingen die relevant of belangrijk voor je zijn, omdat je deelnemer of eigenaar bent of waarvoor je bent uitgenodigd. Geen gesloten peilingen.",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Jouw peilingen (waarvan jij de eigenaar bent).",
|
||||
"Hidden polls" : "Verborgen peilingen",
|
||||
"All hidden polls, to which you have access." : "Alle verborgen peilingen waar je bij kunt.",
|
||||
"Participated" : "Heeft deelgenomen",
|
||||
"All polls, where you placed a vote." : "Alle peilingen waarop je gestemd hebt.",
|
||||
"Public polls" : "Openbare peilingen",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Een volledige lijst met alle openbare peilingen op deze site, ongeacht wie de eigenaar is.",
|
||||
|
|
11
l10n/nl.json
11
l10n/nl.json
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Beperk Ja-stemmen per optie",
|
||||
"Hide not available Options" : "Verberg de niet beschikbare opties",
|
||||
"Closing Date" : "Sluitingsdatum",
|
||||
"Proposals possible until" : "Voorstellen mogelijk tot",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" succesvol opgeslagen",
|
||||
"Title must not be empty!" : "Titel mag niet leeg zijn!",
|
||||
"Error writing poll" : "Fout bij het schrijven van een poll",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "Aantal te creëren objecten:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Week",
|
||||
"Delete your proposal" : "Verwijder je voorstel",
|
||||
"{displayName}'s proposal" : "{displayName}'s voorstel",
|
||||
"You are asked to propose more options for this poll." : "Je hebt voorgestel om meer opties voor deze peiling te geven.",
|
||||
"Adding proposals ends {timeRelative}." : "Voorstellen toevoegen eindigt {timeRelative}.",
|
||||
"Delete option" : "Verwijder optie",
|
||||
"Clone option" : "Klonen optie",
|
||||
"Unconfirm option" : "Keuze ongedaan maken",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "Toevoegen tijd",
|
||||
"Remove time" : "Verwijder tijd",
|
||||
"Click to add an option" : "Klik om een optie toe te voegen",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Verschuiven van data is uitgeschakeld om schuiven van andere voorstellen te verhinderen.",
|
||||
"Enter option text" : "Voer een optietekst in",
|
||||
"No description provided" : "Geen beschrijving opgegeven",
|
||||
"No Participants until now" : "Nog geen deelnemers",
|
||||
|
@ -194,6 +200,8 @@
|
|||
"Poll closing status" : "Peilingafsluitstatus",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n van {maximalVotes} stem over.","%n van {maximalVotes} stemmen over."],
|
||||
"Result display" : "Resultatenbeeld",
|
||||
"Allow proposals from users" : "Sta voorstellen toe van gebruikers",
|
||||
"Add an option" : "Toevoegen optie",
|
||||
"Shift all date options" : "Verschuif alle datums opties",
|
||||
"Available Options" : "Beschikbare opties",
|
||||
"No vote options" : "Geen stemopties",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "Dag",
|
||||
"Month" : "Maand",
|
||||
"Year" : "Jaar",
|
||||
"Disallow proposals" : "Sta geen voorstellen toe",
|
||||
"Allow proposals" : "Sta voorstellen toe",
|
||||
"Relevant" : "Relevant",
|
||||
"Relevant polls" : "Relevante peilingen",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Alle peilingen die relevant of belangrijk voor je zijn, omdat je deelnemer of eigenaar bent of waarvoor je bent uitgenodigd. Geen gesloten peilingen.",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Jouw peilingen (waarvan jij de eigenaar bent).",
|
||||
"Hidden polls" : "Verborgen peilingen",
|
||||
"All hidden polls, to which you have access." : "Alle verborgen peilingen waar je bij kunt.",
|
||||
"Participated" : "Heeft deelgenomen",
|
||||
"All polls, where you placed a vote." : "Alle peilingen waarop je gestemd hebt.",
|
||||
"Public polls" : "Openbare peilingen",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Een volledige lijst met alle openbare peilingen op deze site, ongeacht wie de eigenaar is.",
|
||||
|
|
11
l10n/pl.js
11
l10n/pl.js
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Ogranicz liczbę głosów na tak na opcję",
|
||||
"Hide not available Options" : "Ukryj niedostępne opcje",
|
||||
"Closing Date" : "Data zamknięcia",
|
||||
"Proposals possible until" : "Propozycje możliwe do",
|
||||
"\"{pollTitle}\" successfully saved" : "Pomyślnie zapisano \"{pollTitle}\"",
|
||||
"Title must not be empty!" : "Tytuł nie może być pusty!",
|
||||
"Error writing poll" : "Błąd podczas pisania sondy",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Liczba elementów do utworzenia: ",
|
||||
"OK" : "OK",
|
||||
"Week" : "Tydzień",
|
||||
"Delete your proposal" : "Usuń swoją propozycję",
|
||||
"{displayName}'s proposal" : "Propozycja {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Jesteś poproszony o zaproponowanie dodatkowych opcji dla tej sondy.",
|
||||
"Adding proposals ends {timeRelative}." : "Dodawanie propozycji kończy się {timeRelative}.",
|
||||
"Delete option" : "Usuń opcję",
|
||||
"Clone option" : "Klonuj opcję",
|
||||
"Unconfirm option" : "Nie potwierdzaj opcji",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Dodaj czas",
|
||||
"Remove time" : "Usuń czas",
|
||||
"Click to add an option" : "Kliknij, aby dodać opcję",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Przesuwanie dat jest wyłączone, aby zapobiec przesunięciu propozycji innych użytkowników.",
|
||||
"Enter option text" : "Wpisz tekst opcji",
|
||||
"No description provided" : "Brak opisu",
|
||||
"No Participants until now" : "Brak uczestników do tej pory",
|
||||
|
@ -196,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Status zamknięcia sondy",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Pozostało %n z {maximalVotes} głosu.","Pozostało %n z {maximalVotes} głosów.","Pozostało %n z {maximalVotes} głosów.","Pozostało %n z {maximalVotes} głosów."],
|
||||
"Result display" : "Wyświetlanie wyników",
|
||||
"Allow proposals from users" : "Zezwalaj na propozycje od użytkowników",
|
||||
"Add an option" : "Dodaj opcję",
|
||||
"Shift all date options" : "Zmień wszystkie opcje daty",
|
||||
"Available Options" : "Dostępne opcje",
|
||||
"No vote options" : "Brak opcji głosowania",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Dzień",
|
||||
"Month" : "Miesiąc",
|
||||
"Year" : "Rok",
|
||||
"Disallow proposals" : "Odrzuć propozycje",
|
||||
"Allow proposals" : "Zezwalaj na propozycje",
|
||||
"Relevant" : "Istotne",
|
||||
"Relevant polls" : "Istotne sondy",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Wszystkie sondy, które są dla Ciebie istotne lub ważne, ponieważ jesteś uczestnikiem, właścicielem lub jesteś zaproszony. Bez zamkniętych sond.",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Twoje sondy (gdzie jesteś właścicielem).",
|
||||
"Hidden polls" : "Ukryte sondy",
|
||||
"All hidden polls, to which you have access." : "Wszystkie ukryte sondy, do których masz dostęp.",
|
||||
"Participated" : "Uczestniczył",
|
||||
"All polls, where you placed a vote." : "Wszystkie sondy, w których głosowałeś.",
|
||||
"Public polls" : "Sondy publiczne",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Pełna lista wszystkich sond publicznych na tej stronie, niezależnie od tego, kto jest właścicielem.",
|
||||
|
|
11
l10n/pl.json
11
l10n/pl.json
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Ogranicz liczbę głosów na tak na opcję",
|
||||
"Hide not available Options" : "Ukryj niedostępne opcje",
|
||||
"Closing Date" : "Data zamknięcia",
|
||||
"Proposals possible until" : "Propozycje możliwe do",
|
||||
"\"{pollTitle}\" successfully saved" : "Pomyślnie zapisano \"{pollTitle}\"",
|
||||
"Title must not be empty!" : "Tytuł nie może być pusty!",
|
||||
"Error writing poll" : "Błąd podczas pisania sondy",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "Liczba elementów do utworzenia: ",
|
||||
"OK" : "OK",
|
||||
"Week" : "Tydzień",
|
||||
"Delete your proposal" : "Usuń swoją propozycję",
|
||||
"{displayName}'s proposal" : "Propozycja {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Jesteś poproszony o zaproponowanie dodatkowych opcji dla tej sondy.",
|
||||
"Adding proposals ends {timeRelative}." : "Dodawanie propozycji kończy się {timeRelative}.",
|
||||
"Delete option" : "Usuń opcję",
|
||||
"Clone option" : "Klonuj opcję",
|
||||
"Unconfirm option" : "Nie potwierdzaj opcji",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "Dodaj czas",
|
||||
"Remove time" : "Usuń czas",
|
||||
"Click to add an option" : "Kliknij, aby dodać opcję",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Przesuwanie dat jest wyłączone, aby zapobiec przesunięciu propozycji innych użytkowników.",
|
||||
"Enter option text" : "Wpisz tekst opcji",
|
||||
"No description provided" : "Brak opisu",
|
||||
"No Participants until now" : "Brak uczestników do tej pory",
|
||||
|
@ -194,6 +200,8 @@
|
|||
"Poll closing status" : "Status zamknięcia sondy",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["Pozostało %n z {maximalVotes} głosu.","Pozostało %n z {maximalVotes} głosów.","Pozostało %n z {maximalVotes} głosów.","Pozostało %n z {maximalVotes} głosów."],
|
||||
"Result display" : "Wyświetlanie wyników",
|
||||
"Allow proposals from users" : "Zezwalaj na propozycje od użytkowników",
|
||||
"Add an option" : "Dodaj opcję",
|
||||
"Shift all date options" : "Zmień wszystkie opcje daty",
|
||||
"Available Options" : "Dostępne opcje",
|
||||
"No vote options" : "Brak opcji głosowania",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "Dzień",
|
||||
"Month" : "Miesiąc",
|
||||
"Year" : "Rok",
|
||||
"Disallow proposals" : "Odrzuć propozycje",
|
||||
"Allow proposals" : "Zezwalaj na propozycje",
|
||||
"Relevant" : "Istotne",
|
||||
"Relevant polls" : "Istotne sondy",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Wszystkie sondy, które są dla Ciebie istotne lub ważne, ponieważ jesteś uczestnikiem, właścicielem lub jesteś zaproszony. Bez zamkniętych sond.",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Twoje sondy (gdzie jesteś właścicielem).",
|
||||
"Hidden polls" : "Ukryte sondy",
|
||||
"All hidden polls, to which you have access." : "Wszystkie ukryte sondy, do których masz dostęp.",
|
||||
"Participated" : "Uczestniczył",
|
||||
"All polls, where you placed a vote." : "Wszystkie sondy, w których głosowałeś.",
|
||||
"Public polls" : "Sondy publiczne",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Pełna lista wszystkich sond publicznych na tej stronie, niezależnie od tego, kto jest właścicielem.",
|
||||
|
|
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Limite de votos no sim por opção",
|
||||
"Hide not available Options" : "Ocultar opções não disponíveis",
|
||||
"Closing Date" : "Data de encerramento",
|
||||
"Proposals possible until" : "Propostas possíveis até",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" salva",
|
||||
"Title must not be empty!" : "O título não pode ficar em branco!",
|
||||
"Error writing poll" : "Erro ao escrever a enquete",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Número de itens a serem criados:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Semana",
|
||||
"Delete your proposal" : "Exclua sua proposta",
|
||||
"{displayName}'s proposal" : "Proposta de {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Você está sendo chamado a propor mais opções para esta enquete.",
|
||||
"Adding proposals ends {timeRelative}." : "A adição de propostas termina em {timeRelative}.",
|
||||
"Delete option" : "Excluir opção",
|
||||
"Clone option" : "Clonar opção",
|
||||
"Unconfirm option" : "Desconfirmar opção",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Adicionar tempo",
|
||||
"Remove time" : "Remova o tempo",
|
||||
"Click to add an option" : "Clique para adicionar uma opção",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "A mudança de datas está desabilitada para evitar a mudança de propostas de outros usuários.",
|
||||
"Enter option text" : "Digite o texto da opção",
|
||||
"No description provided" : "Nenhuma descrição fornecida",
|
||||
"No Participants until now" : "Nenhum participante até agora",
|
||||
|
@ -196,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Status das enquetes encerradas",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n de {maximalVotes} voto restante.","%n de {maximalVotes} votos restantes."],
|
||||
"Result display" : "Mostrar resultado",
|
||||
"Allow proposals from users" : "Permitir propostas de usuários",
|
||||
"Add an option" : "Adicionar uma opção",
|
||||
"Shift all date options" : "Mudar todas as opções de data",
|
||||
"Available Options" : "Opções Disponíveis",
|
||||
"No vote options" : "Nenhuma opção de voto",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Dia",
|
||||
"Month" : "Mês",
|
||||
"Year" : "Ano",
|
||||
"Disallow proposals" : "Não permitir propostas",
|
||||
"Allow proposals" : "Permitir propostas",
|
||||
"Relevant" : "Relevante",
|
||||
"Relevant polls" : "Enquetes relevantes",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Todas as enquetes relevantes ou importantes para você, porque você é participante ou o proprietário o convidou. Sem enquetes encerradas.",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Suas enquetes (das quais é proprietário).",
|
||||
"Hidden polls" : "Enquetes ocultas",
|
||||
"All hidden polls, to which you have access." : "Todas as enquetes ocultas, para as quais você tem acesso",
|
||||
"Participated" : "Participou",
|
||||
"All polls, where you placed a vote." : "Todas as enquetes onde você votou.",
|
||||
"Public polls" : "Enquetes públicas",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Uma lista completa com as enquetes públicas neste site, independentemente de quem é o proprietário.",
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Limite de votos no sim por opção",
|
||||
"Hide not available Options" : "Ocultar opções não disponíveis",
|
||||
"Closing Date" : "Data de encerramento",
|
||||
"Proposals possible until" : "Propostas possíveis até",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" salva",
|
||||
"Title must not be empty!" : "O título não pode ficar em branco!",
|
||||
"Error writing poll" : "Erro ao escrever a enquete",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "Número de itens a serem criados:",
|
||||
"OK" : "OK",
|
||||
"Week" : "Semana",
|
||||
"Delete your proposal" : "Exclua sua proposta",
|
||||
"{displayName}'s proposal" : "Proposta de {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Você está sendo chamado a propor mais opções para esta enquete.",
|
||||
"Adding proposals ends {timeRelative}." : "A adição de propostas termina em {timeRelative}.",
|
||||
"Delete option" : "Excluir opção",
|
||||
"Clone option" : "Clonar opção",
|
||||
"Unconfirm option" : "Desconfirmar opção",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "Adicionar tempo",
|
||||
"Remove time" : "Remova o tempo",
|
||||
"Click to add an option" : "Clique para adicionar uma opção",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "A mudança de datas está desabilitada para evitar a mudança de propostas de outros usuários.",
|
||||
"Enter option text" : "Digite o texto da opção",
|
||||
"No description provided" : "Nenhuma descrição fornecida",
|
||||
"No Participants until now" : "Nenhum participante até agora",
|
||||
|
@ -194,6 +200,8 @@
|
|||
"Poll closing status" : "Status das enquetes encerradas",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n de {maximalVotes} voto restante.","%n de {maximalVotes} votos restantes."],
|
||||
"Result display" : "Mostrar resultado",
|
||||
"Allow proposals from users" : "Permitir propostas de usuários",
|
||||
"Add an option" : "Adicionar uma opção",
|
||||
"Shift all date options" : "Mudar todas as opções de data",
|
||||
"Available Options" : "Opções Disponíveis",
|
||||
"No vote options" : "Nenhuma opção de voto",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "Dia",
|
||||
"Month" : "Mês",
|
||||
"Year" : "Ano",
|
||||
"Disallow proposals" : "Não permitir propostas",
|
||||
"Allow proposals" : "Permitir propostas",
|
||||
"Relevant" : "Relevante",
|
||||
"Relevant polls" : "Enquetes relevantes",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Todas as enquetes relevantes ou importantes para você, porque você é participante ou o proprietário o convidou. Sem enquetes encerradas.",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Suas enquetes (das quais é proprietário).",
|
||||
"Hidden polls" : "Enquetes ocultas",
|
||||
"All hidden polls, to which you have access." : "Todas as enquetes ocultas, para as quais você tem acesso",
|
||||
"Participated" : "Participou",
|
||||
"All polls, where you placed a vote." : "Todas as enquetes onde você votou.",
|
||||
"Public polls" : "Enquetes públicas",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Uma lista completa com as enquetes públicas neste site, independentemente de quem é o proprietário.",
|
||||
|
|
14
l10n/sl.js
14
l10n/sl.js
|
@ -47,6 +47,8 @@ OC.L10N.register(
|
|||
"Date order" : "Datumska razvrstitev",
|
||||
"Original order" : "Izvorna razvrstitev",
|
||||
"Ranked order" : "Rangirana razvrstitev",
|
||||
"Unsubscribe" : "Prekliči naročnino",
|
||||
"Subscribe" : "Naročilo",
|
||||
"Toggle Sidebar" : "Preklopi bočno okno",
|
||||
"Conflict" : "Spor",
|
||||
"Got a network error while checking calendar events." : "Med preverjanjem dogodkov koledarja je prišlo do napake omrežja.",
|
||||
|
@ -68,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Omeji število glasovanj na možnost",
|
||||
"Hide not available Options" : "Skrij nerazpoložljive možnosti",
|
||||
"Closing Date" : "Zaprto",
|
||||
"Proposals possible until" : "Predloge je mogoče poslati do",
|
||||
"\"{pollTitle}\" successfully saved" : "Anketa »{pollTitle}« je uspešno shranjena.",
|
||||
"Title must not be empty!" : "Polje naslova ne sme biti prazno!",
|
||||
"Error writing poll" : "Napaka zapisovanja ankete",
|
||||
|
@ -101,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Število ustvarjenih postavk:",
|
||||
"OK" : "V redu",
|
||||
"Week" : "Teden",
|
||||
"Delete your proposal" : "Izbriši predlog",
|
||||
"{displayName}'s proposal" : "Predlog: {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Pozvani ste k posredovanju predlogov za dodatne možnosti ankete.",
|
||||
"Adding proposals ends {timeRelative}." : "Pošiljanje predlogov se konča {timeRelative}.",
|
||||
"Delete option" : "Izbriši možnost",
|
||||
"Clone option" : "Kloniraj možnost",
|
||||
"Unconfirm option" : "Odstrani potrditev",
|
||||
|
@ -119,6 +126,7 @@ OC.L10N.register(
|
|||
"Closing: {dateRelative}" : "Datum preteka: {dateRelative}",
|
||||
"Time zone: {timezoneString}" : "Časovni pas: {timezoneString}",
|
||||
"You subscribed to this poll" : "Na to anketo ste naročeni",
|
||||
"_Only %n vote per option._::_Only %n votes per option._" : ["Dovoljeno je le %n glasovanje na možnost.","Dovoljeni sta le %n glasovanji na možnost.","Dovoljena so le %n glasovanja na možnost.","Dovoljenih je le %n glasovanj na možnost."],
|
||||
"Optional email address" : "Izbirno elektronski naslov",
|
||||
"Checking email address …" : "Poteka preverjanje elektronskega naslova ...",
|
||||
"valid email address." : "Veljaven elektronski naslov.",
|
||||
|
@ -192,6 +200,8 @@ OC.L10N.register(
|
|||
"Poll configurations" : "Nastavitve ankete",
|
||||
"Poll closing status" : "Stanje zapiranja ankete",
|
||||
"Result display" : "Prikaži odzive",
|
||||
"Allow proposals from users" : "Dovoli podajanje predlogov uporabnikov",
|
||||
"Add an option" : "Dodaj možnost",
|
||||
"Shift all date options" : "Premakni vse časovne možnosti",
|
||||
"Available Options" : "Razpoložljive možnosti",
|
||||
"No vote options" : "Ni možnosti za glasovanje ali izbiro.",
|
||||
|
@ -201,6 +211,7 @@ OC.L10N.register(
|
|||
"Receive notification email on activity" : "Pošlji obvestilo o dejavnosti ankete na elektronske naslove",
|
||||
"Copy your personal link to clipboard" : "Kopiraj zasebno povezavo v odložišče",
|
||||
"edit Email Address" : "uredi elektronski naslov",
|
||||
"Get your personal link per mail" : "Pridobi osebno povezavo po elektronski pošti",
|
||||
"Subscribe to notifications" : "Naroči na obvestila",
|
||||
"remove Email Address" : "odstrani elektronski naslov",
|
||||
"Email address deleted." : "Elektronski naslov je izbrisan.",
|
||||
|
@ -242,6 +253,8 @@ OC.L10N.register(
|
|||
"Day" : "Dan",
|
||||
"Month" : "Mesec",
|
||||
"Year" : "Leto",
|
||||
"Disallow proposals" : "Ne dovoli podajanja predlogov",
|
||||
"Allow proposals" : "Dovoli podajanje predlogov",
|
||||
"Relevant" : "Pomembno",
|
||||
"Relevant polls" : "Pomembne ankete",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Izpisane so ankete, označene kot pomembne, ankete, ki ste jih ustvarili, jih imate v lastništvu oziroma čakajo na izpolnjevanje. Zaprtih anket ni na seznamu.",
|
||||
|
@ -249,6 +262,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Ankete (z dodeljenim lastništvom)",
|
||||
"Hidden polls" : "Skrite ankete",
|
||||
"All hidden polls, to which you have access." : "Seznam skritih ankete, do katerih imate dostop.",
|
||||
"Participated" : "Izpolnjene ankete",
|
||||
"All polls, where you placed a vote." : "Vse ankete, ki ste jih izpolnjevali.",
|
||||
"Public polls" : "Javne ankete",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Celoten seznam javnih anket neupoštevajoč lastništvo.",
|
||||
|
|
14
l10n/sl.json
14
l10n/sl.json
|
@ -45,6 +45,8 @@
|
|||
"Date order" : "Datumska razvrstitev",
|
||||
"Original order" : "Izvorna razvrstitev",
|
||||
"Ranked order" : "Rangirana razvrstitev",
|
||||
"Unsubscribe" : "Prekliči naročnino",
|
||||
"Subscribe" : "Naročilo",
|
||||
"Toggle Sidebar" : "Preklopi bočno okno",
|
||||
"Conflict" : "Spor",
|
||||
"Got a network error while checking calendar events." : "Med preverjanjem dogodkov koledarja je prišlo do napake omrežja.",
|
||||
|
@ -66,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Omeji število glasovanj na možnost",
|
||||
"Hide not available Options" : "Skrij nerazpoložljive možnosti",
|
||||
"Closing Date" : "Zaprto",
|
||||
"Proposals possible until" : "Predloge je mogoče poslati do",
|
||||
"\"{pollTitle}\" successfully saved" : "Anketa »{pollTitle}« je uspešno shranjena.",
|
||||
"Title must not be empty!" : "Polje naslova ne sme biti prazno!",
|
||||
"Error writing poll" : "Napaka zapisovanja ankete",
|
||||
|
@ -99,6 +102,10 @@
|
|||
"Number of items to create:" : "Število ustvarjenih postavk:",
|
||||
"OK" : "V redu",
|
||||
"Week" : "Teden",
|
||||
"Delete your proposal" : "Izbriši predlog",
|
||||
"{displayName}'s proposal" : "Predlog: {displayName}",
|
||||
"You are asked to propose more options for this poll." : "Pozvani ste k posredovanju predlogov za dodatne možnosti ankete.",
|
||||
"Adding proposals ends {timeRelative}." : "Pošiljanje predlogov se konča {timeRelative}.",
|
||||
"Delete option" : "Izbriši možnost",
|
||||
"Clone option" : "Kloniraj možnost",
|
||||
"Unconfirm option" : "Odstrani potrditev",
|
||||
|
@ -117,6 +124,7 @@
|
|||
"Closing: {dateRelative}" : "Datum preteka: {dateRelative}",
|
||||
"Time zone: {timezoneString}" : "Časovni pas: {timezoneString}",
|
||||
"You subscribed to this poll" : "Na to anketo ste naročeni",
|
||||
"_Only %n vote per option._::_Only %n votes per option._" : ["Dovoljeno je le %n glasovanje na možnost.","Dovoljeni sta le %n glasovanji na možnost.","Dovoljena so le %n glasovanja na možnost.","Dovoljenih je le %n glasovanj na možnost."],
|
||||
"Optional email address" : "Izbirno elektronski naslov",
|
||||
"Checking email address …" : "Poteka preverjanje elektronskega naslova ...",
|
||||
"valid email address." : "Veljaven elektronski naslov.",
|
||||
|
@ -190,6 +198,8 @@
|
|||
"Poll configurations" : "Nastavitve ankete",
|
||||
"Poll closing status" : "Stanje zapiranja ankete",
|
||||
"Result display" : "Prikaži odzive",
|
||||
"Allow proposals from users" : "Dovoli podajanje predlogov uporabnikov",
|
||||
"Add an option" : "Dodaj možnost",
|
||||
"Shift all date options" : "Premakni vse časovne možnosti",
|
||||
"Available Options" : "Razpoložljive možnosti",
|
||||
"No vote options" : "Ni možnosti za glasovanje ali izbiro.",
|
||||
|
@ -199,6 +209,7 @@
|
|||
"Receive notification email on activity" : "Pošlji obvestilo o dejavnosti ankete na elektronske naslove",
|
||||
"Copy your personal link to clipboard" : "Kopiraj zasebno povezavo v odložišče",
|
||||
"edit Email Address" : "uredi elektronski naslov",
|
||||
"Get your personal link per mail" : "Pridobi osebno povezavo po elektronski pošti",
|
||||
"Subscribe to notifications" : "Naroči na obvestila",
|
||||
"remove Email Address" : "odstrani elektronski naslov",
|
||||
"Email address deleted." : "Elektronski naslov je izbrisan.",
|
||||
|
@ -240,6 +251,8 @@
|
|||
"Day" : "Dan",
|
||||
"Month" : "Mesec",
|
||||
"Year" : "Leto",
|
||||
"Disallow proposals" : "Ne dovoli podajanja predlogov",
|
||||
"Allow proposals" : "Dovoli podajanje predlogov",
|
||||
"Relevant" : "Pomembno",
|
||||
"Relevant polls" : "Pomembne ankete",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Izpisane so ankete, označene kot pomembne, ankete, ki ste jih ustvarili, jih imate v lastništvu oziroma čakajo na izpolnjevanje. Zaprtih anket ni na seznamu.",
|
||||
|
@ -247,6 +260,7 @@
|
|||
"Your polls (where you are the owner)." : "Ankete (z dodeljenim lastništvom)",
|
||||
"Hidden polls" : "Skrite ankete",
|
||||
"All hidden polls, to which you have access." : "Seznam skritih ankete, do katerih imate dostop.",
|
||||
"Participated" : "Izpolnjene ankete",
|
||||
"All polls, where you placed a vote." : "Vse ankete, ki ste jih izpolnjevali.",
|
||||
"Public polls" : "Javne ankete",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Celoten seznam javnih anket neupoštevajoč lastništvo.",
|
||||
|
|
11
l10n/tr.js
11
l10n/tr.js
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "Her seçenek için evet oylarını sınırla",
|
||||
"Hide not available Options" : "Kullanılmayan seçenekler gizlensin",
|
||||
"Closing Date" : "Tamamlanma Tarihi",
|
||||
"Proposals possible until" : "Şu zamana kadar öneride bulunulabilir",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" kaydedildi",
|
||||
"Title must not be empty!" : "Başlık boş olamaz!",
|
||||
"Error writing poll" : "Anket yazılırken sorun çıktı",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "Oluşturulacak öge sayısı:",
|
||||
"OK" : "Tamam",
|
||||
"Week" : "Hafta",
|
||||
"Delete your proposal" : "Önerinizi silin",
|
||||
"{displayName}'s proposal" : "{displayName} önerisi",
|
||||
"You are asked to propose more options for this poll." : "Bu ankete daha fazla seçenek eklenmesini önerdiniz.",
|
||||
"Adding proposals ends {timeRelative}." : "Önerilerin bitiş zamanı {timeRelative}.",
|
||||
"Delete option" : "Seçeneği sil",
|
||||
"Clone option" : "Seçeneği kopyala",
|
||||
"Unconfirm option" : "Seçeneği onaylama",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "Süre ekle",
|
||||
"Remove time" : "Süreyi kaldır",
|
||||
"Click to add an option" : "Bir seçenek eklemek için tıklayın",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Diğer kullanıcıların önerilerinin kaydırılmaması için tarihlerin kaydırılması devre dışı bırakıldı.",
|
||||
"Enter option text" : "Seçenek metnini yazın",
|
||||
"No description provided" : "Açıklama yazılmamış.",
|
||||
"No Participants until now" : "Henüz katılan kimse yok",
|
||||
|
@ -196,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "Anket tamamlanma durumu",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n / {maximalVotes} oy kaldı.","%n / {maximalVotes} oy kaldı."],
|
||||
"Result display" : "Sonuç görünümü",
|
||||
"Allow proposals from users" : "Kullanıcılar öneride bulunabilsin",
|
||||
"Add an option" : "Bir seçenek ekle",
|
||||
"Shift all date options" : "Tüm tarih ayarlarını kaydır",
|
||||
"Available Options" : "Kullanılabilecek Seçenekler",
|
||||
"No vote options" : "Herhangi bir oy seçeneği yok",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "Gün",
|
||||
"Month" : "Ay",
|
||||
"Year" : "Yıl",
|
||||
"Disallow proposals" : "Önerilere izin verilmesin",
|
||||
"Allow proposals" : "Önerilere izin verilsin",
|
||||
"Relevant" : "İlişkili",
|
||||
"Relevant polls" : "İlişkili anketler",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Katılımcısı, sahibi ya da davetlisi olduğunuz, sizinle ilgili ya da sizin için önemli olan tüm anketler. Tamamlanmış anketler dışında.",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "Anketleriniz (sahibi olduklarınız).",
|
||||
"Hidden polls" : "Gizli anketler",
|
||||
"All hidden polls, to which you have access." : "Erişiminiz olan gizlenmiş tüm anketler.",
|
||||
"Participated" : "Katıldı",
|
||||
"All polls, where you placed a vote." : "Oy verdiğiniz tüm anketler.",
|
||||
"Public polls" : "Herkese açık anketler",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Sahibinin kim olduğundan bağımsız olarak, sitede herkese açık olan tüm anketler.",
|
||||
|
|
11
l10n/tr.json
11
l10n/tr.json
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "Her seçenek için evet oylarını sınırla",
|
||||
"Hide not available Options" : "Kullanılmayan seçenekler gizlensin",
|
||||
"Closing Date" : "Tamamlanma Tarihi",
|
||||
"Proposals possible until" : "Şu zamana kadar öneride bulunulabilir",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" kaydedildi",
|
||||
"Title must not be empty!" : "Başlık boş olamaz!",
|
||||
"Error writing poll" : "Anket yazılırken sorun çıktı",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "Oluşturulacak öge sayısı:",
|
||||
"OK" : "Tamam",
|
||||
"Week" : "Hafta",
|
||||
"Delete your proposal" : "Önerinizi silin",
|
||||
"{displayName}'s proposal" : "{displayName} önerisi",
|
||||
"You are asked to propose more options for this poll." : "Bu ankete daha fazla seçenek eklenmesini önerdiniz.",
|
||||
"Adding proposals ends {timeRelative}." : "Önerilerin bitiş zamanı {timeRelative}.",
|
||||
"Delete option" : "Seçeneği sil",
|
||||
"Clone option" : "Seçeneği kopyala",
|
||||
"Unconfirm option" : "Seçeneği onaylama",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "Süre ekle",
|
||||
"Remove time" : "Süreyi kaldır",
|
||||
"Click to add an option" : "Bir seçenek eklemek için tıklayın",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "Diğer kullanıcıların önerilerinin kaydırılmaması için tarihlerin kaydırılması devre dışı bırakıldı.",
|
||||
"Enter option text" : "Seçenek metnini yazın",
|
||||
"No description provided" : "Açıklama yazılmamış.",
|
||||
"No Participants until now" : "Henüz katılan kimse yok",
|
||||
|
@ -194,6 +200,8 @@
|
|||
"Poll closing status" : "Anket tamamlanma durumu",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["%n / {maximalVotes} oy kaldı.","%n / {maximalVotes} oy kaldı."],
|
||||
"Result display" : "Sonuç görünümü",
|
||||
"Allow proposals from users" : "Kullanıcılar öneride bulunabilsin",
|
||||
"Add an option" : "Bir seçenek ekle",
|
||||
"Shift all date options" : "Tüm tarih ayarlarını kaydır",
|
||||
"Available Options" : "Kullanılabilecek Seçenekler",
|
||||
"No vote options" : "Herhangi bir oy seçeneği yok",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "Gün",
|
||||
"Month" : "Ay",
|
||||
"Year" : "Yıl",
|
||||
"Disallow proposals" : "Önerilere izin verilmesin",
|
||||
"Allow proposals" : "Önerilere izin verilsin",
|
||||
"Relevant" : "İlişkili",
|
||||
"Relevant polls" : "İlişkili anketler",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "Katılımcısı, sahibi ya da davetlisi olduğunuz, sizinle ilgili ya da sizin için önemli olan tüm anketler. Tamamlanmış anketler dışında.",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "Anketleriniz (sahibi olduklarınız).",
|
||||
"Hidden polls" : "Gizli anketler",
|
||||
"All hidden polls, to which you have access." : "Erişiminiz olan gizlenmiş tüm anketler.",
|
||||
"Participated" : "Katıldı",
|
||||
"All polls, where you placed a vote." : "Oy verdiğiniz tüm anketler.",
|
||||
"Public polls" : "Herkese açık anketler",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "Sahibinin kim olduğundan bağımsız olarak, sitede herkese açık olan tüm anketler.",
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Contact" : "联系",
|
||||
"Contact" : "联系人",
|
||||
"External Email" : "外部电子邮件",
|
||||
"Public link" : "公开链接",
|
||||
"External user" : "外部用户",
|
||||
"Group" : "群组",
|
||||
"User" : "用户",
|
||||
"Polls" : "投票",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} 已邀请你到民意测验 \"%s\"",
|
||||
"%s took over your poll" : "%s 接管了你的民意测验",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} 接管了你的民意测验 “%s”,成了新的所有者。",
|
||||
"%s permanently deleted your poll" : "%s 永久删除了你的投票",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} 永久删除了你的民意测验 \"%s\"",
|
||||
"%s changed the deleted status of your poll." : "%s 更改了你投票的状态",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} 更改了你的民意测验 “%s” 的删除状态。",
|
||||
"- %s voted." : "- %s 投票了。",
|
||||
"- Updated poll configuration. Please check your votes." : "— 更新了民意测验配置。请检查你的投票。",
|
||||
"- The poll got deleted." : "投票已删除。",
|
||||
"- The poll got restored." : "投票已复原。",
|
||||
"Polls App - New Activity" : "投票应用 - 新的活动",
|
||||
"\"{title}\" had recent activity: " : "“{title}” 最近有活动:",
|
||||
"Go to poll" : "前往投票",
|
||||
|
@ -36,10 +44,14 @@ OC.L10N.register(
|
|||
"Error while saving comment" : "保存注释时错误",
|
||||
"Delete comment" : "删除评论",
|
||||
"Error while deleting the comment" : "删除评论时出错",
|
||||
"_Deleting in {countdown} second_::_Deleting in {countdown} seconds_" : ["在 {countdown} 秒内删除"],
|
||||
"Allow admins to edit this poll" : "允许管理员编辑此投票",
|
||||
"Anonymous poll" : "匿名投票",
|
||||
"Limit yes votes per option" : "限制每个选项的赞成票",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" 被成功保存",
|
||||
"Title must not be empty!" : "标题不能为空!",
|
||||
"Always show results" : "总是显示结果",
|
||||
"Hide results until poll is closed" : "隐藏结果,直到投票关闭 ",
|
||||
"Never show results" : "不要显示结果",
|
||||
"Title" : "标题",
|
||||
"Enter Title" : "输入标题",
|
||||
|
@ -48,6 +60,7 @@ OC.L10N.register(
|
|||
"Apply" : "应用",
|
||||
"Date poll" : "日期投票",
|
||||
"Text poll" : "文本投票",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "创建投票 \"{pollTitle}\" 时出错",
|
||||
"Add new Poll" : "添加新的投票",
|
||||
"Settings" : "设置",
|
||||
"Error cloning poll." : "复制投票时出错。",
|
||||
|
@ -59,17 +72,24 @@ OC.L10N.register(
|
|||
"Confirmed" : "已确认",
|
||||
"Clone to option sequence" : "复制到选项序列",
|
||||
"Create a sequence of date options starting with {dateOption}." : "创建一个日期序列,开始于 {dateOption}。",
|
||||
"Number of items to create:" : "要创建的项目数:",
|
||||
"OK" : "确认",
|
||||
"Week" : "星期",
|
||||
"Delete your proposal" : "删除你的提议",
|
||||
"You are asked to propose more options for this poll." : "你受邀为这个民意测验提议更多选项",
|
||||
"Delete option" : "删除选项",
|
||||
"Clone option" : "复制选项",
|
||||
"Unconfirm option" : "取消确认选项",
|
||||
"Confirm option" : "确认选项",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "更改日期被禁用,以防止更改其他用户的提议。 ",
|
||||
"Enter option text" : "输入选项文字",
|
||||
"No description provided" : "没有提供描述",
|
||||
"No Participants until now" : "到目前为止没有参与者",
|
||||
"Copy list of email addresses to clipboard" : "复制电子邮件地址列表到剪贴板 ",
|
||||
"Time zone: {timezoneString}" : "时间区域:{timezoneString}",
|
||||
"To participate, tell us how we can call you!" : "您想参与的话,请告诉我们怎么致电给您!",
|
||||
"Enter your name" : "输入你的名字",
|
||||
"You are a registered user of this site?" : "你是这个站点的注册用户吗? ",
|
||||
"As a regular user of this site, you can participate with your internal identity after logging in." : "作为这个站点的经常用户,你可以在登录后使用您的内部身份参与。",
|
||||
"Error saving username" : "保存用户名时出错",
|
||||
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "通过你的电子邮件地址,你可以订阅通知,你将收到这个投票的个人链接。",
|
||||
|
@ -79,17 +99,22 @@ OC.L10N.register(
|
|||
"Deleted" : "已删除",
|
||||
"never" : "从不",
|
||||
"Some experimental UI variants. Changes the background color of the main area." : "一些实验性的 UI 变体。改变主区域的背景颜色。",
|
||||
"Add a background image to the main area." : "往主区域添加背景图像。",
|
||||
"Enter the URL of your favorite background image." : "输入你最喜欢的背景图片的 URL。",
|
||||
"Blurs the background of the navigation (Does not work with all browsers)." : "模糊导航的背景 (不适用于所有的浏览器)。",
|
||||
"Blurs the background of the sidebar (Does not work with all browsers)." : "模糊侧边栏的背景 (不适用于所有的浏览器)。",
|
||||
"Check, if an option in a date poll is conflicting with or near an entry in your calendar." : "请检查,是否日期调查中的某个选项与你日历中的某个条目相冲突或在该条目附近。",
|
||||
"Check this, if you prefer to display text poll in a vertical aligned list rather than in the grid view. The initial default is list view." : "如果你更喜欢在垂直对齐的列表中而不是在网格视图中显示文本民意测验,请选中此选项。初始默认值是列表视图。",
|
||||
"Check this, if you prefer to display date poll in a vertical view rather than in the grid view. The initial default is grid view." : "如果你更喜欢在垂直视图中而不是在网格视图中显示日期民意测验,请选中此选项。初始默认值是网格视图。",
|
||||
"Send invitation mail" : "发送邀请邮件",
|
||||
"Copy link to clipboard" : "复制链接到剪贴板",
|
||||
"Remove share" : "移除共享",
|
||||
"Enter a name to start the search" : "输入名称以开始搜索",
|
||||
"Invitation sent to {emailAddress}" : "邀请已发送至 {emailAddress}",
|
||||
"Error sending invitation to {emailAddress}" : "发送邀请到 {emailAddress} 时出错",
|
||||
"Public shares" : "公开共享",
|
||||
"Add a public link" : "添加公开链接",
|
||||
"Resolve into individual invitations" : "分解为个别邀请",
|
||||
"Resolving of {name} is not possible. The circles app is not enabled." : "不可能解析 {name}。未启用 circles 应用。",
|
||||
"Resolving of {name} is not possible. The contacts app is not enabled." : "不可能解析 {name}。未启用联系人应用。",
|
||||
"Details" : "详情",
|
||||
|
@ -106,6 +131,13 @@ OC.L10N.register(
|
|||
"Available Options" : "可用选项",
|
||||
"Receive notification email on activity to {emailAddress}" : "接收 {emailAddress} 活动的通知邮件",
|
||||
"Receive notification email on activity" : "有活动时接收邮件提醒",
|
||||
"Copy your personal link to clipboard" : "将你的个人链接复制到剪贴板",
|
||||
"Get your personal link per mail" : "通过邮件获得你的个人链接",
|
||||
"Error deleting email address {emailAddress}" : "删除电子邮件地址 {emailAddress} 时出错",
|
||||
"Email address {emailAddress} saved." : "已保存邮件地 {emailAddress} ",
|
||||
"Error saving email address {emailAddress}" : "保存电子邮件地址 {emailAddress} 时出错",
|
||||
"Invitation resent to {emailAddress}" : "已重新发送邀请到 {emailAddress}",
|
||||
"Mail could not be resent to {emailAddress}" : "无法重新发送邮件到 {emailAddress}",
|
||||
"Error while adding share" : "添加共享时出错",
|
||||
"Delete votes" : "删除投票",
|
||||
"Do you want to remove {username} from poll?" : "您想要从投票中移除 {username} 吗?",
|
||||
|
@ -113,7 +145,13 @@ OC.L10N.register(
|
|||
"Yes" : "是",
|
||||
"User {userId} removed" : "用户 {userId} 已移除",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "管理其他用户的投票。你可以接管所有权或删除民意调查。",
|
||||
"No polls found for this category" : "没有发现此类别的投票",
|
||||
"Add one or change category!" : "添加一个或更改类别!",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "你想从 {username} 那里接管这个民意测验并改变所有权吗?",
|
||||
"The original owner will be notified." : "原所有者将被通知。 ",
|
||||
"Do you want to delete this poll?" : "您想删除此投票吗?",
|
||||
"This action cannot be reverted." : "此操作不可逆。",
|
||||
"Error switching deleted status." : "切换删除状态时出错",
|
||||
"Enter a poll or start a new one." : "输入投票或开始一个新的投票。",
|
||||
"Goto Nextcloud" : "前往 Nextcloud",
|
||||
"Error loading poll" : "加载投票时出错",
|
||||
|
@ -137,6 +175,7 @@ OC.L10N.register(
|
|||
"A complete list with all public polls on this site, regardless who is the owner." : "这个网站上所有公开民意调查的完整名单,无论所有者是谁",
|
||||
"All polls" : "所有投票",
|
||||
"All polls, where you have access to." : "您有权限访问的所有投票。",
|
||||
"All closed polls, where voting is disabled." : "所有禁止投票的已关闭民意测验",
|
||||
"Deleted polls" : "已删除的投票",
|
||||
"My deleted polls" : "我已删除的投票",
|
||||
"The trash bin." : "垃圾箱。"
|
||||
|
|
|
@ -1,14 +1,22 @@
|
|||
{ "translations": {
|
||||
"Contact" : "联系",
|
||||
"Contact" : "联系人",
|
||||
"External Email" : "外部电子邮件",
|
||||
"Public link" : "公开链接",
|
||||
"External user" : "外部用户",
|
||||
"Group" : "群组",
|
||||
"User" : "用户",
|
||||
"Polls" : "投票",
|
||||
"{user} has invited you to the poll \"%s\"." : "{user} 已邀请你到民意测验 \"%s\"",
|
||||
"%s took over your poll" : "%s 接管了你的民意测验",
|
||||
"{user} took over your poll \"%s\" and is the new owner." : "{user} 接管了你的民意测验 “%s”,成了新的所有者。",
|
||||
"%s permanently deleted your poll" : "%s 永久删除了你的投票",
|
||||
"{user} permanently deleted your poll \"%s\"." : "{user} 永久删除了你的民意测验 \"%s\"",
|
||||
"%s changed the deleted status of your poll." : "%s 更改了你投票的状态",
|
||||
"{user} changed the deleted status of your poll \"%s\"." : "{user} 更改了你的民意测验 “%s” 的删除状态。",
|
||||
"- %s voted." : "- %s 投票了。",
|
||||
"- Updated poll configuration. Please check your votes." : "— 更新了民意测验配置。请检查你的投票。",
|
||||
"- The poll got deleted." : "投票已删除。",
|
||||
"- The poll got restored." : "投票已复原。",
|
||||
"Polls App - New Activity" : "投票应用 - 新的活动",
|
||||
"\"{title}\" had recent activity: " : "“{title}” 最近有活动:",
|
||||
"Go to poll" : "前往投票",
|
||||
|
@ -34,10 +42,14 @@
|
|||
"Error while saving comment" : "保存注释时错误",
|
||||
"Delete comment" : "删除评论",
|
||||
"Error while deleting the comment" : "删除评论时出错",
|
||||
"_Deleting in {countdown} second_::_Deleting in {countdown} seconds_" : ["在 {countdown} 秒内删除"],
|
||||
"Allow admins to edit this poll" : "允许管理员编辑此投票",
|
||||
"Anonymous poll" : "匿名投票",
|
||||
"Limit yes votes per option" : "限制每个选项的赞成票",
|
||||
"\"{pollTitle}\" successfully saved" : "\"{pollTitle}\" 被成功保存",
|
||||
"Title must not be empty!" : "标题不能为空!",
|
||||
"Always show results" : "总是显示结果",
|
||||
"Hide results until poll is closed" : "隐藏结果,直到投票关闭 ",
|
||||
"Never show results" : "不要显示结果",
|
||||
"Title" : "标题",
|
||||
"Enter Title" : "输入标题",
|
||||
|
@ -46,6 +58,7 @@
|
|||
"Apply" : "应用",
|
||||
"Date poll" : "日期投票",
|
||||
"Text poll" : "文本投票",
|
||||
"Error while creating Poll \"{pollTitle}\"" : "创建投票 \"{pollTitle}\" 时出错",
|
||||
"Add new Poll" : "添加新的投票",
|
||||
"Settings" : "设置",
|
||||
"Error cloning poll." : "复制投票时出错。",
|
||||
|
@ -57,17 +70,24 @@
|
|||
"Confirmed" : "已确认",
|
||||
"Clone to option sequence" : "复制到选项序列",
|
||||
"Create a sequence of date options starting with {dateOption}." : "创建一个日期序列,开始于 {dateOption}。",
|
||||
"Number of items to create:" : "要创建的项目数:",
|
||||
"OK" : "确认",
|
||||
"Week" : "星期",
|
||||
"Delete your proposal" : "删除你的提议",
|
||||
"You are asked to propose more options for this poll." : "你受邀为这个民意测验提议更多选项",
|
||||
"Delete option" : "删除选项",
|
||||
"Clone option" : "复制选项",
|
||||
"Unconfirm option" : "取消确认选项",
|
||||
"Confirm option" : "确认选项",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "更改日期被禁用,以防止更改其他用户的提议。 ",
|
||||
"Enter option text" : "输入选项文字",
|
||||
"No description provided" : "没有提供描述",
|
||||
"No Participants until now" : "到目前为止没有参与者",
|
||||
"Copy list of email addresses to clipboard" : "复制电子邮件地址列表到剪贴板 ",
|
||||
"Time zone: {timezoneString}" : "时间区域:{timezoneString}",
|
||||
"To participate, tell us how we can call you!" : "您想参与的话,请告诉我们怎么致电给您!",
|
||||
"Enter your name" : "输入你的名字",
|
||||
"You are a registered user of this site?" : "你是这个站点的注册用户吗? ",
|
||||
"As a regular user of this site, you can participate with your internal identity after logging in." : "作为这个站点的经常用户,你可以在登录后使用您的内部身份参与。",
|
||||
"Error saving username" : "保存用户名时出错",
|
||||
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "通过你的电子邮件地址,你可以订阅通知,你将收到这个投票的个人链接。",
|
||||
|
@ -77,17 +97,22 @@
|
|||
"Deleted" : "已删除",
|
||||
"never" : "从不",
|
||||
"Some experimental UI variants. Changes the background color of the main area." : "一些实验性的 UI 变体。改变主区域的背景颜色。",
|
||||
"Add a background image to the main area." : "往主区域添加背景图像。",
|
||||
"Enter the URL of your favorite background image." : "输入你最喜欢的背景图片的 URL。",
|
||||
"Blurs the background of the navigation (Does not work with all browsers)." : "模糊导航的背景 (不适用于所有的浏览器)。",
|
||||
"Blurs the background of the sidebar (Does not work with all browsers)." : "模糊侧边栏的背景 (不适用于所有的浏览器)。",
|
||||
"Check, if an option in a date poll is conflicting with or near an entry in your calendar." : "请检查,是否日期调查中的某个选项与你日历中的某个条目相冲突或在该条目附近。",
|
||||
"Check this, if you prefer to display text poll in a vertical aligned list rather than in the grid view. The initial default is list view." : "如果你更喜欢在垂直对齐的列表中而不是在网格视图中显示文本民意测验,请选中此选项。初始默认值是列表视图。",
|
||||
"Check this, if you prefer to display date poll in a vertical view rather than in the grid view. The initial default is grid view." : "如果你更喜欢在垂直视图中而不是在网格视图中显示日期民意测验,请选中此选项。初始默认值是网格视图。",
|
||||
"Send invitation mail" : "发送邀请邮件",
|
||||
"Copy link to clipboard" : "复制链接到剪贴板",
|
||||
"Remove share" : "移除共享",
|
||||
"Enter a name to start the search" : "输入名称以开始搜索",
|
||||
"Invitation sent to {emailAddress}" : "邀请已发送至 {emailAddress}",
|
||||
"Error sending invitation to {emailAddress}" : "发送邀请到 {emailAddress} 时出错",
|
||||
"Public shares" : "公开共享",
|
||||
"Add a public link" : "添加公开链接",
|
||||
"Resolve into individual invitations" : "分解为个别邀请",
|
||||
"Resolving of {name} is not possible. The circles app is not enabled." : "不可能解析 {name}。未启用 circles 应用。",
|
||||
"Resolving of {name} is not possible. The contacts app is not enabled." : "不可能解析 {name}。未启用联系人应用。",
|
||||
"Details" : "详情",
|
||||
|
@ -104,6 +129,13 @@
|
|||
"Available Options" : "可用选项",
|
||||
"Receive notification email on activity to {emailAddress}" : "接收 {emailAddress} 活动的通知邮件",
|
||||
"Receive notification email on activity" : "有活动时接收邮件提醒",
|
||||
"Copy your personal link to clipboard" : "将你的个人链接复制到剪贴板",
|
||||
"Get your personal link per mail" : "通过邮件获得你的个人链接",
|
||||
"Error deleting email address {emailAddress}" : "删除电子邮件地址 {emailAddress} 时出错",
|
||||
"Email address {emailAddress} saved." : "已保存邮件地 {emailAddress} ",
|
||||
"Error saving email address {emailAddress}" : "保存电子邮件地址 {emailAddress} 时出错",
|
||||
"Invitation resent to {emailAddress}" : "已重新发送邀请到 {emailAddress}",
|
||||
"Mail could not be resent to {emailAddress}" : "无法重新发送邮件到 {emailAddress}",
|
||||
"Error while adding share" : "添加共享时出错",
|
||||
"Delete votes" : "删除投票",
|
||||
"Do you want to remove {username} from poll?" : "您想要从投票中移除 {username} 吗?",
|
||||
|
@ -111,7 +143,13 @@
|
|||
"Yes" : "是",
|
||||
"User {userId} removed" : "用户 {userId} 已移除",
|
||||
"Manage polls of other users. You can take over the ownership or delete polls." : "管理其他用户的投票。你可以接管所有权或删除民意调查。",
|
||||
"No polls found for this category" : "没有发现此类别的投票",
|
||||
"Add one or change category!" : "添加一个或更改类别!",
|
||||
"Do you want to take over this poll from {username} and change the ownership?" : "你想从 {username} 那里接管这个民意测验并改变所有权吗?",
|
||||
"The original owner will be notified." : "原所有者将被通知。 ",
|
||||
"Do you want to delete this poll?" : "您想删除此投票吗?",
|
||||
"This action cannot be reverted." : "此操作不可逆。",
|
||||
"Error switching deleted status." : "切换删除状态时出错",
|
||||
"Enter a poll or start a new one." : "输入投票或开始一个新的投票。",
|
||||
"Goto Nextcloud" : "前往 Nextcloud",
|
||||
"Error loading poll" : "加载投票时出错",
|
||||
|
@ -135,6 +173,7 @@
|
|||
"A complete list with all public polls on this site, regardless who is the owner." : "这个网站上所有公开民意调查的完整名单,无论所有者是谁",
|
||||
"All polls" : "所有投票",
|
||||
"All polls, where you have access to." : "您有权限访问的所有投票。",
|
||||
"All closed polls, where voting is disabled." : "所有禁止投票的已关闭民意测验",
|
||||
"Deleted polls" : "已删除的投票",
|
||||
"My deleted polls" : "我已删除的投票",
|
||||
"The trash bin." : "垃圾箱。"
|
||||
|
|
|
@ -70,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "限制每個選項的「贊成」票",
|
||||
"Hide not available Options" : "隱藏不可用選項",
|
||||
"Closing Date" : "結束日期",
|
||||
"Proposals possible until" : "可以提交提案,直到 ",
|
||||
"\"{pollTitle}\" successfully saved" : "「{pollTitle}」成功儲存",
|
||||
"Title must not be empty!" : "標題不能為空!",
|
||||
"Error writing poll" : "寫入投票時發生錯誤",
|
||||
|
@ -103,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "要建立項目的數目:",
|
||||
"OK" : "確定",
|
||||
"Week" : "星期",
|
||||
"Delete your proposal" : "刪除您的提案",
|
||||
"{displayName}'s proposal" : "{displayName} 的提案",
|
||||
"You are asked to propose more options for this poll." : "邀請您為此次民意調查提出更多選項。",
|
||||
"Adding proposals ends {timeRelative}." : "提案提交截止日期為 {timeRelative}。",
|
||||
"Delete option" : "刪除選項",
|
||||
"Clone option" : "再製選項",
|
||||
"Unconfirm option" : "取消確認選項",
|
||||
|
@ -111,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "添加時間",
|
||||
"Remove time" : "移除時間",
|
||||
"Click to add an option" : "點擊此處添加選項",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "停用日期更改,以防止更改其他用戶的提案。",
|
||||
"Enter option text" : "輸入選項文字",
|
||||
"No description provided" : "未提供描述",
|
||||
"No Participants until now" : "目前為止都沒人參加",
|
||||
|
@ -196,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "投票關閉狀態",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["剩下 {maximalVotes} 票中的 %n 票。"],
|
||||
"Result display" : "結果顯示",
|
||||
"Allow proposals from users" : "允許用戶提案",
|
||||
"Add an option" : "新增一個選項",
|
||||
"Shift all date options" : "轉移所有日期選項",
|
||||
"Available Options" : "可用選項",
|
||||
"No vote options" : "無投票選項",
|
||||
|
@ -247,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "日",
|
||||
"Month" : "月",
|
||||
"Year" : "年",
|
||||
"Disallow proposals" : "禁止提案",
|
||||
"Allow proposals" : "允許提案",
|
||||
"Relevant" : "相關",
|
||||
"Relevant polls" : "相關投票",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "與您相關或重要的所有投票,因為您是參與者、擁有者或被邀請。不含已關閉的投票。",
|
||||
|
@ -254,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "您的投票(您是擁有者)。",
|
||||
"Hidden polls" : "隱藏投票",
|
||||
"All hidden polls, to which you have access." : "您可以存取的所有隱藏投票。",
|
||||
"Participated" : "參與了",
|
||||
"All polls, where you placed a vote." : "您已投票的所有投票。",
|
||||
"Public polls" : "公開投票",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "此網站上的所有投票的完整清單,無論誰是所有者。",
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
"Limit yes votes per option" : "限制每個選項的「贊成」票",
|
||||
"Hide not available Options" : "隱藏不可用選項",
|
||||
"Closing Date" : "結束日期",
|
||||
"Proposals possible until" : "可以提交提案,直到 ",
|
||||
"\"{pollTitle}\" successfully saved" : "「{pollTitle}」成功儲存",
|
||||
"Title must not be empty!" : "標題不能為空!",
|
||||
"Error writing poll" : "寫入投票時發生錯誤",
|
||||
|
@ -101,6 +102,10 @@
|
|||
"Number of items to create:" : "要建立項目的數目:",
|
||||
"OK" : "確定",
|
||||
"Week" : "星期",
|
||||
"Delete your proposal" : "刪除您的提案",
|
||||
"{displayName}'s proposal" : "{displayName} 的提案",
|
||||
"You are asked to propose more options for this poll." : "邀請您為此次民意調查提出更多選項。",
|
||||
"Adding proposals ends {timeRelative}." : "提案提交截止日期為 {timeRelative}。",
|
||||
"Delete option" : "刪除選項",
|
||||
"Clone option" : "再製選項",
|
||||
"Unconfirm option" : "取消確認選項",
|
||||
|
@ -109,6 +114,7 @@
|
|||
"Add time" : "添加時間",
|
||||
"Remove time" : "移除時間",
|
||||
"Click to add an option" : "點擊此處添加選項",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "停用日期更改,以防止更改其他用戶的提案。",
|
||||
"Enter option text" : "輸入選項文字",
|
||||
"No description provided" : "未提供描述",
|
||||
"No Participants until now" : "目前為止都沒人參加",
|
||||
|
@ -194,6 +200,8 @@
|
|||
"Poll closing status" : "投票關閉狀態",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["剩下 {maximalVotes} 票中的 %n 票。"],
|
||||
"Result display" : "結果顯示",
|
||||
"Allow proposals from users" : "允許用戶提案",
|
||||
"Add an option" : "新增一個選項",
|
||||
"Shift all date options" : "轉移所有日期選項",
|
||||
"Available Options" : "可用選項",
|
||||
"No vote options" : "無投票選項",
|
||||
|
@ -245,6 +253,8 @@
|
|||
"Day" : "日",
|
||||
"Month" : "月",
|
||||
"Year" : "年",
|
||||
"Disallow proposals" : "禁止提案",
|
||||
"Allow proposals" : "允許提案",
|
||||
"Relevant" : "相關",
|
||||
"Relevant polls" : "相關投票",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "與您相關或重要的所有投票,因為您是參與者、擁有者或被邀請。不含已關閉的投票。",
|
||||
|
@ -252,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "您的投票(您是擁有者)。",
|
||||
"Hidden polls" : "隱藏投票",
|
||||
"All hidden polls, to which you have access." : "您可以存取的所有隱藏投票。",
|
||||
"Participated" : "參與了",
|
||||
"All polls, where you placed a vote." : "您已投票的所有投票。",
|
||||
"Public polls" : "公開投票",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "此網站上的所有投票的完整清單,無論誰是所有者。",
|
||||
|
|
|
@ -47,6 +47,8 @@ OC.L10N.register(
|
|||
"Date order" : "日期順序",
|
||||
"Original order" : "原始順序",
|
||||
"Ranked order" : "排名順序",
|
||||
"Unsubscribe" : "取消訂閱",
|
||||
"Subscribe" : "訂閱",
|
||||
"Toggle Sidebar" : "切換側邊欄",
|
||||
"Conflict" : "衝突",
|
||||
"Got a network error while checking calendar events." : "檢查日曆活動時發生網路錯誤。",
|
||||
|
@ -68,6 +70,7 @@ OC.L10N.register(
|
|||
"Limit yes votes per option" : "限制每個選項的「贊成」票",
|
||||
"Hide not available Options" : "隱藏不可用的選項",
|
||||
"Closing Date" : "關閉日期",
|
||||
"Proposals possible until" : "提議可能直到",
|
||||
"\"{pollTitle}\" successfully saved" : "「{pollTitle}」成功儲存",
|
||||
"Title must not be empty!" : "標題不能為空!",
|
||||
"Error writing poll" : "寫入投票時發生錯誤",
|
||||
|
@ -101,6 +104,10 @@ OC.L10N.register(
|
|||
"Number of items to create:" : "要建立的項目數:",
|
||||
"OK" : "確定",
|
||||
"Week" : "週",
|
||||
"Delete your proposal" : "刪除您的提議",
|
||||
"{displayName}'s proposal" : "{displayName} 的提議",
|
||||
"You are asked to propose more options for this poll." : "要求您為此投票提出更多選項。",
|
||||
"Adding proposals ends {timeRelative}." : "新增提議結束於 {timeRelative}。",
|
||||
"Delete option" : "刪除選項",
|
||||
"Clone option" : "再製選項",
|
||||
"Unconfirm option" : "取消確認選項",
|
||||
|
@ -109,6 +116,7 @@ OC.L10N.register(
|
|||
"Add time" : "新增時間",
|
||||
"Remove time" : "移除時間",
|
||||
"Click to add an option" : "點擊以新增選項",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "更改日期已停用以避免更改其他使用者的提議。",
|
||||
"Enter option text" : "輸入選項文字",
|
||||
"No description provided" : "未提供描述",
|
||||
"No Participants until now" : "目前為止都沒人參加",
|
||||
|
@ -194,6 +202,8 @@ OC.L10N.register(
|
|||
"Poll closing status" : "投票關閉狀態",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["剩餘 {maximalVotes} 中的 %n 票"],
|
||||
"Result display" : "結果顯示",
|
||||
"Allow proposals from users" : "允許從使用者而來的提議",
|
||||
"Add an option" : "新增選項",
|
||||
"Shift all date options" : "轉移所有日期選項",
|
||||
"Available Options" : "可用選項",
|
||||
"No vote options" : "無投票選項",
|
||||
|
@ -245,6 +255,8 @@ OC.L10N.register(
|
|||
"Day" : "日",
|
||||
"Month" : "月",
|
||||
"Year" : "年",
|
||||
"Disallow proposals" : "禁止提議",
|
||||
"Allow proposals" : "允許提議",
|
||||
"Relevant" : "相關",
|
||||
"Relevant polls" : "相關投票",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "與您相關或重要的所有投票,因為您是參與者、擁有者或被邀請。不含已關閉的投票。",
|
||||
|
@ -252,6 +264,7 @@ OC.L10N.register(
|
|||
"Your polls (where you are the owner)." : "您的投票(您是所有者)。",
|
||||
"Hidden polls" : "隱藏投票",
|
||||
"All hidden polls, to which you have access." : "您可以存取的所有隱藏投票。",
|
||||
"Participated" : "已參與",
|
||||
"All polls, where you placed a vote." : "您已投票的所有投票。",
|
||||
"Public polls" : "公開投票",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "此網站上的所有投票的完整列表,無論誰是所有者。",
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
"Date order" : "日期順序",
|
||||
"Original order" : "原始順序",
|
||||
"Ranked order" : "排名順序",
|
||||
"Unsubscribe" : "取消訂閱",
|
||||
"Subscribe" : "訂閱",
|
||||
"Toggle Sidebar" : "切換側邊欄",
|
||||
"Conflict" : "衝突",
|
||||
"Got a network error while checking calendar events." : "檢查日曆活動時發生網路錯誤。",
|
||||
|
@ -66,6 +68,7 @@
|
|||
"Limit yes votes per option" : "限制每個選項的「贊成」票",
|
||||
"Hide not available Options" : "隱藏不可用的選項",
|
||||
"Closing Date" : "關閉日期",
|
||||
"Proposals possible until" : "提議可能直到",
|
||||
"\"{pollTitle}\" successfully saved" : "「{pollTitle}」成功儲存",
|
||||
"Title must not be empty!" : "標題不能為空!",
|
||||
"Error writing poll" : "寫入投票時發生錯誤",
|
||||
|
@ -99,6 +102,10 @@
|
|||
"Number of items to create:" : "要建立的項目數:",
|
||||
"OK" : "確定",
|
||||
"Week" : "週",
|
||||
"Delete your proposal" : "刪除您的提議",
|
||||
"{displayName}'s proposal" : "{displayName} 的提議",
|
||||
"You are asked to propose more options for this poll." : "要求您為此投票提出更多選項。",
|
||||
"Adding proposals ends {timeRelative}." : "新增提議結束於 {timeRelative}。",
|
||||
"Delete option" : "刪除選項",
|
||||
"Clone option" : "再製選項",
|
||||
"Unconfirm option" : "取消確認選項",
|
||||
|
@ -107,6 +114,7 @@
|
|||
"Add time" : "新增時間",
|
||||
"Remove time" : "移除時間",
|
||||
"Click to add an option" : "點擊以新增選項",
|
||||
"Shifting dates is disabled to prevent shifting of other user's proposals." : "更改日期已停用以避免更改其他使用者的提議。",
|
||||
"Enter option text" : "輸入選項文字",
|
||||
"No description provided" : "未提供描述",
|
||||
"No Participants until now" : "目前為止都沒人參加",
|
||||
|
@ -192,6 +200,8 @@
|
|||
"Poll closing status" : "投票關閉狀態",
|
||||
"_%n of {maximalVotes} vote left._::_%n of {maximalVotes} votes left._" : ["剩餘 {maximalVotes} 中的 %n 票"],
|
||||
"Result display" : "結果顯示",
|
||||
"Allow proposals from users" : "允許從使用者而來的提議",
|
||||
"Add an option" : "新增選項",
|
||||
"Shift all date options" : "轉移所有日期選項",
|
||||
"Available Options" : "可用選項",
|
||||
"No vote options" : "無投票選項",
|
||||
|
@ -243,6 +253,8 @@
|
|||
"Day" : "日",
|
||||
"Month" : "月",
|
||||
"Year" : "年",
|
||||
"Disallow proposals" : "禁止提議",
|
||||
"Allow proposals" : "允許提議",
|
||||
"Relevant" : "相關",
|
||||
"Relevant polls" : "相關投票",
|
||||
"All polls which are relevant or important to you, because you are a participant or the owner or you are invited to. Without closed polls." : "與您相關或重要的所有投票,因為您是參與者、擁有者或被邀請。不含已關閉的投票。",
|
||||
|
@ -250,6 +262,7 @@
|
|||
"Your polls (where you are the owner)." : "您的投票(您是所有者)。",
|
||||
"Hidden polls" : "隱藏投票",
|
||||
"All hidden polls, to which you have access." : "您可以存取的所有隱藏投票。",
|
||||
"Participated" : "已參與",
|
||||
"All polls, where you placed a vote." : "您已投票的所有投票。",
|
||||
"Public polls" : "公開投票",
|
||||
"A complete list with all public polls on this site, regardless who is the owner." : "此網站上的所有投票的完整列表,無論誰是所有者。",
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
<?php
|
||||
/**
|
||||
* @copyright Copyright (c) 2021 René Gieling <github@dartcafe.de>
|
||||
*
|
||||
* @author René Gieling <github@dartcafe.de>
|
||||
*
|
||||
* @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/>.
|
||||
*
|
||||
*/
|
||||
|
||||
namespace OCA\Polls\Model;
|
||||
|
||||
class Trace implements \JsonSerializable {
|
||||
|
||||
/** @var Array */
|
||||
protected $result = [];
|
||||
|
||||
/** @var string */
|
||||
protected $method;
|
||||
|
||||
public function __construct(
|
||||
string $method,
|
||||
string $payload = ''
|
||||
) {
|
||||
$this->method = $method;
|
||||
$this->log('Initialization', $payload);
|
||||
}
|
||||
|
||||
public function log($operation, $payload = '') {
|
||||
$this->result[] = [
|
||||
'method' => $this->method,
|
||||
'time' => time(),
|
||||
'operation' => $operation,
|
||||
'payload' => $payload
|
||||
];
|
||||
}
|
||||
|
||||
public function jsonSerialize(): array {
|
||||
return $this->result;
|
||||
}
|
||||
}
|
|
@ -141,7 +141,7 @@ class SystemService {
|
|||
}
|
||||
|
||||
// get all users
|
||||
foreach (User::search() as $user) {
|
||||
foreach (User::search($userName) as $user) {
|
||||
if ($userName === strtolower(trim($user->getId()))
|
||||
|| $userName === strtolower(trim($user->getDisplayName()))) {
|
||||
throw new InvalidUsernameException;
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
18
package.json
18
package.json
|
@ -41,10 +41,10 @@
|
|||
"@nextcloud/event-bus": "^1.1.4",
|
||||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/moment": "^1.1.1",
|
||||
"@nextcloud/router": "^1.2.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"dompurify": "^2.2.7",
|
||||
"@nextcloud/vue": "^3.8.0",
|
||||
"core-js": "^3.9.1",
|
||||
"@nextcloud/vue": "^3.9.0",
|
||||
"core-js": "^3.10.1",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^2.0.1",
|
||||
"v-click-outside": "^3.1.2",
|
||||
|
@ -65,15 +65,15 @@
|
|||
"node": ">=10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.13.13",
|
||||
"@babel/preset-env": "^7.13.12",
|
||||
"@babel/core": "^7.13.15",
|
||||
"@babel/preset-env": "^7.13.15",
|
||||
"@nextcloud/eslint-plugin": "^2.0.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^5.2.0",
|
||||
"eslint": "^7.23.0",
|
||||
"css-loader": "^5.2.1",
|
||||
"eslint": "^7.24.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
@ -92,8 +92,8 @@
|
|||
"vue-loader": "^15.9.6",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack": "^5.28.0",
|
||||
"webpack-cli": "^4.5.0",
|
||||
"webpack": "^5.31.2",
|
||||
"webpack-cli": "^4.6.0",
|
||||
"webpack-merge": "^5.7.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<ConfigBox v-if="!isOwner" :title="t('polls', 'As an admin you may edit this poll')" icon-class="icon-checkmark" />
|
||||
<ConfigBox :title="t('polls', 'Allow Proposals from users')" icon-class="icon-category-customization">
|
||||
<ConfigBox :title="t('polls', 'Allow proposals from users')" icon-class="icon-category-customization">
|
||||
<ConfigProposals />
|
||||
</ConfigBox>
|
||||
|
||||
|
|
|
@ -101,8 +101,8 @@ const getters = {
|
|||
|
||||
proposalsOptions: () => {
|
||||
return [
|
||||
{ value: 'disallow', label: t('polls', 'Disallow Proposals') },
|
||||
{ value: 'allow', label: t('polls', 'Allow Proposals') },
|
||||
{ value: 'disallow', label: t('polls', 'Disallow proposals') },
|
||||
{ value: 'allow', label: t('polls', 'Allow proposals') },
|
||||
// { value: 'review', label: t('polls', 'Allow with review') },
|
||||
]
|
||||
},
|
||||
|
|
|
@ -21,5 +21,5 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/../../../tests/bootstrap.php';
|
||||
require_once __DIR__ . '/../../../lib/base.php';
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<phpunit bootstrap="../../../tests/bootstrap.php" colors="true">
|
||||
<phpunit bootstrap="./bootstrap.php" colors="true">
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">lib</directory>
|
||||
|
|
Загрузка…
Ссылка в новой задаче