mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
43 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f928f7ab07 | ||
| 4412bde383 | |||
| 5d82c6a927 | |||
| 239037ab35 | |||
| 09a74a29c4 | |||
|
|
9deb266f7f | ||
| 7205dded5a | |||
|
|
4bffa87064 | ||
|
|
809838207b | ||
| 51f75e8bdd | |||
| 495ff9fc5b | |||
| 7bca7d80f5 | |||
| 7e60059277 | |||
| d7ffcb3435 | |||
| 016a764bbf | |||
| 8178b2f860 | |||
| 9a33146bd8 | |||
| 0574535f53 | |||
| f8f25aceaf | |||
|
|
e1f499f161 | ||
|
|
b8563e9055 | ||
|
|
2d21b58424 | ||
| da55e7145f | |||
| be9be55b3d | |||
|
|
885e623ee8 | ||
|
|
5134f3496c | ||
|
|
b1c610df22 | ||
| 1461fb8fd7 | |||
| 2272b5d542 | |||
| 4ddd460464 | |||
| 3ad140ae6f | |||
|
|
9e4c7c53bd | ||
| f87ebc4cce | |||
|
|
d93c044a01 | ||
|
|
047c89f693 | ||
|
|
daf350c385 | ||
|
|
3c1425fc45 | ||
|
|
e8c6c822c2 | ||
|
|
1f34c81ef4 | ||
| da0c77114a | |||
| f10d0ff9a9 | |||
| cdee82cb4f | |||
|
|
05cc4b6084 |
9
.github/workflows/phpunit-incremental.yml
vendored
9
.github/workflows/phpunit-incremental.yml
vendored
@@ -15,9 +15,16 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
phpunit-incremental:
|
||||
phpunit-incremental-v0-14-0:
|
||||
uses: chenasraf/workflows/.github/workflows/nextcloud-phpunit-incremental.yml@nextcloud-latest
|
||||
secrets: inherit
|
||||
with:
|
||||
baseline-version: 'v0.14.0'
|
||||
validation-query: 'SELECT COUNT(*) FROM oc_forum_users'
|
||||
|
||||
phpunit-incremental-v0-22-8:
|
||||
uses: chenasraf/workflows/.github/workflows/nextcloud-phpunit-incremental.yml@nextcloud-latest
|
||||
secrets: inherit
|
||||
with:
|
||||
baseline-version: 'v0.22.8'
|
||||
validation-query: 'SELECT COUNT(*) FROM oc_forum_users'
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,9 +9,6 @@
|
||||
|
||||
/node_modules/
|
||||
/dist
|
||||
/js
|
||||
/css/*
|
||||
!/css/dashboard.css
|
||||
.DS_Store
|
||||
build/
|
||||
tsconfig.app.tsbuildinfo
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"plugins": [
|
||||
"prettier-plugin-vue"
|
||||
],
|
||||
"printWidth": 100,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
|
||||
@@ -1 +1 @@
|
||||
{".":"0.22.8"}
|
||||
{".":"0.24.0"}
|
||||
|
||||
54
CHANGELOG.md
54
CHANGELOG.md
@@ -1,5 +1,59 @@
|
||||
# Changelog
|
||||
|
||||
## [0.24.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.23.1...v0.24.0) (2026-03-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add nextcloud 34 support ([8178b2f](https://github.com/chenasraf/nextcloud-forum/commit/8178b2f8601a20c5b2aa4a34aa81c79c05a5c796))
|
||||
* allow editing can post/reply permissions ([9a33146](https://github.com/chenasraf/nextcloud-forum/commit/9a33146bd894f1c37e7c75bc56ce6da90cd07b04))
|
||||
* app initialize screen ([7205dde](https://github.com/chenasraf/nextcloud-forum/commit/7205dded5ab67f39376c539931ee168de630cd97))
|
||||
* team-based permissions ([0574535](https://github.com/chenasraf/nextcloud-forum/commit/0574535f53b94e39025cbffe09967a5d0706326d))
|
||||
* update various ui depending on granular permissions ([d7ffcb3](https://github.com/chenasraf/nextcloud-forum/commit/d7ffcb3435692eab59905f92ef25660051976f50))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* category unread updates logic ([7e60059](https://github.com/chenasraf/nextcloud-forum/commit/7e600592776fe7e11ab64808fd776ddb9a140389))
|
||||
* default role colors ([5d82c6a](https://github.com/chenasraf/nextcloud-forum/commit/5d82c6a927a7638dfd90994dac22def0aa2b5fc0))
|
||||
* fix permission checks for roles/circles ([09a74a2](https://github.com/chenasraf/nextcloud-forum/commit/09a74a29c44b3188e3d4cd8cb9658d3192f56246))
|
||||
* improve role admin/mod permission checks ([495ff9f](https://github.com/chenasraf/nextcloud-forum/commit/495ff9fc5b2c28f0210c23807bda058539159cf9))
|
||||
* **l10n:** first activity -> created ([239037a](https://github.com/chenasraf/nextcloud-forum/commit/239037ab356ceb338908cbe2e460817e2d4b9262))
|
||||
* **l10n:** Update translations from Transifex ([9deb266](https://github.com/chenasraf/nextcloud-forum/commit/9deb266f7f56a2bc60c4eed8e64efcb85fb28cdf))
|
||||
* **l10n:** Update translations from Transifex ([4bffa87](https://github.com/chenasraf/nextcloud-forum/commit/4bffa8706415e828c4d76456e7ca1f88b158217f))
|
||||
* **l10n:** Update translations from Transifex ([8098382](https://github.com/chenasraf/nextcloud-forum/commit/809838207bea356440dcefb4f336a54f7f206d7a))
|
||||
* **l10n:** Update translations from Transifex ([e1f499f](https://github.com/chenasraf/nextcloud-forum/commit/e1f499f1619746c8dae0cbb11fe31fa88e81803a))
|
||||
* **l10n:** Update translations from Transifex ([b8563e9](https://github.com/chenasraf/nextcloud-forum/commit/b8563e905573f5b4c2ef7e04b5bc96c11b264a8f))
|
||||
* **l10n:** Update translations from Transifex ([2d21b58](https://github.com/chenasraf/nextcloud-forum/commit/2d21b58424603ed42bc13f9cbb7a1acbf1f50329))
|
||||
* **l10n:** Update translations from Transifex ([885e623](https://github.com/chenasraf/nextcloud-forum/commit/885e623ee8f6cfb79c70a9004b10cb34dbd1f001))
|
||||
* reload categories after init ([4412bde](https://github.com/chenasraf/nextcloud-forum/commit/4412bde383082530e773cdfadf4907345d198322))
|
||||
|
||||
## [0.23.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.23.0...v0.23.1) (2026-02-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **build:** dir structure ([4ddd460](https://github.com/chenasraf/nextcloud-forum/commit/4ddd460464f0c568970245df4246a43c8824d1bb))
|
||||
* **l10n:** Update translations from Transifex ([b1c610d](https://github.com/chenasraf/nextcloud-forum/commit/b1c610df22747d2ef0f4ab2cdc8c357aff4cefb5))
|
||||
* **l10n:** Update translations from Transifex ([9e4c7c5](https://github.com/chenasraf/nextcloud-forum/commit/9e4c7c53bd416e3518375bf2be14247c059aedb0))
|
||||
* **l10n:** Update translations from Transifex ([d93c044](https://github.com/chenasraf/nextcloud-forum/commit/d93c044a0165627a2550e0f05ce9db173ce294fa))
|
||||
* **l10n:** Update translations from Transifex ([047c89f](https://github.com/chenasraf/nextcloud-forum/commit/047c89f693a41b86f05af514da6d1e6cec6733b6))
|
||||
* **l10n:** Update translations from Transifex ([daf350c](https://github.com/chenasraf/nextcloud-forum/commit/daf350c3853b33e9e1f2a31642dfc8707312ce65))
|
||||
* **l10n:** Update translations from Transifex ([3c1425f](https://github.com/chenasraf/nextcloud-forum/commit/3c1425fc45fbc494ff83ea509eab6aeddcd1dc02))
|
||||
|
||||
## [0.23.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.8...v0.23.0) (2026-02-17)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* category read markers ([da0c771](https://github.com/chenasraf/nextcloud-forum/commit/da0c77114aa35674ca938870e0517da5073fedf7))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([1f34c81](https://github.com/chenasraf/nextcloud-forum/commit/1f34c81ef42fa69d5f2a6846296785c283cafece))
|
||||
* **l10n:** Update translations from Transifex ([05cc4b6](https://github.com/chenasraf/nextcloud-forum/commit/05cc4b6084271f5ea0172e68d55e423b10250375))
|
||||
|
||||
## [0.22.8](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.7...v0.22.8) (2026-02-11)
|
||||
|
||||
|
||||
|
||||
6
Makefile
6
Makefile
@@ -303,6 +303,12 @@ test-docker:
|
||||
echo "\x1b[33mRunning tests in container $$CONTAINER_ID for app $$APP_DIR\x1b[0m"; \
|
||||
docker exec $$CONTAINER_ID phpunit -c apps-shared/$$APP_DIR/tests/phpunit.docker.xml
|
||||
|
||||
# test-frontend:
|
||||
# - Run frontend (Vitest) tests
|
||||
.PHONY: test-frontend
|
||||
test-frontend:
|
||||
$(pnpm_cmd) vitest run
|
||||
|
||||
# lint:
|
||||
# - Lint JS via pnpm and PHP via composer script "lint"
|
||||
.PHONY: lint
|
||||
|
||||
@@ -37,7 +37,7 @@ This app is in early stages of development. While functional, you may encounter
|
||||
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.
|
||||
]]></description>
|
||||
<version>0.22.8</version>
|
||||
<version>0.24.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
@@ -54,7 +54,7 @@ The forum integrates seamlessly with your Nextcloud instance, using your existin
|
||||
<donation>https://ko-fi.com/casraf</donation>
|
||||
<donation type="paypal"><![CDATA[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TSH3C3ABGQM22¤cy_code=ILS&source=url]]></donation>
|
||||
<dependencies>
|
||||
<nextcloud min-version="29" max-version="33"/>
|
||||
<nextcloud min-version="29" max-version="34"/>
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Forum\Cron\RebuildStatsTask</job>
|
||||
|
||||
83
composer.lock
generated
83
composer.lock
generated
@@ -180,12 +180,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "83cf79e2922fe1c969adeeac8dbb10e173a8d781"
|
||||
"reference": "aa9d5a01d17cb9c19ca32532e08e999d693679fc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/83cf79e2922fe1c969adeeac8dbb10e173a8d781",
|
||||
"reference": "83cf79e2922fe1c969adeeac8dbb10e173a8d781",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/aa9d5a01d17cb9c19ca32532e08e999d693679fc",
|
||||
"reference": "aa9d5a01d17cb9c19ca32532e08e999d693679fc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -220,7 +220,7 @@
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable32"
|
||||
},
|
||||
"time": "2026-02-06T01:05:41+00:00"
|
||||
"time": "2026-02-24T01:08:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@@ -1035,18 +1035,18 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "7ea2d110787f6807213e27a1255c6b858ad99d89"
|
||||
"reference": "02591cb7fac238665b60c4249e9bdda79a5b4eed"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7ea2d110787f6807213e27a1255c6b858ad99d89",
|
||||
"reference": "7ea2d110787f6807213e27a1255c6b858ad99d89",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/02591cb7fac238665b60c4249e9bdda79a5b4eed",
|
||||
"reference": "02591cb7fac238665b60c4249e9bdda79a5b4eed",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
"3f/pygmentize": "<1.2",
|
||||
"adaptcms/adaptcms": "<=1.3",
|
||||
"admidio/admidio": "<=4.3.16",
|
||||
"admidio/admidio": "<5.0.6",
|
||||
"adodb/adodb-php": "<=5.22.9",
|
||||
"aheinze/cockpit": "<2.2",
|
||||
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
|
||||
@@ -1071,6 +1071,7 @@
|
||||
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
||||
"amphp/http": "<=1.7.2|>=2,<=2.1",
|
||||
"amphp/http-client": ">=4,<4.4",
|
||||
"amphp/http-server": ">=2.0.0.0-RC1-dev,<2.1.10|>=3.0.0.0-beta1,<3.4.4",
|
||||
"anchorcms/anchor-cms": "<=0.12.7",
|
||||
"andreapollastri/cipi": "<=3.1.15",
|
||||
"andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
|
||||
@@ -1096,7 +1097,7 @@
|
||||
"automattic/jetpack": "<9.8",
|
||||
"awesome-support/awesome-support": "<=6.0.7",
|
||||
"aws/aws-sdk-php": "<3.368",
|
||||
"azuracast/azuracast": "<=0.23.1",
|
||||
"azuracast/azuracast": "<=0.23.3",
|
||||
"b13/seo_basics": "<0.8.2",
|
||||
"backdrop/backdrop": "<=1.32",
|
||||
"backpack/crud": "<3.4.9",
|
||||
@@ -1147,6 +1148,7 @@
|
||||
"causal/oidc": "<4",
|
||||
"cecil/cecil": "<7.47.1",
|
||||
"centreon/centreon": "<22.10.15",
|
||||
"cesargb/laravel-magiclink": ">=2,<2.25.1",
|
||||
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
||||
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
|
||||
"chrome-php/chrome": "<1.14",
|
||||
@@ -1167,7 +1169,7 @@
|
||||
"commerceteam/commerce": ">=0.9.6,<0.9.9",
|
||||
"components/jquery": ">=1.0.3,<3.5",
|
||||
"composer/composer": "<1.10.27|>=2,<2.2.26|>=2.3,<2.9.3",
|
||||
"concrete5/concrete5": "<9.4.3",
|
||||
"concrete5/concrete5": "<9.4.8",
|
||||
"concrete5/core": "<8.5.8|>=9,<9.1",
|
||||
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
||||
"contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
|
||||
@@ -1181,9 +1183,10 @@
|
||||
"cosenary/instagram": "<=2.3",
|
||||
"couleurcitron/tarteaucitron-wp": "<0.3",
|
||||
"cpsit/typo3-mailqueue": "<0.4.3|>=0.5,<0.5.1",
|
||||
"craftcms/cms": "<=4.16.16|>=5,<=5.8.20",
|
||||
"craftcms/commerce": ">=4.0.0.0-RC1-dev,<=4.10|>=5,<=5.5.1",
|
||||
"craftcms/cms": "<4.17.3|>=5,<5.9.6",
|
||||
"craftcms/commerce": ">=4,<4.11|>=5,<5.6",
|
||||
"craftcms/composer": ">=4.0.0.0-RC1-dev,<=4.10|>=5.0.0.0-RC1-dev,<=5.5.1",
|
||||
"craftcms/craft": ">=3.5,<=4.16.17|>=5.0.0.0-RC1-dev,<=5.8.21",
|
||||
"croogo/croogo": "<=4.0.7",
|
||||
"cuyz/valinor": "<0.12",
|
||||
"czim/file-handling": "<1.5|>=2,<2.3",
|
||||
@@ -1205,6 +1208,7 @@
|
||||
"devgroup/dotplant": "<2020.09.14-dev",
|
||||
"digimix/wp-svg-upload": "<=1",
|
||||
"directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
|
||||
"directorytree/imapengine": "<1.22.3",
|
||||
"dl/yag": "<3.0.1",
|
||||
"dmk/webkitpdf": "<1.1.4",
|
||||
"dnadesign/silverstripe-elemental": "<5.3.12",
|
||||
@@ -1258,7 +1262,7 @@
|
||||
"drupal/umami_analytics": "<1.0.1",
|
||||
"duncanmcclean/guest-entries": "<3.1.2",
|
||||
"dweeves/magmi": "<=0.7.24",
|
||||
"ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
|
||||
"ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.3.1",
|
||||
"ecodev/newsletter": "<=4",
|
||||
"ectouch/ectouch": "<=2.7.2",
|
||||
"egroupware/egroupware": "<23.1.20260113|>=26.0.20251208,<26.0.20260113",
|
||||
@@ -1307,7 +1311,7 @@
|
||||
"filegator/filegator": "<7.8",
|
||||
"filp/whoops": "<2.1.13",
|
||||
"fineuploader/php-traditional-server": "<=1.2.2",
|
||||
"firebase/php-jwt": "<6",
|
||||
"firebase/php-jwt": "<7",
|
||||
"fisharebest/webtrees": "<=2.1.18",
|
||||
"fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
|
||||
"fixpunkt/fp-newsletter": "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6",
|
||||
@@ -1315,6 +1319,7 @@
|
||||
"flarum/flarum": "<0.1.0.0-beta8",
|
||||
"flarum/framework": "<1.8.10",
|
||||
"flarum/mentions": "<1.6.3",
|
||||
"flarum/nicknames": "<1.8.3",
|
||||
"flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
|
||||
"flarum/tags": "<=0.1.0.0-beta13",
|
||||
"floriangaerber/magnesium": "<0.3.1",
|
||||
@@ -1336,15 +1341,16 @@
|
||||
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
||||
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
||||
"froala/wysiwyg-editor": "<=4.3",
|
||||
"froxlor/froxlor": "<=2.2.5",
|
||||
"frosh/adminer-platform": "<2.2.1",
|
||||
"froxlor/froxlor": "<=2.3.3",
|
||||
"frozennode/administrator": "<=5.0.12",
|
||||
"fuel/core": "<1.8.1",
|
||||
"funadmin/funadmin": "<=5.0.2",
|
||||
"funadmin/funadmin": "<=7.1.0.0-RC4",
|
||||
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
||||
"genix/cms": "<=1.1.11",
|
||||
"georgringer/news": "<1.3.3",
|
||||
"geshi/geshi": "<=1.0.9.1",
|
||||
"getformwork/formwork": "<2.2",
|
||||
"getformwork/formwork": "<=2.3.3",
|
||||
"getgrav/grav": "<1.11.0.0-beta1",
|
||||
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1|>=5,<=5.2.1",
|
||||
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
||||
@@ -1360,7 +1366,7 @@
|
||||
"gp247/core": "<1.1.24",
|
||||
"gree/jose": "<2.2.1",
|
||||
"gregwar/rst": "<1.0.3",
|
||||
"grumpydictator/firefly-iii": "<6.1.17",
|
||||
"grumpydictator/firefly-iii": "<6.1.17|>=6.4.23,<=6.5",
|
||||
"gugoan/economizzer": "<=0.9.0.0-beta1",
|
||||
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
|
||||
"guzzlehttp/oauth-subscriber": "<0.8.1",
|
||||
@@ -1386,7 +1392,7 @@
|
||||
"ibexa/solr": ">=4.5,<4.5.4",
|
||||
"ibexa/user": ">=4,<4.4.3|>=5,<5.0.4",
|
||||
"icecoder/icecoder": "<=8.1",
|
||||
"idno/known": "<=1.3.1",
|
||||
"idno/known": "<1.6.4",
|
||||
"ilicmiljan/secure-props": ">=1.2,<1.2.2",
|
||||
"illuminate/auth": "<5.5.10",
|
||||
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<6.18.31|>=7,<7.22.4",
|
||||
@@ -1436,7 +1442,7 @@
|
||||
"kelvinmo/simplexrd": "<3.1.1",
|
||||
"kevinpapst/kimai2": "<1.16.7",
|
||||
"khodakhah/nodcms": "<=3",
|
||||
"kimai/kimai": "<2.46",
|
||||
"kimai/kimai": "<=2.50",
|
||||
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
||||
"klaviyo/magento2-extension": ">=1,<3",
|
||||
"knplabs/knp-snappy": "<=1.4.2",
|
||||
@@ -1461,13 +1467,13 @@
|
||||
"lavalite/cms": "<=10.1",
|
||||
"lavitto/typo3-form-to-database": "<2.2.5|>=3,<3.2.2|>=4,<4.2.3|>=5,<5.0.2",
|
||||
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
|
||||
"league/commonmark": "<2.7",
|
||||
"league/commonmark": "<=2.8",
|
||||
"league/flysystem": "<1.1.4|>=2,<2.1.1",
|
||||
"league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
|
||||
"leantime/leantime": "<3.3",
|
||||
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
||||
"libreform/libreform": ">=2,<=2.0.8",
|
||||
"librenms/librenms": "<25.12",
|
||||
"librenms/librenms": "<26.2",
|
||||
"liftkit/database": "<2.13.2",
|
||||
"lightsaml/lightsaml": "<1.3.5",
|
||||
"limesurvey/limesurvey": "<6.5.12",
|
||||
@@ -1498,7 +1504,7 @@
|
||||
"marshmallow/nova-tiptap": "<5.7",
|
||||
"matomo/matomo": "<1.11",
|
||||
"matyhtf/framework": "<3.0.6",
|
||||
"mautic/core": "<5.2.9|>=6,<6.0.7",
|
||||
"mautic/core": "<5.2.10|>=6,<6.0.8|>=7.0.0.0-alpha,<7.0.1",
|
||||
"mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1",
|
||||
"mautic/grapes-js-builder-bundle": ">=4,<4.4.18|>=5,<5.2.9|>=6,<6.0.7",
|
||||
"maximebf/debugbar": "<1.19",
|
||||
@@ -1531,7 +1537,7 @@
|
||||
"mongodb/mongodb": ">=1,<1.9.2",
|
||||
"mongodb/mongodb-extension": "<1.21.2",
|
||||
"monolog/monolog": ">=1.8,<1.12",
|
||||
"moodle/moodle": "<4.4.12|>=4.5.0.0-beta,<4.5.8|>=5.0.0.0-beta,<5.0.4|>=5.1.0.0-beta,<5.1.1",
|
||||
"moodle/moodle": "<4.5.9|>=5.0.0.0-beta,<5.0.5|>=5.1.0.0-beta,<5.1.2",
|
||||
"moonshine/moonshine": "<=3.12.5",
|
||||
"mos/cimage": "<0.7.19",
|
||||
"movim/moxl": ">=0.8,<=0.10",
|
||||
@@ -1640,6 +1646,7 @@
|
||||
"phpwhois/phpwhois": "<=4.2.5",
|
||||
"phpxmlrpc/extras": "<0.6.1",
|
||||
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
||||
"phraseanet/phraseanet": "==4.0.3",
|
||||
"pi/pi": "<=2.5",
|
||||
"pimcore/admin-ui-classic-bundle": "<=1.7.15|>=2.0.0.0-RC1-dev,<=2.2.2",
|
||||
"pimcore/customer-management-framework-bundle": "<4.2.1",
|
||||
@@ -1648,7 +1655,7 @@
|
||||
"pimcore/demo": "<10.3",
|
||||
"pimcore/ecommerce-framework-bundle": "<1.0.10",
|
||||
"pimcore/perspective-editor": "<1.5.1",
|
||||
"pimcore/pimcore": "<=11.5.13|>=12.0.0.0-RC1-dev,<12.3.1",
|
||||
"pimcore/pimcore": "<=11.5.14.1|>=12,<12.3.3",
|
||||
"pimcore/web2print-tools-bundle": "<=5.2.1|>=6.0.0.0-RC1-dev,<=6.1",
|
||||
"piwik/piwik": "<1.11",
|
||||
"pixelfed/pixelfed": "<0.12.5",
|
||||
@@ -1674,7 +1681,7 @@
|
||||
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
|
||||
"propel/propel1": ">=1,<=1.7.1",
|
||||
"psy/psysh": "<=0.11.22|>=0.12,<=0.12.18",
|
||||
"pterodactyl/panel": "<1.12",
|
||||
"pterodactyl/panel": "<1.12.1",
|
||||
"ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
|
||||
"ptrofimov/beanstalk_console": "<1.7.14",
|
||||
"pubnub/pubnub": "<6.1",
|
||||
@@ -1759,7 +1766,7 @@
|
||||
"slim/slim": "<2.6",
|
||||
"slub/slub-events": "<3.0.3",
|
||||
"smarty/smarty": "<4.5.3|>=5,<5.1.1",
|
||||
"snipe/snipe-it": "<=8.3.4",
|
||||
"snipe/snipe-it": "<8.3.7",
|
||||
"socalnick/scn-social-auth": "<1.15.2",
|
||||
"socialiteproviders/steam": "<1.1",
|
||||
"solspace/craft-freeform": "<4.1.29|>=5,<=5.14.6",
|
||||
@@ -1777,7 +1784,7 @@
|
||||
"starcitizentools/short-description": ">=4,<4.0.1",
|
||||
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
|
||||
"starcitizenwiki/embedvideo": "<=4",
|
||||
"statamic/cms": "<=5.22",
|
||||
"statamic/cms": "<5.73.11|>=6,<6.4",
|
||||
"stormpath/sdk": "<9.9.99",
|
||||
"studio-42/elfinder": "<=2.1.64",
|
||||
"studiomitte/friendlycaptcha": "<0.1.4",
|
||||
@@ -1796,7 +1803,7 @@
|
||||
"sylius/grid-bundle": "<1.10.1",
|
||||
"sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
|
||||
"sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
|
||||
"sylius/sylius": "<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
|
||||
"sylius/sylius": "<1.9.12|>=1.10,<1.10.16|>=1.11,<1.11.17|>=1.12.0.0-alpha1,<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
|
||||
"symbiote/silverstripe-multivaluefield": ">=3,<3.1",
|
||||
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
|
||||
"symbiote/silverstripe-seed": "<6.0.3",
|
||||
@@ -1851,7 +1858,7 @@
|
||||
"thelia/thelia": ">=2.1,<2.1.3",
|
||||
"theonedemon/phpwhois": "<=4.2.5",
|
||||
"thinkcmf/thinkcmf": "<6.0.8",
|
||||
"thorsten/phpmyfaq": "<=4.0.16|>=4.1.0.0-alpha,<=4.1.0.0-beta2",
|
||||
"thorsten/phpmyfaq": "<4.0.18|>=4.1.0.0-alpha,<=4.1.0.0-beta2",
|
||||
"tikiwiki/tiki-manager": "<=17.1",
|
||||
"timber/timber": ">=0.16.6,<1.23.1|>=1.24,<1.24.1|>=2,<2.1",
|
||||
"tinymce/tinymce": "<7.2",
|
||||
@@ -1869,6 +1876,7 @@
|
||||
"ttskch/pagination-service-provider": "<1",
|
||||
"twbs/bootstrap": "<3.4.1|>=4,<4.3.1",
|
||||
"twig/twig": "<3.11.2|>=3.12,<3.14.1|>=3.16,<3.19",
|
||||
"typicms/core": "<16.1.7",
|
||||
"typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
|
||||
"typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<9.5.55|>=10,<=10.4.54|>=11,<=11.5.48|>=12,<=12.4.40|>=13,<=13.4.22|>=14,<=14.0.1",
|
||||
"typo3/cms-belog": ">=10,<=10.4.47|>=11,<=11.5.41|>=12,<=12.4.24|>=13,<=13.4.2",
|
||||
@@ -1916,15 +1924,16 @@
|
||||
"vertexvaar/falsftp": "<0.2.6",
|
||||
"villagedefrance/opencart-overclocked": "<=1.11.1",
|
||||
"vova07/yii2-fileapi-widget": "<0.1.9",
|
||||
"vrana/adminer": "<=4.8.1",
|
||||
"vrana/adminer": "<5.4.2",
|
||||
"vufind/vufind": ">=2,<9.1.1",
|
||||
"waldhacker/hcaptcha": "<2.1.2",
|
||||
"wallabag/tcpdf": "<6.2.22",
|
||||
"wallabag/wallabag": "<2.6.11",
|
||||
"wanglelecc/laracms": "<=1.0.3",
|
||||
"wapplersystems/a21glossary": "<=0.4.10",
|
||||
"web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9",
|
||||
"web-auth/webauthn-lib": ">=4.5,<4.9",
|
||||
"web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9|>=5.2,<5.2.4",
|
||||
"web-auth/webauthn-lib": ">=4.5,<4.9|>=5.2,<5.2.4",
|
||||
"web-auth/webauthn-symfony-bundle": ">=5.2,<5.2.4",
|
||||
"web-feet/coastercms": "==5.5",
|
||||
"web-tp3/wec_map": "<3.0.3",
|
||||
"webbuilders-group/silverstripe-kapost-bridge": "<0.4",
|
||||
@@ -1949,7 +1958,8 @@
|
||||
"wpanel/wpanel4-cms": "<=4.3.1",
|
||||
"wpcloud/wp-stateless": "<3.2",
|
||||
"wpglobus/wpglobus": "<=1.9.6",
|
||||
"wwbn/avideo": "<14.3",
|
||||
"wpmetabox/meta-box": "<5.11.2",
|
||||
"wwbn/avideo": "<25",
|
||||
"xataface/xataface": "<3",
|
||||
"xpressengine/xpressengine": "<3.0.15",
|
||||
"yab/quarx": "<2.4.5",
|
||||
@@ -2008,7 +2018,8 @@
|
||||
"zf-commons/zfc-user": "<1.2.2",
|
||||
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
||||
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
||||
"zoujingli/thinkadmin": "<=6.1.53"
|
||||
"zoujingli/thinkadmin": "<=6.1.53",
|
||||
"zumba/json-serializer": "<3.2.3"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "metapackage",
|
||||
@@ -2046,7 +2057,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-02-05T22:08:29+00:00"
|
||||
"time": "2026-03-10T23:09:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
||||
0
js/.gitkeep
Normal file
0
js/.gitkeep
Normal file
@@ -10,6 +10,7 @@ OC.L10N.register(
|
||||
"Users" : "Gebruikers",
|
||||
"Collapse" : "Vou In",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Category" : "Kategorie",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Move" : "Skuif",
|
||||
@@ -29,7 +30,6 @@ OC.L10N.register(
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Reset" : "Herstel",
|
||||
"Category" : "Kategorie",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Aksies",
|
||||
"Active" : "Aktief",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
"Users" : "Gebruikers",
|
||||
"Collapse" : "Vou In",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Category" : "Kategorie",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Move" : "Skuif",
|
||||
@@ -27,7 +28,6 @@
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Reset" : "Herstel",
|
||||
"Category" : "Kategorie",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Aksies",
|
||||
"Active" : "Aktief",
|
||||
|
||||
@@ -29,6 +29,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "أدخِل \"إيموجي\" emoji",
|
||||
"Close" : "إغلاق",
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "إنشاء",
|
||||
@@ -82,12 +84,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"ID" : "معرف ID",
|
||||
"Owner" : "المالك",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
"Insert emoji" : "أدخِل \"إيموجي\" emoji",
|
||||
"Close" : "إغلاق",
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "إنشاء",
|
||||
@@ -80,12 +82,12 @@
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"ID" : "معرف ID",
|
||||
"Owner" : "المالك",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
|
||||
@@ -25,6 +25,8 @@ OC.L10N.register(
|
||||
"List" : "Llista",
|
||||
"Upload failed" : "Xuba fallida",
|
||||
"Close" : "Zarrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
@@ -73,10 +75,10 @@ OC.L10N.register(
|
||||
"Settings saved" : "Guardóse la configuración",
|
||||
"Failed to save settings" : "Nun se pue guardar la configuración",
|
||||
"Reset" : "Reafitar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietariu",
|
||||
"Actions" : "Aiciones",
|
||||
"No teams found" : "Nun s'atopó nengún equipu",
|
||||
"User management" : "Xestión d'usuarios",
|
||||
"Loading users …" : "Cargando los usuarios…",
|
||||
"No users found" : "Nun s'atopó nengún usuariu",
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
"List" : "Llista",
|
||||
"Upload failed" : "Xuba fallida",
|
||||
"Close" : "Zarrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
@@ -71,10 +73,10 @@
|
||||
"Settings saved" : "Guardóse la configuración",
|
||||
"Failed to save settings" : "Nun se pue guardar la configuración",
|
||||
"Reset" : "Reafitar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietariu",
|
||||
"Actions" : "Aiciones",
|
||||
"No teams found" : "Nun s'atopó nengún equipu",
|
||||
"User management" : "Xestión d'usuarios",
|
||||
"Loading users …" : "Cargando los usuarios…",
|
||||
"No users found" : "Nun s'atopó nengún usuariu",
|
||||
|
||||
@@ -12,6 +12,7 @@ OC.L10N.register(
|
||||
"Collapse" : "Yığılma",
|
||||
"Upload failed" : "Yüklənmədə səhv baş verdi",
|
||||
"Close" : "Bağla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Yenilənmə",
|
||||
"Move" : "Move",
|
||||
@@ -31,7 +32,6 @@ OC.L10N.register(
|
||||
"New" : "Yeni",
|
||||
"Settings saved" : "Parametrlər yaddaşa verildi",
|
||||
"Reset" : "Sıfırla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Actions" : "İşlər",
|
||||
"Status" : "Status",
|
||||
"Deleted" : "Silinib"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
"Collapse" : "Yığılma",
|
||||
"Upload failed" : "Yüklənmədə səhv baş verdi",
|
||||
"Close" : "Bağla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Yenilənmə",
|
||||
"Move" : "Move",
|
||||
@@ -29,7 +30,6 @@
|
||||
"New" : "Yeni",
|
||||
"Settings saved" : "Parametrlər yaddaşa verildi",
|
||||
"Reset" : "Sıfırla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Actions" : "İşlər",
|
||||
"Status" : "Status",
|
||||
"Deleted" : "Silinib"
|
||||
|
||||
@@ -22,7 +22,7 @@ OC.L10N.register(
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
@@ -41,6 +41,8 @@ OC.L10N.register(
|
||||
"Threads" : "Гутаркі",
|
||||
"Replies" : "Адказы",
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
@@ -96,10 +98,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Налады захаваны",
|
||||
"Failed to save settings" : "Не ўдалося захаваць налады",
|
||||
"Reset" : "Скінуць",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
@@ -39,6 +39,8 @@
|
||||
"Threads" : "Гутаркі",
|
||||
"Replies" : "Адказы",
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
@@ -94,10 +96,11 @@
|
||||
"Settings saved" : "Налады захаваны",
|
||||
"Failed to save settings" : "Не ўдалося захаваць налады",
|
||||
"Reset" : "Скінуць",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
|
||||
@@ -27,6 +27,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "Вмъкване на емотикон",
|
||||
"Upload failed" : "Неуспешно качване",
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Създаване",
|
||||
@@ -83,9 +85,8 @@ OC.L10N.register(
|
||||
"Settings saved" : "Настройките са запазени",
|
||||
"Failed to save settings" : "Неуспешно запазване на настройките",
|
||||
"Reset" : "Възстановяване",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"ID" : "ID /Идентификатор/",
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
"Insert emoji" : "Вмъкване на емотикон",
|
||||
"Upload failed" : "Неуспешно качване",
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Създаване",
|
||||
@@ -81,9 +83,8 @@
|
||||
"Settings saved" : "Настройките са запазени",
|
||||
"Failed to save settings" : "Неуспешно запазване на настройките",
|
||||
"Reset" : "Възстановяване",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"ID" : "ID /Идентификатор/",
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
|
||||
@@ -14,6 +14,7 @@ OC.L10N.register(
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
@@ -38,7 +39,6 @@ OC.L10N.register(
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
"Allow" : "Aotrañ",
|
||||
"ID" : "ID",
|
||||
"Created" : "Krouet",
|
||||
"Actions" : "Oberoù",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
@@ -36,7 +37,6 @@
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
"Allow" : "Aotrañ",
|
||||
"ID" : "ID",
|
||||
"Created" : "Krouet",
|
||||
"Actions" : "Oberoù",
|
||||
|
||||
@@ -25,6 +25,7 @@ OC.L10N.register(
|
||||
"Enabled" : "Aktivirano",
|
||||
"Name" : "Ime",
|
||||
"New" : "Novo",
|
||||
"Owner" : "Vlasnik",
|
||||
"Actions" : "Radnje"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"Enabled" : "Aktivirano",
|
||||
"Name" : "Ime",
|
||||
"New" : "Novo",
|
||||
"Owner" : "Vlasnik",
|
||||
"Actions" : "Radnje"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
||||
@@ -29,6 +29,8 @@ OC.L10N.register(
|
||||
"Upload failed" : "S'ha produït un error durant la pujada",
|
||||
"Close" : "Tanca",
|
||||
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"Sort order" : "Ordenació",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crea",
|
||||
@@ -89,11 +91,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "S'han desat els paràmetres",
|
||||
"Failed to save settings" : "Ha fallat desar els paràmetres",
|
||||
"Reset" : "Reinicialitza",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietat",
|
||||
"Created" : "S'ha creat",
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
"Upload failed" : "S'ha produït un error durant la pujada",
|
||||
"Close" : "Tanca",
|
||||
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"Sort order" : "Ordenació",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crea",
|
||||
@@ -87,11 +89,11 @@
|
||||
"Settings saved" : "S'han desat els paràmetres",
|
||||
"Failed to save settings" : "Ha fallat desar els paràmetres",
|
||||
"Reset" : "Reinicialitza",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietat",
|
||||
"Created" : "S'ha creat",
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
|
||||
15
l10n/cs.js
15
l10n/cs.js
@@ -77,7 +77,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Roles" : "Role",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Rozbalit",
|
||||
@@ -126,6 +125,11 @@ OC.L10N.register(
|
||||
"Threads" : "Vláken",
|
||||
"Replies" : "Odpovědi",
|
||||
"No description available" : "Není k dispozici žádný popis",
|
||||
"New activity" : "Nová aktivita",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Může zobrazovat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -365,9 +369,7 @@ OC.L10N.register(
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
"Control which roles can access and moderate this category" : "Určete které role mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Roles that can view" : "Role, které mohou zobrazovat",
|
||||
"Select roles that can view this category and its threads" : "Vyberte role které si mohou zobrazovat tuto kategorii a její vlákna",
|
||||
"Roles that can moderate" : "Role, které mohou moderovat",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Vyberte role které mohou moderovat (upravovat/mazat) obsah v této kategorii",
|
||||
"Select roles …" : "Vybrat role …",
|
||||
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
|
||||
@@ -447,10 +449,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Umožnit vytváření, upravování a mazání kategorií",
|
||||
"Category permissions" : "Oprávnění kategorie",
|
||||
"Set which categories this role can access" : "Nastavit ke kterým kategoriím tato role může přistupovat",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Může zobrazovat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Admin role must have all permissions enabled" : "Je třeba, aby role správce měla povolené všechna oprávnění",
|
||||
"Admin role has full access to all categories" : "Role správce má plný přístup do všech kategorií",
|
||||
"Guest role cannot have admin permissions" : "Role hosta nemůže mít roli správce",
|
||||
@@ -467,17 +465,20 @@ OC.L10N.register(
|
||||
"No roles found" : "Nenalezeny žádné role",
|
||||
"Create your first role to get started" : "Začněte vytvořením první role",
|
||||
"ID" : "Identif.",
|
||||
"Owner" : "Vlastník",
|
||||
"Created" : "Vytvořeno",
|
||||
"Actions" : "Akce",
|
||||
"No description" : "Bez popisu",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Opravdu chcete roli „{name}“ smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"System roles cannot be deleted" : "Systémové role není možné smazat",
|
||||
"No teams found" : "Nenalezeny žádné týmy",
|
||||
"User management" : "Správa uživatelů",
|
||||
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
|
||||
"Loading users …" : "Načítání uživatelů …",
|
||||
"Error loading users" : "Chyba při načítání uživatelů",
|
||||
"No users found" : "Nenalezeni žádní uživatelé",
|
||||
"There are no forum users yet" : "Zatím zde nejsou žádní uživatelé fóra",
|
||||
"Roles" : "Role",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
"Active" : "Aktivní",
|
||||
|
||||
15
l10n/cs.json
15
l10n/cs.json
@@ -75,7 +75,6 @@
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Roles" : "Role",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Rozbalit",
|
||||
@@ -124,6 +123,11 @@
|
||||
"Threads" : "Vláken",
|
||||
"Replies" : "Odpovědi",
|
||||
"No description available" : "Není k dispozici žádný popis",
|
||||
"New activity" : "Nová aktivita",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Může zobrazovat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -363,9 +367,7 @@
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
"Control which roles can access and moderate this category" : "Určete které role mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Roles that can view" : "Role, které mohou zobrazovat",
|
||||
"Select roles that can view this category and its threads" : "Vyberte role které si mohou zobrazovat tuto kategorii a její vlákna",
|
||||
"Roles that can moderate" : "Role, které mohou moderovat",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Vyberte role které mohou moderovat (upravovat/mazat) obsah v této kategorii",
|
||||
"Select roles …" : "Vybrat role …",
|
||||
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
|
||||
@@ -445,10 +447,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Umožnit vytváření, upravování a mazání kategorií",
|
||||
"Category permissions" : "Oprávnění kategorie",
|
||||
"Set which categories this role can access" : "Nastavit ke kterým kategoriím tato role může přistupovat",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Může zobrazovat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Admin role must have all permissions enabled" : "Je třeba, aby role správce měla povolené všechna oprávnění",
|
||||
"Admin role has full access to all categories" : "Role správce má plný přístup do všech kategorií",
|
||||
"Guest role cannot have admin permissions" : "Role hosta nemůže mít roli správce",
|
||||
@@ -465,17 +463,20 @@
|
||||
"No roles found" : "Nenalezeny žádné role",
|
||||
"Create your first role to get started" : "Začněte vytvořením první role",
|
||||
"ID" : "Identif.",
|
||||
"Owner" : "Vlastník",
|
||||
"Created" : "Vytvořeno",
|
||||
"Actions" : "Akce",
|
||||
"No description" : "Bez popisu",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Opravdu chcete roli „{name}“ smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"System roles cannot be deleted" : "Systémové role není možné smazat",
|
||||
"No teams found" : "Nenalezeny žádné týmy",
|
||||
"User management" : "Správa uživatelů",
|
||||
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
|
||||
"Loading users …" : "Načítání uživatelů …",
|
||||
"Error loading users" : "Chyba při načítání uživatelů",
|
||||
"No users found" : "Nenalezeni žádní uživatelé",
|
||||
"There are no forum users yet" : "Zatím zde nejsou žádní uživatelé fóra",
|
||||
"Roles" : "Role",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
"Active" : "Aktivní",
|
||||
|
||||
@@ -14,6 +14,7 @@ OC.L10N.register(
|
||||
"List" : "Rhestr",
|
||||
"Upload failed" : "Methwyd llwytho i fyny",
|
||||
"Close" : "Cau",
|
||||
"Category" : "Categori",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Diweddaru",
|
||||
"Move" : "Symud",
|
||||
@@ -35,8 +36,8 @@ OC.L10N.register(
|
||||
"Description" : "Disgrifiad",
|
||||
"Name" : "Enw",
|
||||
"New" : "Newydd",
|
||||
"Category" : "Categori",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Perchennog",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Status" : "Statws",
|
||||
"Deleted" : "Wedi dileu"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"List" : "Rhestr",
|
||||
"Upload failed" : "Methwyd llwytho i fyny",
|
||||
"Close" : "Cau",
|
||||
"Category" : "Categori",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Diweddaru",
|
||||
"Move" : "Symud",
|
||||
@@ -33,8 +34,8 @@
|
||||
"Description" : "Disgrifiad",
|
||||
"Name" : "Enw",
|
||||
"New" : "Newydd",
|
||||
"Category" : "Categori",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Perchennog",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Status" : "Statws",
|
||||
"Deleted" : "Wedi dileu"
|
||||
|
||||
@@ -30,6 +30,8 @@ OC.L10N.register(
|
||||
"Close" : "Luk",
|
||||
"Failed to upload file" : "Kunne ikke uploade fil",
|
||||
"Threads" : "Tråde",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Cancel" : "Annullér",
|
||||
"Create" : "Opret",
|
||||
@@ -48,7 +50,7 @@ OC.L10N.register(
|
||||
"Title" : "Titel",
|
||||
"Saving draft …" : "Gemmer kladde…",
|
||||
"Draft saved" : "Kladde gemt",
|
||||
"Unsaved changes" : "Ikke gemte ændringer",
|
||||
"Unsaved changes" : "Ikke-gemte ændringer",
|
||||
"Back to home" : "Tilbage til hjem ",
|
||||
"Refresh" : "Opdatér",
|
||||
"Retry" : "Prøv igen",
|
||||
@@ -84,11 +86,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Failed to save settings" : "Kunne ikke gemme indstillinger",
|
||||
"Reset" : "Nulstil",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Ejer",
|
||||
"Created" : "Oprettet",
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
"Close" : "Luk",
|
||||
"Failed to upload file" : "Kunne ikke uploade fil",
|
||||
"Threads" : "Tråde",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Cancel" : "Annullér",
|
||||
"Create" : "Opret",
|
||||
@@ -46,7 +48,7 @@
|
||||
"Title" : "Titel",
|
||||
"Saving draft …" : "Gemmer kladde…",
|
||||
"Draft saved" : "Kladde gemt",
|
||||
"Unsaved changes" : "Ikke gemte ændringer",
|
||||
"Unsaved changes" : "Ikke-gemte ændringer",
|
||||
"Back to home" : "Tilbage til hjem ",
|
||||
"Refresh" : "Opdatér",
|
||||
"Retry" : "Prøv igen",
|
||||
@@ -82,11 +84,11 @@
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Failed to save settings" : "Kunne ikke gemme indstillinger",
|
||||
"Reset" : "Nulstil",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Ejer",
|
||||
"Created" : "Oprettet",
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
37
l10n/de.js
37
l10n/de.js
@@ -78,7 +78,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumseinstellungen",
|
||||
"Users" : "Benutzer",
|
||||
"Roles" : "Rollen",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Erweitern",
|
||||
@@ -127,6 +127,18 @@ OC.L10N.register(
|
||||
"Threads" : "Themen",
|
||||
"Replies" : "Antworten",
|
||||
"No description available" : "Keine Beschreibung verfügbar",
|
||||
"New activity" : "Neue Aktivität",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can post" : "Kann posten",
|
||||
"Can reply" : "Kann antworten",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Allow All" : "Alles zulassen",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Ansicht:{bEnd} Ermöglicht das Anzeigen der Kategorie und ihrer Threads.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -223,6 +235,7 @@ OC.L10N.register(
|
||||
"Thread created" : "Thema erstellt",
|
||||
"Failed to create thread" : "Thema konnte nicht erstellt werden",
|
||||
"No category specified" : "Keine Kategorie angegeben",
|
||||
"You do not have permission to create threads in this category." : "Du hast keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
|
||||
"Error" : "Fehler",
|
||||
"First activity" : "Erste Aktivität",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
@@ -262,6 +275,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Sei der Erste, der in diesem Thema antwortet.",
|
||||
"by" : "von",
|
||||
"This thread is locked. Only moderators can add replies." : "Dieses Thema ist gesperrt. Nur die Moderation kann Antworten hinzufügen.",
|
||||
"You do not have permission to reply in this category." : "Du hast keine Berechtigung, in dieser Kategorie zu antworten.",
|
||||
"You must be signed in to reply to this thread." : "Du musst angemeldet sein, um auf dieses Thema zu antworten.",
|
||||
"Sign in to reply" : "Anmelden um zu antworten",
|
||||
"Lock thread" : "Thema sperren",
|
||||
@@ -366,9 +380,9 @@ OC.L10N.register(
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
|
||||
"Roles that can view" : "Rollen, die ansehen können",
|
||||
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
"Roles that can moderate" : "Rollen mit Moderationsberechtigung",
|
||||
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
|
||||
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
|
||||
"Select roles …" : "Rollen auswählen ...",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
@@ -448,10 +462,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
|
||||
"Category permissions" : "Kategorieberechtigungen",
|
||||
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
|
||||
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
@@ -468,17 +478,30 @@ OC.L10N.register(
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Besitzer",
|
||||
"Created" : "Erstellt",
|
||||
"Actions" : "Aktionen",
|
||||
"No description" : "Keine Beschreibung",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
|
||||
"System roles cannot be deleted" : "Systemrollen können nicht gelöscht werden",
|
||||
"Team permissions" : "Team-Berechtigungen",
|
||||
"Manage category permissions for Nextcloud Teams" : "Kategorieberechtigungen für Nextcloud Teams verwalten",
|
||||
"Loading teams …" : "Lade Teams …",
|
||||
"Error loading teams" : "Fehler beim Laden der Teams",
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Benutzerverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Benutzer …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktiv",
|
||||
|
||||
37
l10n/de.json
37
l10n/de.json
@@ -76,7 +76,7 @@
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumseinstellungen",
|
||||
"Users" : "Benutzer",
|
||||
"Roles" : "Rollen",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Erweitern",
|
||||
@@ -125,6 +125,18 @@
|
||||
"Threads" : "Themen",
|
||||
"Replies" : "Antworten",
|
||||
"No description available" : "Keine Beschreibung verfügbar",
|
||||
"New activity" : "Neue Aktivität",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can post" : "Kann posten",
|
||||
"Can reply" : "Kann antworten",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Allow All" : "Alles zulassen",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Ansicht:{bEnd} Ermöglicht das Anzeigen der Kategorie und ihrer Threads.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -221,6 +233,7 @@
|
||||
"Thread created" : "Thema erstellt",
|
||||
"Failed to create thread" : "Thema konnte nicht erstellt werden",
|
||||
"No category specified" : "Keine Kategorie angegeben",
|
||||
"You do not have permission to create threads in this category." : "Du hast keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
|
||||
"Error" : "Fehler",
|
||||
"First activity" : "Erste Aktivität",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
@@ -260,6 +273,7 @@
|
||||
"Be the first to reply in this thread." : "Sei der Erste, der in diesem Thema antwortet.",
|
||||
"by" : "von",
|
||||
"This thread is locked. Only moderators can add replies." : "Dieses Thema ist gesperrt. Nur die Moderation kann Antworten hinzufügen.",
|
||||
"You do not have permission to reply in this category." : "Du hast keine Berechtigung, in dieser Kategorie zu antworten.",
|
||||
"You must be signed in to reply to this thread." : "Du musst angemeldet sein, um auf dieses Thema zu antworten.",
|
||||
"Sign in to reply" : "Anmelden um zu antworten",
|
||||
"Lock thread" : "Thema sperren",
|
||||
@@ -364,9 +378,9 @@
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
|
||||
"Roles that can view" : "Rollen, die ansehen können",
|
||||
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
"Roles that can moderate" : "Rollen mit Moderationsberechtigung",
|
||||
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
|
||||
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
|
||||
"Select roles …" : "Rollen auswählen ...",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
@@ -446,10 +460,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
|
||||
"Category permissions" : "Kategorieberechtigungen",
|
||||
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
|
||||
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
@@ -466,17 +476,30 @@
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Besitzer",
|
||||
"Created" : "Erstellt",
|
||||
"Actions" : "Aktionen",
|
||||
"No description" : "Keine Beschreibung",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
|
||||
"System roles cannot be deleted" : "Systemrollen können nicht gelöscht werden",
|
||||
"Team permissions" : "Team-Berechtigungen",
|
||||
"Manage category permissions for Nextcloud Teams" : "Kategorieberechtigungen für Nextcloud Teams verwalten",
|
||||
"Loading teams …" : "Lade Teams …",
|
||||
"Error loading teams" : "Fehler beim Laden der Teams",
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Benutzerverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Benutzer …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktiv",
|
||||
|
||||
@@ -78,7 +78,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Roles" : "Rollen",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Erweitern",
|
||||
@@ -127,6 +127,18 @@ OC.L10N.register(
|
||||
"Threads" : "Themen",
|
||||
"Replies" : "Antworten",
|
||||
"No description available" : "Keine Beschreibung verfügbar",
|
||||
"New activity" : "Neue Aktivität",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can post" : "Kann posten",
|
||||
"Can reply" : "Kann antworten",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Allow All" : "Alles zulassen",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Ansicht:{bEnd} Ermöglicht das Anzeigen der Kategorie und ihrer Threads.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -223,6 +235,7 @@ OC.L10N.register(
|
||||
"Thread created" : "Thema erstellt",
|
||||
"Failed to create thread" : "Fehler beim Erstellen des Themas",
|
||||
"No category specified" : "Keine Kategorie angegeben",
|
||||
"You do not have permission to create threads in this category." : "Sie haben keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
|
||||
"Error" : "Fehler",
|
||||
"First activity" : "Erste Aktivität",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
@@ -262,6 +275,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Seien Sie der Erste, der auf dieses Thema antwortet.",
|
||||
"by" : "von",
|
||||
"This thread is locked. Only moderators can add replies." : "Dieses Thema ist gesperrt. Nur die Moderation kann Antworten hinzufügen.",
|
||||
"You do not have permission to reply in this category." : "Sie haben keine Berechtigung, in dieser Kategorie zu antworten.",
|
||||
"You must be signed in to reply to this thread." : "Sie müssen angemeldet sein, um auf dieses Thema zu antworten.",
|
||||
"Sign in to reply" : "Anmelden um zu antworten",
|
||||
"Lock thread" : "Thema sperren",
|
||||
@@ -366,9 +380,9 @@ OC.L10N.register(
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
|
||||
"Roles that can view" : "Rollen, die ansehen können",
|
||||
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
"Roles that can moderate" : "Rollen mit Moderationsberechtigung",
|
||||
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
|
||||
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
|
||||
"Select roles …" : "Rollen auswählen ...",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
@@ -448,10 +462,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
|
||||
"Category permissions" : "Kategorieberechtigungen",
|
||||
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
|
||||
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
@@ -468,17 +478,30 @@ OC.L10N.register(
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Besitzer",
|
||||
"Created" : "Erstellt",
|
||||
"Actions" : "Aktionen",
|
||||
"No description" : "Keine Beschreibung",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
|
||||
"System roles cannot be deleted" : "Systemrollen können nicht gelöscht werden",
|
||||
"Team permissions" : "Team-Berechtigungen",
|
||||
"Manage category permissions for Nextcloud Teams" : "Kategorieberechtigungen für Nextcloud Teams verwalten",
|
||||
"Loading teams …" : "Lade Teams …",
|
||||
"Error loading teams" : "Fehler beim Laden der Teams",
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Kontenverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Konten …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktiv",
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Roles" : "Rollen",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Erweitern",
|
||||
@@ -125,6 +125,18 @@
|
||||
"Threads" : "Themen",
|
||||
"Replies" : "Antworten",
|
||||
"No description available" : "Keine Beschreibung verfügbar",
|
||||
"New activity" : "Neue Aktivität",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can post" : "Kann posten",
|
||||
"Can reply" : "Kann antworten",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Allow All" : "Alles zulassen",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Ansicht:{bEnd} Ermöglicht das Anzeigen der Kategorie und ihrer Threads.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -221,6 +233,7 @@
|
||||
"Thread created" : "Thema erstellt",
|
||||
"Failed to create thread" : "Fehler beim Erstellen des Themas",
|
||||
"No category specified" : "Keine Kategorie angegeben",
|
||||
"You do not have permission to create threads in this category." : "Sie haben keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
|
||||
"Error" : "Fehler",
|
||||
"First activity" : "Erste Aktivität",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
@@ -260,6 +273,7 @@
|
||||
"Be the first to reply in this thread." : "Seien Sie der Erste, der auf dieses Thema antwortet.",
|
||||
"by" : "von",
|
||||
"This thread is locked. Only moderators can add replies." : "Dieses Thema ist gesperrt. Nur die Moderation kann Antworten hinzufügen.",
|
||||
"You do not have permission to reply in this category." : "Sie haben keine Berechtigung, in dieser Kategorie zu antworten.",
|
||||
"You must be signed in to reply to this thread." : "Sie müssen angemeldet sein, um auf dieses Thema zu antworten.",
|
||||
"Sign in to reply" : "Anmelden um zu antworten",
|
||||
"Lock thread" : "Thema sperren",
|
||||
@@ -364,9 +378,9 @@
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
|
||||
"Roles that can view" : "Rollen, die ansehen können",
|
||||
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
"Roles that can moderate" : "Rollen mit Moderationsberechtigung",
|
||||
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
|
||||
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
|
||||
"Select roles …" : "Rollen auswählen ...",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
@@ -446,10 +460,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
|
||||
"Category permissions" : "Kategorieberechtigungen",
|
||||
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Kann ansehen",
|
||||
"Can moderate" : "Kann moderieren",
|
||||
"Allow" : "Zulassen",
|
||||
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
|
||||
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
@@ -466,17 +476,30 @@
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Besitzer",
|
||||
"Created" : "Erstellt",
|
||||
"Actions" : "Aktionen",
|
||||
"No description" : "Keine Beschreibung",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
|
||||
"System roles cannot be deleted" : "Systemrollen können nicht gelöscht werden",
|
||||
"Team permissions" : "Team-Berechtigungen",
|
||||
"Manage category permissions for Nextcloud Teams" : "Kategorieberechtigungen für Nextcloud Teams verwalten",
|
||||
"Loading teams …" : "Lade Teams …",
|
||||
"Error loading teams" : "Fehler beim Laden der Teams",
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Kontenverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Konten …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktiv",
|
||||
|
||||
416
l10n/el.js
416
l10n/el.js
File diff suppressed because one or more lines are too long
416
l10n/el.json
416
l10n/el.json
File diff suppressed because one or more lines are too long
@@ -78,7 +78,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
@@ -127,6 +126,11 @@ OC.L10N.register(
|
||||
"Threads" : "Threads",
|
||||
"Replies" : "Replies",
|
||||
"No description available" : "No description available",
|
||||
"New activity" : "New activity",
|
||||
"Category" : "Category",
|
||||
"Can view" : "Can view",
|
||||
"Can moderate" : "Can moderate",
|
||||
"Allow" : "Allow",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -366,9 +370,7 @@ OC.L10N.register(
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
|
||||
"Roles that can view" : "Roles that can view",
|
||||
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
|
||||
"Roles that can moderate" : "Roles that can moderate",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
|
||||
"Select roles …" : "Select roles …",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
@@ -448,10 +450,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
|
||||
"Category permissions" : "Category permissions",
|
||||
"Set which categories this role can access" : "Set which categories this role can access",
|
||||
"Category" : "Category",
|
||||
"Can view" : "Can view",
|
||||
"Can moderate" : "Can moderate",
|
||||
"Allow" : "Allow",
|
||||
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
|
||||
"Admin role has full access to all categories" : "Admin role has full access to all categories",
|
||||
"Guest role cannot have admin permissions" : "Guest role cannot have admin permissions",
|
||||
@@ -468,17 +466,20 @@ OC.L10N.register(
|
||||
"No roles found" : "No roles found",
|
||||
"Create your first role to get started" : "Create your first role to get started",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Owner",
|
||||
"Created" : "Created",
|
||||
"Actions" : "Actions",
|
||||
"No description" : "No description",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Are you sure you want to delete the role \"{name}\"? This action cannot be undone.",
|
||||
"System roles cannot be deleted" : "System roles cannot be deleted",
|
||||
"No teams found" : "No teams found",
|
||||
"User management" : "User management",
|
||||
"Manage forum users, roles and permissions" : "Manage forum users, roles and permissions",
|
||||
"Loading users …" : "Loading users …",
|
||||
"Error loading users" : "Error loading users",
|
||||
"No users found" : "No users found",
|
||||
"There are no forum users yet" : "There are no forum users yet",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Joined",
|
||||
"Status" : "Status",
|
||||
"Active" : "Active",
|
||||
|
||||
@@ -76,7 +76,6 @@
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
@@ -125,6 +124,11 @@
|
||||
"Threads" : "Threads",
|
||||
"Replies" : "Replies",
|
||||
"No description available" : "No description available",
|
||||
"New activity" : "New activity",
|
||||
"Category" : "Category",
|
||||
"Can view" : "Can view",
|
||||
"Can moderate" : "Can moderate",
|
||||
"Allow" : "Allow",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -364,9 +368,7 @@
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
|
||||
"Roles that can view" : "Roles that can view",
|
||||
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
|
||||
"Roles that can moderate" : "Roles that can moderate",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
|
||||
"Select roles …" : "Select roles …",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
@@ -446,10 +448,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
|
||||
"Category permissions" : "Category permissions",
|
||||
"Set which categories this role can access" : "Set which categories this role can access",
|
||||
"Category" : "Category",
|
||||
"Can view" : "Can view",
|
||||
"Can moderate" : "Can moderate",
|
||||
"Allow" : "Allow",
|
||||
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
|
||||
"Admin role has full access to all categories" : "Admin role has full access to all categories",
|
||||
"Guest role cannot have admin permissions" : "Guest role cannot have admin permissions",
|
||||
@@ -466,17 +464,20 @@
|
||||
"No roles found" : "No roles found",
|
||||
"Create your first role to get started" : "Create your first role to get started",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Owner",
|
||||
"Created" : "Created",
|
||||
"Actions" : "Actions",
|
||||
"No description" : "No description",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Are you sure you want to delete the role \"{name}\"? This action cannot be undone.",
|
||||
"System roles cannot be deleted" : "System roles cannot be deleted",
|
||||
"No teams found" : "No teams found",
|
||||
"User management" : "User management",
|
||||
"Manage forum users, roles and permissions" : "Manage forum users, roles and permissions",
|
||||
"Loading users …" : "Loading users …",
|
||||
"Error loading users" : "Error loading users",
|
||||
"No users found" : "No users found",
|
||||
"There are no forum users yet" : "There are no forum users yet",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Joined",
|
||||
"Status" : "Status",
|
||||
"Active" : "Active",
|
||||
|
||||
@@ -17,6 +17,8 @@ OC.L10N.register(
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Move" : "Movi",
|
||||
@@ -49,9 +51,8 @@ OC.L10N.register(
|
||||
"Settings saved" : "Agordoj konservitaj",
|
||||
"Failed to save settings" : "Konservo de agordoj malsukcesis",
|
||||
"Reset" : "Restarigi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"ID" : "Identigilo",
|
||||
"Owner" : "Posedanto",
|
||||
"Created" : "Kreita",
|
||||
"Actions" : "Agoj",
|
||||
"Joined" : "Membriĝinta",
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Move" : "Movi",
|
||||
@@ -47,9 +49,8 @@
|
||||
"Settings saved" : "Agordoj konservitaj",
|
||||
"Failed to save settings" : "Konservo de agordoj malsukcesis",
|
||||
"Reset" : "Restarigi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"ID" : "Identigilo",
|
||||
"Owner" : "Posedanto",
|
||||
"Created" : "Kreita",
|
||||
"Actions" : "Agoj",
|
||||
"Joined" : "Membriĝinta",
|
||||
|
||||
80
l10n/es.js
80
l10n/es.js
@@ -1,6 +1,18 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "Actividad reciente del foro",
|
||||
"More activity" : "Más actividad",
|
||||
"New thread by %1$s" : "Nuevo hilo de %1$s",
|
||||
"Reply by %1$s" : "Respondido por %1$s",
|
||||
"No recent forum activity" : "No hay actividad reciente en el foro",
|
||||
"Top Forum activity" : "Actividad principal del foro",
|
||||
"Browse forum" : "Explorar el foro",
|
||||
"No forum activity" : "Sin actividad en el foro",
|
||||
"Top Forum categories" : "Categorías principales del foro",
|
||||
"No categories available" : "No hay categorías disponibles",
|
||||
"Top Forum threads" : "Hilos principales del foro",
|
||||
"No threads available" : "No hay hilos disponibles",
|
||||
"Admin" : "Administrador",
|
||||
"Administrator role with full permissions" : "Rol de administrador con permisos completos",
|
||||
"Moderator" : "Moderador",
|
||||
@@ -11,32 +23,95 @@ OC.L10N.register(
|
||||
"Guest role for unauthenticated users with read-only access" : "Rol de invitado para usuarios sin autenticar con acceso de solo lectura",
|
||||
"General" : "General",
|
||||
"General discussion categories" : "Categorías de discusión general",
|
||||
"General discussions" : "Discusiones generales",
|
||||
"A place for general conversations and discussions" : "Un lugar para conversaciones y debates generales.",
|
||||
"Support" : "Soporte",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Haga preguntas sobre el foro, proporcione comentarios o informe de problemas.",
|
||||
"Inline code" : "Código en línea",
|
||||
"Spoiler title" : "Título del spoiler",
|
||||
"Hidden content" : "Contenido oculto",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Adjunto",
|
||||
"Welcome to the Nextcloud Forums!" : "¡Bienvenida a los foros de Nextcloud!",
|
||||
"This is a community-driven forum built right into your Nextcloud instance. Here you can discuss topics, share ideas and collaborate with other users." : "Este es un foro comunitario integrado en tu instancia de Nextcloud. Aquí puedes debatir temas, compartir ideas y colaborar con otros usuarios.",
|
||||
"Features:" : "Características:",
|
||||
"Create and reply to threads" : "Crear y responder a discusiones",
|
||||
"Organize discussions by categories" : "Organizar las discusiones por categorías",
|
||||
"Use BBCode for rich text formatting" : "Utilice BBCode para formato de texto enriquecido",
|
||||
"Attach files from your Nextcloud storage" : "Adjunte archivos desde su almacenamiento de Nextcloud",
|
||||
"React to posts" : "Reacciona a las publicaciones",
|
||||
"Track read/unread threads" : "Seguimiento de discusiones leídos/no leídos",
|
||||
"BBCode examples:" : "Ejemplos de BBCode",
|
||||
"Bold text" : "Texto en negrita",
|
||||
"Use %1$stext%2$s" : "Usar %1$s texto %2$s",
|
||||
"Italic text" : "Texto en cursiva",
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Siéntete libre de iniciar una nueva discusión o responder a discusiones existentes. ¡Felices publicaciones!",
|
||||
"Welcome to Nextcloud Forums" : "Bienvenida a los foros de Nextcloud",
|
||||
"Forum" : "Foro",
|
||||
"{user} mentioned you in {thread}" : "{user} te mencionó en {thread}",
|
||||
"Welcome to the forum!" : "¡Bienvenida al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado en su instancia de Nextcloud",
|
||||
"Repair Database Initial Data" : "Reparar datos iniciales de la base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Ejecute el comando de reparación de datos iniciales en la base de datos para restaurar los datos predeterminados del foro (roles, categorías, permisos y BBCodes). Puede ejecutarlo varias veces sin problemas, ya que omitirá los datos existentes.",
|
||||
"Run Repair Database Initial Data" : "Ejecute el comando de reparación de datos iniciales en la base de datos",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asignar roles de foro a los usuarios. Esto permite otorgar privilegios de administrador o moderador a usuarios específicos.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Enter user ID" : "Introduzca el ID de usuario",
|
||||
"Role" : "Cargo",
|
||||
"Select a role" : "Seleccionar un rol",
|
||||
"Assign Role" : "Asignar un rol",
|
||||
"Failed to fetch roles" : "No se pudieron obtener los roles",
|
||||
"Failed to run repair database initial data" : "Fallo al ejecutar la reparación de datos iniciales en la base de datos",
|
||||
"Failed to assign role" : "Fallo al asignar un rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias del usuario",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "Códigos BBCodes",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart} Por favor tenga en cuenta: {bEnd} los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración para compartir el archivo.",
|
||||
"Drop file here to upload" : "Suelte el archivo aquí para subirlo",
|
||||
"Hello world!" : "¡Hola, mundo!",
|
||||
"Hello moon!" : "¡Hola luna!",
|
||||
"Font style bold" : "Estilo de fuente negrita",
|
||||
"Font style italic" : "Estilo de fuente cursiva",
|
||||
"Font style struck through" : "Estilo de fuente tachado",
|
||||
"Font style underlined" : "Estilo de fuente subrayado",
|
||||
"Code" : "Código",
|
||||
"Email (clickable)" : "Correo electrónico (se puede hacer clic)",
|
||||
"URL (clickable)" : "URL (se puede hacer clic)",
|
||||
"Image (not clickable)" : "Imagen (no se puede hacer clic)",
|
||||
"Quote" : "Presupuesto",
|
||||
"Embedded YouTube video" : "Vídeo de YouTube incrustado",
|
||||
"Font (name)" : "Fuente (nombre)",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Font color" : "Color de la fuente",
|
||||
"Align left" : "Alinear a la izquierda",
|
||||
"Align center" : "Alinear al centro",
|
||||
"Align right" : "Alinear a la derecha",
|
||||
"List" : "Lista",
|
||||
"List item within a list" : "Elemento de lista dentro de una lista",
|
||||
"List item within a list (alias)" : "List item within a list (alias)",
|
||||
"BBCode help" : "Ayuda de BBCode",
|
||||
"Built-in BBCodes" : "Códigos BBCodes integrados",
|
||||
"These BBCodes are available by default." : "Estos BBCodes están disponibles de forma predeterminada.",
|
||||
"Custom BBCodes" : "Códigos BBC personalizados",
|
||||
"Insert emoji" : "Insertar emoji",
|
||||
"Upload failed" : "Error en la subida",
|
||||
"Close" : "Cerrar",
|
||||
"Failed to upload file" : "Error al subir el archivo",
|
||||
"Threads" : "Hilos",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
@@ -100,15 +175,16 @@ OC.L10N.register(
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se han encontrado usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
|
||||
80
l10n/es.json
80
l10n/es.json
@@ -1,4 +1,16 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Actividad reciente del foro",
|
||||
"More activity" : "Más actividad",
|
||||
"New thread by %1$s" : "Nuevo hilo de %1$s",
|
||||
"Reply by %1$s" : "Respondido por %1$s",
|
||||
"No recent forum activity" : "No hay actividad reciente en el foro",
|
||||
"Top Forum activity" : "Actividad principal del foro",
|
||||
"Browse forum" : "Explorar el foro",
|
||||
"No forum activity" : "Sin actividad en el foro",
|
||||
"Top Forum categories" : "Categorías principales del foro",
|
||||
"No categories available" : "No hay categorías disponibles",
|
||||
"Top Forum threads" : "Hilos principales del foro",
|
||||
"No threads available" : "No hay hilos disponibles",
|
||||
"Admin" : "Administrador",
|
||||
"Administrator role with full permissions" : "Rol de administrador con permisos completos",
|
||||
"Moderator" : "Moderador",
|
||||
@@ -9,32 +21,95 @@
|
||||
"Guest role for unauthenticated users with read-only access" : "Rol de invitado para usuarios sin autenticar con acceso de solo lectura",
|
||||
"General" : "General",
|
||||
"General discussion categories" : "Categorías de discusión general",
|
||||
"General discussions" : "Discusiones generales",
|
||||
"A place for general conversations and discussions" : "Un lugar para conversaciones y debates generales.",
|
||||
"Support" : "Soporte",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Haga preguntas sobre el foro, proporcione comentarios o informe de problemas.",
|
||||
"Inline code" : "Código en línea",
|
||||
"Spoiler title" : "Título del spoiler",
|
||||
"Hidden content" : "Contenido oculto",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Adjunto",
|
||||
"Welcome to the Nextcloud Forums!" : "¡Bienvenida a los foros de Nextcloud!",
|
||||
"This is a community-driven forum built right into your Nextcloud instance. Here you can discuss topics, share ideas and collaborate with other users." : "Este es un foro comunitario integrado en tu instancia de Nextcloud. Aquí puedes debatir temas, compartir ideas y colaborar con otros usuarios.",
|
||||
"Features:" : "Características:",
|
||||
"Create and reply to threads" : "Crear y responder a discusiones",
|
||||
"Organize discussions by categories" : "Organizar las discusiones por categorías",
|
||||
"Use BBCode for rich text formatting" : "Utilice BBCode para formato de texto enriquecido",
|
||||
"Attach files from your Nextcloud storage" : "Adjunte archivos desde su almacenamiento de Nextcloud",
|
||||
"React to posts" : "Reacciona a las publicaciones",
|
||||
"Track read/unread threads" : "Seguimiento de discusiones leídos/no leídos",
|
||||
"BBCode examples:" : "Ejemplos de BBCode",
|
||||
"Bold text" : "Texto en negrita",
|
||||
"Use %1$stext%2$s" : "Usar %1$s texto %2$s",
|
||||
"Italic text" : "Texto en cursiva",
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Siéntete libre de iniciar una nueva discusión o responder a discusiones existentes. ¡Felices publicaciones!",
|
||||
"Welcome to Nextcloud Forums" : "Bienvenida a los foros de Nextcloud",
|
||||
"Forum" : "Foro",
|
||||
"{user} mentioned you in {thread}" : "{user} te mencionó en {thread}",
|
||||
"Welcome to the forum!" : "¡Bienvenida al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado en su instancia de Nextcloud",
|
||||
"Repair Database Initial Data" : "Reparar datos iniciales de la base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Ejecute el comando de reparación de datos iniciales en la base de datos para restaurar los datos predeterminados del foro (roles, categorías, permisos y BBCodes). Puede ejecutarlo varias veces sin problemas, ya que omitirá los datos existentes.",
|
||||
"Run Repair Database Initial Data" : "Ejecute el comando de reparación de datos iniciales en la base de datos",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asignar roles de foro a los usuarios. Esto permite otorgar privilegios de administrador o moderador a usuarios específicos.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Enter user ID" : "Introduzca el ID de usuario",
|
||||
"Role" : "Cargo",
|
||||
"Select a role" : "Seleccionar un rol",
|
||||
"Assign Role" : "Asignar un rol",
|
||||
"Failed to fetch roles" : "No se pudieron obtener los roles",
|
||||
"Failed to run repair database initial data" : "Fallo al ejecutar la reparación de datos iniciales en la base de datos",
|
||||
"Failed to assign role" : "Fallo al asignar un rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias del usuario",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "Códigos BBCodes",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart} Por favor tenga en cuenta: {bEnd} los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración para compartir el archivo.",
|
||||
"Drop file here to upload" : "Suelte el archivo aquí para subirlo",
|
||||
"Hello world!" : "¡Hola, mundo!",
|
||||
"Hello moon!" : "¡Hola luna!",
|
||||
"Font style bold" : "Estilo de fuente negrita",
|
||||
"Font style italic" : "Estilo de fuente cursiva",
|
||||
"Font style struck through" : "Estilo de fuente tachado",
|
||||
"Font style underlined" : "Estilo de fuente subrayado",
|
||||
"Code" : "Código",
|
||||
"Email (clickable)" : "Correo electrónico (se puede hacer clic)",
|
||||
"URL (clickable)" : "URL (se puede hacer clic)",
|
||||
"Image (not clickable)" : "Imagen (no se puede hacer clic)",
|
||||
"Quote" : "Presupuesto",
|
||||
"Embedded YouTube video" : "Vídeo de YouTube incrustado",
|
||||
"Font (name)" : "Fuente (nombre)",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Font color" : "Color de la fuente",
|
||||
"Align left" : "Alinear a la izquierda",
|
||||
"Align center" : "Alinear al centro",
|
||||
"Align right" : "Alinear a la derecha",
|
||||
"List" : "Lista",
|
||||
"List item within a list" : "Elemento de lista dentro de una lista",
|
||||
"List item within a list (alias)" : "List item within a list (alias)",
|
||||
"BBCode help" : "Ayuda de BBCode",
|
||||
"Built-in BBCodes" : "Códigos BBCodes integrados",
|
||||
"These BBCodes are available by default." : "Estos BBCodes están disponibles de forma predeterminada.",
|
||||
"Custom BBCodes" : "Códigos BBC personalizados",
|
||||
"Insert emoji" : "Insertar emoji",
|
||||
"Upload failed" : "Error en la subida",
|
||||
"Close" : "Cerrar",
|
||||
"Failed to upload file" : "Error al subir el archivo",
|
||||
"Threads" : "Hilos",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
@@ -98,15 +173,16 @@
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se han encontrado usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -41,8 +42,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restaurar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -39,8 +40,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restaurar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -17,6 +17,8 @@ OC.L10N.register(
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -47,8 +49,6 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -45,8 +47,6 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
@@ -41,8 +42,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
@@ -39,8 +40,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -43,7 +44,6 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -41,7 +42,6 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -42,8 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -40,8 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -44,8 +45,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -42,8 +43,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -53,7 +53,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expandir",
|
||||
@@ -96,6 +95,10 @@ OC.L10N.register(
|
||||
"Threads" : "Hilos",
|
||||
"Replies" : "Respuestas",
|
||||
"No description available" : "No hay descripción disponible",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Puede ver",
|
||||
"Can moderate" : "Puede moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Create category header" : "Crear encabezado de categoría",
|
||||
"Edit category header" : "Editar encabezado de categoría",
|
||||
"Header name" : "Nombre del encabezado",
|
||||
@@ -269,9 +272,7 @@ OC.L10N.register(
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Control which roles can access and moderate this category" : "Controla qué roles pueden acceder y moderar esta categoría",
|
||||
"Roles that can view" : "Roles que pueden ver",
|
||||
"Select roles that can view this category and its threads" : "Selecciona los roles que pueden ver esta categoría y sus hilos",
|
||||
"Roles that can moderate" : "Roles que pueden moderar",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Selecciona los roles que pueden moderar (editar/eliminar) contenido en esta categoría",
|
||||
"Select roles …" : "Seleccionar roles …",
|
||||
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
|
||||
@@ -350,10 +351,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar y eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Establecer a qué categorías puede acceder este rol",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Puede ver",
|
||||
"Can moderate" : "Puede moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Admin role must have all permissions enabled" : "El rol de administrador debe tener todos los permisos habilitados",
|
||||
"Admin role has full access to all categories" : "El rol de administrador tiene acceso completo a todas las categorías",
|
||||
"Guest role cannot have admin permissions" : "El rol de invitado no puede tener permisos de administrador",
|
||||
@@ -369,6 +366,7 @@ OC.L10N.register(
|
||||
"No roles found" : "No se encontraron roles",
|
||||
"Create your first role to get started" : "Crea tu primer rol para comenzar",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
@@ -380,6 +378,7 @@ OC.L10N.register(
|
||||
"Error loading users" : "Error al cargar usuarios",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"There are no forum users yet" : "Aún no hay usuarios en el foro",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expandir",
|
||||
@@ -94,6 +93,10 @@
|
||||
"Threads" : "Hilos",
|
||||
"Replies" : "Respuestas",
|
||||
"No description available" : "No hay descripción disponible",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Puede ver",
|
||||
"Can moderate" : "Puede moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Create category header" : "Crear encabezado de categoría",
|
||||
"Edit category header" : "Editar encabezado de categoría",
|
||||
"Header name" : "Nombre del encabezado",
|
||||
@@ -267,9 +270,7 @@
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Control which roles can access and moderate this category" : "Controla qué roles pueden acceder y moderar esta categoría",
|
||||
"Roles that can view" : "Roles que pueden ver",
|
||||
"Select roles that can view this category and its threads" : "Selecciona los roles que pueden ver esta categoría y sus hilos",
|
||||
"Roles that can moderate" : "Roles que pueden moderar",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Selecciona los roles que pueden moderar (editar/eliminar) contenido en esta categoría",
|
||||
"Select roles …" : "Seleccionar roles …",
|
||||
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
|
||||
@@ -348,10 +349,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar y eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Establecer a qué categorías puede acceder este rol",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Puede ver",
|
||||
"Can moderate" : "Puede moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Admin role must have all permissions enabled" : "El rol de administrador debe tener todos los permisos habilitados",
|
||||
"Admin role has full access to all categories" : "El rol de administrador tiene acceso completo a todas las categorías",
|
||||
"Guest role cannot have admin permissions" : "El rol de invitado no puede tener permisos de administrador",
|
||||
@@ -367,6 +364,7 @@
|
||||
"No roles found" : "No se encontraron roles",
|
||||
"Create your first role to get started" : "Crea tu primer rol para comenzar",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
@@ -378,6 +376,7 @@
|
||||
"Error loading users" : "Error al cargar usuarios",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"There are no forum users yet" : "Aún no hay usuarios en el foro",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -43,8 +44,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -41,8 +42,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
@@ -42,8 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
@@ -40,8 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -24,6 +24,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "Insertar emoticono",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
@@ -71,11 +73,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Failed to save settings" : "No se pudo guardar la configuración",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
"Insert emoji" : "Insertar emoticono",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
@@ -69,11 +71,11 @@
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Failed to save settings" : "No se pudo guardar la configuración",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -42,8 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -40,8 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -42,8 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -40,8 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -41,8 +42,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -39,8 +40,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -42,8 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -40,8 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -15,6 +15,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -43,7 +44,6 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -41,7 +42,6 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -42,8 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -40,8 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -14,6 +14,7 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -41,8 +42,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -39,8 +40,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -77,7 +77,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Töölaud/Juhtpaneel",
|
||||
"Forum settings" : "Foorumi seadistused",
|
||||
"Users" : "Kasutajad",
|
||||
"Roles" : "Rollid",
|
||||
"Roles & Teams" : "Rollid ja tiimid",
|
||||
"Categories" : "Kategooriad",
|
||||
"BBCodes" : "BBCode'i märgistus",
|
||||
"Expand" : "Laienda",
|
||||
@@ -126,6 +126,18 @@ OC.L10N.register(
|
||||
"Threads" : "Jutulõngad",
|
||||
"Replies" : "Vastused",
|
||||
"No description available" : "Kirjeldust pole saadaval",
|
||||
"New activity" : "Uus tegevus",
|
||||
"Category" : "Kategooria",
|
||||
"Can view" : "Võib vaadata",
|
||||
"Can post" : "Võib postitada",
|
||||
"Can reply" : "Võib vastata",
|
||||
"Can moderate" : "Võib modereerida",
|
||||
"Allow" : "Luba",
|
||||
"Allow All" : "Luba kõike",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Vaatamine:{bEnd} Võib vaadata kategooriat ja selle jutulõnge.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Postitamine:{bEnd} Võib selles kategoorias lisada uusi jutulõnge.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
@@ -222,6 +234,7 @@ OC.L10N.register(
|
||||
"Thread created" : "Jutulõng on lisandunud",
|
||||
"Failed to create thread" : "Jutulõnga alustamine ei õnnestunud",
|
||||
"No category specified" : "Ühtegi kategooriat pole määratletud",
|
||||
"You do not have permission to create threads in this category." : "Sul pole õigusi selles kategoorias jutulõngade lisamiseks.",
|
||||
"Error" : "Viga",
|
||||
"First activity" : "Esimene tegevus",
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
@@ -261,6 +274,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Ole esimene, kes vastab selles jutulõngas.",
|
||||
"by" : "kasutajalt",
|
||||
"This thread is locked. Only moderators can add replies." : "See jutulõng on lukustatud. Vaid moderaatorid võivad siin vastata.",
|
||||
"You do not have permission to reply in this category." : "Sul pole õigusi selles kategoorias vastamiseks.",
|
||||
"You must be signed in to reply to this thread." : "Sellele jutulõngale vastamiseks pead logima sisse",
|
||||
"Sign in to reply" : "Vastamiseks logis sisse",
|
||||
"Lock thread" : "Lukusta jutulõng",
|
||||
@@ -365,9 +379,9 @@ OC.L10N.register(
|
||||
"New" : "Uus",
|
||||
"Permissions" : "Õigused",
|
||||
"Control which roles can access and moderate this category" : "Halda rollide õigusi selle kategooria vaatamisel ja modeerimisel",
|
||||
"Roles that can view" : "Rollid, mis võivad vaadata",
|
||||
"Select roles that can view this category and its threads" : "Vali rollid, mis võivad seda kategooriat ja tema jutulõngu näha",
|
||||
"Roles that can moderate" : "Rollid, mis võivad modereerida",
|
||||
"Select roles that can create new threads in this category" : "Vali rollid, mis võivad selles kategoorias uusi jutulõngu lisada",
|
||||
"Select roles that can reply to threads in this category" : "Vali rollid, mis võivad selle kategooria jutulõngadele vastata",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Vali rollid, mis võivad seda kategooriat modereerida (muuta ja kustutada)",
|
||||
"Select roles …" : "Vali rollid…",
|
||||
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
|
||||
@@ -447,10 +461,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Luba kategooriate lisamine, muutmine ja kustutamine",
|
||||
"Category permissions" : "Kategooria õigused",
|
||||
"Set which categories this role can access" : "Mis kategooriatele rollil on ligipääs",
|
||||
"Category" : "Kategooria",
|
||||
"Can view" : "Võib vaadata",
|
||||
"Can moderate" : "Võib modereerida",
|
||||
"Allow" : "Luba",
|
||||
"Admin role must have all permissions enabled" : "Peakasutaja rollil peavad olema kõik õigused lubatud",
|
||||
"Admin role has full access to all categories" : "Peakasutaja rollil on ligipääs kõikidele kategooriatele",
|
||||
"Guest role cannot have admin permissions" : "Külalisrollil ei saa olla peakasutaja õigusi",
|
||||
@@ -467,17 +477,30 @@ OC.L10N.register(
|
||||
"No roles found" : "Rolle ei leidu",
|
||||
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
|
||||
"ID" : "Tunnus",
|
||||
"Owner" : "Omanik",
|
||||
"Created" : "Loodud",
|
||||
"Actions" : "Tegevused",
|
||||
"No description" : "Kirjeldus puudub",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Kas sa oled kindel, et soovid „{name}“ rolli kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"System roles cannot be deleted" : "Süsteemseid rolle ei saa kustutada",
|
||||
"Team permissions" : "Tiimide õigused",
|
||||
"Manage category permissions for Nextcloud Teams" : "Seadista kategooriate õigusi Nextcloudi tiimide jaoks",
|
||||
"Loading teams …" : "Laadin tiime…",
|
||||
"Error loading teams" : "Viga tiimide laadimisel",
|
||||
"No teams found" : "Tiime ei leidu",
|
||||
"No Nextcloud Teams are available" : "Ühtegi Nextcloud tiimi pole saadaval",
|
||||
"Edit team" : "Muuda tiimi",
|
||||
"Configure category permissions for this team" : "Seadista selle tiimi õigusi kategooriate kontekstis",
|
||||
"Error loading team" : "Viga tiimi laadimisel",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Sa muudad tiimi õigusi kategooria kontekstis. Tiimi liikmelisust saad muuta Nextcloudi tiimide rakenduses.",
|
||||
"Set which categories this team can access" : "Vali kategooriad, mida see tiim näeb",
|
||||
"User management" : "Kasutajate haldus",
|
||||
"Manage forum users, roles and permissions" : "Halda kasutajaid, rolle ja õigusi",
|
||||
"Loading users …" : "Laadin kasutajaid…",
|
||||
"Error loading users" : "Viga kasutajate laadimisel",
|
||||
"No users found" : "Kasutajaid ei leidu",
|
||||
"There are no forum users yet" : "Foormis pole veel kasutajaid",
|
||||
"Roles" : "Rollid",
|
||||
"Joined" : "Liitus",
|
||||
"Status" : "Olek",
|
||||
"Active" : "Aktiivne",
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
"Dashboard" : "Töölaud/Juhtpaneel",
|
||||
"Forum settings" : "Foorumi seadistused",
|
||||
"Users" : "Kasutajad",
|
||||
"Roles" : "Rollid",
|
||||
"Roles & Teams" : "Rollid ja tiimid",
|
||||
"Categories" : "Kategooriad",
|
||||
"BBCodes" : "BBCode'i märgistus",
|
||||
"Expand" : "Laienda",
|
||||
@@ -124,6 +124,18 @@
|
||||
"Threads" : "Jutulõngad",
|
||||
"Replies" : "Vastused",
|
||||
"No description available" : "Kirjeldust pole saadaval",
|
||||
"New activity" : "Uus tegevus",
|
||||
"Category" : "Kategooria",
|
||||
"Can view" : "Võib vaadata",
|
||||
"Can post" : "Võib postitada",
|
||||
"Can reply" : "Võib vastata",
|
||||
"Can moderate" : "Võib modereerida",
|
||||
"Allow" : "Luba",
|
||||
"Allow All" : "Luba kõike",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Vaatamine:{bEnd} Võib vaadata kategooriat ja selle jutulõnge.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Postitamine:{bEnd} Võib selles kategoorias lisada uusi jutulõnge.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
@@ -220,6 +232,7 @@
|
||||
"Thread created" : "Jutulõng on lisandunud",
|
||||
"Failed to create thread" : "Jutulõnga alustamine ei õnnestunud",
|
||||
"No category specified" : "Ühtegi kategooriat pole määratletud",
|
||||
"You do not have permission to create threads in this category." : "Sul pole õigusi selles kategoorias jutulõngade lisamiseks.",
|
||||
"Error" : "Viga",
|
||||
"First activity" : "Esimene tegevus",
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
@@ -259,6 +272,7 @@
|
||||
"Be the first to reply in this thread." : "Ole esimene, kes vastab selles jutulõngas.",
|
||||
"by" : "kasutajalt",
|
||||
"This thread is locked. Only moderators can add replies." : "See jutulõng on lukustatud. Vaid moderaatorid võivad siin vastata.",
|
||||
"You do not have permission to reply in this category." : "Sul pole õigusi selles kategoorias vastamiseks.",
|
||||
"You must be signed in to reply to this thread." : "Sellele jutulõngale vastamiseks pead logima sisse",
|
||||
"Sign in to reply" : "Vastamiseks logis sisse",
|
||||
"Lock thread" : "Lukusta jutulõng",
|
||||
@@ -363,9 +377,9 @@
|
||||
"New" : "Uus",
|
||||
"Permissions" : "Õigused",
|
||||
"Control which roles can access and moderate this category" : "Halda rollide õigusi selle kategooria vaatamisel ja modeerimisel",
|
||||
"Roles that can view" : "Rollid, mis võivad vaadata",
|
||||
"Select roles that can view this category and its threads" : "Vali rollid, mis võivad seda kategooriat ja tema jutulõngu näha",
|
||||
"Roles that can moderate" : "Rollid, mis võivad modereerida",
|
||||
"Select roles that can create new threads in this category" : "Vali rollid, mis võivad selles kategoorias uusi jutulõngu lisada",
|
||||
"Select roles that can reply to threads in this category" : "Vali rollid, mis võivad selle kategooria jutulõngadele vastata",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Vali rollid, mis võivad seda kategooriat modereerida (muuta ja kustutada)",
|
||||
"Select roles …" : "Vali rollid…",
|
||||
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
|
||||
@@ -445,10 +459,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Luba kategooriate lisamine, muutmine ja kustutamine",
|
||||
"Category permissions" : "Kategooria õigused",
|
||||
"Set which categories this role can access" : "Mis kategooriatele rollil on ligipääs",
|
||||
"Category" : "Kategooria",
|
||||
"Can view" : "Võib vaadata",
|
||||
"Can moderate" : "Võib modereerida",
|
||||
"Allow" : "Luba",
|
||||
"Admin role must have all permissions enabled" : "Peakasutaja rollil peavad olema kõik õigused lubatud",
|
||||
"Admin role has full access to all categories" : "Peakasutaja rollil on ligipääs kõikidele kategooriatele",
|
||||
"Guest role cannot have admin permissions" : "Külalisrollil ei saa olla peakasutaja õigusi",
|
||||
@@ -465,17 +475,30 @@
|
||||
"No roles found" : "Rolle ei leidu",
|
||||
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
|
||||
"ID" : "Tunnus",
|
||||
"Owner" : "Omanik",
|
||||
"Created" : "Loodud",
|
||||
"Actions" : "Tegevused",
|
||||
"No description" : "Kirjeldus puudub",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Kas sa oled kindel, et soovid „{name}“ rolli kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"System roles cannot be deleted" : "Süsteemseid rolle ei saa kustutada",
|
||||
"Team permissions" : "Tiimide õigused",
|
||||
"Manage category permissions for Nextcloud Teams" : "Seadista kategooriate õigusi Nextcloudi tiimide jaoks",
|
||||
"Loading teams …" : "Laadin tiime…",
|
||||
"Error loading teams" : "Viga tiimide laadimisel",
|
||||
"No teams found" : "Tiime ei leidu",
|
||||
"No Nextcloud Teams are available" : "Ühtegi Nextcloud tiimi pole saadaval",
|
||||
"Edit team" : "Muuda tiimi",
|
||||
"Configure category permissions for this team" : "Seadista selle tiimi õigusi kategooriate kontekstis",
|
||||
"Error loading team" : "Viga tiimi laadimisel",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Sa muudad tiimi õigusi kategooria kontekstis. Tiimi liikmelisust saad muuta Nextcloudi tiimide rakenduses.",
|
||||
"Set which categories this team can access" : "Vali kategooriad, mida see tiim näeb",
|
||||
"User management" : "Kasutajate haldus",
|
||||
"Manage forum users, roles and permissions" : "Halda kasutajaid, rolle ja õigusi",
|
||||
"Loading users …" : "Laadin kasutajaid…",
|
||||
"Error loading users" : "Viga kasutajate laadimisel",
|
||||
"No users found" : "Kasutajaid ei leidu",
|
||||
"There are no forum users yet" : "Foormis pole veel kasutajaid",
|
||||
"Roles" : "Rollid",
|
||||
"Joined" : "Liitus",
|
||||
"Status" : "Olek",
|
||||
"Active" : "Aktiivne",
|
||||
|
||||
@@ -29,6 +29,8 @@ OC.L10N.register(
|
||||
"Upload failed" : "igotzeak huts egin du",
|
||||
"Close" : "Itxi",
|
||||
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Sortu",
|
||||
@@ -87,12 +89,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Reset" : "Berrezarri",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Jabea",
|
||||
"Created" : "Sortua",
|
||||
"Actions" : "Ekintzak",
|
||||
"No description" : "Deskribapenik ez",
|
||||
"No teams found" : "Ez da lantalderik aurkitu",
|
||||
"User management" : "Erabiltzaileen kudeaketa",
|
||||
"Loading users …" : "Erabiltzaileak kargatzen ...",
|
||||
"No users found" : "Ez da erabiltzailerik aurkitu",
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
"Upload failed" : "igotzeak huts egin du",
|
||||
"Close" : "Itxi",
|
||||
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Sortu",
|
||||
@@ -85,12 +87,12 @@
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Reset" : "Berrezarri",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Jabea",
|
||||
"Created" : "Sortua",
|
||||
"Actions" : "Ekintzak",
|
||||
"No description" : "Deskribapenik ez",
|
||||
"No teams found" : "Ez da lantalderik aurkitu",
|
||||
"User management" : "Erabiltzaileen kudeaketa",
|
||||
"Loading users …" : "Erabiltzaileak kargatzen ...",
|
||||
"No users found" : "Ez da erabiltzailerik aurkitu",
|
||||
|
||||
@@ -28,6 +28,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Upload failed" : "آپلود ناموفق",
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Cancel" : "انصراف",
|
||||
"Create" : "ایجاد",
|
||||
@@ -78,12 +80,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Reset" : "بازنشانی",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"ID" : "شناسه",
|
||||
"Owner" : "مالک",
|
||||
"Created" : "ایجاد شده",
|
||||
"Actions" : "کنشها",
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
|
||||
@@ -26,6 +26,8 @@
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Upload failed" : "آپلود ناموفق",
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Cancel" : "انصراف",
|
||||
"Create" : "ایجاد",
|
||||
@@ -76,12 +78,12 @@
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Reset" : "بازنشانی",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"ID" : "شناسه",
|
||||
"Owner" : "مالک",
|
||||
"Created" : "ایجاد شده",
|
||||
"Actions" : "کنشها",
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
|
||||
@@ -30,6 +30,9 @@ OC.L10N.register(
|
||||
"Upload failed" : "Lähetys epäonnistui",
|
||||
"Close" : "Sulje",
|
||||
"Failed to upload file" : "Tiedoston lähettäminen epäonnistui",
|
||||
"Threads" : "Keskusteluketjut",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -88,12 +91,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
|
||||
"Reset" : "Palauta",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Omistaja",
|
||||
"Created" : "Luonut",
|
||||
"Actions" : "Toiminnot",
|
||||
"No description" : "Ei kuvausta",
|
||||
"No teams found" : "Tiimejä ei löytynyt",
|
||||
"User management" : "Käyttäjähallinta",
|
||||
"Loading users …" : "Ladataan käyttäjiä…",
|
||||
"No users found" : "Käyttäjiä ei löytynyt",
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
"Upload failed" : "Lähetys epäonnistui",
|
||||
"Close" : "Sulje",
|
||||
"Failed to upload file" : "Tiedoston lähettäminen epäonnistui",
|
||||
"Threads" : "Keskusteluketjut",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -86,12 +89,12 @@
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
|
||||
"Reset" : "Palauta",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Omistaja",
|
||||
"Created" : "Luonut",
|
||||
"Actions" : "Toiminnot",
|
||||
"No description" : "Ei kuvausta",
|
||||
"No teams found" : "Tiimejä ei löytynyt",
|
||||
"User management" : "Käyttäjähallinta",
|
||||
"Loading users …" : "Ladataan käyttäjiä…",
|
||||
"No users found" : "Käyttäjiä ei löytynyt",
|
||||
|
||||
@@ -32,6 +32,8 @@ OC.L10N.register(
|
||||
"Close" : "Fermer",
|
||||
"Failed to upload file" : "Impossible de téléverser le fichier",
|
||||
"Threads" : "Fils de discussion",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Cancel" : "Annuler",
|
||||
"Create" : "Créer",
|
||||
@@ -96,12 +98,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Paramètres enregistrés",
|
||||
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propriétaire",
|
||||
"Created" : "Créée",
|
||||
"Actions" : "Actions",
|
||||
"No description" : "Pas de description",
|
||||
"No teams found" : "Aucune équipe trouvée",
|
||||
"User management" : "Gestion des utilisateurs",
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
"Close" : "Fermer",
|
||||
"Failed to upload file" : "Impossible de téléverser le fichier",
|
||||
"Threads" : "Fils de discussion",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Cancel" : "Annuler",
|
||||
"Create" : "Créer",
|
||||
@@ -94,12 +96,12 @@
|
||||
"Settings saved" : "Paramètres enregistrés",
|
||||
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propriétaire",
|
||||
"Created" : "Créée",
|
||||
"Actions" : "Actions",
|
||||
"No description" : "Pas de description",
|
||||
"No teams found" : "Aucune équipe trouvée",
|
||||
"User management" : "Gestion des utilisateurs",
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
|
||||
15
l10n/ga.js
15
l10n/ga.js
@@ -78,7 +78,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "Deais",
|
||||
"Forum settings" : "Socruithe an fhóraim",
|
||||
"Users" : "Úsáideoirí",
|
||||
"Roles" : "Róil",
|
||||
"Categories" : "Catagóirí",
|
||||
"BBCodes" : "BBCóid",
|
||||
"Expand" : "Leathnaigh",
|
||||
@@ -127,6 +126,11 @@ OC.L10N.register(
|
||||
"Threads" : "Snáitheanna",
|
||||
"Replies" : "Freagraí",
|
||||
"No description available" : "Níl aon chur síos ar fáil",
|
||||
"New activity" : "Gníomhaíocht nua",
|
||||
"Category" : "Catagóir",
|
||||
"Can view" : "Is féidir féachaint air",
|
||||
"Can moderate" : "Is féidir maolú a dhéanamh",
|
||||
"Allow" : "Ceadaigh",
|
||||
"Create category header" : "Cruthaigh ceanntásc catagóire",
|
||||
"Edit category header" : "Cuir ceanntásc na catagóire in eagar",
|
||||
"Header name" : "Ainm an cheanntásca",
|
||||
@@ -366,9 +370,7 @@ OC.L10N.register(
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
|
||||
"Roles that can view" : "Róil ar féidir leo féachaint orthu",
|
||||
"Select roles that can view this category and its threads" : "Roghnaigh róil ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Roles that can moderate" : "Róil ar féidir leo modhnóireacht a dhéanamh",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles …" : "Roghnaigh róil …",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
@@ -448,10 +450,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Ceadaigh catagóirí a chruthú, a chur in eagar agus a scriosadh",
|
||||
"Category permissions" : "Ceadanna catagóire",
|
||||
"Set which categories this role can access" : "Socraigh cé na catagóirí ar féidir leis an ról seo rochtain a fháil orthu",
|
||||
"Category" : "Catagóir",
|
||||
"Can view" : "Is féidir féachaint air",
|
||||
"Can moderate" : "Is féidir maolú a dhéanamh",
|
||||
"Allow" : "Ceadaigh",
|
||||
"Admin role must have all permissions enabled" : "Ní mór gach cead a bheith cumasaithe i ról an riarthóra",
|
||||
"Admin role has full access to all categories" : "Tá rochtain iomlán ag ról an riarthóra ar gach catagóir",
|
||||
"Guest role cannot have admin permissions" : "Ní féidir ceadanna riarthóra a bheith ag ról aoi",
|
||||
@@ -468,17 +466,20 @@ OC.L10N.register(
|
||||
"No roles found" : "Níor aimsíodh aon róil",
|
||||
"Create your first role to get started" : "Cruthaigh do chéad ról le tosú",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Úinéir",
|
||||
"Created" : "Cruthaithe",
|
||||
"Actions" : "Gníomhartha",
|
||||
"No description" : "Gan cur síos",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an ról \"{name}\" a scriosadh? Ní féidir an gníomh seo a chealú.",
|
||||
"System roles cannot be deleted" : "Ní féidir róil chórais a scriosadh",
|
||||
"No teams found" : "Níor aimsíodh foirne",
|
||||
"User management" : "Bainistíocht úsáideora",
|
||||
"Manage forum users, roles and permissions" : "Bainistigh úsáideoirí, róil agus ceadanna an fhóraim",
|
||||
"Loading users …" : "Úsáideoirí á lódáil…",
|
||||
"Error loading users" : "Earráid ag luchtú úsáideoirí",
|
||||
"No users found" : "Níor aimsíodh aon úsáideoirí",
|
||||
"There are no forum users yet" : "Níl aon úsáideoirí fóram ann fós",
|
||||
"Roles" : "Róil",
|
||||
"Joined" : "Chuaigh isteach",
|
||||
"Status" : "Stádas",
|
||||
"Active" : "Gníomhach",
|
||||
|
||||
15
l10n/ga.json
15
l10n/ga.json
@@ -76,7 +76,6 @@
|
||||
"Dashboard" : "Deais",
|
||||
"Forum settings" : "Socruithe an fhóraim",
|
||||
"Users" : "Úsáideoirí",
|
||||
"Roles" : "Róil",
|
||||
"Categories" : "Catagóirí",
|
||||
"BBCodes" : "BBCóid",
|
||||
"Expand" : "Leathnaigh",
|
||||
@@ -125,6 +124,11 @@
|
||||
"Threads" : "Snáitheanna",
|
||||
"Replies" : "Freagraí",
|
||||
"No description available" : "Níl aon chur síos ar fáil",
|
||||
"New activity" : "Gníomhaíocht nua",
|
||||
"Category" : "Catagóir",
|
||||
"Can view" : "Is féidir féachaint air",
|
||||
"Can moderate" : "Is féidir maolú a dhéanamh",
|
||||
"Allow" : "Ceadaigh",
|
||||
"Create category header" : "Cruthaigh ceanntásc catagóire",
|
||||
"Edit category header" : "Cuir ceanntásc na catagóire in eagar",
|
||||
"Header name" : "Ainm an cheanntásca",
|
||||
@@ -364,9 +368,7 @@
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
|
||||
"Roles that can view" : "Róil ar féidir leo féachaint orthu",
|
||||
"Select roles that can view this category and its threads" : "Roghnaigh róil ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Roles that can moderate" : "Róil ar féidir leo modhnóireacht a dhéanamh",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles …" : "Roghnaigh róil …",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
@@ -446,10 +448,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Ceadaigh catagóirí a chruthú, a chur in eagar agus a scriosadh",
|
||||
"Category permissions" : "Ceadanna catagóire",
|
||||
"Set which categories this role can access" : "Socraigh cé na catagóirí ar féidir leis an ról seo rochtain a fháil orthu",
|
||||
"Category" : "Catagóir",
|
||||
"Can view" : "Is féidir féachaint air",
|
||||
"Can moderate" : "Is féidir maolú a dhéanamh",
|
||||
"Allow" : "Ceadaigh",
|
||||
"Admin role must have all permissions enabled" : "Ní mór gach cead a bheith cumasaithe i ról an riarthóra",
|
||||
"Admin role has full access to all categories" : "Tá rochtain iomlán ag ról an riarthóra ar gach catagóir",
|
||||
"Guest role cannot have admin permissions" : "Ní féidir ceadanna riarthóra a bheith ag ról aoi",
|
||||
@@ -466,17 +464,20 @@
|
||||
"No roles found" : "Níor aimsíodh aon róil",
|
||||
"Create your first role to get started" : "Cruthaigh do chéad ról le tosú",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Úinéir",
|
||||
"Created" : "Cruthaithe",
|
||||
"Actions" : "Gníomhartha",
|
||||
"No description" : "Gan cur síos",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an ról \"{name}\" a scriosadh? Ní féidir an gníomh seo a chealú.",
|
||||
"System roles cannot be deleted" : "Ní féidir róil chórais a scriosadh",
|
||||
"No teams found" : "Níor aimsíodh foirne",
|
||||
"User management" : "Bainistíocht úsáideora",
|
||||
"Manage forum users, roles and permissions" : "Bainistigh úsáideoirí, róil agus ceadanna an fhóraim",
|
||||
"Loading users …" : "Úsáideoirí á lódáil…",
|
||||
"Error loading users" : "Earráid ag luchtú úsáideoirí",
|
||||
"No users found" : "Níor aimsíodh aon úsáideoirí",
|
||||
"There are no forum users yet" : "Níl aon úsáideoirí fóram ann fós",
|
||||
"Roles" : "Róil",
|
||||
"Joined" : "Chuaigh isteach",
|
||||
"Status" : "Stádas",
|
||||
"Active" : "Gníomhach",
|
||||
|
||||
30
l10n/gd.js
30
l10n/gd.js
@@ -1,30 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"User" : "Cleachdaiche",
|
||||
"General" : "Coitcheann",
|
||||
"Search" : "Lorg",
|
||||
"Home" : "Dachaigh",
|
||||
"Font size" : "Meud a’ chrutha-chlò",
|
||||
"Upload failed" : "Dh'fhàillig leis an luchdadh suas",
|
||||
"Close" : "Dùin",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Cruthaich",
|
||||
"Move" : "Gluais",
|
||||
"Back" : "Air ais",
|
||||
"Edit" : "Deasaich",
|
||||
"Delete" : "Sguab às",
|
||||
"Save" : "Sàbhail",
|
||||
"Uncategorized" : "Gun seòrsachadh",
|
||||
"Refresh" : "Ath-nuadhaich",
|
||||
"Error" : "Mearachd",
|
||||
"Preferences" : "Roghainnean",
|
||||
"Notifications" : "Brathan",
|
||||
"Files" : "Faidhlichean",
|
||||
"Disable" : "Cuir à comas",
|
||||
"Name" : "Ainm",
|
||||
"Category" : "Roinn-seòrsa",
|
||||
"Allow" : "Ceadaich",
|
||||
"Deleted" : "Chaidh a sguabadh às"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");
|
||||
28
l10n/gd.json
28
l10n/gd.json
@@ -1,28 +0,0 @@
|
||||
{ "translations": {
|
||||
"User" : "Cleachdaiche",
|
||||
"General" : "Coitcheann",
|
||||
"Search" : "Lorg",
|
||||
"Home" : "Dachaigh",
|
||||
"Font size" : "Meud a’ chrutha-chlò",
|
||||
"Upload failed" : "Dh'fhàillig leis an luchdadh suas",
|
||||
"Close" : "Dùin",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Cruthaich",
|
||||
"Move" : "Gluais",
|
||||
"Back" : "Air ais",
|
||||
"Edit" : "Deasaich",
|
||||
"Delete" : "Sguab às",
|
||||
"Save" : "Sàbhail",
|
||||
"Uncategorized" : "Gun seòrsachadh",
|
||||
"Refresh" : "Ath-nuadhaich",
|
||||
"Error" : "Mearachd",
|
||||
"Preferences" : "Roghainnean",
|
||||
"Notifications" : "Brathan",
|
||||
"Files" : "Faidhlichean",
|
||||
"Disable" : "Cuir à comas",
|
||||
"Name" : "Ainm",
|
||||
"Category" : "Roinn-seòrsa",
|
||||
"Allow" : "Ceadaich",
|
||||
"Deleted" : "Chaidh a sguabadh às"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
|
||||
}
|
||||
15
l10n/gl.js
15
l10n/gl.js
@@ -78,7 +78,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Expandir",
|
||||
@@ -127,6 +126,11 @@ OC.L10N.register(
|
||||
"Threads" : "Fíos",
|
||||
"Replies" : "Respostas",
|
||||
"No description available" : "Non hai ningunha descrición dispoñíbel",
|
||||
"New activity" : "Nova actividade",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Pode ver",
|
||||
"Can moderate" : "Pode moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
"Header name" : "Nome da cabeceira",
|
||||
@@ -366,9 +370,7 @@ OC.L10N.register(
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
"Control which roles can access and moderate this category" : "Controle que roles poden acceder e moderar esta categoría",
|
||||
"Roles that can view" : "Roles que poden ver",
|
||||
"Select roles that can view this category and its threads" : "Seleccione os roles que poidan ver esta categoría e os seus fíos",
|
||||
"Roles that can moderate" : "Roles que poden moderar",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Seleccione os roles que poidan moderar (editar/eliminar) contido nesta categoría",
|
||||
"Select roles …" : "Seleccionar roles…",
|
||||
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
|
||||
@@ -448,10 +450,6 @@ OC.L10N.register(
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar e eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Definir a que categorías pode acceder este rol",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Pode ver",
|
||||
"Can moderate" : "Pode moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Admin role must have all permissions enabled" : "O rol de administraciónr debe ter todos os permisos activados",
|
||||
"Admin role has full access to all categories" : "O rol de administración ten acceso total a todas as categorías",
|
||||
"Guest role cannot have admin permissions" : "O rol de convidado non pode ter permisos de administración",
|
||||
@@ -468,17 +466,20 @@ OC.L10N.register(
|
||||
"No roles found" : "Non se atopou ningún rol",
|
||||
"Create your first role to get started" : "Cree o seu primeiro rol para comezar",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Accións",
|
||||
"No description" : "Sen descrición",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Confirma que quere eliminar o rol «{name}»? Esta acción non é posíbel desfacela.",
|
||||
"System roles cannot be deleted" : "Non é posíbel eliminar os roles do sistema",
|
||||
"No teams found" : "Non se atopou ningún equipo",
|
||||
"User management" : "Xestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Xestionar usuarios, roles e permisos do foro",
|
||||
"Loading users …" : "Cargando usuarios…",
|
||||
"Error loading users" : "Produciuse un erro ao cargar usuarios",
|
||||
"No users found" : "Non se atopou ningún usuario",
|
||||
"There are no forum users yet" : "Aínda non hai usuarios no foro",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Uniuse",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activa",
|
||||
|
||||
15
l10n/gl.json
15
l10n/gl.json
@@ -76,7 +76,6 @@
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Expandir",
|
||||
@@ -125,6 +124,11 @@
|
||||
"Threads" : "Fíos",
|
||||
"Replies" : "Respostas",
|
||||
"No description available" : "Non hai ningunha descrición dispoñíbel",
|
||||
"New activity" : "Nova actividade",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Pode ver",
|
||||
"Can moderate" : "Pode moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
"Header name" : "Nome da cabeceira",
|
||||
@@ -364,9 +368,7 @@
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
"Control which roles can access and moderate this category" : "Controle que roles poden acceder e moderar esta categoría",
|
||||
"Roles that can view" : "Roles que poden ver",
|
||||
"Select roles that can view this category and its threads" : "Seleccione os roles que poidan ver esta categoría e os seus fíos",
|
||||
"Roles that can moderate" : "Roles que poden moderar",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Seleccione os roles que poidan moderar (editar/eliminar) contido nesta categoría",
|
||||
"Select roles …" : "Seleccionar roles…",
|
||||
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
|
||||
@@ -446,10 +448,6 @@
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar e eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Definir a que categorías pode acceder este rol",
|
||||
"Category" : "Categoría",
|
||||
"Can view" : "Pode ver",
|
||||
"Can moderate" : "Pode moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Admin role must have all permissions enabled" : "O rol de administraciónr debe ter todos os permisos activados",
|
||||
"Admin role has full access to all categories" : "O rol de administración ten acceso total a todas as categorías",
|
||||
"Guest role cannot have admin permissions" : "O rol de convidado non pode ter permisos de administración",
|
||||
@@ -466,17 +464,20 @@
|
||||
"No roles found" : "Non se atopou ningún rol",
|
||||
"Create your first role to get started" : "Cree o seu primeiro rol para comezar",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Accións",
|
||||
"No description" : "Sen descrición",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Confirma que quere eliminar o rol «{name}»? Esta acción non é posíbel desfacela.",
|
||||
"System roles cannot be deleted" : "Non é posíbel eliminar os roles do sistema",
|
||||
"No teams found" : "Non se atopou ningún equipo",
|
||||
"User management" : "Xestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Xestionar usuarios, roles e permisos do foro",
|
||||
"Loading users …" : "Cargando usuarios…",
|
||||
"Error loading users" : "Produciuse un erro ao cargar usuarios",
|
||||
"No users found" : "Non se atopou ningún usuario",
|
||||
"There are no forum users yet" : "Aínda non hai usuarios no foro",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Uniuse",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activa",
|
||||
|
||||
@@ -52,7 +52,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
@@ -101,6 +100,8 @@ OC.L10N.register(
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -268,12 +269,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Reset" : "איפוס",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"ID" : "מזהה",
|
||||
"Owner" : "בעלות",
|
||||
"Created" : "יצירה",
|
||||
"Actions" : "פעולות",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
},
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
@@ -99,6 +98,8 @@
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -266,12 +267,12 @@
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Reset" : "איפוס",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"ID" : "מזהה",
|
||||
"Owner" : "בעלות",
|
||||
"Created" : "יצירה",
|
||||
"Actions" : "פעולות",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
|
||||
@@ -30,6 +30,8 @@ OC.L10N.register(
|
||||
"Close" : "Zatvori",
|
||||
"Failed to upload file" : "Nije uspjelo prenijeti datoteku",
|
||||
"Threads" : "Niti",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -87,10 +89,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Postavke spremljene",
|
||||
"Failed to save settings" : "Spremanje postavki nije uspjelo",
|
||||
"Reset" : "Resetiraj",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Vlasnik",
|
||||
"Created" : "Stvoreno",
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
"Close" : "Zatvori",
|
||||
"Failed to upload file" : "Nije uspjelo prenijeti datoteku",
|
||||
"Threads" : "Niti",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -85,10 +87,11 @@
|
||||
"Settings saved" : "Postavke spremljene",
|
||||
"Failed to save settings" : "Spremanje postavki nije uspjelo",
|
||||
"Reset" : "Resetiraj",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Vlasnik",
|
||||
"Created" : "Stvoreno",
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
|
||||
@@ -30,6 +30,8 @@ OC.L10N.register(
|
||||
"Close" : "Bezárás",
|
||||
"Failed to upload file" : "A fájl feltöltése sikertelen",
|
||||
"Threads" : "Szálak",
|
||||
"Category" : "Kategória",
|
||||
"Allow" : "Engedélyezés",
|
||||
"Sort order" : "Rendezési sorrend",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Létrehozás",
|
||||
@@ -91,12 +93,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Beállítások mentve",
|
||||
"Failed to save settings" : "A beállítások mentése sikertelen",
|
||||
"Reset" : "Alaphelyzetbe állítás",
|
||||
"Category" : "Kategória",
|
||||
"Allow" : "Engedélyezés",
|
||||
"ID" : "Azonosító",
|
||||
"Owner" : "Tulajdonos",
|
||||
"Created" : "Létrehozva",
|
||||
"Actions" : "Műveletek",
|
||||
"No description" : "Nincs leírás",
|
||||
"No teams found" : "Nem találhatók csapatok",
|
||||
"Loading users …" : "Felhasználók betöltése…",
|
||||
"No users found" : "Nem találhatók felhasználók",
|
||||
"Joined" : "Csatlakozott",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user