mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
65 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6a1e897bb | ||
| 6f3b007f90 | |||
| 3b75ed7363 | |||
| 10c60c6739 | |||
|
|
33f96db435 | ||
| b6ba9ab2d6 | |||
|
|
35c536dd0a | ||
|
|
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 | ||
|
|
3aba13d5c2 | ||
| 8c6fb8ff80 | |||
|
|
59134fb19a | ||
| d5b8421ed9 | |||
| 60d7aa3399 | |||
|
|
6f7c696b34 | ||
|
|
06ff4e2ff9 | ||
|
|
e2a45acc59 | ||
| 98593e2eff | |||
|
|
9c2b6ac64d | ||
|
|
afb4140e6e | ||
|
|
f9896c0cdd | ||
| a472e03e98 | |||
|
|
f2e3d37bcd | ||
| a0c70d8320 |
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.3"}
|
||||
{".":"0.25.0"}
|
||||
|
||||
108
CHANGELOG.md
108
CHANGELOG.md
@@ -1,5 +1,113 @@
|
||||
# Changelog
|
||||
|
||||
## [0.25.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.24.0...v0.25.0) (2026-03-15)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* editable category design ([6f3b007](https://github.com/chenasraf/nextcloud-forum/commit/6f3b007f90fae5d361098e66af3b761dd27e4f60))
|
||||
* overflow icons into menu button in bbcode toolbar ([3b75ed7](https://github.com/chenasraf/nextcloud-forum/commit/3b75ed7363e6468b548879fabd764ca8749587ae))
|
||||
* update admin settings, role/team edit, category edit uis ([10c60c6](https://github.com/chenasraf/nextcloud-forum/commit/10c60c673938c3fa99e75974b34089d2e8b55768))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([33f96db](https://github.com/chenasraf/nextcloud-forum/commit/33f96db4355397a1fbc2cc7917bd525aab371bc3))
|
||||
* **l10n:** Update translations from Transifex ([35c536d](https://github.com/chenasraf/nextcloud-forum/commit/35c536dd0a3e7578300756cb4a6e0eb2149d261c))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow moving threads ([8c6fb8f](https://github.com/chenasraf/nextcloud-forum/commit/8c6fb8ff8055d44307aa6094195728e7621144f3))
|
||||
|
||||
## [0.22.7](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.6...v0.22.7) (2026-02-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([6f7c696](https://github.com/chenasraf/nextcloud-forum/commit/6f7c696b3420d81edd6f06e10a88374525cf6b6d))
|
||||
* **l10n:** Update translations from Transifex ([06ff4e2](https://github.com/chenasraf/nextcloud-forum/commit/06ff4e2ff9f913636b37b6dd244d4a9dd04082c8))
|
||||
* light/dark theme would not listen to user preferences ([60d7aa3](https://github.com/chenasraf/nextcloud-forum/commit/60d7aa3399285280af3f68bd081a8c8de145665b))
|
||||
* move thread dialog closing/progress ([d5b8421](https://github.com/chenasraf/nextcloud-forum/commit/d5b8421ed901970bdb8ef09183f370d549058cb8))
|
||||
|
||||
## [0.22.6](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.5...v0.22.6) (2026-02-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([9c2b6ac](https://github.com/chenasraf/nextcloud-forum/commit/9c2b6ac64d762e45796efd5fe08581926a3fc3e2))
|
||||
* **l10n:** Update translations from Transifex ([afb4140](https://github.com/chenasraf/nextcloud-forum/commit/afb4140e6ecd3344d19a3173799a7ecf13c91f10))
|
||||
|
||||
## [0.22.5](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.4...v0.22.5) (2026-02-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* mobile menu popover ([a472e03](https://github.com/chenasraf/nextcloud-forum/commit/a472e03e984e0e146f872df3f91eb88b9834970d))
|
||||
|
||||
## [0.22.4](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.3...v0.22.4) (2026-02-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** unmark floating-vue as external ([a0c70d8](https://github.com/chenasraf/nextcloud-forum/commit/a0c70d8320bd16e7768adda8489d6f73f5fcd148))
|
||||
|
||||
## [0.22.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.2...v0.22.3) (2026-02-05)
|
||||
|
||||
|
||||
|
||||
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.3</version>
|
||||
<version>0.25.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>
|
||||
|
||||
97
composer.lock
generated
97
composer.lock
generated
@@ -180,12 +180,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5"
|
||||
"reference": "aa9d5a01d17cb9c19ca32532e08e999d693679fc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5",
|
||||
"reference": "f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5",
|
||||
"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-01-21T00:58:32+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": "258cd5fdcb59c29f421927b2cf77f48de9458a98"
|
||||
"reference": "0d2dce39eb2bce812e8c71a73be98b0f5d78f489"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/258cd5fdcb59c29f421927b2cf77f48de9458a98",
|
||||
"reference": "258cd5fdcb59c29f421927b2cf77f48de9458a98",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0d2dce39eb2bce812e8c71a73be98b0f5d78f489",
|
||||
"reference": "0d2dce39eb2bce812e8c71a73be98b0f5d78f489",
|
||||
"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.8",
|
||||
"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,16 +1467,16 @@
|
||||
"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",
|
||||
"limesurvey/limesurvey": "<6.15.4",
|
||||
"livehelperchat/livehelperchat": "<=3.91",
|
||||
"livewire-filemanager/filemanager": "<=1.0.4",
|
||||
"livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.6.4",
|
||||
@@ -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",
|
||||
@@ -1520,7 +1526,7 @@
|
||||
"microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2,<2.0.1",
|
||||
"microsoft/microsoft-graph-beta": "<2.0.1",
|
||||
"microsoft/microsoft-graph-core": "<2.0.2",
|
||||
"microweber/microweber": "<=2.0.19",
|
||||
"microweber/microweber": "<2.0.20",
|
||||
"mikehaertl/php-shellcommand": "<1.6.1",
|
||||
"mineadmin/mineadmin": "<=3.0.9",
|
||||
"miniorange/miniorange-saml": "<1.4.3",
|
||||
@@ -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",
|
||||
@@ -1698,7 +1705,7 @@
|
||||
"reportico-web/reportico": "<=8.1",
|
||||
"rhukster/dom-sanitizer": "<1.0.7",
|
||||
"rmccue/requests": ">=1.6,<1.8",
|
||||
"robrichards/xmlseclibs": "<=3.1.3",
|
||||
"robrichards/xmlseclibs": "<3.1.5",
|
||||
"roots/soil": "<4.1",
|
||||
"roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
|
||||
"rudloff/alltube": "<3.0.3",
|
||||
@@ -1714,8 +1721,8 @@
|
||||
"setasign/fpdi": "<2.6.4",
|
||||
"sfroemken/url_redirect": "<=1.2.1",
|
||||
"sheng/yiicms": "<1.2.1",
|
||||
"shopware/core": "<6.6.10.9-dev|>=6.7,<6.7.6.1-dev",
|
||||
"shopware/platform": "<6.6.10.7-dev|>=6.7,<6.7.3.1-dev",
|
||||
"shopware/core": "<6.6.10.15-dev|>=6.7,<6.7.8.1-dev",
|
||||
"shopware/platform": "<6.6.10.15-dev|>=6.7,<6.7.8.1-dev",
|
||||
"shopware/production": "<=6.3.5.2",
|
||||
"shopware/shopware": "<=5.7.17|>=6.4.6,<6.6.10.10-dev|>=6.7,<6.7.6.1-dev",
|
||||
"shopware/storefront": "<6.6.10.10-dev|>=6.7,<6.7.5.1-dev",
|
||||
@@ -1749,7 +1756,7 @@
|
||||
"simplesamlphp/simplesamlphp-module-openid": "<1",
|
||||
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
|
||||
"simplesamlphp/xml-common": "<1.20",
|
||||
"simplesamlphp/xml-security": "==1.6.11",
|
||||
"simplesamlphp/xml-security": "<2.3.1",
|
||||
"simplito/elliptic-php": "<1.0.6",
|
||||
"sitegeist/fluid-components": "<3.5",
|
||||
"sjbr/sr-feuser-register": "<2.6.2|>=5.1,<12.5",
|
||||
@@ -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.6.2",
|
||||
"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,<=1.12.22|>=1.13,<=1.13.14|>=1.14,<=1.14.17|>=2,<=2.0.15|>=2.1,<=2.1.11|>=2.2,<=2.2.2",
|
||||
"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",
|
||||
@@ -1936,7 +1945,7 @@
|
||||
"wikibase/wikibase": "<=1.39.3",
|
||||
"wikimedia/parsoid": "<0.12.2",
|
||||
"willdurand/js-translation-bundle": "<2.1.1",
|
||||
"winter/wn-backend-module": "<1.2.4",
|
||||
"winter/wn-backend-module": "<1.2.12",
|
||||
"winter/wn-cms-module": "<=1.2.9",
|
||||
"winter/wn-dusk-plugin": "<2.1",
|
||||
"winter/wn-system-module": "<1.2.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-04T22:06:32+00:00"
|
||||
"time": "2026-03-13T21:11:59+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" : "إنشاء",
|
||||
@@ -51,6 +53,7 @@ OC.L10N.register(
|
||||
"Refresh" : "إنعاش",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
"No results found" : "لا توجد أي نتائج",
|
||||
"Back to {category}" : "عودة إلى {category}",
|
||||
@@ -82,12 +85,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"ID" : "معرف ID",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Owner" : "المالك",
|
||||
"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" : "إنشاء",
|
||||
@@ -49,6 +51,7 @@
|
||||
"Refresh" : "إنعاش",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
"No results found" : "لا توجد أي نتائج",
|
||||
"Back to {category}" : "عودة إلى {category}",
|
||||
@@ -80,12 +83,11 @@
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"ID" : "معرف ID",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Owner" : "المالك",
|
||||
"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ñ",
|
||||
@@ -25,6 +26,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
"Created" : "Krouet",
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
@@ -38,9 +40,7 @@ OC.L10N.register(
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
"Allow" : "Aotrañ",
|
||||
"ID" : "ID",
|
||||
"Created" : "Krouet",
|
||||
"Actions" : "Oberoù",
|
||||
"Status" : "Statud",
|
||||
"Active" : "O labourat",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
@@ -23,6 +24,7 @@
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
"Created" : "Krouet",
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
@@ -36,9 +38,7 @@
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
"Allow" : "Aotrañ",
|
||||
"ID" : "ID",
|
||||
"Created" : "Krouet",
|
||||
"Actions" : "Oberoù",
|
||||
"Status" : "Statud",
|
||||
"Active" : "O labourat",
|
||||
|
||||
@@ -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",
|
||||
@@ -56,6 +58,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualitza",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Error" : "Error",
|
||||
"Created" : "S'ha creat",
|
||||
"Searching …" : "S'està cercant…",
|
||||
"No results found" : "No s'ha trobat cap resultat",
|
||||
"Back to {category}" : "Torna a {category}",
|
||||
@@ -89,11 +92,10 @@ 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",
|
||||
"Created" : "S'ha creat",
|
||||
"Owner" : "Propietat",
|
||||
"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",
|
||||
@@ -54,6 +56,7 @@
|
||||
"Refresh" : "Actualitza",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Error" : "Error",
|
||||
"Created" : "S'ha creat",
|
||||
"Searching …" : "S'està cercant…",
|
||||
"No results found" : "No s'ha trobat cap resultat",
|
||||
"Back to {category}" : "Torna a {category}",
|
||||
@@ -87,11 +90,10 @@
|
||||
"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",
|
||||
"Created" : "S'ha creat",
|
||||
"Owner" : "Propietat",
|
||||
"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",
|
||||
|
||||
18
l10n/cs.js
18
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í",
|
||||
@@ -223,7 +227,7 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"Error" : "Error",
|
||||
"First activity" : "První aktivita",
|
||||
"Created" : "Vytvořeno",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
@@ -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,19 @@ 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.",
|
||||
"Created" : "Vytvořeno",
|
||||
"Owner" : "Vlastník",
|
||||
"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í",
|
||||
|
||||
18
l10n/cs.json
18
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í",
|
||||
@@ -221,7 +225,7 @@
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"Error" : "Error",
|
||||
"First activity" : "První aktivita",
|
||||
"Created" : "Vytvořeno",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
@@ -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,19 @@
|
||||
"No roles found" : "Nenalezeny žádné role",
|
||||
"Create your first role to get started" : "Začněte vytvořením první role",
|
||||
"ID" : "Identif.",
|
||||
"Created" : "Vytvořeno",
|
||||
"Owner" : "Vlastník",
|
||||
"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"
|
||||
|
||||
10
l10n/da.js
10
l10n/da.js
@@ -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,11 +50,12 @@ 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",
|
||||
"Error" : "Fejl",
|
||||
"Created" : "Oprettet",
|
||||
"Searching …" : "Søger …",
|
||||
"No results found" : "Ingen resultater fundet",
|
||||
"Back to {category}" : "Tilbage til {category}",
|
||||
@@ -84,11 +87,10 @@ OC.L10N.register(
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Failed to save settings" : "Kunne ikke gemme indstillinger",
|
||||
"Reset" : "Nulstil",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"ID" : "ID",
|
||||
"Created" : "Oprettet",
|
||||
"Owner" : "Ejer",
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
10
l10n/da.json
10
l10n/da.json
@@ -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,11 +48,12 @@
|
||||
"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",
|
||||
"Error" : "Fejl",
|
||||
"Created" : "Oprettet",
|
||||
"Searching …" : "Søger …",
|
||||
"No results found" : "Ingen resultater fundet",
|
||||
"Back to {category}" : "Tilbage til {category}",
|
||||
@@ -82,11 +85,10 @@
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Failed to save settings" : "Kunne ikke gemme indstillinger",
|
||||
"Reset" : "Nulstil",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"ID" : "ID",
|
||||
"Created" : "Oprettet",
|
||||
"Owner" : "Ejer",
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
49
l10n/de.js
49
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",
|
||||
@@ -138,6 +150,15 @@ OC.L10N.register(
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
"Select accounts …" : "Konten auswählen …",
|
||||
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle",
|
||||
"Initialize forum" : "Forum initialisieren",
|
||||
"Initializing …" : "Initialisiere …",
|
||||
"Forum not set up" : "Forum ist nicht eingerichtet",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
|
||||
"Move thread to category" : "Thema in Kategorie verschieben",
|
||||
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
|
||||
"Select a category …" : "Eine Kategorie auswählen …",
|
||||
@@ -223,8 +244,9 @@ 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",
|
||||
"Created" : "Erstellt",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
@@ -262,6 +284,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 +389,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 +471,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 +487,29 @@ OC.L10N.register(
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Created" : "Erstellt",
|
||||
"Owner" : "Besitzer",
|
||||
"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",
|
||||
|
||||
49
l10n/de.json
49
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",
|
||||
@@ -136,6 +148,15 @@
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
"Select accounts …" : "Konten auswählen …",
|
||||
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle",
|
||||
"Initialize forum" : "Forum initialisieren",
|
||||
"Initializing …" : "Initialisiere …",
|
||||
"Forum not set up" : "Forum ist nicht eingerichtet",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
|
||||
"Move thread to category" : "Thema in Kategorie verschieben",
|
||||
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
|
||||
"Select a category …" : "Eine Kategorie auswählen …",
|
||||
@@ -221,8 +242,9 @@
|
||||
"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",
|
||||
"Created" : "Erstellt",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
@@ -260,6 +282,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 +387,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 +469,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 +485,29 @@
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Created" : "Erstellt",
|
||||
"Owner" : "Besitzer",
|
||||
"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",
|
||||
@@ -138,6 +150,15 @@ OC.L10N.register(
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
"Select accounts …" : "Konten auswählen …",
|
||||
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle.",
|
||||
"Initialize forum" : "Forum initialisieren",
|
||||
"Initializing …" : "Initialisiere …",
|
||||
"Forum not set up" : "Forum ist nicht eingerichtet",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
|
||||
"Move thread to category" : "Thema in Kategorie verschieben",
|
||||
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
|
||||
"Select a category …" : "Eine Kategorie auswählen …",
|
||||
@@ -223,8 +244,9 @@ 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",
|
||||
"Created" : "Erstellt",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
@@ -262,6 +284,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 +389,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 +471,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 +487,29 @@ OC.L10N.register(
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Created" : "Erstellt",
|
||||
"Owner" : "Besitzer",
|
||||
"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",
|
||||
@@ -136,6 +148,15 @@
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
"Select accounts …" : "Konten auswählen …",
|
||||
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle.",
|
||||
"Initialize forum" : "Forum initialisieren",
|
||||
"Initializing …" : "Initialisiere …",
|
||||
"Forum not set up" : "Forum ist nicht eingerichtet",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
|
||||
"Move thread to category" : "Thema in Kategorie verschieben",
|
||||
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
|
||||
"Select a category …" : "Eine Kategorie auswählen …",
|
||||
@@ -221,8 +242,9 @@
|
||||
"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",
|
||||
"Created" : "Erstellt",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
@@ -260,6 +282,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 +387,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 +469,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 +485,29 @@
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"Created" : "Erstellt",
|
||||
"Owner" : "Besitzer",
|
||||
"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",
|
||||
|
||||
417
l10n/el.js
417
l10n/el.js
File diff suppressed because one or more lines are too long
417
l10n/el.json
417
l10n/el.json
File diff suppressed because one or more lines are too long
@@ -78,7 +78,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Roles" : "Roles",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
@@ -127,6 +127,18 @@ OC.L10N.register(
|
||||
"Threads" : "Threads",
|
||||
"Replies" : "Replies",
|
||||
"No description available" : "No description available",
|
||||
"New activity" : "New activity",
|
||||
"Category" : "Category",
|
||||
"Can view" : "Can view",
|
||||
"Can post" : "Can post",
|
||||
"Can reply" : "Can reply",
|
||||
"Can moderate" : "Can moderate",
|
||||
"Allow" : "Allow",
|
||||
"Allow All" : "Allow All",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}View:{bEnd} Allows seeing the category and its threads.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Allows creating new threads in the category.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -138,6 +150,15 @@ OC.L10N.register(
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"Forum setup required" : "Forum setup required",
|
||||
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
|
||||
"Forum admin accounts:" : "Forum admin accounts:",
|
||||
"Select accounts …" : "Select accounts …",
|
||||
"All other accounts will receive the default role." : "All other accounts will receive the default role.",
|
||||
"Initialize forum" : "Initialize forum",
|
||||
"Initializing …" : "Initializing …",
|
||||
"Forum not set up" : "Forum not set up",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
|
||||
"Move thread to category" : "Move thread to category",
|
||||
"Select the category to move this thread to:" : "Select the category to move this thread to:",
|
||||
"Select a category …" : "Select a category …",
|
||||
@@ -223,8 +244,9 @@ OC.L10N.register(
|
||||
"Thread created" : "Thread created",
|
||||
"Failed to create thread" : "Failed to create thread",
|
||||
"No category specified" : "No category specified",
|
||||
"You do not have permission to create threads in this category." : "You do not have permission to create threads in this category.",
|
||||
"Error" : "Error",
|
||||
"First activity" : "First activity",
|
||||
"Created" : "Created",
|
||||
"Threads ({count})" : "Threads ({count})",
|
||||
"Replies ({count})" : "Replies ({count})",
|
||||
"No threads" : "No threads",
|
||||
@@ -262,6 +284,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Be the first to reply in this thread.",
|
||||
"by" : "by",
|
||||
"This thread is locked. Only moderators can add replies." : "This thread is locked. Only moderators can add replies.",
|
||||
"You do not have permission to reply in this category." : "You do not have permission to reply in this category.",
|
||||
"You must be signed in to reply to this thread." : "You must be signed in to reply to this thread.",
|
||||
"Sign in to reply" : "Sign in to reply",
|
||||
"Lock thread" : "Lock thread",
|
||||
@@ -366,9 +389,9 @@ 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 create new threads in this category" : "Select roles that can create new threads in this category",
|
||||
"Select roles that can reply to threads in this category" : "Select roles that can reply to threads in this category",
|
||||
"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 +471,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 +487,29 @@ 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",
|
||||
"Created" : "Created",
|
||||
"Owner" : "Owner",
|
||||
"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",
|
||||
"Team permissions" : "Team permissions",
|
||||
"Manage category permissions for Nextcloud Teams" : "Manage category permissions for Nextcloud Teams",
|
||||
"Loading teams …" : "Loading teams …",
|
||||
"Error loading teams" : "Error loading teams",
|
||||
"No teams found" : "No teams found",
|
||||
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
|
||||
"Edit team" : "Edit team",
|
||||
"Configure category permissions for this team" : "Configure category permissions for this team",
|
||||
"Error loading team" : "Error loading team",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Editing category permissions for this team. Team membership is managed via Nextcloud Teams.",
|
||||
"Set which categories this team can access" : "Set which categories this team can access",
|
||||
"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,7 @@
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Roles" : "Roles",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
@@ -125,6 +125,18 @@
|
||||
"Threads" : "Threads",
|
||||
"Replies" : "Replies",
|
||||
"No description available" : "No description available",
|
||||
"New activity" : "New activity",
|
||||
"Category" : "Category",
|
||||
"Can view" : "Can view",
|
||||
"Can post" : "Can post",
|
||||
"Can reply" : "Can reply",
|
||||
"Can moderate" : "Can moderate",
|
||||
"Allow" : "Allow",
|
||||
"Allow All" : "Allow All",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}View:{bEnd} Allows seeing the category and its threads.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Allows creating new threads in the category.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -136,6 +148,15 @@
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"Forum setup required" : "Forum setup required",
|
||||
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
|
||||
"Forum admin accounts:" : "Forum admin accounts:",
|
||||
"Select accounts …" : "Select accounts …",
|
||||
"All other accounts will receive the default role." : "All other accounts will receive the default role.",
|
||||
"Initialize forum" : "Initialize forum",
|
||||
"Initializing …" : "Initializing …",
|
||||
"Forum not set up" : "Forum not set up",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
|
||||
"Move thread to category" : "Move thread to category",
|
||||
"Select the category to move this thread to:" : "Select the category to move this thread to:",
|
||||
"Select a category …" : "Select a category …",
|
||||
@@ -221,8 +242,9 @@
|
||||
"Thread created" : "Thread created",
|
||||
"Failed to create thread" : "Failed to create thread",
|
||||
"No category specified" : "No category specified",
|
||||
"You do not have permission to create threads in this category." : "You do not have permission to create threads in this category.",
|
||||
"Error" : "Error",
|
||||
"First activity" : "First activity",
|
||||
"Created" : "Created",
|
||||
"Threads ({count})" : "Threads ({count})",
|
||||
"Replies ({count})" : "Replies ({count})",
|
||||
"No threads" : "No threads",
|
||||
@@ -260,6 +282,7 @@
|
||||
"Be the first to reply in this thread." : "Be the first to reply in this thread.",
|
||||
"by" : "by",
|
||||
"This thread is locked. Only moderators can add replies." : "This thread is locked. Only moderators can add replies.",
|
||||
"You do not have permission to reply in this category." : "You do not have permission to reply in this category.",
|
||||
"You must be signed in to reply to this thread." : "You must be signed in to reply to this thread.",
|
||||
"Sign in to reply" : "Sign in to reply",
|
||||
"Lock thread" : "Lock thread",
|
||||
@@ -364,9 +387,9 @@
|
||||
"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 create new threads in this category" : "Select roles that can create new threads in this category",
|
||||
"Select roles that can reply to threads in this category" : "Select roles that can reply to threads in this category",
|
||||
"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 +469,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 +485,29 @@
|
||||
"No roles found" : "No roles found",
|
||||
"Create your first role to get started" : "Create your first role to get started",
|
||||
"ID" : "ID",
|
||||
"Created" : "Created",
|
||||
"Owner" : "Owner",
|
||||
"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",
|
||||
"Team permissions" : "Team permissions",
|
||||
"Manage category permissions for Nextcloud Teams" : "Manage category permissions for Nextcloud Teams",
|
||||
"Loading teams …" : "Loading teams …",
|
||||
"Error loading teams" : "Error loading teams",
|
||||
"No teams found" : "No teams found",
|
||||
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
|
||||
"Edit team" : "Edit team",
|
||||
"Configure category permissions for this team" : "Configure category permissions for this team",
|
||||
"Error loading team" : "Error loading team",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Editing category permissions for this team. Team membership is managed via Nextcloud Teams.",
|
||||
"Set which categories this team can access" : "Set which categories this team can access",
|
||||
"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",
|
||||
@@ -32,6 +34,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Aktualigi",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Created" : "Kreita",
|
||||
"Searching …" : "Serĉado ...",
|
||||
"Back to {category}" : "Antaŭen al {category}",
|
||||
"by" : "de",
|
||||
@@ -49,10 +52,8 @@ OC.L10N.register(
|
||||
"Settings saved" : "Agordoj konservitaj",
|
||||
"Failed to save settings" : "Konservo de agordoj malsukcesis",
|
||||
"Reset" : "Restarigi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"ID" : "Identigilo",
|
||||
"Created" : "Kreita",
|
||||
"Owner" : "Posedanto",
|
||||
"Actions" : "Agoj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
|
||||
@@ -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",
|
||||
@@ -30,6 +32,7 @@
|
||||
"Refresh" : "Aktualigi",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Created" : "Kreita",
|
||||
"Searching …" : "Serĉado ...",
|
||||
"Back to {category}" : "Antaŭen al {category}",
|
||||
"by" : "de",
|
||||
@@ -47,10 +50,8 @@
|
||||
"Settings saved" : "Agordoj konservitaj",
|
||||
"Failed to save settings" : "Konservo de agordoj malsukcesis",
|
||||
"Reset" : "Restarigi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"ID" : "Identigilo",
|
||||
"Created" : "Kreita",
|
||||
"Owner" : "Posedanto",
|
||||
"Actions" : "Agoj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
|
||||
83
l10n/es.js
83
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",
|
||||
@@ -53,6 +128,7 @@ OC.L10N.register(
|
||||
"Unread" : "No leído",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Add reaction" : "Añadir reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
|
||||
@@ -65,6 +141,7 @@ OC.L10N.register(
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"No results found" : "Sin resultados",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
@@ -99,15 +176,15 @@ OC.L10N.register(
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"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",
|
||||
|
||||
83
l10n/es.json
83
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",
|
||||
@@ -51,6 +126,7 @@
|
||||
"Unread" : "No leído",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Add reaction" : "Añadir reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
|
||||
@@ -63,6 +139,7 @@
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"No results found" : "Sin resultados",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
@@ -97,15 +174,15 @@
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"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",
|
||||
@@ -28,6 +30,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando ...",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -47,10 +50,7 @@ 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",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -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",
|
||||
@@ -26,6 +28,7 @@
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando ...",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -45,10 +48,7 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
|
||||
@@ -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",
|
||||
@@ -27,6 +28,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -41,9 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -25,6 +26,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -39,9 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
@@ -43,9 +45,7 @@ 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",
|
||||
"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",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
@@ -41,9 +43,7 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -42,9 +44,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -40,9 +42,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -29,6 +30,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -44,9 +46,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
@@ -27,6 +28,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -42,9 +44,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -163,6 +166,7 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Error al crear hilo",
|
||||
"No category specified" : "No se especificó categoría",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Threads ({count})" : "Hilos ({count})",
|
||||
"Replies ({count})" : "Respuestas ({count})",
|
||||
"No threads" : "No hay hilos",
|
||||
@@ -269,9 +273,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 +352,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,7 +367,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",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "¿Estás seguro de que deseas eliminar el rol \"{name}\"? Esta acción no se puede deshacer.",
|
||||
@@ -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",
|
||||
@@ -161,6 +164,7 @@
|
||||
"Failed to create thread" : "Error al crear hilo",
|
||||
"No category specified" : "No se especificó categoría",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Threads ({count})" : "Hilos ({count})",
|
||||
"Replies ({count})" : "Respuestas ({count})",
|
||||
"No threads" : "No hay hilos",
|
||||
@@ -267,9 +271,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 +350,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,7 +365,7 @@
|
||||
"No roles found" : "No se encontraron roles",
|
||||
"Create your first role to get started" : "Crea tu primer rol para comenzar",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "¿Estás seguro de que deseas eliminar el rol \"{name}\"? Esta acción no se puede deshacer.",
|
||||
@@ -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",
|
||||
@@ -29,6 +30,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -43,9 +45,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -27,6 +28,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -41,9 +43,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -42,9 +44,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -40,9 +42,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -44,6 +46,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -71,11 +74,10 @@ 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",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"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",
|
||||
@@ -42,6 +44,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -69,11 +72,10 @@
|
||||
"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",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -42,9 +44,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -40,9 +42,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -42,9 +44,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -40,9 +42,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
@@ -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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -43,9 +45,7 @@ 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",
|
||||
"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",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -41,9 +43,7 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -28,6 +29,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -42,9 +44,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"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",
|
||||
@@ -26,6 +27,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -40,9 +42,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -27,6 +28,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -41,9 +43,8 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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",
|
||||
@@ -25,6 +26,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -39,9 +41,8 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
|
||||
@@ -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,8 +234,9 @@ 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",
|
||||
"Created" : "Loodud",
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
"Replies ({count})" : "Vastused ({count})",
|
||||
"No threads" : "Jutulõngu pole",
|
||||
@@ -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,29 @@ OC.L10N.register(
|
||||
"No roles found" : "Rolle ei leidu",
|
||||
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
|
||||
"ID" : "Tunnus",
|
||||
"Created" : "Loodud",
|
||||
"Owner" : "Omanik",
|
||||
"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,8 +232,9 @@
|
||||
"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",
|
||||
"Created" : "Loodud",
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
"Replies ({count})" : "Vastused ({count})",
|
||||
"No threads" : "Jutulõngu pole",
|
||||
@@ -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,29 @@
|
||||
"No roles found" : "Rolle ei leidu",
|
||||
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
|
||||
"ID" : "Tunnus",
|
||||
"Created" : "Loodud",
|
||||
"Owner" : "Omanik",
|
||||
"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",
|
||||
@@ -56,6 +58,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Freskatu",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Error" : "Errorea",
|
||||
"Created" : "Sortua",
|
||||
"Searching …" : "Bilatzen…",
|
||||
"No results found" : "Ez da emaitzarik aurkitu",
|
||||
"Back to {category}" : "Itzuli {category}(e)ra",
|
||||
@@ -87,12 +90,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Reset" : "Berrezarri",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"ID" : "ID",
|
||||
"Created" : "Sortua",
|
||||
"Owner" : "Jabea",
|
||||
"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",
|
||||
@@ -54,6 +56,7 @@
|
||||
"Refresh" : "Freskatu",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Error" : "Errorea",
|
||||
"Created" : "Sortua",
|
||||
"Searching …" : "Bilatzen…",
|
||||
"No results found" : "Ez da emaitzarik aurkitu",
|
||||
"Back to {category}" : "Itzuli {category}(e)ra",
|
||||
@@ -85,12 +88,11 @@
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Reset" : "Berrezarri",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"ID" : "ID",
|
||||
"Created" : "Sortua",
|
||||
"Owner" : "Jabea",
|
||||
"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" : "ایجاد",
|
||||
@@ -50,6 +52,7 @@ OC.L10N.register(
|
||||
"Refresh" : "تازهسازی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Created" : "ایجاد شده",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
"Back to {category}" : "بازگشت به {category}",
|
||||
"by" : "با",
|
||||
@@ -78,12 +81,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Reset" : "بازنشانی",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"ID" : "شناسه",
|
||||
"Created" : "ایجاد شده",
|
||||
"Owner" : "مالک",
|
||||
"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" : "ایجاد",
|
||||
@@ -48,6 +50,7 @@
|
||||
"Refresh" : "تازهسازی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Created" : "ایجاد شده",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
"Back to {category}" : "بازگشت به {category}",
|
||||
"by" : "با",
|
||||
@@ -76,12 +79,11 @@
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Reset" : "بازنشانی",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"ID" : "شناسه",
|
||||
"Created" : "ایجاد شده",
|
||||
"Owner" : "مالک",
|
||||
"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ä",
|
||||
@@ -56,6 +59,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Päivitä",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Created" : "Luonut",
|
||||
"Searching …" : "Haetaan…",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"Back to {category}" : "Takaisin kohtaan {category}",
|
||||
@@ -88,12 +92,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
|
||||
"Reset" : "Palauta",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"ID" : "ID",
|
||||
"Created" : "Luonut",
|
||||
"Owner" : "Omistaja",
|
||||
"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ä",
|
||||
@@ -54,6 +57,7 @@
|
||||
"Refresh" : "Päivitä",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Created" : "Luonut",
|
||||
"Searching …" : "Haetaan…",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"Back to {category}" : "Takaisin kohtaan {category}",
|
||||
@@ -86,12 +90,11 @@
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
|
||||
"Reset" : "Palauta",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"ID" : "ID",
|
||||
"Created" : "Luonut",
|
||||
"Owner" : "Omistaja",
|
||||
"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",
|
||||
|
||||
@@ -6,6 +6,7 @@ OC.L10N.register(
|
||||
"Guest" : "Invité",
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"Bold text" : "Texte en gras",
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Forum" : "Forum",
|
||||
@@ -31,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",
|
||||
@@ -60,6 +63,7 @@ OC.L10N.register(
|
||||
"Retry" : "Réessayer",
|
||||
"In {category}" : "Dans {category}",
|
||||
"Error" : "Erreur",
|
||||
"Created" : "Créée",
|
||||
"Searching …" : "Recherche…",
|
||||
"No results found" : "Aucun résultat",
|
||||
"Back to {category}" : "Retourner à {category}",
|
||||
@@ -95,12 +99,11 @@ 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",
|
||||
"Created" : "Créée",
|
||||
"Owner" : "Propriétaire",
|
||||
"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é",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"Guest" : "Invité",
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"Bold text" : "Texte en gras",
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Forum" : "Forum",
|
||||
@@ -29,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",
|
||||
@@ -58,6 +61,7 @@
|
||||
"Retry" : "Réessayer",
|
||||
"In {category}" : "Dans {category}",
|
||||
"Error" : "Erreur",
|
||||
"Created" : "Créée",
|
||||
"Searching …" : "Recherche…",
|
||||
"No results found" : "Aucun résultat",
|
||||
"Back to {category}" : "Retourner à {category}",
|
||||
@@ -93,12 +97,11 @@
|
||||
"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",
|
||||
"Created" : "Créée",
|
||||
"Owner" : "Propriétaire",
|
||||
"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é",
|
||||
|
||||
53
l10n/ga.js
53
l10n/ga.js
@@ -57,6 +57,9 @@ OC.L10N.register(
|
||||
"Deleted user" : "Úsáideoir scriosta",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Fóram atá tiomáinte ag an bpobal atá tógtha isteach i do chás Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cruthaigh plé, roinn smaointe agus comhoibrigh le do phobal go díreach i Nextcloud.\n\n**⚠️ Fógra Forbartha Luath:**\nTá an aip seo i gcéimeanna luatha forbartha. Cé go bhfuil sí feidhmiúil, d'fhéadfadh fabhtanna nó gnéithe neamhiomlána teacht ort. Tuairiscigh aon fhadhbanna ar GitHub agus smaoinigh ar chúltaca de do shonraí a dhéanamh go rialta.\n\n**Príomhghnéithe:**\n- **Plé bunaithe ar shnáitheanna** - Cruthaigh agus freagair snáitheanna plé eagraithe\n- **Eagrú Catagóirí** - Struchtúraigh do fhóram le catagóirí agus ceanntásca saincheaptha\n- **Formáidiú Téacs Saibhir** - Úsáid BBCode chun poist a fhormáidiú le cló trom, iodálach, naisc, íomhánna, bloic chód agus níos mó\n- **Ceangaltáin Chomhad** - Ceangail comhaid ó do stóras Nextcloud le poist\n- **Imoibrithe Poist** - Imoibriú le poist le himoibrithe emoji\n- **Rianú Léite/Gan Léite** - Coinnigh súil ar na snáitheanna atá léite agat\n- **Cuardaigh** - Aimsigh plé go tapa le cuardach ionsuite\n- **Próifílí Úsáideoirí** - Féach ar stair agus staitisticí post úsáideoirí\n- **Ceadanna Bunaithe ar Ról** - Rialú rochtana agus modhnóireachta le róil sholúbtha\n- **Rochtain Aoi**: Rochtain phoiblí roghnach d'úsáideoirí neamhúdaraithe le ceadanna inchumraithe\n- **Uirlisí Riaracháin** - Bainistigh catagóirí, róil, BBCóid agus socruithe fóraim\n- **Uirlisí Modhnóireachta** - Snáitheanna agus poist a phionáil, a ghlasáil agus a bhainistiú\n\n**Foirfe do:**\n- Plé foirne agus comhoibriú\n- Fóraim phobail\n- Bealaí tacaíochta\n- Bunachair eolais\n- Plé tionscadail\n- Cumarsáid inmheánach\n\nComhtháthaíonn an fóram go gan uaim le do chás Nextcloud, ag baint úsáide as d'úsáideoirí agus do ghrúpaí atá ann cheana féin le haghaidh fíordheimhnithe agus rialú rochtana.",
|
||||
"Repair Database Initial Data" : "Deisigh Sonraí Tosaigh Bunachar Sonraí",
|
||||
"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." : "Rith an t-ordú \"deisigh sonraí tosaigh bunachar sonraí\" chun sonraí réamhshocraithe an fhóraim (róil, catagóirí, ceadanna, BBCóid) a athbhunú. Tá sé sábháilte é seo a rith arís agus arís eile mar go scipeálfaidh sé sonraí atá ann cheana féin.",
|
||||
"Run Repair Database Initial Data" : "Rith Deisiúchán Bunachar Sonraí Tosaigh",
|
||||
"User Roles" : "Róil Úsáideora",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Sannadh róil fóraim d'úsáideoirí. Ligeann sé seo duit pribhléidí riaracháin nó modhnóra a dheonú d'úsáideoirí sonracha.",
|
||||
"User ID" : "ID Úsáideoir",
|
||||
@@ -65,6 +68,7 @@ OC.L10N.register(
|
||||
"Select a role" : "Roghnaigh ról",
|
||||
"Assign Role" : "Sannadh Ról",
|
||||
"Failed to fetch roles" : "Theip ar róil a fháil",
|
||||
"Failed to run repair database initial data" : "Theip ar shonraí tosaigh an bhunachair shonraí a dheisiú a rith",
|
||||
"Failed to assign role" : "Theip ar ról a shannadh",
|
||||
"Loading …" : "Á lódáil…",
|
||||
"Search" : "Cuardach",
|
||||
@@ -74,7 +78,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Deais",
|
||||
"Forum settings" : "Socruithe an fhóraim",
|
||||
"Users" : "Úsáideoirí",
|
||||
"Roles" : "Róil",
|
||||
"Roles & Teams" : "Róil & Foirne",
|
||||
"Categories" : "Catagóirí",
|
||||
"BBCodes" : "BBCóid",
|
||||
"Expand" : "Leathnaigh",
|
||||
@@ -123,6 +127,18 @@ 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 post" : "Is féidir postáil",
|
||||
"Can reply" : "Is féidir freagra a thabhairt",
|
||||
"Can moderate" : "Is féidir maolú a dhéanamh",
|
||||
"Allow" : "Ceadaigh",
|
||||
"Allow All" : "Ceadaigh Gach Rud",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Amharc:{bEnd} Ceadaíonn sé seo an chatagóir agus a snáitheanna a fheiceáil.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Ceadaíonn sé seo snáitheanna nua a chruthú sa chatagóir.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Freagra:{bEnd} Ceadaíonn sé seo freagra a thabhairt ar shnáitheanna atá ann cheana féin sa chatagóir.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modhnóireacht:{bEnd} Ceadaíonn sé seo poist a chur in eagar agus a scriosadh, snáitheanna a phionáil, a ghlasáil agus a bhogadh sa chatagóir.",
|
||||
"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",
|
||||
@@ -134,6 +150,15 @@ OC.L10N.register(
|
||||
"Cancel" : "Cealaigh",
|
||||
"Create" : "Cruthaigh",
|
||||
"Update" : "Nuashonrú",
|
||||
"Forum setup required" : "Socrú fóraim ag teastáil",
|
||||
"Select the accounts that should have the forum admin role." : "Roghnaigh na cuntais ar cheart dóibh ról riarthóra an fhóraim a bheith acu.",
|
||||
"Forum admin accounts:" : "Cuntais riarthóra an fhóraim:",
|
||||
"Select accounts …" : "Roghnaigh cuntais …",
|
||||
"All other accounts will receive the default role." : "Gheobhaidh gach cuntas eile an ról réamhshocraithe.",
|
||||
"Initialize forum" : "Tús a chur leis an bhfóram",
|
||||
"Initializing …" : "Ag tosú …",
|
||||
"Forum not set up" : "Fóram gan bhunú",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Níl an fóram socraithe fós. Téigh i dteagmháil le ball den riarachán le do thoil chun an socrú a chríochnú.",
|
||||
"Move thread to category" : "Bog snáithe go catagóir",
|
||||
"Select the category to move this thread to:" : "Roghnaigh an chatagóir chun an snáithe seo a bhogadh chuici:",
|
||||
"Select a category …" : "Roghnaigh catagóir …",
|
||||
@@ -219,8 +244,9 @@ OC.L10N.register(
|
||||
"Thread created" : "Snáithe cruthaithe",
|
||||
"Failed to create thread" : "Theip ar an snáithe a chruthú",
|
||||
"No category specified" : "Gan catagóir sonraithe",
|
||||
"You do not have permission to create threads in this category." : "Níl cead agat snáitheanna a chruthú sa chatagóir seo.",
|
||||
"Error" : "Earráid",
|
||||
"First activity" : "An chéad ghníomhaíocht",
|
||||
"Created" : "Cruthaithe",
|
||||
"Threads ({count})" : "Snáitheanna ({count})",
|
||||
"Replies ({count})" : "Freagraí ({count})",
|
||||
"No threads" : "Gan snáitheanna",
|
||||
@@ -258,6 +284,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Bí ar an gcéad duine chun freagra a thabhairt sa snáithe seo.",
|
||||
"by" : "le",
|
||||
"This thread is locked. Only moderators can add replies." : "Tá an snáithe seo faoi ghlas. Ní féidir ach le modhnóirí freagraí a chur leis.",
|
||||
"You do not have permission to reply in this category." : "Níl cead agat freagra a thabhairt sa chatagóir seo.",
|
||||
"You must be signed in to reply to this thread." : "Ní mór duit a bheith logáilte isteach chun freagra a thabhairt ar an snáithe seo.",
|
||||
"Sign in to reply" : "Sínigh isteach le freagra a thabhairt",
|
||||
"Lock thread" : "Glasáil snáithe",
|
||||
@@ -362,9 +389,9 @@ 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 create new threads in this category" : "Roghnaigh róil ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles that can reply to threads in this category" : "Roghnaigh róil ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"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",
|
||||
@@ -444,10 +471,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",
|
||||
@@ -464,17 +487,29 @@ 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",
|
||||
"Created" : "Cruthaithe",
|
||||
"Owner" : "Úinéir",
|
||||
"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",
|
||||
"Team permissions" : "Ceadanna foirne",
|
||||
"Manage category permissions for Nextcloud Teams" : "Bainistigh ceadanna catagóire do Nextcloud Teams",
|
||||
"Loading teams …" : "Ag lódáil foirne …",
|
||||
"Error loading teams" : "Earráid ag luchtú foirne",
|
||||
"No teams found" : "Níor aimsíodh foirne",
|
||||
"No Nextcloud Teams are available" : "Níl aon Fhoireann Nextcloud ar fáil",
|
||||
"Edit team" : "Foireann a chur in eagar",
|
||||
"Configure category permissions for this team" : "Cumraigh ceadanna catagóire don fhoireann seo",
|
||||
"Error loading team" : "Earráid ag lódáil na foirne",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Ceadanna catagóire á n-eagarthóireacht don fhoireann seo. Déantar ballraíocht foirne a bhainistiú trí Nextcloud Teams.",
|
||||
"Set which categories this team can access" : "Socraigh cé na catagóirí ar féidir leis an bhfoireann seo rochtain a fháil orthu",
|
||||
"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",
|
||||
|
||||
53
l10n/ga.json
53
l10n/ga.json
@@ -55,6 +55,9 @@
|
||||
"Deleted user" : "Úsáideoir scriosta",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Fóram atá tiomáinte ag an bpobal atá tógtha isteach i do chás Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cruthaigh plé, roinn smaointe agus comhoibrigh le do phobal go díreach i Nextcloud.\n\n**⚠️ Fógra Forbartha Luath:**\nTá an aip seo i gcéimeanna luatha forbartha. Cé go bhfuil sí feidhmiúil, d'fhéadfadh fabhtanna nó gnéithe neamhiomlána teacht ort. Tuairiscigh aon fhadhbanna ar GitHub agus smaoinigh ar chúltaca de do shonraí a dhéanamh go rialta.\n\n**Príomhghnéithe:**\n- **Plé bunaithe ar shnáitheanna** - Cruthaigh agus freagair snáitheanna plé eagraithe\n- **Eagrú Catagóirí** - Struchtúraigh do fhóram le catagóirí agus ceanntásca saincheaptha\n- **Formáidiú Téacs Saibhir** - Úsáid BBCode chun poist a fhormáidiú le cló trom, iodálach, naisc, íomhánna, bloic chód agus níos mó\n- **Ceangaltáin Chomhad** - Ceangail comhaid ó do stóras Nextcloud le poist\n- **Imoibrithe Poist** - Imoibriú le poist le himoibrithe emoji\n- **Rianú Léite/Gan Léite** - Coinnigh súil ar na snáitheanna atá léite agat\n- **Cuardaigh** - Aimsigh plé go tapa le cuardach ionsuite\n- **Próifílí Úsáideoirí** - Féach ar stair agus staitisticí post úsáideoirí\n- **Ceadanna Bunaithe ar Ról** - Rialú rochtana agus modhnóireachta le róil sholúbtha\n- **Rochtain Aoi**: Rochtain phoiblí roghnach d'úsáideoirí neamhúdaraithe le ceadanna inchumraithe\n- **Uirlisí Riaracháin** - Bainistigh catagóirí, róil, BBCóid agus socruithe fóraim\n- **Uirlisí Modhnóireachta** - Snáitheanna agus poist a phionáil, a ghlasáil agus a bhainistiú\n\n**Foirfe do:**\n- Plé foirne agus comhoibriú\n- Fóraim phobail\n- Bealaí tacaíochta\n- Bunachair eolais\n- Plé tionscadail\n- Cumarsáid inmheánach\n\nComhtháthaíonn an fóram go gan uaim le do chás Nextcloud, ag baint úsáide as d'úsáideoirí agus do ghrúpaí atá ann cheana féin le haghaidh fíordheimhnithe agus rialú rochtana.",
|
||||
"Repair Database Initial Data" : "Deisigh Sonraí Tosaigh Bunachar Sonraí",
|
||||
"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." : "Rith an t-ordú \"deisigh sonraí tosaigh bunachar sonraí\" chun sonraí réamhshocraithe an fhóraim (róil, catagóirí, ceadanna, BBCóid) a athbhunú. Tá sé sábháilte é seo a rith arís agus arís eile mar go scipeálfaidh sé sonraí atá ann cheana féin.",
|
||||
"Run Repair Database Initial Data" : "Rith Deisiúchán Bunachar Sonraí Tosaigh",
|
||||
"User Roles" : "Róil Úsáideora",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Sannadh róil fóraim d'úsáideoirí. Ligeann sé seo duit pribhléidí riaracháin nó modhnóra a dheonú d'úsáideoirí sonracha.",
|
||||
"User ID" : "ID Úsáideoir",
|
||||
@@ -63,6 +66,7 @@
|
||||
"Select a role" : "Roghnaigh ról",
|
||||
"Assign Role" : "Sannadh Ról",
|
||||
"Failed to fetch roles" : "Theip ar róil a fháil",
|
||||
"Failed to run repair database initial data" : "Theip ar shonraí tosaigh an bhunachair shonraí a dheisiú a rith",
|
||||
"Failed to assign role" : "Theip ar ról a shannadh",
|
||||
"Loading …" : "Á lódáil…",
|
||||
"Search" : "Cuardach",
|
||||
@@ -72,7 +76,7 @@
|
||||
"Dashboard" : "Deais",
|
||||
"Forum settings" : "Socruithe an fhóraim",
|
||||
"Users" : "Úsáideoirí",
|
||||
"Roles" : "Róil",
|
||||
"Roles & Teams" : "Róil & Foirne",
|
||||
"Categories" : "Catagóirí",
|
||||
"BBCodes" : "BBCóid",
|
||||
"Expand" : "Leathnaigh",
|
||||
@@ -121,6 +125,18 @@
|
||||
"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 post" : "Is féidir postáil",
|
||||
"Can reply" : "Is féidir freagra a thabhairt",
|
||||
"Can moderate" : "Is féidir maolú a dhéanamh",
|
||||
"Allow" : "Ceadaigh",
|
||||
"Allow All" : "Ceadaigh Gach Rud",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Amharc:{bEnd} Ceadaíonn sé seo an chatagóir agus a snáitheanna a fheiceáil.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Ceadaíonn sé seo snáitheanna nua a chruthú sa chatagóir.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Freagra:{bEnd} Ceadaíonn sé seo freagra a thabhairt ar shnáitheanna atá ann cheana féin sa chatagóir.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modhnóireacht:{bEnd} Ceadaíonn sé seo poist a chur in eagar agus a scriosadh, snáitheanna a phionáil, a ghlasáil agus a bhogadh sa chatagóir.",
|
||||
"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",
|
||||
@@ -132,6 +148,15 @@
|
||||
"Cancel" : "Cealaigh",
|
||||
"Create" : "Cruthaigh",
|
||||
"Update" : "Nuashonrú",
|
||||
"Forum setup required" : "Socrú fóraim ag teastáil",
|
||||
"Select the accounts that should have the forum admin role." : "Roghnaigh na cuntais ar cheart dóibh ról riarthóra an fhóraim a bheith acu.",
|
||||
"Forum admin accounts:" : "Cuntais riarthóra an fhóraim:",
|
||||
"Select accounts …" : "Roghnaigh cuntais …",
|
||||
"All other accounts will receive the default role." : "Gheobhaidh gach cuntas eile an ról réamhshocraithe.",
|
||||
"Initialize forum" : "Tús a chur leis an bhfóram",
|
||||
"Initializing …" : "Ag tosú …",
|
||||
"Forum not set up" : "Fóram gan bhunú",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Níl an fóram socraithe fós. Téigh i dteagmháil le ball den riarachán le do thoil chun an socrú a chríochnú.",
|
||||
"Move thread to category" : "Bog snáithe go catagóir",
|
||||
"Select the category to move this thread to:" : "Roghnaigh an chatagóir chun an snáithe seo a bhogadh chuici:",
|
||||
"Select a category …" : "Roghnaigh catagóir …",
|
||||
@@ -217,8 +242,9 @@
|
||||
"Thread created" : "Snáithe cruthaithe",
|
||||
"Failed to create thread" : "Theip ar an snáithe a chruthú",
|
||||
"No category specified" : "Gan catagóir sonraithe",
|
||||
"You do not have permission to create threads in this category." : "Níl cead agat snáitheanna a chruthú sa chatagóir seo.",
|
||||
"Error" : "Earráid",
|
||||
"First activity" : "An chéad ghníomhaíocht",
|
||||
"Created" : "Cruthaithe",
|
||||
"Threads ({count})" : "Snáitheanna ({count})",
|
||||
"Replies ({count})" : "Freagraí ({count})",
|
||||
"No threads" : "Gan snáitheanna",
|
||||
@@ -256,6 +282,7 @@
|
||||
"Be the first to reply in this thread." : "Bí ar an gcéad duine chun freagra a thabhairt sa snáithe seo.",
|
||||
"by" : "le",
|
||||
"This thread is locked. Only moderators can add replies." : "Tá an snáithe seo faoi ghlas. Ní féidir ach le modhnóirí freagraí a chur leis.",
|
||||
"You do not have permission to reply in this category." : "Níl cead agat freagra a thabhairt sa chatagóir seo.",
|
||||
"You must be signed in to reply to this thread." : "Ní mór duit a bheith logáilte isteach chun freagra a thabhairt ar an snáithe seo.",
|
||||
"Sign in to reply" : "Sínigh isteach le freagra a thabhairt",
|
||||
"Lock thread" : "Glasáil snáithe",
|
||||
@@ -360,9 +387,9 @@
|
||||
"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 create new threads in this category" : "Roghnaigh róil ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles that can reply to threads in this category" : "Roghnaigh róil ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"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",
|
||||
@@ -442,10 +469,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",
|
||||
@@ -462,17 +485,29 @@
|
||||
"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",
|
||||
"Created" : "Cruthaithe",
|
||||
"Owner" : "Úinéir",
|
||||
"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",
|
||||
"Team permissions" : "Ceadanna foirne",
|
||||
"Manage category permissions for Nextcloud Teams" : "Bainistigh ceadanna catagóire do Nextcloud Teams",
|
||||
"Loading teams …" : "Ag lódáil foirne …",
|
||||
"Error loading teams" : "Earráid ag luchtú foirne",
|
||||
"No teams found" : "Níor aimsíodh foirne",
|
||||
"No Nextcloud Teams are available" : "Níl aon Fhoireann Nextcloud ar fáil",
|
||||
"Edit team" : "Foireann a chur in eagar",
|
||||
"Configure category permissions for this team" : "Cumraigh ceadanna catagóire don fhoireann seo",
|
||||
"Error loading team" : "Earráid ag lódáil na foirne",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Ceadanna catagóire á n-eagarthóireacht don fhoireann seo. Déantar ballraíocht foirne a bhainistiú trí Nextcloud Teams.",
|
||||
"Set which categories this team can access" : "Socraigh cé na catagóirí ar féidir leis an bhfoireann seo rochtain a fháil orthu",
|
||||
"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;"
|
||||
}
|
||||
18
l10n/gl.js
18
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",
|
||||
@@ -224,7 +228,7 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Produciuse un fallo ao crear o fío",
|
||||
"No category specified" : "Non se especificou ningunha categoría",
|
||||
"Error" : "Erro",
|
||||
"First activity" : "First activity",
|
||||
"Created" : "Creado",
|
||||
"Threads ({count})" : "Fíos ({count})",
|
||||
"Replies ({count})" : "Respostas ({count})",
|
||||
"No threads" : "Non hai ningún fío",
|
||||
@@ -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,19 @@ 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",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"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",
|
||||
|
||||
18
l10n/gl.json
18
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",
|
||||
@@ -222,7 +226,7 @@
|
||||
"Failed to create thread" : "Produciuse un fallo ao crear o fío",
|
||||
"No category specified" : "Non se especificou ningunha categoría",
|
||||
"Error" : "Erro",
|
||||
"First activity" : "First activity",
|
||||
"Created" : "Creado",
|
||||
"Threads ({count})" : "Fíos ({count})",
|
||||
"Replies ({count})" : "Respostas ({count})",
|
||||
"No threads" : "Non hai ningún fío",
|
||||
@@ -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,19 @@
|
||||
"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",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"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",
|
||||
|
||||
10
l10n/he.js
10
l10n/he.js
@@ -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" : "שם כותרת",
|
||||
@@ -198,7 +199,7 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"Error" : "שגיאה",
|
||||
"First activity" : "פעילות ראשונה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"Replies ({count})" : "תגובות ({count})",
|
||||
"No threads" : "ללא נושאים",
|
||||
@@ -268,12 +269,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Reset" : "איפוס",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"ID" : "מזהה",
|
||||
"Created" : "יצירה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
},
|
||||
|
||||
10
l10n/he.json
10
l10n/he.json
@@ -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" : "שם כותרת",
|
||||
@@ -196,7 +197,7 @@
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"Error" : "שגיאה",
|
||||
"First activity" : "פעילות ראשונה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"Replies ({count})" : "תגובות ({count})",
|
||||
"No threads" : "ללא נושאים",
|
||||
@@ -266,12 +267,11 @@
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Reset" : "איפוס",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"ID" : "מזהה",
|
||||
"Created" : "יצירה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
|
||||
22
l10n/hr.js
22
l10n/hr.js
@@ -3,10 +3,14 @@ OC.L10N.register(
|
||||
{
|
||||
"Admin" : "Admin",
|
||||
"User" : "@string/user_icon",
|
||||
"Guest" : "Gost",
|
||||
"General" : "Općenito",
|
||||
"Support" : "Podrška",
|
||||
"Bold text" : "Podebljani tekst",
|
||||
"Underlined text" : "Podcrtani tekst",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Izbrisan korisnik",
|
||||
"User ID" : "ID korisnika",
|
||||
"Role" : "Uloga",
|
||||
"Loading …" : "Učitavanje…",
|
||||
"Search" : "Traži",
|
||||
@@ -15,6 +19,7 @@ OC.L10N.register(
|
||||
"Dashboard" : "Nadzorna ploča",
|
||||
"Users" : "Korisnici",
|
||||
"Categories" : "Kategorije",
|
||||
"Expand" : "Proširi",
|
||||
"Collapse" : "Sakrij",
|
||||
"Hello world!" : "Pozdrav svijete!",
|
||||
"Code" : "Kod",
|
||||
@@ -23,6 +28,10 @@ OC.L10N.register(
|
||||
"List" : "Popis",
|
||||
"Insert emoji" : "Umetni emoji",
|
||||
"Close" : "Zatvori",
|
||||
"Failed to upload file" : "Nije uspjelo prenijeti datoteku",
|
||||
"Threads" : "Niti",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -31,9 +40,14 @@ OC.L10N.register(
|
||||
"Back" : "Natrag",
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Unread" : "Nepročitano",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Version {index}" : "Verzija {index}",
|
||||
"Add reaction" : "Dodaj reakciju",
|
||||
"React with {emoji}" : "Reagiraj s {emoji}",
|
||||
"Uncategorized" : "Nekategorizirani",
|
||||
"_%n reply_::_%n replies_" : ["%n odgovor","%n odgovora","%n odgovora"],
|
||||
"Views" : "Prikazi",
|
||||
"Title" : "Naslov",
|
||||
"Saving draft …" : "Spremanje skice...",
|
||||
@@ -41,10 +55,13 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Nespremljene promjene",
|
||||
"Refresh" : "Osvježi",
|
||||
"Retry" : "Pokušaj ponovno",
|
||||
"In {category}" : "U {category}",
|
||||
"Error" : "Pogreška",
|
||||
"Created" : "Stvoreno",
|
||||
"Searching …" : "Traženje…",
|
||||
"No results found" : "Nema rezultata",
|
||||
"Back to {category}" : "Natrag na {category}",
|
||||
"Reply" : "Odgovori",
|
||||
"by" : "od",
|
||||
"Subscribe" : "Preplata",
|
||||
"Subscribed" : "Pretplaćen",
|
||||
@@ -54,6 +71,7 @@ OC.L10N.register(
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
"Signature" : "Potpis",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
@@ -72,10 +90,10 @@ 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",
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
|
||||
22
l10n/hr.json
22
l10n/hr.json
@@ -1,10 +1,14 @@
|
||||
{ "translations": {
|
||||
"Admin" : "Admin",
|
||||
"User" : "@string/user_icon",
|
||||
"Guest" : "Gost",
|
||||
"General" : "Općenito",
|
||||
"Support" : "Podrška",
|
||||
"Bold text" : "Podebljani tekst",
|
||||
"Underlined text" : "Podcrtani tekst",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Izbrisan korisnik",
|
||||
"User ID" : "ID korisnika",
|
||||
"Role" : "Uloga",
|
||||
"Loading …" : "Učitavanje…",
|
||||
"Search" : "Traži",
|
||||
@@ -13,6 +17,7 @@
|
||||
"Dashboard" : "Nadzorna ploča",
|
||||
"Users" : "Korisnici",
|
||||
"Categories" : "Kategorije",
|
||||
"Expand" : "Proširi",
|
||||
"Collapse" : "Sakrij",
|
||||
"Hello world!" : "Pozdrav svijete!",
|
||||
"Code" : "Kod",
|
||||
@@ -21,6 +26,10 @@
|
||||
"List" : "Popis",
|
||||
"Insert emoji" : "Umetni emoji",
|
||||
"Close" : "Zatvori",
|
||||
"Failed to upload file" : "Nije uspjelo prenijeti datoteku",
|
||||
"Threads" : "Niti",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -29,9 +38,14 @@
|
||||
"Back" : "Natrag",
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Unread" : "Nepročitano",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Version {index}" : "Verzija {index}",
|
||||
"Add reaction" : "Dodaj reakciju",
|
||||
"React with {emoji}" : "Reagiraj s {emoji}",
|
||||
"Uncategorized" : "Nekategorizirani",
|
||||
"_%n reply_::_%n replies_" : ["%n odgovor","%n odgovora","%n odgovora"],
|
||||
"Views" : "Prikazi",
|
||||
"Title" : "Naslov",
|
||||
"Saving draft …" : "Spremanje skice...",
|
||||
@@ -39,10 +53,13 @@
|
||||
"Unsaved changes" : "Nespremljene promjene",
|
||||
"Refresh" : "Osvježi",
|
||||
"Retry" : "Pokušaj ponovno",
|
||||
"In {category}" : "U {category}",
|
||||
"Error" : "Pogreška",
|
||||
"Created" : "Stvoreno",
|
||||
"Searching …" : "Traženje…",
|
||||
"No results found" : "Nema rezultata",
|
||||
"Back to {category}" : "Natrag na {category}",
|
||||
"Reply" : "Odgovori",
|
||||
"by" : "od",
|
||||
"Subscribe" : "Preplata",
|
||||
"Subscribed" : "Pretplaćen",
|
||||
@@ -52,6 +69,7 @@
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
"Signature" : "Potpis",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
@@ -70,10 +88,10 @@
|
||||
"Settings saved" : "Postavke spremljene",
|
||||
"Failed to save settings" : "Spremanje postavki nije uspjelo",
|
||||
"Reset" : "Resetiraj",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Vlasnik",
|
||||
"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",
|
||||
@@ -59,6 +61,7 @@ OC.L10N.register(
|
||||
"Retry" : "Újra",
|
||||
"In {category}" : "Ebben: {category}",
|
||||
"Error" : "Hiba",
|
||||
"Created" : "Létrehozva",
|
||||
"Searching …" : "Keresés…",
|
||||
"No results found" : "Nincs találat",
|
||||
"Back to {category}" : "Vissza ide: {category}",
|
||||
@@ -91,12 +94,11 @@ 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ó",
|
||||
"Created" : "Létrehozva",
|
||||
"Owner" : "Tulajdonos",
|
||||
"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