mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
115 Commits
v0.22.1
...
feature/ed
| Author | SHA1 | Date | |
|---|---|---|---|
| 78052cda97 | |||
| b8a5ae5e04 | |||
|
|
b6840dea3b | ||
|
|
5de034d983 | ||
|
|
aa60e29b38 | ||
|
|
4f237881df | ||
| d73d99c596 | |||
| 96ecf51162 | |||
|
|
071b4875ff | ||
| 5dcfbf40b8 | |||
| 94dc945857 | |||
| cf561cd44f | |||
|
|
300acb69c6 | ||
| 6257f41b58 | |||
| f1140c5a4a | |||
| 4863610331 | |||
|
|
22a4e8e30e | ||
|
|
594d036dcf | ||
| 82376feb5d | |||
|
|
dc3ff74c55 | ||
| 184f2c9c4c | |||
|
|
9f39f6536f | ||
| 7147d79881 | |||
| 7f577c2abd | |||
|
|
1ff1b090d8 | ||
|
|
a45e8e46e7 | ||
| ba8f1692fe | |||
|
|
28bfe1e96f | ||
| c0aa22adb0 | |||
| 699585aba0 | |||
| 71b5a04d18 | |||
| 477e9e3dfd | |||
|
|
53d789d1c7 | ||
|
|
520cceab9b | ||
|
|
fe77c3ba2c | ||
| f13be9786b | |||
| 27f5e7b044 | |||
| e226861a3f | |||
| 6fb4e4fd54 | |||
|
|
0fb78f7d76 | ||
|
|
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 | |||
|
|
0b4c07fade | ||
| 4be4d81d48 | |||
|
|
9983cb9b1c | ||
|
|
494f96eaa5 | ||
| a12720c4ad | |||
| 22571cc51a | |||
|
|
b649b2fc84 | ||
|
|
f6219b7a1a | ||
| d78d5fa9b9 | |||
|
|
bb112b9fc7 |
23
.github/workflows/phpunit-incremental.yml
vendored
23
.github/workflows/phpunit-incremental.yml
vendored
@@ -1,23 +0,0 @@
|
||||
name: PHPUnit Incremental Migration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: read
|
||||
|
||||
concurrency:
|
||||
group: phpunit-incremental-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
phpunit-incremental:
|
||||
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'
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,9 +9,6 @@
|
||||
|
||||
/node_modules/
|
||||
/dist
|
||||
/js
|
||||
/css/*
|
||||
!/css/dashboard.css
|
||||
.DS_Store
|
||||
build/
|
||||
tsconfig.app.tsbuildinfo
|
||||
|
||||
@@ -13,5 +13,5 @@ module.exports = {
|
||||
}
|
||||
return commands
|
||||
},
|
||||
'*Controller.php': [() => 'make openapi', () => 'git add openapi.json'],
|
||||
'*Controller.php': [() => 'make openapi', () => 'git add openapi-*.json'],
|
||||
}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"plugins": [
|
||||
"prettier-plugin-vue"
|
||||
],
|
||||
"printWidth": 100,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
|
||||
@@ -1 +1 @@
|
||||
{".":"0.22.1"}
|
||||
{".":"0.29.3"}
|
||||
|
||||
216
CHANGELOG.md
216
CHANGELOG.md
@@ -1,5 +1,221 @@
|
||||
# Changelog
|
||||
|
||||
## [0.29.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.2...v0.29.3) (2026-03-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([5de034d](https://github.com/chenasraf/nextcloud-forum/commit/5de034d98369310b5ab2cc468d4eb2c51a001158))
|
||||
* **l10n:** Update translations from Transifex ([aa60e29](https://github.com/chenasraf/nextcloud-forum/commit/aa60e29b3801ca568b8280c7be0ae66e1e003fe0))
|
||||
|
||||
## [0.29.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.1...v0.29.2) (2026-03-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* stats rebuild task ([d73d99c](https://github.com/chenasraf/nextcloud-forum/commit/d73d99c5966017261450071bf183b6d67d517fbb))
|
||||
* thread sorting ([96ecf51](https://github.com/chenasraf/nextcloud-forum/commit/96ecf511623939641ed09e4eb48be0568b60fbb1))
|
||||
|
||||
## [0.29.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.0...v0.29.1) (2026-03-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add templates pagination ([5dcfbf4](https://github.com/chenasraf/nextcloud-forum/commit/5dcfbf40b8a0f4f72f374cc07ef32f4fd2c28613))
|
||||
* directly link to replies from profile+search pages ([94dc945](https://github.com/chenasraf/nextcloud-forum/commit/94dc945857ca7e778721c708bc0019b513df08e7))
|
||||
|
||||
## [0.29.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.28.1...v0.29.0) (2026-03-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add direct link to posts ([4863610](https://github.com/chenasraf/nextcloud-forum/commit/48636103318a5852f50aefe437f9387e02cdd75e))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([22a4e8e](https://github.com/chenasraf/nextcloud-forum/commit/22a4e8e30e97f83ee727f043a360a7a20bd998a2))
|
||||
* longer post highlight ([6257f41](https://github.com/chenasraf/nextcloud-forum/commit/6257f41b5805c243f6416a778152611b863bc146))
|
||||
* page navigation url change ([f1140c5](https://github.com/chenasraf/nextcloud-forum/commit/f1140c5a4aaeec9b503942e17c353e06eac188ce))
|
||||
|
||||
## [0.28.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.28.0...v0.28.1) (2026-03-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add "last reply by" to all thread cards ([82376fe](https://github.com/chenasraf/nextcloud-forum/commit/82376feb5dc1adee74ddf668e983fb8fd12a7119))
|
||||
|
||||
## [0.28.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.27.0...v0.28.0) (2026-03-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add "last reply by" to thread card ([7147d79](https://github.com/chenasraf/nextcloud-forum/commit/7147d79881418497f331eb66aa02684d88b22331))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([9f39f65](https://github.com/chenasraf/nextcloud-forum/commit/9f39f6536f023fc856b77bddd42061504f53424c))
|
||||
* **l10n:** Update translations from Transifex ([1ff1b09](https://github.com/chenasraf/nextcloud-forum/commit/1ff1b090d87a7d3b5db3d46c9f87c79744b76046))
|
||||
* **l10n:** Update translations from Transifex ([a45e8e4](https://github.com/chenasraf/nextcloud-forum/commit/a45e8e46e7ae4bfd10692678110e01411ab7fe35))
|
||||
* scroll to first unread reply on thread ([7f577c2](https://github.com/chenasraf/nextcloud-forum/commit/7f577c2abd93706c7a7852df51e36ffc582f6a92))
|
||||
|
||||
## [0.27.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.26.0...v0.27.0) (2026-03-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow guests to post/reply when given permissions ([477e9e3](https://github.com/chenasraf/nextcloud-forum/commit/477e9e3dfd75d1c13b624e1a15a9a933c8c72522))
|
||||
* editable templates ([c0aa22a](https://github.com/chenasraf/nextcloud-forum/commit/c0aa22adb095192fb8a6b888df65f327cfbe0ab5))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* hide attachments bbcode button from guests ([699585a](https://github.com/chenasraf/nextcloud-forum/commit/699585aba0663da4379e4911d0a33cb8db1185f4))
|
||||
* **l10n:** Update translations from Transifex ([53d789d](https://github.com/chenasraf/nextcloud-forum/commit/53d789d1c7063795d0d14f2b907b97db8711f74b))
|
||||
* **l10n:** Update translations from Transifex ([520ccea](https://github.com/chenasraf/nextcloud-forum/commit/520cceab9b8e78aee6b4aa1e19854b22d26eb023))
|
||||
|
||||
## [0.26.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.25.0...v0.26.0) (2026-03-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add id+members count+icon to teams table ([6fb4e4f](https://github.com/chenasraf/nextcloud-forum/commit/6fb4e4fd54cf65baf76cd6890b4751cdb90b016e))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add api list limits ([f13be97](https://github.com/chenasraf/nextcloud-forum/commit/f13be9786b8ba77fdaa41e0399360b024a4a4f47))
|
||||
* category edit team permissions ([27f5e7b](https://github.com/chenasraf/nextcloud-forum/commit/27f5e7b04408d5bc485a6d2171849e4e39c09a7e))
|
||||
* category read status after thread creation ([e226861](https://github.com/chenasraf/nextcloud-forum/commit/e226861a3fab0b0903fca8b11078425fd8db791a))
|
||||
* **l10n:** Update translations from Transifex ([0fb78f7](https://github.com/chenasraf/nextcloud-forum/commit/0fb78f7d76e964d8d683cc03ded24aa56c100b34))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** mark floating-vue as external ([4be4d81](https://github.com/chenasraf/nextcloud-forum/commit/4be4d81d48e8ae7c945647d1096242bc990db532))
|
||||
* **l10n:** Update translations from Transifex ([9983cb9](https://github.com/chenasraf/nextcloud-forum/commit/9983cb9b1c206d406d97757085465287dc0c711e))
|
||||
|
||||
## [0.22.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.1...v0.22.2) (2026-02-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([b649b2f](https://github.com/chenasraf/nextcloud-forum/commit/b649b2fc84b4f7fe695f49e328a1084e34e603ea))
|
||||
* **l10n:** Update translations from Transifex ([f6219b7](https://github.com/chenasraf/nextcloud-forum/commit/f6219b7a1a11e5dd287046052c986a7975c50232))
|
||||
* **l10n:** Update translations from Transifex ([bb112b9](https://github.com/chenasraf/nextcloud-forum/commit/bb112b9fc7c8e7ea9f60ff5fb200629211446617))
|
||||
* move floating-vue to peer deps ([a12720c](https://github.com/chenasraf/nextcloud-forum/commit/a12720c4ada48e0a2f22f84ab289e8eb421658d7))
|
||||
|
||||
## [0.22.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.22.0...v0.22.1) (2026-02-01)
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
||||
@@ -14,13 +14,6 @@ threads, and posts within their Nextcloud instance.
|
||||
|
||||

|
||||
|
||||
## ⚠️ Early Development Notice
|
||||
|
||||
**This app is in early stages of development.** While functional, you may encounter bugs or
|
||||
incomplete features. Please report any issues on
|
||||
[GitHub](https://github.com/chenasraf/nextcloud-forum/issues/new/choose) and consider backing up
|
||||
your data regularly.
|
||||
|
||||
## Features
|
||||
|
||||
- **Category Management**: Organize discussions into categories with headers and custom permissions
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
<description><![CDATA[
|
||||
Create discussions, share ideas and collaborate with your community directly in Nextcloud.
|
||||
|
||||
**⚠️ Early Development Notice:**
|
||||
This 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.
|
||||
|
||||
**Key features:**
|
||||
- **Thread-based Discussions** - Create and reply to organized discussion threads
|
||||
- **Category Organization** - Structure your forum with customizable categories and headers
|
||||
@@ -37,7 +34,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.1</version>
|
||||
<version>0.29.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
@@ -54,7 +51,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>
|
||||
|
||||
146
composer.lock
generated
146
composer.lock
generated
@@ -59,16 +59,16 @@
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "bamarni/composer-bin-plugin",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
||||
"reference": "f6af6be0534fad47b38b34311e7d6148a67b5587"
|
||||
"reference": "641d0663f5ac270b1aeec4337b7856f76204df47"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/f6af6be0534fad47b38b34311e7d6148a67b5587",
|
||||
"reference": "f6af6be0534fad47b38b34311e7d6148a67b5587",
|
||||
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/641d0663f5ac270b1aeec4337b7856f76204df47",
|
||||
"reference": "641d0663f5ac270b1aeec4337b7856f76204df47",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -76,7 +76,7 @@
|
||||
"php": "^7.2.5 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^2.6",
|
||||
"composer/composer": "^2.2.26",
|
||||
"ext-json": "*",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.8 || ^2.0",
|
||||
@@ -110,9 +110,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
||||
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.9.0"
|
||||
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.9.1"
|
||||
},
|
||||
"time": "2026-01-29T23:07:38+00:00"
|
||||
"time": "2026-02-04T10:18:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
@@ -180,12 +180,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "f49cc367ee1a0216b7783b1b7a7f23dace6dd7c5"
|
||||
"reference": "5d6430816fd4afb6b87251b06e7eabcefba47610"
|
||||
},
|
||||
"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/5d6430816fd4afb6b87251b06e7eabcefba47610",
|
||||
"reference": "5d6430816fd4afb6b87251b06e7eabcefba47610",
|
||||
"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-03-21T01:05:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@@ -1035,18 +1035,18 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "8457f2008fc6396be788162c4e04228028306534"
|
||||
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8457f2008fc6396be788162c4e04228028306534",
|
||||
"reference": "8457f2008fc6396be788162c4e04228028306534",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e19b0f27b204991af95a5fefad00630bc3e376ae",
|
||||
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae",
|
||||
"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",
|
||||
@@ -1087,6 +1088,7 @@
|
||||
"athlon1600/php-proxy": "<=5.1",
|
||||
"athlon1600/php-proxy-app": "<=3",
|
||||
"athlon1600/youtube-downloader": "<=4",
|
||||
"aureuserp/aureuserp": "<1.3.0.0-beta1",
|
||||
"austintoddj/canvas": "<=3.4.2",
|
||||
"auth0/auth0-php": ">=3.3,<8.18",
|
||||
"auth0/login": "<7.20",
|
||||
@@ -1094,9 +1096,11 @@
|
||||
"auth0/wordpress": "<=5.4",
|
||||
"automad/automad": "<2.0.0.0-alpha5",
|
||||
"automattic/jetpack": "<9.8",
|
||||
"avideo/avideo": "<=26",
|
||||
"awesome-support/awesome-support": "<=6.0.7",
|
||||
"aws/aws-sdk-php": "<3.368",
|
||||
"azuracast/azuracast": "<=0.23.1",
|
||||
"ayacoo/redirect-tab": "<2.1.2|>=3,<3.1.7|>=4,<4.0.5",
|
||||
"azuracast/azuracast": "<=0.23.3",
|
||||
"b13/seo_basics": "<0.8.2",
|
||||
"backdrop/backdrop": "<=1.32",
|
||||
"backpack/crud": "<3.4.9",
|
||||
@@ -1147,14 +1151,16 @@
|
||||
"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",
|
||||
"ci4-cms-erp/ci4ms": "<0.28.5",
|
||||
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
|
||||
"ckeditor/ckeditor": "<4.25",
|
||||
"clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
|
||||
"co-stack/fal_sftp": "<0.2.6",
|
||||
"cockpit-hq/cockpit": "<2.11.4",
|
||||
"cockpit-hq/cockpit": "<2.13.5",
|
||||
"code16/sharp": "<9.11.1",
|
||||
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
||||
"codeigniter/framework": "<3.1.10",
|
||||
@@ -1166,7 +1172,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",
|
||||
@@ -1179,8 +1185,15 @@
|
||||
"corveda/phpsandbox": "<1.3.5",
|
||||
"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",
|
||||
"cpsit/typo3-mailqueue": "<0.4.5|>=0.5,<0.5.2",
|
||||
"craftcms/aws-s3": ">=2.0.2,<=2.2.4",
|
||||
"craftcms/azure-blob": ">=2.0.0.0-beta1,<=2.1",
|
||||
"craftcms/cms": "<=4.17.5|>=5,<=5.9.11",
|
||||
"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",
|
||||
"craftcms/google-cloud": ">=2.0.0.0-beta1,<=2.2",
|
||||
"craftcms/webhooks": ">=3,<3.2",
|
||||
"croogo/croogo": "<=4.0.7",
|
||||
"cuyz/valinor": "<0.12",
|
||||
"czim/file-handling": "<1.5|>=2,<2.3",
|
||||
@@ -1198,10 +1211,11 @@
|
||||
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1|>=7,<7.4",
|
||||
"desperado/xml-bundle": "<=0.1.7",
|
||||
"dev-lancer/minecraft-motd-parser": "<=1.0.5",
|
||||
"devcode-it/openstamanager": "<=2.9.4",
|
||||
"devcode-it/openstamanager": "<=2.9.8",
|
||||
"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",
|
||||
@@ -1217,6 +1231,7 @@
|
||||
"dolibarr/dolibarr": "<21.0.3",
|
||||
"dompdf/dompdf": "<2.0.4",
|
||||
"doublethreedigital/guest-entries": "<3.1.2",
|
||||
"dreamfactory/df-core": "<1.0.4",
|
||||
"drupal-pattern-lab/unified-twig-extensions": "<=0.1",
|
||||
"drupal/access_code": "<2.0.5",
|
||||
"drupal/acquia_dam": "<1.1.5",
|
||||
@@ -1255,7 +1270,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",
|
||||
@@ -1281,18 +1296,18 @@
|
||||
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1|>=5.3.0.0-beta1,<5.3.5",
|
||||
"ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
|
||||
"ezsystems/ezplatform-http-cache": "<2.3.16",
|
||||
"ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
|
||||
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.35",
|
||||
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
|
||||
"ezsystems/ezplatform-richtext": ">=2.3,<2.3.26|>=3.3,<3.3.40",
|
||||
"ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
|
||||
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
||||
"ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
|
||||
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.31",
|
||||
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
|
||||
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
||||
"ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
|
||||
"ezyang/htmlpurifier": "<=4.2",
|
||||
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
|
||||
"facturascripts/facturascripts": "<=2025.4|==2025.11|==2025.41|==2025.43",
|
||||
"facturascripts/facturascripts": "<2025.81",
|
||||
"fastly/magento2": "<1.2.26",
|
||||
"feehi/cms": "<=2.1.1",
|
||||
"feehi/feehicms": "<=2.1.1",
|
||||
@@ -1300,11 +1315,11 @@
|
||||
"filament/actions": ">=3.2,<3.2.123",
|
||||
"filament/filament": ">=4,<4.3.1",
|
||||
"filament/infolists": ">=3,<3.2.115",
|
||||
"filament/tables": ">=3,<3.2.115",
|
||||
"filament/tables": ">=3,<3.2.115|>=4,<4.8.5|>=5,<5.3.5",
|
||||
"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",
|
||||
@@ -1312,6 +1327,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",
|
||||
@@ -1333,15 +1349,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",
|
||||
@@ -1357,7 +1374,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",
|
||||
@@ -1383,7 +1400,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",
|
||||
@@ -1412,6 +1429,7 @@
|
||||
"jbartels/wec-map": "<3.0.3",
|
||||
"jcbrand/converse.js": "<3.3.3",
|
||||
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
|
||||
"johnbillion/query-monitor": "<3.20.4",
|
||||
"johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
|
||||
"joomla/application": "<1.0.13",
|
||||
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
||||
@@ -1430,10 +1448,11 @@
|
||||
"jweiland/events2": "<8.3.8|>=9,<9.0.6",
|
||||
"jweiland/kk-downloader": "<1.2.2",
|
||||
"kazist/phpwhois": "<=4.2.6",
|
||||
"kelvinmo/simplejwt": "<=1.1",
|
||||
"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",
|
||||
@@ -1458,16 +1477,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.1",
|
||||
"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",
|
||||
@@ -1495,7 +1514,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",
|
||||
@@ -1517,7 +1536,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",
|
||||
@@ -1528,7 +1547,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",
|
||||
@@ -1581,7 +1600,7 @@
|
||||
"open-web-analytics/open-web-analytics": "<1.8.1",
|
||||
"opencart/opencart": ">=0",
|
||||
"openid/php-openid": "<2.3",
|
||||
"openmage/magento-lts": "<20.16",
|
||||
"openmage/magento-lts": "<20.16.1",
|
||||
"opensolutions/vimbadmin": "<=3.0.15",
|
||||
"opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
|
||||
"orchid/platform": ">=8,<14.43",
|
||||
@@ -1630,13 +1649,14 @@
|
||||
"phpoffice/phpexcel": "<=1.8.2",
|
||||
"phpoffice/phpspreadsheet": "<1.30|>=2,<2.1.12|>=2.2,<2.4|>=3,<3.10|>=4,<5",
|
||||
"phppgadmin/phppgadmin": "<=7.13",
|
||||
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
|
||||
"phpseclib/phpseclib": "<=2.0.51|>=3,<=3.0.49",
|
||||
"phpservermon/phpservermon": "<3.6",
|
||||
"phpsysinfo/phpsysinfo": "<3.4.3",
|
||||
"phpunit/phpunit": "<8.5.52|>=9,<9.6.33|>=10,<10.5.62|>=11,<11.5.50|>=12,<12.5.8",
|
||||
"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",
|
||||
@@ -1645,7 +1665,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",
|
||||
@@ -1659,7 +1679,7 @@
|
||||
"prestashop/blockwishlist": ">=2,<2.1.1",
|
||||
"prestashop/contactform": ">=1.0.1,<4.3",
|
||||
"prestashop/gamification": "<2.3.2",
|
||||
"prestashop/prestashop": "<8.2.3",
|
||||
"prestashop/prestashop": "<8.2.4|>=9.0.0.0-alpha1,<9.0.3",
|
||||
"prestashop/productcomments": "<5.0.2",
|
||||
"prestashop/ps_checkout": "<4.4.1|>=5,<5.0.5",
|
||||
"prestashop/ps_contactinfo": "<=3.3.2",
|
||||
@@ -1671,7 +1691,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",
|
||||
@@ -1685,6 +1705,7 @@
|
||||
"rainlab/blog-plugin": "<1.4.1",
|
||||
"rainlab/debugbar-plugin": "<3.1",
|
||||
"rainlab/user-plugin": "<=1.4.5",
|
||||
"ralffreit/mfa-email": "<=2",
|
||||
"rankmath/seo-by-rank-math": "<=1.0.95",
|
||||
"rap2hpoutre/laravel-log-viewer": "<0.13",
|
||||
"react/http": ">=0.7,<1.9",
|
||||
@@ -1695,7 +1716,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",
|
||||
@@ -1711,8 +1732,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",
|
||||
@@ -1746,7 +1767,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": "<1.13.9|>=2,<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",
|
||||
@@ -1756,7 +1777,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",
|
||||
@@ -1774,7 +1795,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.14|>=6,<6.7.1",
|
||||
"stormpath/sdk": "<9.9.99",
|
||||
"studio-42/elfinder": "<=2.1.64",
|
||||
"studiomitte/friendlycaptcha": "<0.1.4",
|
||||
@@ -1793,7 +1814,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",
|
||||
@@ -1848,7 +1869,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",
|
||||
@@ -1866,6 +1887,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",
|
||||
@@ -1913,15 +1935,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",
|
||||
@@ -1933,8 +1956,8 @@
|
||||
"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-cms-module": "<1.0.476|>=1.1,<1.1.11|>=1.2,<1.2.7",
|
||||
"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",
|
||||
"wintercms/winter": "<=1.2.3",
|
||||
@@ -1946,7 +1969,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": "<=26",
|
||||
"xataface/xataface": "<3",
|
||||
"xpressengine/xpressengine": "<3.0.15",
|
||||
"yab/quarx": "<2.4.5",
|
||||
@@ -1965,6 +1989,7 @@
|
||||
"yiisoft/yii2-redis": "<2.0.20",
|
||||
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
|
||||
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
|
||||
"yoast/duplicate-post": "<=4.5",
|
||||
"yourls/yourls": "<=1.10.2",
|
||||
"yuan1994/tpadmin": "<=1.3.12",
|
||||
"yungifez/skuul": "<=2.6.5",
|
||||
@@ -2005,7 +2030,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",
|
||||
@@ -2043,7 +2069,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2026-01-30T22:06:58+00:00"
|
||||
"time": "2026-03-20T22:08:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
||||
0
js/.gitkeep
Normal file
0
js/.gitkeep
Normal file
@@ -10,11 +10,13 @@ OC.L10N.register(
|
||||
"Users" : "Gebruikers",
|
||||
"Collapse" : "Vou In",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Category" : "Kategorie",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Direct link" : "Direkte skakel",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
@@ -29,7 +31,6 @@ OC.L10N.register(
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Reset" : "Herstel",
|
||||
"Category" : "Kategorie",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Aksies",
|
||||
"Active" : "Aktief",
|
||||
|
||||
@@ -8,11 +8,13 @@
|
||||
"Users" : "Gebruikers",
|
||||
"Collapse" : "Vou In",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Category" : "Kategorie",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Direct link" : "Direkte skakel",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
@@ -27,7 +29,6 @@
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Reset" : "Herstel",
|
||||
"Category" : "Kategorie",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Aksies",
|
||||
"Active" : "Aktief",
|
||||
|
||||
19
l10n/ar.js
19
l10n/ar.js
@@ -29,6 +29,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "أدخِل \"إيموجي\" emoji",
|
||||
"Close" : "إغلاق",
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "إنشاء",
|
||||
@@ -39,10 +41,18 @@ OC.L10N.register(
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Direct link" : "رابط مباشر",
|
||||
"Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
"Uncategorized" : "غير مُصنّفة",
|
||||
"Templates" : "القوالب",
|
||||
"Name" : "الاسم",
|
||||
"Template name" : "اسم القالب",
|
||||
"Content" : "المحتوى",
|
||||
"Both" : "كلاهما",
|
||||
"Insert" : "إدخال",
|
||||
"Views" : "مشاهدات",
|
||||
"Title" : "العنوان",
|
||||
"Saving draft …" : "حفظ المسوّدة جارٍ...",
|
||||
@@ -51,6 +61,7 @@ OC.L10N.register(
|
||||
"Refresh" : "إنعاش",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
"No results found" : "لا توجد أي نتائج",
|
||||
"Back to {category}" : "عودة إلى {category}",
|
||||
@@ -70,9 +81,9 @@ OC.L10N.register(
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"Name" : "الاسم",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
"Move down" : "نقلٌ للأسفل",
|
||||
"Last 7 days" : "آخر 7 أيام",
|
||||
@@ -82,12 +93,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"ID" : "معرف ID",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Owner" : "المالك",
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
|
||||
19
l10n/ar.json
19
l10n/ar.json
@@ -27,6 +27,8 @@
|
||||
"Insert emoji" : "أدخِل \"إيموجي\" emoji",
|
||||
"Close" : "إغلاق",
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "إنشاء",
|
||||
@@ -37,10 +39,18 @@
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Direct link" : "رابط مباشر",
|
||||
"Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
"Uncategorized" : "غير مُصنّفة",
|
||||
"Templates" : "القوالب",
|
||||
"Name" : "الاسم",
|
||||
"Template name" : "اسم القالب",
|
||||
"Content" : "المحتوى",
|
||||
"Both" : "كلاهما",
|
||||
"Insert" : "إدخال",
|
||||
"Views" : "مشاهدات",
|
||||
"Title" : "العنوان",
|
||||
"Saving draft …" : "حفظ المسوّدة جارٍ...",
|
||||
@@ -49,6 +59,7 @@
|
||||
"Refresh" : "إنعاش",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
"No results found" : "لا توجد أي نتائج",
|
||||
"Back to {category}" : "عودة إلى {category}",
|
||||
@@ -68,9 +79,9 @@
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"Name" : "الاسم",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
"Move down" : "نقلٌ للأسفل",
|
||||
"Last 7 days" : "آخر 7 أيام",
|
||||
@@ -80,12 +91,12 @@
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"ID" : "معرف ID",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Owner" : "المالك",
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
|
||||
16
l10n/ast.js
16
l10n/ast.js
@@ -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",
|
||||
@@ -34,9 +36,16 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Direct link" : "Enllaz direutu",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
"Templates" : "Plantíes",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome de la plantía",
|
||||
"Content" : "Conteníu",
|
||||
"Both" : "Dambos",
|
||||
"Insert" : "Inxertar",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títulu",
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
@@ -60,9 +69,9 @@ OC.L10N.register(
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"Name" : "Nome",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
"Move down" : "Baxar",
|
||||
"Last 7 days" : "Los últimos 7 díes",
|
||||
@@ -73,10 +82,11 @@ 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",
|
||||
"Members" : "Miembros",
|
||||
"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",
|
||||
@@ -32,9 +34,16 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Direct link" : "Enllaz direutu",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
"Templates" : "Plantíes",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome de la plantía",
|
||||
"Content" : "Conteníu",
|
||||
"Both" : "Dambos",
|
||||
"Insert" : "Inxertar",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títulu",
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
@@ -58,9 +67,9 @@
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"Name" : "Nome",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
"Move down" : "Baxar",
|
||||
"Last 7 days" : "Los últimos 7 díes",
|
||||
@@ -71,10 +80,11 @@
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Xestión d'usuarios",
|
||||
"Loading users …" : "Cargando los usuarios…",
|
||||
"No users found" : "Nun s'atopó nengún usuariu",
|
||||
|
||||
@@ -12,13 +12,16 @@ 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",
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
"Direct link" : "Birbaşa link",
|
||||
"Save" : "Saxla",
|
||||
"Name" : "Ad",
|
||||
"Refresh" : "Yenilə",
|
||||
"Error" : "Səhv",
|
||||
"by" : "onunla",
|
||||
@@ -27,11 +30,9 @@ OC.L10N.register(
|
||||
"Disable" : "Dayandır",
|
||||
"Description" : "Açıqlanma",
|
||||
"Enabled" : "İşə salınıb",
|
||||
"Name" : "Ad",
|
||||
"New" : "Yeni",
|
||||
"Settings saved" : "Parametrlər yaddaşa verildi",
|
||||
"Reset" : "Sıfırla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Actions" : "İşlər",
|
||||
"Status" : "Status",
|
||||
"Deleted" : "Silinib"
|
||||
|
||||
@@ -10,13 +10,16 @@
|
||||
"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",
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
"Direct link" : "Birbaşa link",
|
||||
"Save" : "Saxla",
|
||||
"Name" : "Ad",
|
||||
"Refresh" : "Yenilə",
|
||||
"Error" : "Səhv",
|
||||
"by" : "onunla",
|
||||
@@ -25,11 +28,9 @@
|
||||
"Disable" : "Dayandır",
|
||||
"Description" : "Açıqlanma",
|
||||
"Enabled" : "İşə salınıb",
|
||||
"Name" : "Ad",
|
||||
"New" : "Yeni",
|
||||
"Settings saved" : "Parametrlər yaddaşa verildi",
|
||||
"Reset" : "Sıfırla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Actions" : "İşlər",
|
||||
"Status" : "Status",
|
||||
"Deleted" : "Silinib"
|
||||
|
||||
22
l10n/be.js
22
l10n/be.js
@@ -1,6 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"%1$s (Guest)" : "%1$s (госць)",
|
||||
"Admin" : "Адміністратар",
|
||||
"Moderator" : "Мадэратар",
|
||||
"User" : "Карыстальнік",
|
||||
@@ -22,10 +23,11 @@ OC.L10N.register(
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"(Guest)" : "(Госць)",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
@@ -41,6 +43,8 @@ OC.L10N.register(
|
||||
"Threads" : "Гутаркі",
|
||||
"Replies" : "Адказы",
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
@@ -56,12 +60,20 @@ OC.L10N.register(
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Direct link" : "Прамая спасылка",
|
||||
"Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
"Add reaction" : "Дадаць рэакцыю",
|
||||
"React with {emoji}" : "Адрэагаваць з {emoji}",
|
||||
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
|
||||
"Templates" : "Шаблоны",
|
||||
"Name" : "Назва",
|
||||
"Template name" : "Назва шаблона",
|
||||
"Content" : "Змест",
|
||||
"Both" : "Абодва",
|
||||
"Insert" : "Уставіць",
|
||||
"Title" : "Загаловак",
|
||||
"Saving draft …" : "Захаванне чарнавіка …",
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
@@ -84,10 +96,10 @@ OC.L10N.register(
|
||||
"Tag" : "Тэг",
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Name" : "Назва",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
"Move down" : "Перамясціць уніз",
|
||||
"Last 7 days" : "Апошнія 7 дзён",
|
||||
@@ -96,10 +108,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Налады захаваны",
|
||||
"Failed to save settings" : "Не ўдалося захаваць налады",
|
||||
"Reset" : "Скінуць",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
|
||||
22
l10n/be.json
22
l10n/be.json
@@ -1,4 +1,5 @@
|
||||
{ "translations": {
|
||||
"%1$s (Guest)" : "%1$s (госць)",
|
||||
"Admin" : "Адміністратар",
|
||||
"Moderator" : "Мадэратар",
|
||||
"User" : "Карыстальнік",
|
||||
@@ -20,10 +21,11 @@
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"(Guest)" : "(Госць)",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
@@ -39,6 +41,8 @@
|
||||
"Threads" : "Гутаркі",
|
||||
"Replies" : "Адказы",
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
@@ -54,12 +58,20 @@
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Direct link" : "Прамая спасылка",
|
||||
"Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
"Add reaction" : "Дадаць рэакцыю",
|
||||
"React with {emoji}" : "Адрэагаваць з {emoji}",
|
||||
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
|
||||
"Templates" : "Шаблоны",
|
||||
"Name" : "Назва",
|
||||
"Template name" : "Назва шаблона",
|
||||
"Content" : "Змест",
|
||||
"Both" : "Абодва",
|
||||
"Insert" : "Уставіць",
|
||||
"Title" : "Загаловак",
|
||||
"Saving draft …" : "Захаванне чарнавіка …",
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
@@ -82,10 +94,10 @@
|
||||
"Tag" : "Тэг",
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Name" : "Назва",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
"Move down" : "Перамясціць уніз",
|
||||
"Last 7 days" : "Апошнія 7 дзён",
|
||||
@@ -94,10 +106,12 @@
|
||||
"Settings saved" : "Налады захаваны",
|
||||
"Failed to save settings" : "Не ўдалося захаваць налады",
|
||||
"Reset" : "Скінуць",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
|
||||
14
l10n/bg.js
14
l10n/bg.js
@@ -27,6 +27,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "Вмъкване на емотикон",
|
||||
"Upload failed" : "Неуспешно качване",
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Създаване",
|
||||
@@ -41,10 +43,16 @@ OC.L10N.register(
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
"Uncategorized" : "Некатегоризирани",
|
||||
"Templates" : "Шаблони",
|
||||
"Name" : "Име",
|
||||
"Template name" : "Име на шаблон",
|
||||
"Content" : "Съдържание",
|
||||
"Insert" : "Вмъкване",
|
||||
"Views" : "Изгледи",
|
||||
"Title" : "Заглавие",
|
||||
"Saving draft …" : "Записване на чернова …",
|
||||
@@ -71,9 +79,9 @@ OC.L10N.register(
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"Name" : "Име",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
"Move down" : "Преместване надолу",
|
||||
"Last 7 days" : "Последните 7 дни",
|
||||
@@ -83,11 +91,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Настройките са запазени",
|
||||
"Failed to save settings" : "Неуспешно запазване на настройките",
|
||||
"Reset" : "Възстановяване",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"ID" : "ID /Идентификатор/",
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
|
||||
14
l10n/bg.json
14
l10n/bg.json
@@ -25,6 +25,8 @@
|
||||
"Insert emoji" : "Вмъкване на емотикон",
|
||||
"Upload failed" : "Неуспешно качване",
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Създаване",
|
||||
@@ -39,10 +41,16 @@
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
"Uncategorized" : "Некатегоризирани",
|
||||
"Templates" : "Шаблони",
|
||||
"Name" : "Име",
|
||||
"Template name" : "Име на шаблон",
|
||||
"Content" : "Съдържание",
|
||||
"Insert" : "Вмъкване",
|
||||
"Views" : "Изгледи",
|
||||
"Title" : "Заглавие",
|
||||
"Saving draft …" : "Записване на чернова …",
|
||||
@@ -69,9 +77,9 @@
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"Name" : "Име",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
"Move down" : "Преместване надолу",
|
||||
"Last 7 days" : "Последните 7 дни",
|
||||
@@ -81,11 +89,11 @@
|
||||
"Settings saved" : "Настройките са запазени",
|
||||
"Failed to save settings" : "Неуспешно запазване на настройките",
|
||||
"Reset" : "Възстановяване",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"ID" : "ID /Идентификатор/",
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
|
||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
@@ -24,7 +25,6 @@ OC.L10N.register(
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"Name" : "নাম",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
@@ -22,7 +23,6 @@
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"Name" : "নাম",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
|
||||
@@ -14,17 +14,20 @@ OC.L10N.register(
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
"Save" : "Enrollañ",
|
||||
"Name" : "Anv",
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
"Created" : "Krouet",
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
@@ -33,14 +36,12 @@ OC.L10N.register(
|
||||
"Enable" : "Aotreañ",
|
||||
"Disable" : "Diweredekaat",
|
||||
"Description" : "Deskrivadur",
|
||||
"Name" : "Anv",
|
||||
"New" : "Nevez",
|
||||
"Preview" : "Ragwell",
|
||||
"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,17 +12,20 @@
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
"Save" : "Enrollañ",
|
||||
"Name" : "Anv",
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
"Created" : "Krouet",
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
@@ -31,14 +34,12 @@
|
||||
"Enable" : "Aotreañ",
|
||||
"Disable" : "Diweredekaat",
|
||||
"Description" : "Deskrivadur",
|
||||
"Name" : "Anv",
|
||||
"New" : "Nevez",
|
||||
"Preview" : "Ragwell",
|
||||
"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",
|
||||
|
||||
30
l10n/bs.js
30
l10n/bs.js
@@ -1,30 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "Administrator",
|
||||
"User" : "User",
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Search",
|
||||
"Home" : "Početna stranica",
|
||||
"Users" : "Korisnici",
|
||||
"Collapse" : "Proširi",
|
||||
"Hello world!" : "Halo svijete!",
|
||||
"Close" : "Zatvori",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Kreiraj",
|
||||
"Update" : "Ažuriraj",
|
||||
"Move" : "Move",
|
||||
"Edit" : "Izmjeni",
|
||||
"Delete" : "Obriši",
|
||||
"Save" : "Spremi",
|
||||
"Title" : "Naslov",
|
||||
"Error" : "Greška",
|
||||
"by" : "od strane",
|
||||
"Disable" : "Onemogući",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Aktivirano",
|
||||
"Name" : "Ime",
|
||||
"New" : "Novo",
|
||||
"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);");
|
||||
28
l10n/bs.json
28
l10n/bs.json
@@ -1,28 +0,0 @@
|
||||
{ "translations": {
|
||||
"Admin" : "Administrator",
|
||||
"User" : "User",
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Search",
|
||||
"Home" : "Početna stranica",
|
||||
"Users" : "Korisnici",
|
||||
"Collapse" : "Proširi",
|
||||
"Hello world!" : "Halo svijete!",
|
||||
"Close" : "Zatvori",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Kreiraj",
|
||||
"Update" : "Ažuriraj",
|
||||
"Move" : "Move",
|
||||
"Edit" : "Izmjeni",
|
||||
"Delete" : "Obriši",
|
||||
"Save" : "Spremi",
|
||||
"Title" : "Naslov",
|
||||
"Error" : "Greška",
|
||||
"by" : "od strane",
|
||||
"Disable" : "Onemogući",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Aktivirano",
|
||||
"Name" : "Ime",
|
||||
"New" : "Novo",
|
||||
"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);"
|
||||
}
|
||||
18
l10n/ca.js
18
l10n/ca.js
@@ -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",
|
||||
@@ -43,10 +45,17 @@ OC.L10N.register(
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
"Uncategorized" : "Sense categoria",
|
||||
"Templates" : "Plantilles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom de la plantilla",
|
||||
"Content" : "Contingut",
|
||||
"Both" : "Tots dos",
|
||||
"Insert" : "Insereix",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títol",
|
||||
"Saving draft …" : "S'està desant l'esborrany …",
|
||||
@@ -56,6 +65,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}",
|
||||
@@ -76,9 +86,9 @@ OC.L10N.register(
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"Name" : "Nom",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
"Move down" : "Mou avall",
|
||||
"Last 7 days" : "Darrers 7 dies",
|
||||
@@ -89,11 +99,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "S'han desat els paràmetres",
|
||||
"Failed to save settings" : "Ha fallat desar els paràmetres",
|
||||
"Reset" : "Reinicialitza",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"ID" : "ID",
|
||||
"Created" : "S'ha creat",
|
||||
"Owner" : "Propietat",
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
|
||||
18
l10n/ca.json
18
l10n/ca.json
@@ -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",
|
||||
@@ -41,10 +43,17 @@
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
"Uncategorized" : "Sense categoria",
|
||||
"Templates" : "Plantilles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom de la plantilla",
|
||||
"Content" : "Contingut",
|
||||
"Both" : "Tots dos",
|
||||
"Insert" : "Insereix",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títol",
|
||||
"Saving draft …" : "S'està desant l'esborrany …",
|
||||
@@ -54,6 +63,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}",
|
||||
@@ -74,9 +84,9 @@
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"Name" : "Nom",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
"Move down" : "Mou avall",
|
||||
"Last 7 days" : "Darrers 7 dies",
|
||||
@@ -87,11 +97,11 @@
|
||||
"Settings saved" : "S'han desat els paràmetres",
|
||||
"Failed to save settings" : "Ha fallat desar els paràmetres",
|
||||
"Reset" : "Reinicialitza",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"ID" : "ID",
|
||||
"Created" : "S'ha creat",
|
||||
"Owner" : "Propietat",
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
|
||||
97
l10n/cs.js
97
l10n/cs.js
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Recent Forum activity" : "Nedávná aktivita na fóru",
|
||||
"More activity" : "Další aktivita",
|
||||
"%1$s (Guest)" : "%1$s (host)",
|
||||
"New thread by %1$s" : "Nové vlákno od %1$s",
|
||||
"Reply by %1$s" : "Odpověď od %1$s",
|
||||
"No recent forum activity" : "Žádná nedávná aktivita na fóru",
|
||||
@@ -56,9 +57,9 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Vítejte ve fóru!",
|
||||
"Deleted user" : "Smazaný uživatel",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
|
||||
"Repair Seeds" : "Opravit seeds",
|
||||
"Run the repair seeds 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." : "Spusťte příkaz repair seeds pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
|
||||
"Run Repair Seeds" : "Spustit opravu seeds",
|
||||
"Repair Database Initial Data" : "Opravit úvodní data databáze",
|
||||
"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." : "Spusťte příkaz repair database initial data pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
|
||||
"Run Repair Database Initial Data" : "Spustit opravu úvodních dat databáze",
|
||||
"User Roles" : "Role uživatele",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Přidělit uživatelům role ve fóru. To umožní udělit konkrétním uživatelům práva pro správu nebo moderování.",
|
||||
"User ID" : "Identif. uživatele",
|
||||
@@ -67,7 +68,7 @@ OC.L10N.register(
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
"Failed to fetch roles" : "Nepodařilo se získat role",
|
||||
"Failed to run repair seeds" : "Nepodařilo se spustit repair seeds",
|
||||
"Failed to run repair database initial data" : "Nepodařilo se opravit úvodní data databáze",
|
||||
"Failed to assign role" : "Nepodařilo se přidělit roli",
|
||||
"Loading …" : "Načítání …",
|
||||
"Search" : "Hledat",
|
||||
@@ -77,11 +78,12 @@ OC.L10N.register(
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Roles" : "Role",
|
||||
"Roles & Teams" : "Role a týmy",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -121,11 +123,26 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Nahrávání souboru …",
|
||||
"Upload failed" : "Nahrání se nezdařilo",
|
||||
"Close" : "Zavřít",
|
||||
"More formatting options" : "Další možnosti formátování",
|
||||
"Insert template" : "Vložit šablonu",
|
||||
"Pick a file to attach" : "Vyberte soubor a nasdílejte ho",
|
||||
"Failed to upload file" : "Nepodařilo se nahrát soubor",
|
||||
"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 post" : "Může přidávat příspěvky",
|
||||
"Can reply" : "Může odpovídat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Allow All" : "Umožnit vše",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Zobrazit:{bEnd} Umožňuje zobrazení kategorie a jejích vláken.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Příspěvky:{bEnd} Umožňuje vytváření nových vláken v kategorii.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -137,6 +154,15 @@ OC.L10N.register(
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"Forum setup required" : "Fórum je třeba napřed nastavit",
|
||||
"Select the accounts that should have the forum admin role." : "Vyberte účty které mají mít roli správce fóra.",
|
||||
"Forum admin accounts:" : "Účty pro správu fóra:",
|
||||
"Select accounts …" : "Vybrat účty …",
|
||||
"All other accounts will receive the default role." : "Všechny ostatní účty obdrží výchozí roli.",
|
||||
"Initialize forum" : "Inicializovat fórum",
|
||||
"Initializing …" : "Inicializace…",
|
||||
"Forum not set up" : "Fórum nenastaveno",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Fórum ještě nebylo nastaveno. Obraťte se na člena-správce aby nastavení dokončil.",
|
||||
"Move thread to category" : "Přesunout vlákno do kategorie",
|
||||
"Select the category to move this thread to:" : "Vyberte kategorii do které toto vlákno přesunout:",
|
||||
"Select a category …" : "Vybrat kategorii …",
|
||||
@@ -162,6 +188,7 @@ OC.L10N.register(
|
||||
"View edit history" : "Zobrazit historii úprav",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -185,7 +212,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
"Uncategorized" : "Nezařazeno",
|
||||
"Last reply by {name}" : "Poslední odpověď od {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
|
||||
"Templates" : "Šablony",
|
||||
"Add template" : "Přidat šablonu",
|
||||
"Edit template" : "Upravit šablonu",
|
||||
"No templates yet" : "Zatím ještě žádné šablony",
|
||||
"Loading templates …" : "Načítání šablon …",
|
||||
"Name" : "Název",
|
||||
"Template name" : "Název šablony",
|
||||
"Content" : "Obsah",
|
||||
"Template content (BBCode) …" : "Obsah šablony (BBCode) …",
|
||||
"Show in:" : "Zobrazit v:",
|
||||
"Are you sure you want to delete this template?" : "Opravdu chcete tuto šablonu smazat?",
|
||||
"Both" : "Obojí",
|
||||
"Threads & replies" : "Vlákna a odpovědi",
|
||||
"Neither (disabled)" : "Ani jedno (vypnuto)",
|
||||
"Insert" : "Vložit",
|
||||
"Failed to load templates" : "Nepodařilo se načíst šablony",
|
||||
"Views" : "Zobrazení",
|
||||
"Title" : "Titul",
|
||||
"Enter thread title …" : "Zadejte titulek vlákna …",
|
||||
@@ -222,8 +266,9 @@ OC.L10N.register(
|
||||
"Thread created" : "Vlákno vytvořeno",
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"You do not have permission to create threads in this category." : "Nemáte oprávnění pro vytváření vláken v této kategorii.",
|
||||
"Error" : "Error",
|
||||
"First activity" : "První aktivita",
|
||||
"Created" : "Vytvořeno",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
@@ -261,6 +306,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Buďte první kdo odpoví v tomto vlákně.",
|
||||
"by" : "od",
|
||||
"This thread is locked. Only moderators can add replies." : "Toto vlákno je uzamčené. Odpovědi mohou přidávat pouze moderátoři.",
|
||||
"You do not have permission to reply in this category." : "Nemáte oprávnění odpovídat v této kategorii.",
|
||||
"You must be signed in to reply to this thread." : "Pokud chcete v tomto vlákně odpovědět, je třeba, abyste byli přihlášení.",
|
||||
"Sign in to reply" : "Pokud chcete odpovědět, přihlaste se ke svému účtu",
|
||||
"Lock thread" : "Uzamknout vlákno",
|
||||
@@ -356,7 +402,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Základní informace",
|
||||
"Category header" : "Záhlaví kategorie",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Name" : "Název",
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
@@ -364,12 +409,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"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 …",
|
||||
"Control which roles and teams can access and moderate this category" : "Určete které role a týmy mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Select roles or teams that can view this category and its threads" : "Vyberte role nebo týmy které si mohou tuto kategorie a její vlákna zobrazovat.",
|
||||
"Select roles or teams that can create new threads in this category" : "Vyberte role nebo týmy které v této kategorii mohou vytvářet nová vlákna",
|
||||
"Select roles or teams that can reply to threads in this category" : "Vyberte role nebo týmy které mohou v této kategorii odpovídat na vlákna",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Vyberte role nebo týmy které v této kategorii mohou moderovat (upravovat/mazat)",
|
||||
"Select roles or teams …" : "Vyberte role nebo týmy …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Přizpůsobit vzhled této kategorie",
|
||||
"Category color" : "Barva kategorie",
|
||||
"Text color" : "Barva textu",
|
||||
"Dark text" : "Tmavý text",
|
||||
"Light text" : "Světlý text",
|
||||
"Preview" : "Náhled",
|
||||
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
|
||||
"Error loading categories" : "Chyba při načítání kategorií",
|
||||
"No categories in this header" : "Žádné kategorie v tomto záhlaví",
|
||||
@@ -447,10 +499,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 +515,30 @@ 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",
|
||||
"Team permissions" : "Oprávnění týmu",
|
||||
"Manage category permissions for Nextcloud Teams" : "Spravovat oprávnění kategorie pro Nextcloud týmy",
|
||||
"Loading teams …" : "Načítání týmů …",
|
||||
"Error loading teams" : "Chyba při načítání týmů",
|
||||
"No teams found" : "Nenalezeny žádné týmy",
|
||||
"Members" : "Členové",
|
||||
"No Nextcloud Teams are available" : "Nejsou k dispozici žádné Nextcloud týmy",
|
||||
"Edit team" : "Upravit tým",
|
||||
"Configure category permissions for this team" : "Nastavit oprávnění kategorií pro tento tým",
|
||||
"Error loading team" : "Chyba při načítání týmu",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"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í",
|
||||
|
||||
97
l10n/cs.json
97
l10n/cs.json
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Nedávná aktivita na fóru",
|
||||
"More activity" : "Další aktivita",
|
||||
"%1$s (Guest)" : "%1$s (host)",
|
||||
"New thread by %1$s" : "Nové vlákno od %1$s",
|
||||
"Reply by %1$s" : "Odpověď od %1$s",
|
||||
"No recent forum activity" : "Žádná nedávná aktivita na fóru",
|
||||
@@ -54,9 +55,9 @@
|
||||
"Welcome to the forum!" : "Vítejte ve fóru!",
|
||||
"Deleted user" : "Smazaný uživatel",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
|
||||
"Repair Seeds" : "Opravit seeds",
|
||||
"Run the repair seeds 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." : "Spusťte příkaz repair seeds pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
|
||||
"Run Repair Seeds" : "Spustit opravu seeds",
|
||||
"Repair Database Initial Data" : "Opravit úvodní data databáze",
|
||||
"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." : "Spusťte příkaz repair database initial data pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
|
||||
"Run Repair Database Initial Data" : "Spustit opravu úvodních dat databáze",
|
||||
"User Roles" : "Role uživatele",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Přidělit uživatelům role ve fóru. To umožní udělit konkrétním uživatelům práva pro správu nebo moderování.",
|
||||
"User ID" : "Identif. uživatele",
|
||||
@@ -65,7 +66,7 @@
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
"Failed to fetch roles" : "Nepodařilo se získat role",
|
||||
"Failed to run repair seeds" : "Nepodařilo se spustit repair seeds",
|
||||
"Failed to run repair database initial data" : "Nepodařilo se opravit úvodní data databáze",
|
||||
"Failed to assign role" : "Nepodařilo se přidělit roli",
|
||||
"Loading …" : "Načítání …",
|
||||
"Search" : "Hledat",
|
||||
@@ -75,11 +76,12 @@
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Roles" : "Role",
|
||||
"Roles & Teams" : "Role a týmy",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -119,11 +121,26 @@
|
||||
"Uploading file …" : "Nahrávání souboru …",
|
||||
"Upload failed" : "Nahrání se nezdařilo",
|
||||
"Close" : "Zavřít",
|
||||
"More formatting options" : "Další možnosti formátování",
|
||||
"Insert template" : "Vložit šablonu",
|
||||
"Pick a file to attach" : "Vyberte soubor a nasdílejte ho",
|
||||
"Failed to upload file" : "Nepodařilo se nahrát soubor",
|
||||
"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 post" : "Může přidávat příspěvky",
|
||||
"Can reply" : "Může odpovídat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Allow All" : "Umožnit vše",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Zobrazit:{bEnd} Umožňuje zobrazení kategorie a jejích vláken.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Příspěvky:{bEnd} Umožňuje vytváření nových vláken v kategorii.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -135,6 +152,15 @@
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"Forum setup required" : "Fórum je třeba napřed nastavit",
|
||||
"Select the accounts that should have the forum admin role." : "Vyberte účty které mají mít roli správce fóra.",
|
||||
"Forum admin accounts:" : "Účty pro správu fóra:",
|
||||
"Select accounts …" : "Vybrat účty …",
|
||||
"All other accounts will receive the default role." : "Všechny ostatní účty obdrží výchozí roli.",
|
||||
"Initialize forum" : "Inicializovat fórum",
|
||||
"Initializing …" : "Inicializace…",
|
||||
"Forum not set up" : "Fórum nenastaveno",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Fórum ještě nebylo nastaveno. Obraťte se na člena-správce aby nastavení dokončil.",
|
||||
"Move thread to category" : "Přesunout vlákno do kategorie",
|
||||
"Select the category to move this thread to:" : "Vyberte kategorii do které toto vlákno přesunout:",
|
||||
"Select a category …" : "Vybrat kategorii …",
|
||||
@@ -160,6 +186,7 @@
|
||||
"View edit history" : "Zobrazit historii úprav",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -183,7 +210,24 @@
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
"Uncategorized" : "Nezařazeno",
|
||||
"Last reply by {name}" : "Poslední odpověď od {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
|
||||
"Templates" : "Šablony",
|
||||
"Add template" : "Přidat šablonu",
|
||||
"Edit template" : "Upravit šablonu",
|
||||
"No templates yet" : "Zatím ještě žádné šablony",
|
||||
"Loading templates …" : "Načítání šablon …",
|
||||
"Name" : "Název",
|
||||
"Template name" : "Název šablony",
|
||||
"Content" : "Obsah",
|
||||
"Template content (BBCode) …" : "Obsah šablony (BBCode) …",
|
||||
"Show in:" : "Zobrazit v:",
|
||||
"Are you sure you want to delete this template?" : "Opravdu chcete tuto šablonu smazat?",
|
||||
"Both" : "Obojí",
|
||||
"Threads & replies" : "Vlákna a odpovědi",
|
||||
"Neither (disabled)" : "Ani jedno (vypnuto)",
|
||||
"Insert" : "Vložit",
|
||||
"Failed to load templates" : "Nepodařilo se načíst šablony",
|
||||
"Views" : "Zobrazení",
|
||||
"Title" : "Titul",
|
||||
"Enter thread title …" : "Zadejte titulek vlákna …",
|
||||
@@ -220,8 +264,9 @@
|
||||
"Thread created" : "Vlákno vytvořeno",
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"You do not have permission to create threads in this category." : "Nemáte oprávnění pro vytváření vláken v této kategorii.",
|
||||
"Error" : "Error",
|
||||
"First activity" : "První aktivita",
|
||||
"Created" : "Vytvořeno",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
@@ -259,6 +304,7 @@
|
||||
"Be the first to reply in this thread." : "Buďte první kdo odpoví v tomto vlákně.",
|
||||
"by" : "od",
|
||||
"This thread is locked. Only moderators can add replies." : "Toto vlákno je uzamčené. Odpovědi mohou přidávat pouze moderátoři.",
|
||||
"You do not have permission to reply in this category." : "Nemáte oprávnění odpovídat v této kategorii.",
|
||||
"You must be signed in to reply to this thread." : "Pokud chcete v tomto vlákně odpovědět, je třeba, abyste byli přihlášení.",
|
||||
"Sign in to reply" : "Pokud chcete odpovědět, přihlaste se ke svému účtu",
|
||||
"Lock thread" : "Uzamknout vlákno",
|
||||
@@ -354,7 +400,6 @@
|
||||
"Basic information" : "Základní informace",
|
||||
"Category header" : "Záhlaví kategorie",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Name" : "Název",
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
@@ -362,12 +407,19 @@
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"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 …",
|
||||
"Control which roles and teams can access and moderate this category" : "Určete které role a týmy mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Select roles or teams that can view this category and its threads" : "Vyberte role nebo týmy které si mohou tuto kategorie a její vlákna zobrazovat.",
|
||||
"Select roles or teams that can create new threads in this category" : "Vyberte role nebo týmy které v této kategorii mohou vytvářet nová vlákna",
|
||||
"Select roles or teams that can reply to threads in this category" : "Vyberte role nebo týmy které mohou v této kategorii odpovídat na vlákna",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Vyberte role nebo týmy které v této kategorii mohou moderovat (upravovat/mazat)",
|
||||
"Select roles or teams …" : "Vyberte role nebo týmy …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Přizpůsobit vzhled této kategorie",
|
||||
"Category color" : "Barva kategorie",
|
||||
"Text color" : "Barva textu",
|
||||
"Dark text" : "Tmavý text",
|
||||
"Light text" : "Světlý text",
|
||||
"Preview" : "Náhled",
|
||||
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
|
||||
"Error loading categories" : "Chyba při načítání kategorií",
|
||||
"No categories in this header" : "Žádné kategorie v tomto záhlaví",
|
||||
@@ -445,10 +497,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 +513,30 @@
|
||||
"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",
|
||||
"Team permissions" : "Oprávnění týmu",
|
||||
"Manage category permissions for Nextcloud Teams" : "Spravovat oprávnění kategorie pro Nextcloud týmy",
|
||||
"Loading teams …" : "Načítání týmů …",
|
||||
"Error loading teams" : "Chyba při načítání týmů",
|
||||
"No teams found" : "Nenalezeny žádné týmy",
|
||||
"Members" : "Členové",
|
||||
"No Nextcloud Teams are available" : "Nejsou k dispozici žádné Nextcloud týmy",
|
||||
"Edit team" : "Upravit tým",
|
||||
"Configure category permissions for this team" : "Nastavit oprávnění kategorií pro tento tým",
|
||||
"Error loading team" : "Chyba při načítání týmu",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"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",
|
||||
@@ -22,6 +23,7 @@ OC.L10N.register(
|
||||
"Delete" : "Dileu",
|
||||
"Save" : "Cadw",
|
||||
"Uncategorized" : "Dim categori",
|
||||
"Name" : "Enw",
|
||||
"Views" : "Dangosiadau",
|
||||
"Saving draft …" : "Yn cadw drafft …",
|
||||
"Draft saved" : "Cadwyd y drafft",
|
||||
@@ -33,10 +35,10 @@ OC.L10N.register(
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"Name" : "Enw",
|
||||
"New" : "Newydd",
|
||||
"Category" : "Categori",
|
||||
"Preview" : "Rhagolwg",
|
||||
"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",
|
||||
@@ -20,6 +21,7 @@
|
||||
"Delete" : "Dileu",
|
||||
"Save" : "Cadw",
|
||||
"Uncategorized" : "Dim categori",
|
||||
"Name" : "Enw",
|
||||
"Views" : "Dangosiadau",
|
||||
"Saving draft …" : "Yn cadw drafft …",
|
||||
"Draft saved" : "Cadwyd y drafft",
|
||||
@@ -31,10 +33,10 @@
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"Name" : "Enw",
|
||||
"New" : "Newydd",
|
||||
"Category" : "Categori",
|
||||
"Preview" : "Rhagolwg",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Perchennog",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Status" : "Statws",
|
||||
"Deleted" : "Wedi dileu"
|
||||
|
||||
20
l10n/da.js
20
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",
|
||||
@@ -40,19 +42,27 @@ OC.L10N.register(
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Direct link" : "Direkte link",
|
||||
"Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
|
||||
"Templates" : "Skabeloner",
|
||||
"Name" : "Navn",
|
||||
"Content" : "Indhold",
|
||||
"Both" : "Begge",
|
||||
"Insert" : "Indsæt",
|
||||
"Views" : "Visninger",
|
||||
"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}",
|
||||
@@ -72,9 +82,9 @@ OC.L10N.register(
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
"Description" : "Beskrivelse",
|
||||
"Enabled" : "Aktiveret",
|
||||
"Name" : "Navn",
|
||||
"New" : "Nyt",
|
||||
"Permissions" : "Rettigheder",
|
||||
"Preview" : "Forhåndsvisning",
|
||||
"Move up" : "Flyt op",
|
||||
"Move down" : "Flyt ned",
|
||||
"Last 7 days" : "Sidste 7 dage",
|
||||
@@ -84,11 +94,11 @@ 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",
|
||||
"Members" : "Medlemmer",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
20
l10n/da.json
20
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",
|
||||
@@ -38,19 +40,27 @@
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Direct link" : "Direkte link",
|
||||
"Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
|
||||
"Templates" : "Skabeloner",
|
||||
"Name" : "Navn",
|
||||
"Content" : "Indhold",
|
||||
"Both" : "Begge",
|
||||
"Insert" : "Indsæt",
|
||||
"Views" : "Visninger",
|
||||
"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}",
|
||||
@@ -70,9 +80,9 @@
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
"Description" : "Beskrivelse",
|
||||
"Enabled" : "Aktiveret",
|
||||
"Name" : "Navn",
|
||||
"New" : "Nyt",
|
||||
"Permissions" : "Rettigheder",
|
||||
"Preview" : "Forhåndsvisning",
|
||||
"Move up" : "Flyt op",
|
||||
"Move down" : "Flyt ned",
|
||||
"Last 7 days" : "Sidste 7 dage",
|
||||
@@ -82,11 +92,11 @@
|
||||
"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",
|
||||
"Members" : "Medlemmer",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
122
l10n/de.js
122
l10n/de.js
File diff suppressed because one or more lines are too long
122
l10n/de.json
122
l10n/de.json
File diff suppressed because one or more lines are too long
120
l10n/de_DE.js
120
l10n/de_DE.js
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Recent Forum activity" : "Neueste Forumsaktivitäten",
|
||||
"More activity" : "Weitere Aktivitäten",
|
||||
"%1$s (Guest)" : "%1$s (Gast)",
|
||||
"New thread by %1$s" : "Neues Thema von %1$s",
|
||||
"Reply by %1$s" : "Antwort von %1$s",
|
||||
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
|
||||
@@ -56,10 +57,10 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Willkommen in den Nextcloud Foren!",
|
||||
"Deleted user" : "Gelöschter Benutzer",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ein Community-basiertes Forum, das direkt in Ihre Nextcloud-Instanz integriert ist.",
|
||||
"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." : "Diskussionen starten, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**⚠️ Hinweis zur frühen Entwicklungsphase:** \nDiese App befindet sich in einer frühen Entwicklungsphase. Sie ist zwar funktionsfähig, es können jedoch Fehler oder unvollständige Funktionen auftreten. Bitte melden Sie alle Probleme auf GitHub und erstellen Sie regelmäßig Backups Ihrer Daten.\n\n**Hauptfunktionen:**\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthemen erstellen und beantworten\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Themen bereits gelesen wurden.\n- **Suche** – Diskussionen schnell mit der integrierten Suche finden.\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n- **Moderations-Tools** – Themen und Beiträge anheften, sperren und verwalten.\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum integriert sich nahtlos in die Nextcloud-Instanz und nutzt die bestehenden Benutzer und Gruppen für die Anmeldung und die Zugriffskontrolle.",
|
||||
"Repair Seeds" : "Repair Seeds",
|
||||
"Run the repair seeds 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." : "Führen Sie den Befehl \"Repair Seeds\" aus, um Standard-Forumsdaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies ist sicher, mehrmals zu laufen, da es Daten überspringt, die bereits vorhanden sind.",
|
||||
"Run Repair Seeds" : "\"Repair Seeds\" ausführen",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\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." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit Ihrer Community zusammenarbeiten.\n\n**Hauptfunktionen:**\n- **Threadbasierte Diskussionen** - Organisierte Diskussionsthemen erstellen und darauf antworten\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien und Überschriften strukturieren\n- **Rich Text Formatierung** - BBCode zum Formatieren von Beiträgen mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr verwenden\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher an Beiträge anhängen\n- **Reaktionen auf Posts** - Auf Posts mit Emojis reagieren\n- **Lese-/Unlese-Tracking** - Den Überblick darüber behalten, welche Themen Sie gelesen haben\n- **Suche** - Diskussionen schnell mit der integrierten Suche finden\n- **Benutzerprofile** - Benutzerpostverlauf und Statistiken anzeigen\n- **Rollenbasierte Berechtigungen** - Zugriff und Moderation mit flexiblen Rollen kontrollieren\n- **Gästezugriff**: Optionaler öffentlicher Zugriff für nicht angemeldete Benutzer mit konfigurierbaren Berechtigungen\n- **Administrations-Tools** - Kategorien, Rollen, BBCodes und Foreneinstellungen verwalten\n- **Moderations-Tools** - Themen und Beiträge fixieren, sperren und verwalten\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Benutzer und Gruppen zur Anmeldung und Zugriffskontrolle.",
|
||||
"Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"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." : "Den Befehl \"Anfangsdaten der Datenbank reparieren\" ausführen, um die Standard-Forendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies kann problemlos mehrfach ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Run Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"User Roles" : "Benutzerrollen",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
|
||||
"User ID" : "Benutzer-ID",
|
||||
@@ -68,9 +69,9 @@ OC.L10N.register(
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
|
||||
"Failed to run repair seeds" : "Fehler beim Ausführen von \"Repair Seeds\"",
|
||||
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
|
||||
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
|
||||
"Loading …" : "Lade …",
|
||||
"Loading …" : "Lade …",
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
@@ -78,11 +79,12 @@ OC.L10N.register(
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Roles" : "Rollen",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"(Guest)" : "(Gast)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
|
||||
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
|
||||
"Hello world!" : "Hallo Welt!",
|
||||
@@ -122,11 +124,26 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Lade Datei hoch …",
|
||||
"Upload failed" : "Hochladen fehlgeschlagen",
|
||||
"Close" : "Schließen",
|
||||
"More formatting options" : "Weitere Formatierungsoptionen",
|
||||
"Insert template" : "Vorlage einfügen",
|
||||
"Pick a file to attach" : "Wähle eine Datei zum Anhängen aus",
|
||||
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
|
||||
"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.",
|
||||
"Pick a color" : "Wählen Sie eine Farbe",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -138,6 +155,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 …",
|
||||
@@ -163,11 +189,13 @@ OC.L10N.register(
|
||||
"View edit history" : "Bearbeitungsverlauf anzeigen",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"Unread" : "Ungelesen",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
"Edit history" : "Verlauf bearbeiten",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
|
||||
"Current version" : "Aktuelle Version",
|
||||
"Edited by" : "Bearbeitet von",
|
||||
@@ -178,7 +206,7 @@ OC.L10N.register(
|
||||
"You reacted with {emoji}" : "Sie haben mit {emoji} reagiert",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sie und %n Anderer haben mit {emoji} reagiert","Sie und %n Andere haben mit {emoji} reagiert"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n Person hat mit {emoji} reagiert","%n Personen haben mit {emoji} reagiert"],
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"In thread" : "Im Thema",
|
||||
@@ -186,14 +214,31 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
"Last reply by {name}" : "Letzte Antwort von {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
|
||||
"Templates" : "Vorlagen",
|
||||
"Add template" : "Vorlage hinzufügen",
|
||||
"Edit template" : "Vorlage bearbeiten",
|
||||
"No templates yet" : "Bislang keine Vorlagen",
|
||||
"Loading templates …" : "Lade Vorlagen …",
|
||||
"Name" : "Name",
|
||||
"Template name" : "Vorlagenname",
|
||||
"Content" : "Inhalt",
|
||||
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
|
||||
"Show in:" : "Anzeigen in:",
|
||||
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
|
||||
"Both" : "Beide",
|
||||
"Threads & replies" : "Themen & Antworten",
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Create thread" : "Thema erstellen",
|
||||
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Draft saved" : "Entwurf gespeichert",
|
||||
"Unsaved changes" : "Nicht gespeicherte Änderungen",
|
||||
"Back to home" : "Zurück zum Start",
|
||||
@@ -223,8 +268,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",
|
||||
@@ -232,7 +278,7 @@ OC.L10N.register(
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben ...",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
"Syntax help" : "Syntaxhilfe",
|
||||
@@ -242,7 +288,7 @@ OC.L10N.register(
|
||||
"Either term matches" : "Jeder der beiden Begriffe passt",
|
||||
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
|
||||
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
|
||||
"Searching …" : "Suche …",
|
||||
"Searching …" : "Suche …",
|
||||
"Search Error" : "Suchfehler",
|
||||
"Enter a search query" : "Eine Suchabfrage eingeben",
|
||||
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
|
||||
@@ -262,6 +308,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",
|
||||
@@ -302,7 +349,7 @@ OC.L10N.register(
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden ...",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
|
||||
@@ -319,7 +366,7 @@ OC.L10N.register(
|
||||
"Signature" : "Signatur",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
|
||||
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
@@ -357,7 +404,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Name" : "Name",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
@@ -365,12 +411,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"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 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 ...",
|
||||
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
|
||||
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
"Select roles or teams that can create new threads in this category" : "Rollen oder Teams auswählen, die neue Themen in dieser Kategorie erstellen können.",
|
||||
"Select roles or teams that can reply to threads in this category" : "Rollen oder Teams auswählen, die auf Themen in der dieser Kategorie antworten können.",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Rollen oder Teams auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
|
||||
"Select roles or teams …" : "Rollen oder Teams auswählen …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Das Erscheinungsbild dieser Kategorie anpassen",
|
||||
"Category color" : "Kategoriefarbe",
|
||||
"Text color" : "Textfarbe",
|
||||
"Dark text" : "Dunkler Text",
|
||||
"Light text" : "Heller Text",
|
||||
"Preview" : "Vorschau",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -448,10 +501,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 +517,30 @@ OC.L10N.register(
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
|
||||
"ID" : "ID",
|
||||
"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",
|
||||
"Members" : "Mitglieder",
|
||||
"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",
|
||||
|
||||
120
l10n/de_DE.json
120
l10n/de_DE.json
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Neueste Forumsaktivitäten",
|
||||
"More activity" : "Weitere Aktivitäten",
|
||||
"%1$s (Guest)" : "%1$s (Gast)",
|
||||
"New thread by %1$s" : "Neues Thema von %1$s",
|
||||
"Reply by %1$s" : "Antwort von %1$s",
|
||||
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
|
||||
@@ -54,10 +55,10 @@
|
||||
"Welcome to the forum!" : "Willkommen in den Nextcloud Foren!",
|
||||
"Deleted user" : "Gelöschter Benutzer",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ein Community-basiertes Forum, das direkt in Ihre Nextcloud-Instanz integriert ist.",
|
||||
"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." : "Diskussionen starten, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**⚠️ Hinweis zur frühen Entwicklungsphase:** \nDiese App befindet sich in einer frühen Entwicklungsphase. Sie ist zwar funktionsfähig, es können jedoch Fehler oder unvollständige Funktionen auftreten. Bitte melden Sie alle Probleme auf GitHub und erstellen Sie regelmäßig Backups Ihrer Daten.\n\n**Hauptfunktionen:**\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthemen erstellen und beantworten\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Themen bereits gelesen wurden.\n- **Suche** – Diskussionen schnell mit der integrierten Suche finden.\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n- **Moderations-Tools** – Themen und Beiträge anheften, sperren und verwalten.\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum integriert sich nahtlos in die Nextcloud-Instanz und nutzt die bestehenden Benutzer und Gruppen für die Anmeldung und die Zugriffskontrolle.",
|
||||
"Repair Seeds" : "Repair Seeds",
|
||||
"Run the repair seeds 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." : "Führen Sie den Befehl \"Repair Seeds\" aus, um Standard-Forumsdaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies ist sicher, mehrmals zu laufen, da es Daten überspringt, die bereits vorhanden sind.",
|
||||
"Run Repair Seeds" : "\"Repair Seeds\" ausführen",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\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." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit Ihrer Community zusammenarbeiten.\n\n**Hauptfunktionen:**\n- **Threadbasierte Diskussionen** - Organisierte Diskussionsthemen erstellen und darauf antworten\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien und Überschriften strukturieren\n- **Rich Text Formatierung** - BBCode zum Formatieren von Beiträgen mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr verwenden\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher an Beiträge anhängen\n- **Reaktionen auf Posts** - Auf Posts mit Emojis reagieren\n- **Lese-/Unlese-Tracking** - Den Überblick darüber behalten, welche Themen Sie gelesen haben\n- **Suche** - Diskussionen schnell mit der integrierten Suche finden\n- **Benutzerprofile** - Benutzerpostverlauf und Statistiken anzeigen\n- **Rollenbasierte Berechtigungen** - Zugriff und Moderation mit flexiblen Rollen kontrollieren\n- **Gästezugriff**: Optionaler öffentlicher Zugriff für nicht angemeldete Benutzer mit konfigurierbaren Berechtigungen\n- **Administrations-Tools** - Kategorien, Rollen, BBCodes und Foreneinstellungen verwalten\n- **Moderations-Tools** - Themen und Beiträge fixieren, sperren und verwalten\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Benutzer und Gruppen zur Anmeldung und Zugriffskontrolle.",
|
||||
"Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"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." : "Den Befehl \"Anfangsdaten der Datenbank reparieren\" ausführen, um die Standard-Forendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies kann problemlos mehrfach ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Run Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"User Roles" : "Benutzerrollen",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
|
||||
"User ID" : "Benutzer-ID",
|
||||
@@ -66,9 +67,9 @@
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
|
||||
"Failed to run repair seeds" : "Fehler beim Ausführen von \"Repair Seeds\"",
|
||||
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
|
||||
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
|
||||
"Loading …" : "Lade …",
|
||||
"Loading …" : "Lade …",
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
@@ -76,11 +77,12 @@
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Roles" : "Rollen",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"(Guest)" : "(Gast)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
|
||||
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
|
||||
"Hello world!" : "Hallo Welt!",
|
||||
@@ -120,11 +122,26 @@
|
||||
"Uploading file …" : "Lade Datei hoch …",
|
||||
"Upload failed" : "Hochladen fehlgeschlagen",
|
||||
"Close" : "Schließen",
|
||||
"More formatting options" : "Weitere Formatierungsoptionen",
|
||||
"Insert template" : "Vorlage einfügen",
|
||||
"Pick a file to attach" : "Wähle eine Datei zum Anhängen aus",
|
||||
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
|
||||
"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.",
|
||||
"Pick a color" : "Wählen Sie eine Farbe",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -136,6 +153,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 …",
|
||||
@@ -161,11 +187,13 @@
|
||||
"View edit history" : "Bearbeitungsverlauf anzeigen",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"Unread" : "Ungelesen",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
"Edit history" : "Verlauf bearbeiten",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
|
||||
"Current version" : "Aktuelle Version",
|
||||
"Edited by" : "Bearbeitet von",
|
||||
@@ -176,7 +204,7 @@
|
||||
"You reacted with {emoji}" : "Sie haben mit {emoji} reagiert",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sie und %n Anderer haben mit {emoji} reagiert","Sie und %n Andere haben mit {emoji} reagiert"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n Person hat mit {emoji} reagiert","%n Personen haben mit {emoji} reagiert"],
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"In thread" : "Im Thema",
|
||||
@@ -184,14 +212,31 @@
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
"Last reply by {name}" : "Letzte Antwort von {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
|
||||
"Templates" : "Vorlagen",
|
||||
"Add template" : "Vorlage hinzufügen",
|
||||
"Edit template" : "Vorlage bearbeiten",
|
||||
"No templates yet" : "Bislang keine Vorlagen",
|
||||
"Loading templates …" : "Lade Vorlagen …",
|
||||
"Name" : "Name",
|
||||
"Template name" : "Vorlagenname",
|
||||
"Content" : "Inhalt",
|
||||
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
|
||||
"Show in:" : "Anzeigen in:",
|
||||
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
|
||||
"Both" : "Beide",
|
||||
"Threads & replies" : "Themen & Antworten",
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Create thread" : "Thema erstellen",
|
||||
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Draft saved" : "Entwurf gespeichert",
|
||||
"Unsaved changes" : "Nicht gespeicherte Änderungen",
|
||||
"Back to home" : "Zurück zum Start",
|
||||
@@ -221,8 +266,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",
|
||||
@@ -230,7 +276,7 @@
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben ...",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
"Syntax help" : "Syntaxhilfe",
|
||||
@@ -240,7 +286,7 @@
|
||||
"Either term matches" : "Jeder der beiden Begriffe passt",
|
||||
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
|
||||
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
|
||||
"Searching …" : "Suche …",
|
||||
"Searching …" : "Suche …",
|
||||
"Search Error" : "Suchfehler",
|
||||
"Enter a search query" : "Eine Suchabfrage eingeben",
|
||||
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
|
||||
@@ -260,6 +306,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",
|
||||
@@ -300,7 +347,7 @@
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden ...",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
|
||||
@@ -317,7 +364,7 @@
|
||||
"Signature" : "Signatur",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
|
||||
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
@@ -355,7 +402,6 @@
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Name" : "Name",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
@@ -363,12 +409,19 @@
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"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 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 ...",
|
||||
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
|
||||
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
"Select roles or teams that can create new threads in this category" : "Rollen oder Teams auswählen, die neue Themen in dieser Kategorie erstellen können.",
|
||||
"Select roles or teams that can reply to threads in this category" : "Rollen oder Teams auswählen, die auf Themen in der dieser Kategorie antworten können.",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Rollen oder Teams auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
|
||||
"Select roles or teams …" : "Rollen oder Teams auswählen …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Das Erscheinungsbild dieser Kategorie anpassen",
|
||||
"Category color" : "Kategoriefarbe",
|
||||
"Text color" : "Textfarbe",
|
||||
"Dark text" : "Dunkler Text",
|
||||
"Light text" : "Heller Text",
|
||||
"Preview" : "Vorschau",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -446,10 +499,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 +515,30 @@
|
||||
"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",
|
||||
"Members" : "Mitglieder",
|
||||
"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",
|
||||
|
||||
424
l10n/el.js
424
l10n/el.js
@@ -1,110 +1,496 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "Πρόσφατη δραστηριότητα Forum",
|
||||
"More activity" : "Περισσότερη δραστηριότητα",
|
||||
"New thread by %1$s" : "Νέο θέμα από %1$s",
|
||||
"Reply by %1$s" : "Απάντηση από %1$s",
|
||||
"No recent forum activity" : "Δεν υπάρχει πρόσφατη δραστηριότητα στο forum",
|
||||
"Top Forum activity" : "Κορυφαία δραστηριότητα Forum",
|
||||
"Browse forum" : "Περιήγηση στο forum",
|
||||
"_%n thread_::_%n threads_" : ["%n θέμα","%n θέματα"],
|
||||
"_%n view_::_%n views_" : ["%n προβολή","%n προβολές"],
|
||||
"No forum activity" : "Δεν υπάρχει δραστηριότητα στο forum",
|
||||
"Top Forum categories" : "Κορυφαίες κατηγορίες Forum",
|
||||
"No categories available" : "Δεν υπάρχουν διαθέσιμες κατηγορίες",
|
||||
"Top Forum threads" : "Κορυφαία θέματα Forum",
|
||||
"No threads available" : "Δεν υπάρχουν διαθέσιμα θέματα",
|
||||
"Admin" : "Διαχειριστής",
|
||||
"Administrator role with full permissions" : "Ρόλος διαχειριστή με πλήρη δικαιώματα",
|
||||
"Moderator" : "Συντονιστής",
|
||||
"Moderator role with elevated permissions" : "Ρόλος συντονιστή με αυξημένα δικαιώματα",
|
||||
"User" : "Χρήστης",
|
||||
"Default user role with basic permissions" : "Προεπιλεγμένος ρόλος χρήστη με βασικά δικαιώματα",
|
||||
"Guest" : "Επισκέπτης",
|
||||
"Guest role for unauthenticated users with read-only access" : "Ρόλος επισκέπτη για μη ταυτοποιημένους χρήστες με πρόσβαση μόνο για ανάγνωση",
|
||||
"General" : "Γενικά",
|
||||
"General discussion categories" : "Κατηγορίες γενικών συζητήσεων",
|
||||
"General discussions" : "Γενικές συζητήσεις",
|
||||
"A place for general conversations and discussions" : "Ένας χώρος για γενικές συνομιλίες και συζητήσεις",
|
||||
"Support" : "Υποστήριξη",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Κάντε ερωτήσεις σχετικά με το forum, στείλτε σχόλια ή αναφέρετε προβλήματα.",
|
||||
"Inline code" : "Ενσωματωμένος κώδικας",
|
||||
"Spoiler title" : "Τίτλος spoiler",
|
||||
"Hidden content" : "Κρυφό περιεχόμενο",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Συνημμένο",
|
||||
"Welcome to the Nextcloud Forums!" : "Καλώς ήρθατε στα Nextcloud Forums!",
|
||||
"This is a community-driven forum built right into your Nextcloud instance. Here you can discuss topics, share ideas and collaborate with other users." : "Αυτό είναι ένα forum βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στην εγκατάσταση του Nextcloud σας. Εδώ μπορείτε να συζητάτε θέματα, να μοιράζεστε ιδέες και να συνεργάζεστε με άλλους χρήστες.",
|
||||
"Features:" : "Λειτουργίες:",
|
||||
"Create and reply to threads" : "Δημιουργία και απάντηση σε θέματα",
|
||||
"Organize discussions by categories" : "Οργάνωση συζητήσεων ανά κατηγορία",
|
||||
"Use BBCode for rich text formatting" : "Χρήση BBCode για μορφοποίηση εμπλουτισμένου κειμένου",
|
||||
"Attach files from your Nextcloud storage" : "Επισύναψη αρχείων από τον αποθηκευτικό σας χώρο στο Nextcloud",
|
||||
"React to posts" : "Αντιδράσεις σε δημοσιεύσεις",
|
||||
"Track read/unread threads" : "Παρακολούθηση αναγνωσμένων/μη αναγνωσμένων θεμάτων",
|
||||
"BBCode examples:" : "Παραδείγματα BBCode:",
|
||||
"Bold text" : "Εντονο Κείμενο",
|
||||
"Use %1$stext%2$s" : "Χρήση %1$stext%2$s",
|
||||
"Italic text" : "Πλάγιο κείμενο",
|
||||
"Underlined text" : "Υπογραμμισμένο κείμενο",
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Μη διστάσετε να ξεκινήσετε μια νέα συζήτηση ή να απαντήσετε σε υπάρχοντα θέματα. Καλή δημοσίευση!",
|
||||
"Welcome to Nextcloud Forums" : "Καλώς ήρθατε στα Φόρουμ του Nextcloud",
|
||||
"Forum" : "Φόρουμ",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} νέα απάντηση στο {thread}","{count} νέες απαντήσεις στο {thread}"],
|
||||
"{user} mentioned you in {thread}" : "Ο χρήστης {user} σας ανέφερε στο {thread}",
|
||||
"Welcome to the forum!" : "Καλώς ήρθατε στο φόρουμ!",
|
||||
"Deleted user" : "Διαγραμμένος χρήστης",
|
||||
"User ID" : "Ταυτότητα Χρήστη",
|
||||
"Role" : "Ρόλος/Θέση",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ένα φόρουμ βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στο Nextcloud σας",
|
||||
"Repair Database Initial Data" : "Επιδιόρθωση Αρχικών Δεδομένων Βάσης Δεδομένων",
|
||||
"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." : "Εκτελέστε την εντολή επιδιόρθωσης αρχικών δεδομένων της βάσης δεδομένων για να επαναφέρετε τα προεπιλεγμένα δεδομένα του φόρουμ (ρόλους, κατηγορίες, δικαιώματα, BBCode). Είναι ασφαλές να εκτελεστεί πολλές φορές, καθώς θα παραλείψει δεδομένα που υπάρχουν ήδη.",
|
||||
"Run Repair Database Initial Data" : "Εκτέλεση Επιδιόρθωσης Αρχικών Δεδομένων Βάσης Δεδομένων",
|
||||
"User Roles" : "Ρόλοι Χρηστών",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Αναθέστε ρόλους φόρουμ σε χρήστες. Αυτό σας επιτρέπει να παραχωρήσετε προνόμια διαχειριστή ή συντονιστή σε συγκεκριμένους χρήστες.",
|
||||
"User ID" : "ID Χρήστη",
|
||||
"Enter user ID" : "Εισαγωγή ID χρήστη",
|
||||
"Role" : "Ρόλος",
|
||||
"Select a role" : "Επιλέξτε έναν ρόλο",
|
||||
"Assign Role" : "Ανάθεση Ρόλου",
|
||||
"Failed to fetch roles" : "Αποτυχία ανάκτησης ρόλων",
|
||||
"Failed to run repair database initial data" : "Αποτυχία εκτέλεσης επιδιόρθωσης αρχικών δεδομένων βάσης δεδομένων",
|
||||
"Failed to assign role" : "Αποτυχία ανάθεσης ρόλου",
|
||||
"Loading …" : "Γίνεται φόρτωση…",
|
||||
"Search" : "Αναζήτηση",
|
||||
"Home" : "Αρχική",
|
||||
"Bookmarks" : "Σελιδοδείκτες",
|
||||
"User preferences" : "Προτιμήσεις χρήστη",
|
||||
"Dashboard" : "Πίνακας ελέγχου",
|
||||
"Forum settings" : "Ρυθμίσεις φόρουμ",
|
||||
"Users" : "Χρήστες",
|
||||
"Categories" : "Κατηγορίες",
|
||||
"Expand" : "Επεκτείνω",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Επέκταση",
|
||||
"Collapse" : "Σύμπτυξη",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Παρακαλώ σημειώστε:{bEnd} Τα συνημμένα αρχεία θα είναι ορατά σε οποιονδήποτε στο φόρουμ, ανεξάρτητα από τις ρυθμίσεις διαμοιρασμού του αρχείου.",
|
||||
"Drop file here to upload" : "Σύρετε το αρχείο εδώ για μεταφόρτωση",
|
||||
"Hello world!" : "Γεια σου κόσμε!",
|
||||
"Hello moon!" : "Γεια σου φεγγάρι!",
|
||||
"Font style bold" : "Στυλ γραμματοσειράς έντονο",
|
||||
"Font style italic" : "Στυλ γραμματοσειράς πλάγιο",
|
||||
"Font style struck through" : "Στυλ γραμματοσειράς διακριτό",
|
||||
"Font style underlined" : "Στυλ γραμματοσειράς υπογραμμισμένο",
|
||||
"Code" : "Κώδικας",
|
||||
"Quote" : "Προσφορά",
|
||||
"Email (clickable)" : "Email (με δυνατότητα κλικ)",
|
||||
"URL (clickable)" : "URL (με δυνατότητα κλικ)",
|
||||
"Image (not clickable)" : "Εικόνα (χωρίς δυνατότητα κλικ)",
|
||||
"Quote" : "Παράθεση",
|
||||
"Embedded YouTube video" : "Ενσωματωμένο βίντεο YouTube",
|
||||
"Font (name)" : "Γραμματοσειρά (όνομα)",
|
||||
"Font size" : "Μέγεθος γραμματοσειράς",
|
||||
"Font color" : "Χρώμα γραμματοσειράς",
|
||||
"Align left" : "Στοίχιση αριστερά",
|
||||
"Align center" : "Στοίχιση στο κέντρο",
|
||||
"Align right" : "Στοίχιση δεξιά",
|
||||
"List" : "Λίστα",
|
||||
"List item within a list" : "Στοιχείο λίστας μέσα σε λίστα",
|
||||
"List item within a list (alias)" : "Στοιχείο λίστας μέσα σε λίστα (ψευδώνυμο)",
|
||||
"BBCode help" : "Βοήθεια BBCode",
|
||||
"Built-in BBCodes" : "Ενσωματωμένοι κώδικες BBCode",
|
||||
"These BBCodes are available by default." : "Αυτοί οι κώδικες BBCode είναι διαθέσιμοι από προεπιλογή.",
|
||||
"Custom BBCodes" : "Προσαρμοσμένοι κώδικες BBCode",
|
||||
"These BBCodes are custom to this forum and configured by administrators." : "Αυτοί οι κώδικες BBCode είναι προσαρμοσμένοι για αυτό το φόρουμ και έχουν ρυθμιστεί από τους διαχειριστές.",
|
||||
"Example" : "Παράδειγμα",
|
||||
"Replacement" : "Αντικατάσταση",
|
||||
"Loading custom BBCodes …" : "Φόρτωση προσαρμοσμένων κωδίκων BBCode …",
|
||||
"No custom BBCodes configured." : "Δεν έχουν ρυθμιστεί προσαρμοσμένοι κώδικες BBCode.",
|
||||
"Failed to load custom BBCodes" : "Αποτυχία φόρτωσης προσαρμοσμένων κωδίκων BBCode",
|
||||
"Insert emoji" : "Εισαγωγή emoji",
|
||||
"Pick file from Nextcloud" : "Επιλογή αρχείου από το Nextcloud",
|
||||
"Upload file to Nextcloud" : "Μεταφόρτωση αρχείου στο Nextcloud",
|
||||
"Uploading file …" : "Μεταφόρτωση αρχείου …",
|
||||
"Upload failed" : "Η μεταφόρτωση απέτυχε",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Pick a file to attach" : "Επιλέξτε ένα αρχείο για επισύναψη",
|
||||
"Failed to upload file" : "Αποτυχία μεταφόρτωσης αρχείου",
|
||||
"Threads" : "Συζητήσεις",
|
||||
"Threads" : "Θέματα",
|
||||
"Replies" : "Απαντήσεις",
|
||||
"No description available" : "Δεν υπάρχει διαθέσιμη περιγραφή",
|
||||
"New activity" : "Νέα δραστηριότητα",
|
||||
"Category" : "Κατηγορία",
|
||||
"Can view" : "Μπορεί να προβάλλει",
|
||||
"Can moderate" : "Μπορεί να συντονίζει",
|
||||
"Allow" : "Επιτρέπεται",
|
||||
"Pick a color" : "Επιλέξτε ένα χρώμα",
|
||||
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
|
||||
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
|
||||
"Header name" : "Όνομα κεφαλίδας",
|
||||
"Enter header name" : "Εισαγάγετε όνομα κεφαλίδας",
|
||||
"Header description" : "Περιγραφή κεφαλίδας",
|
||||
"Enter header description (optional)" : "Εισαγάγετε περιγραφή κεφαλίδας (προαιρετικά)",
|
||||
"Sort order" : "Σειρά ταξινόμησης",
|
||||
"Lower numbers appear first" : "Οι μικρότεροι αριθμοί εμφανίζονται πρώτοι",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Move thread to category" : "Μετακίνηση θέματος σε κατηγορία",
|
||||
"Select the category to move this thread to:" : "Επιλέξτε την κατηγορία στην οποία θέλετε να μετακινήσετε αυτό το θέμα:",
|
||||
"Select a category …" : "Επιλέξτε κατηγορία …",
|
||||
"Loading categories …" : "Φόρτωση κατηγοριών …",
|
||||
"Move" : "Μετακίνηση",
|
||||
"Cannot move to a category header. Please select a category instead." : "Δεν είναι δυνατή η μετακίνηση σε κεφαλίδα κατηγορίας. Παρακαλούμε επιλέξτε μια κατηγορία.",
|
||||
"This thread is already in this category." : "Αυτό το θέμα βρίσκεται ήδη σε αυτή την κατηγορία.",
|
||||
"Failed to load categories" : "Αποτυχία φόρτωσης κατηγοριών",
|
||||
"Page not found" : "Η σελίδα δεν βρέθηκε",
|
||||
"The page you are looking for could not be found." : "Η σελίδα που αναζητάτε δεν μπόρεσε να βρεθεί.",
|
||||
"Back" : "Επιστροφή",
|
||||
"Go to home" : "Μετάβαση στην αρχική",
|
||||
"Pagination" : "Σελιδοποίηση",
|
||||
"First page" : "Πρώτη σελίδα",
|
||||
"Previous page" : "Προηγούμενη σελίδα",
|
||||
"Next page" : "Επόμενη σελίδα",
|
||||
"Last page" : "Τελευταία σελίδα",
|
||||
"Go to page {page}" : "Μετάβαση στη σελίδα {page}",
|
||||
"Edited" : "Τροποποιήθηκε",
|
||||
"Quote reply" : "Απάντηση με παράθεση",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Delete" : "Διαγραφή",
|
||||
"View edit history" : "Προβολή ιστορικού τροποποιήσεων",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή τη δημοσίευση; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
"Unread" : "Μη αναγνωσμένο",
|
||||
"Direct link" : "Άμεσος σύνδεσμος",
|
||||
"Direct link copied to clipboard" : "Ο άμεσος σύνδεσμος αντιγράφηκε στο πρόχειρο",
|
||||
"Edit your reply …" : "Επεξεργασία της απάντησής σας …",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Are you sure you want to discard your changes?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε τις αλλαγές σας;",
|
||||
"Edit history" : "Ιστορικό τροποποιήσεων",
|
||||
"Loading history …" : "Φόρτωση ιστορικού …",
|
||||
"This post has no edit history." : "Αυτή η δημοσίευση δεν έχει ιστορικό τροποποιήσεων.",
|
||||
"Current version" : "Τρέχουσα έκδοση",
|
||||
"Edited by" : "Επεξεργάστηκε από",
|
||||
"Failed to load edit history" : "Αποτυχία φόρτωσης ιστορικού τροποποιήσεων",
|
||||
"Version {index}" : "Έκδοση {index}",
|
||||
"Add reaction" : "Προσθήκη αντίδρασης",
|
||||
"React with {emoji}" : "Αντίδραση με {emoji}",
|
||||
"Uncategorized" : "Μή-κατηγοριοποιημένα",
|
||||
"You reacted with {emoji}" : "Αντιδράσατε με {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Εσείς και %n ακόμη αντιδράσατε με {emoji}","Εσείς και ακόμη %n άτομα αντιδράσατε με {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n άτομο αντέδρασε με {emoji}","%n άτομα αντέδρασαν με {emoji}"],
|
||||
"Write your reply …" : "Γράψτε την απάντησή σας …",
|
||||
"Submit reply" : "Υποβολή απάντησης",
|
||||
"Are you sure you want to discard your reply?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε την απάντησή σας;",
|
||||
"In thread" : "Στο θέμα",
|
||||
"Thread unavailable" : "Το θέμα δεν είναι διαθέσιμο",
|
||||
"Pinned thread" : "Καρφιτσωμένο θέμα",
|
||||
"Locked thread" : "Κλειδωμένο θέμα",
|
||||
"Uncategorized" : "Χωρίς κατηγορία",
|
||||
"_%n reply_::_%n replies_" : ["%n απάντηση","%n απαντήσεις"],
|
||||
"Templates" : "Πρότυπα",
|
||||
"Name" : "Όνομα",
|
||||
"Template name" : "Όνομα προτύπου",
|
||||
"Content" : "Περιεχόμενο",
|
||||
"Both" : "Και τα δύο",
|
||||
"Insert" : "Εισαγωγή",
|
||||
"Views" : "Προβολές",
|
||||
"Title" : "Τίτλος",
|
||||
"Saving draft …" : "Αποθήκευση προχείρου ...",
|
||||
"Enter thread title …" : "Εισαγάγετε τίτλο θέματος …",
|
||||
"Write your thread content …" : "Γράψτε το περιεχόμενο του θέματός σας …",
|
||||
"Create thread" : "Δημιουργία θέματος",
|
||||
"Are you sure you want to discard this thread?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε αυτό το θέμα;",
|
||||
"Saving draft …" : "Αποθήκευση προχείρου…",
|
||||
"Draft saved" : "Το πρόχειρο αποθηκεύτηκε",
|
||||
"Unsaved changes" : "Μη αποθηκευμένες αλλαγές",
|
||||
"Back to home" : "Επιστροφή στην αρχική",
|
||||
"Refresh" : "Ανανέωση",
|
||||
"Your bookmarked threads" : "Τα θέματα με σελιδοδείκτη",
|
||||
"Error loading bookmarks" : "Σφάλμα κατά τη φόρτωση σελιδοδεικτών",
|
||||
"No bookmarks yet" : "Δεν υπάρχουν σελιδοδείκτες ακόμα",
|
||||
"Bookmark threads to quickly find them later." : "Προσθέστε σελιδοδείκτες σε θέματα για να τα βρίσκετε γρήγορα αργότερα.",
|
||||
"Retry" : "Δοκιμή ξανά",
|
||||
"In {category}" : "Στη συνομιλία {category}",
|
||||
"An unexpected error occurred" : "Προέκυψε ένα απρόσμενο σφάλμα",
|
||||
"Failed to load bookmarks" : "Αποτυχία φόρτωσης σελιδοδεικτών",
|
||||
"No categories yet" : "Δεν υπάρχουν κατηγορίες ακόμα",
|
||||
"Categories will appear here once they are created." : "Οι κατηγορίες θα εμφανιστούν εδώ μόλις δημιουργηθούν.",
|
||||
"No categories in this section" : "Δεν υπάρχουν κατηγορίες σε αυτή την ενότητα",
|
||||
"Category not found" : "Η κατηγορία δεν βρέθηκε",
|
||||
"The category you are looking for does not exist or has been removed." : "Η κατηγορία που αναζητάτε δεν υπάρχει ή έχει αφαιρεθεί.",
|
||||
"Back to categories" : "Επιστροφή στις κατηγορίες",
|
||||
"New thread" : "Νέο θέμα",
|
||||
"Error loading category" : "Σφάλμα κατά τη φόρτωση της κατηγορίας",
|
||||
"No threads yet" : "Δεν υπάρχουν θέματα ακόμα",
|
||||
"Be the first to start a discussion in this category." : "Γίνετε ο πρώτος που θα ξεκινήσει μια συζήτηση σε αυτή την κατηγορία.",
|
||||
"No category ID or slug provided" : "Δεν δόθηκε ID κατηγορίας ή slug",
|
||||
"Failed to load threads" : "Αποτυχία φόρτωσης θεμάτων",
|
||||
"Create New Thread" : "Δημιουργία νέου θέματος",
|
||||
"In {category}" : "Στο {category}",
|
||||
"Creating thread …" : "Δημιουργία θέματος …",
|
||||
"Thread created" : "Το θέμα δημιουργήθηκε",
|
||||
"Failed to create thread" : "Αποτυχία δημιουργίας θέματος",
|
||||
"No category specified" : "Δεν ορίστηκε κατηγορία",
|
||||
"Error" : "Σφάλμα",
|
||||
"Searching …" : "Γίνεται αναζήτηση ...",
|
||||
"Created" : "Δημιουργήθηκε",
|
||||
"Threads ({count})" : "Θέματα ({count})",
|
||||
"Replies ({count})" : "Απαντήσεις ({count})",
|
||||
"No threads" : "Δεν υπάρχουν θέματα",
|
||||
"This user has not created any threads yet" : "Αυτός ο χρήστης δεν έχει δημιουργήσει θέματα ακόμα",
|
||||
"No replies" : "Δεν υπάρχουν απαντήσεις",
|
||||
"This user has not written any replies yet" : "Αυτός ο χρήστης δεν έχει γράψει απαντήσεις ακόμα",
|
||||
"Failed to load user profile" : "Αποτυχία φόρτωσης προφίλ χρήστη",
|
||||
"Enter search query …" : "Εισαγάγετε όρο αναζήτησης …",
|
||||
"Search in threads" : "Αναζήτηση σε θέματα",
|
||||
"Search in replies" : "Αναζήτηση σε απαντήσεις",
|
||||
"Syntax help" : "Βοήθεια σύνταξης",
|
||||
"Search syntax" : "Σύνταξη αναζήτησης",
|
||||
"Match exact phrase" : "Ταύτιση ακριβούς φράσης",
|
||||
"Both terms required" : "Απαιτούνται και οι δύο όροι",
|
||||
"Either term matches" : "Ταύτιση οποιουδήποτε από τους όρους",
|
||||
"Group conditions with parentheses" : "Ομαδοποίηση συνθηκών με παρενθέσεις",
|
||||
"Exclude term from results" : "Εξαίρεση όρου από τα αποτελέσματα",
|
||||
"Searching …" : "Γίνεται αναζήτηση …",
|
||||
"Search Error" : "Σφάλμα αναζήτησης",
|
||||
"Enter a search query" : "Εισαγάγετε έναν όρο αναζήτησης",
|
||||
"Use the search box above to find threads and replies" : "Χρησιμοποιήστε το πλαίσιο αναζήτησης παραπάνω για να βρείτε θέματα και απαντήσεις",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"Try different keywords or check your syntax" : "Δοκιμάστε διαφορετικές λέξεις-κλειδιά ή ελέγξτε τη σύνταξή σας",
|
||||
"_%n thread found_::_%n threads found_" : ["βρέθηκε %n θέμα","βρέθηκαν %n θέματα"],
|
||||
"_%n reply found_::_%n replies found_" : ["βρέθηκε %n απάντηση","βρέθηκαν %n απαντήσεις"],
|
||||
"Please enter a search query" : "Παρακαλούμε εισαγάγετε έναν όρο αναζήτησης",
|
||||
"Please select at least one search scope" : "Παρακαλούμε επιλέξτε τουλάχιστον ένα πεδίο αναζήτησης",
|
||||
"Failed to search" : "Αποτυχία αναζήτησης",
|
||||
"Thread not found" : "Το θέμα δεν βρέθηκε",
|
||||
"The thread you are looking for does not exist or has been removed." : "Το θέμα που αναζητάτε δεν υπάρχει ή έχει αφαιρεθεί.",
|
||||
"Back to {category}" : "Πίσω στο {category}",
|
||||
"Reply" : "Απάντηση",
|
||||
"Error loading thread" : "Σφάλμα κατά τη φόρτωση του θέματος",
|
||||
"No replies yet" : "Δεν υπάρχουν απαντήσεις ακόμα",
|
||||
"Be the first to reply in this thread." : "Γίνετε ο πρώτος που θα απαντήσει σε αυτό το θέμα.",
|
||||
"by" : "από",
|
||||
"This thread is locked. Only moderators can add replies." : "Αυτό το θέμα είναι κλειδωμένο. Μόνο οι συντονιστές μπορούν να προσθέσουν απαντήσεις.",
|
||||
"You must be signed in to reply to this thread." : "Πρέπει να έχετε συνδεθεί για να απαντήσετε σε αυτό το θέμα.",
|
||||
"Sign in to reply" : "Συνδεθείτε για να απαντήσετε",
|
||||
"Lock thread" : "Κλείδωμα θέματος",
|
||||
"Unlock thread" : "Ξεκλείδωμα θέματος",
|
||||
"Pin thread" : "Καρφίτσωμα θέματος",
|
||||
"Unpin thread" : "Ξεκαρφίτσωμα θέματος",
|
||||
"Thread locked" : "Το θέμα κλειδώθηκε",
|
||||
"Thread unlocked" : "Το θέμα ξεκλειδώθηκε",
|
||||
"Thread pinned" : "Το θέμα καρφιτσώθηκε",
|
||||
"Thread unpinned" : "Το θέμα ξεκαρφιτσώθηκε",
|
||||
"Subscribe" : "Εγγραφή",
|
||||
"Subscribed" : "Εγγεγραμμένο",
|
||||
"Subscribed" : "Εγγεγραμμένος",
|
||||
"Subscribed to thread" : "Εγγραφήκατε στο θέμα",
|
||||
"Unsubscribed from thread" : "Διαγραφτήκατε από το θέμα",
|
||||
"Bookmark" : "Σελιδοδείκτης",
|
||||
"Remove bookmark" : "Αφαίρεση σελιδοδείκτη",
|
||||
"Thread bookmarked" : "Το θέμα προστέθηκε στους σελιδοδείκτες",
|
||||
"Bookmark removed" : "Ο σελιδοδείκτης αφαιρέθηκε",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Move thread" : "Μετακίνηση νήματος",
|
||||
"Save title" : "Αποθήκευση τίτλου",
|
||||
"Thread title updated" : "Ο τίτλος του θέματος ενημερώθηκε",
|
||||
"Move thread" : "Μετακίνηση θέματος",
|
||||
"Thread moved successfully" : "Το θέμα μετακινήθηκε επιτυχώς",
|
||||
"No thread ID or slug provided" : "Δεν παρείχθη ID θέματος ή slug",
|
||||
"Failed to load replies" : "Αποτυχία φόρτωσης απαντήσεων",
|
||||
"Thread updated" : "Το θέμα ενημερώθηκε",
|
||||
"Reply updated" : "Η απάντηση ενημερώθηκε",
|
||||
"Failed to update thread" : "Αποτυχία ενημέρωσης θέματος",
|
||||
"Failed to update reply" : "Αποτυχία ενημέρωσης απάντησης",
|
||||
"Thread deleted" : "Το θέμα διαγράφηκε",
|
||||
"Reply deleted" : "Η απάντηση διαγράφηκε",
|
||||
"Failed to delete reply" : "Αποτυχία διαγραφής απάντησης",
|
||||
"Failed to update thread lock status" : "Αποτυχία ενημέρωσης κατάστασης κλειδώματος θέματος",
|
||||
"Failed to update thread pin status" : "Αποτυχία ενημέρωσης κατάστασης καρφιτσώματος θέματος",
|
||||
"Failed to update subscription" : "Αποτυχία ενημέρωσης συνδρομής",
|
||||
"Failed to update bookmark" : "Αποτυχία ενημέρωσης σελιδοδείκτη",
|
||||
"Failed to update thread title" : "Αποτυχία ενημέρωσης τίτλου θέματος",
|
||||
"Failed to move thread" : "Αποτυχία μετακίνησης θέματος",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Customize your forum experience" : "Προσαρμόστε την εμπειρία σας στο φόρουμ",
|
||||
"Loading preferences …" : "Φόρτωση προτιμήσεων …",
|
||||
"Error loading preferences" : "Σφάλμα κατά τη φόρτωση προτιμήσεων",
|
||||
"Notifications" : "Ειδοποιήσεις",
|
||||
"Configure how you receive notifications" : "Ρυθμίστε τον τρόπο λήψης ειδοποιήσεων",
|
||||
"Auto-subscribe to threads I create" : "Αυτόματη εγγραφή στα θέματα που δημιουργώ",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Όταν είναι ενεργοποιημένο, θα λαμβάνετε αυτόματα ειδοποιήσεις για απαντήσεις σε θέματα που δημιουργείτε",
|
||||
"Auto-subscribe to threads I reply to" : "Αυτόματη εγγραφή στα θέματα που απαντώ",
|
||||
"When enabled, you will automatically receive notifications for new replies in threads you have replied to" : "Όταν είναι ενεργοποιημένο, θα λαμβάνετε αυτόματα ειδοποιήσεις για νέες απαντήσεις σε θέματα στα οποία έχετε απαντήσει",
|
||||
"Files" : "Αρχεία",
|
||||
"Configure file upload settings" : "Ρυθμίστε τις ρυθμίσεις μεταφόρτωσης αρχείων",
|
||||
"Upload directory" : "Κατάλογος μεταφόρτωσης",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Τα αρχεία που επισυνάπτονται σε θέματα ή απαντήσεις θα μεταφορτώνονται σε αυτόν τον κατάλογο στα αρχεία σας στο Nextcloud",
|
||||
"Browse" : "Περιήγηση",
|
||||
"Preferences saved" : "Οι προτιμήσεις αποθηκεύτηκαν",
|
||||
"Signature" : "Υπογραφή",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Η υπογραφή σας εμφανίζεται στο κάτω μέρος των θεμάτων ή των απαντήσεών σας",
|
||||
"You can use BBCode formatting in your signature" : "Μπορείτε να χρησιμοποιήσετε μορφοποίηση BBCode στην υπογραφή σας",
|
||||
"Enter your signature …" : "Εισαγάγετε την υπογραφή σας …",
|
||||
"Failed to save preferences" : "Αποτυχία αποθήκευσης προτιμήσεων",
|
||||
"Select upload directory" : "Επιλέξτε κατάλογο μεταφόρτωσης",
|
||||
"BBCode management" : "Διαχείριση BBCode",
|
||||
"Manage custom BBCode tags for formatting" : "Διαχείριση προσαρμοσμένων ετικετών BBCode για μορφοποίηση",
|
||||
"Error loading BBCodes" : "Σφάλμα κατά τη φόρτωση των BBCode",
|
||||
"Create BBCode" : "Δημιουργία BBCode",
|
||||
"Enable" : "Ενεργοποίηση",
|
||||
"Disable" : "Απενεργοποίηση",
|
||||
"Enabled BBCodes" : "Ενεργοποιημένα BBCode",
|
||||
"These BBCode tags are currently active" : "Αυτές οι ετικέτες BBCode είναι αυτή τη στιγμή ενεργές",
|
||||
"Disabled BBCodes" : "Απενεργοποιημένα BBCode",
|
||||
"These BBCode tags are currently inactive" : "Αυτές οι ετικέτες BBCode είναι αυτή τη στιγμή ανενεργές",
|
||||
"No enabled BBCodes" : "Δεν υπάρχουν ενεργοποιημένα BBCode",
|
||||
"Parses Inner" : "Ανάλυση εσωτερικού περιεχομένου",
|
||||
"Delete BBCode" : "Διαγραφή BBCode",
|
||||
"Are you sure you want to delete the BBCode tag [{tag}]?" : "Είστε σίγουροι ότι θέλετε να διαγράψετε την ετικέτα BBCode [{tag}];",
|
||||
"This action cannot be undone." : "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
"Edit BBCode" : "Επεξεργασία BBCode",
|
||||
"Tag" : "Ετικέτα",
|
||||
"e.g., b, i, url, color" : "π.χ., b, i, url, color",
|
||||
"The BBCode tag name (without brackets)" : "Το όνομα της ετικέτας BBCode (χωρίς αγκύλες)",
|
||||
"HTML replacement" : "Αντικατάσταση HTML",
|
||||
"e.g., {strongStart}{content}{strongEnd}" : "π.χ., {strongStart}{content}{strongEnd}",
|
||||
"Use {content} for the tag content and {paramName} for parameters" : "Χρησιμοποιήστε το {content} για το περιεχόμενο της ετικέτας και το {paramName} για τις παραμέτρους",
|
||||
"e.g., {tagStart}Hello world{tagEnd}" : "π.χ., {tagStart}Γεια σου κόσμε{tagEnd}",
|
||||
"Example usage of this BBCode tag" : "Παράδειγμα χρήσης αυτής της ετικέτας BBCode",
|
||||
"Description" : "Περιγραφή",
|
||||
"Brief description of what this BBCode does" : "Σύντομη περιγραφή της λειτουργίας αυτού του BBCode",
|
||||
"Enabled" : "Ενεργοποιημένο",
|
||||
"Name" : "Όνομα",
|
||||
"Parse inner content" : "Ανάλυση εσωτερικού περιεχομένου",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Εάν ενεργοποιηθεί, θα αναλύονται επίσης οι ετικέτες BBCode μέσα σε αυτήν την ετικέτα",
|
||||
"Create category" : "Δημιουργία κατηγορίας",
|
||||
"Edit category" : "Επεξεργασία κατηγορίας",
|
||||
"Configure category details" : "Διαμόρφωση λεπτομερειών κατηγορίας",
|
||||
"Basic information" : "Βασικές πληροφορίες",
|
||||
"Category header" : "Κεφαλίδα κατηγορίας",
|
||||
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
|
||||
"Enter category name" : "Εισάγετε όνομα κατηγορίας",
|
||||
"Slug" : "Slug (αναγνωριστικό URL)",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Αναγνωριστικό φιλικό προς το URL (π.χ., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Το slug δεν μπορεί να αλλάξει μετά τη δημιουργία της κατηγορίας",
|
||||
"Enter category description (optional)" : "Εισάγετε περιγραφή κατηγορίας (προαιρετικά)",
|
||||
"New" : "Νέα",
|
||||
"Permissions" : "Δικαιώματα",
|
||||
"Preview" : "Προεπισκόπηση",
|
||||
"Manage forum categories and organization" : "Διαχείριση κατηγοριών και οργάνωσης του φόρουμ",
|
||||
"Error loading categories" : "Σφάλμα κατά τη φόρτωση των κατηγοριών",
|
||||
"No categories in this header" : "Δεν υπάρχουν κατηγορίες σε αυτήν την κεφαλίδα",
|
||||
"Delete category" : "Διαγραφή κατηγορίας",
|
||||
"Are you sure you want to delete the category \"{name}\"?" : "Είστε σίγουροι ότι θέλετε να διαγράψετε την κατηγορία \"{name}\";",
|
||||
"_This category contains %n thread._::_This category contains %n threads._" : ["Αυτή η κατηγορία περιέχει %n θέμα.","Αυτή η κατηγορία περιέχει %n θέματα."],
|
||||
"What should happen to the threads?" : "Τι πρέπει να γίνει με τα θέματα;",
|
||||
"Move threads to another category" : "Μετακίνηση θεμάτων σε άλλη κατηγορία",
|
||||
"Delete all threads (soft delete)" : "Διαγραφή όλων των θεμάτων (προσωρινή διαγραφή)",
|
||||
"Threads will be hidden but not permanently deleted" : "Τα θέματα θα αποκρυφθούν αλλά δεν θα διαγραφούν οριστικά",
|
||||
"Select target category" : "Επιλέξτε κατηγορία προορισμού",
|
||||
"-- Select a category --" : "-- Επιλέξτε μια κατηγορία --",
|
||||
"Create header" : "Δημιουργία κεφαλίδας",
|
||||
"_%n category_::_%n categories_" : ["%n κατηγορία","%n κατηγορίες"],
|
||||
"Delete header" : "Διαγραφή κεφαλίδας",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Είστε σίγουροι ότι θέλετε να διαγράψετε την κεφαλίδα \"{name}\";",
|
||||
"_This header contains %n category._::_This header contains %n categories._" : ["Αυτή η κεφαλίδα περιέχει %n κατηγορία.","Αυτή η κεφαλίδα περιέχει %n κατηγορίες."],
|
||||
"This action cannot be undone" : "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί",
|
||||
"What should happen to the categories?" : "Τι πρέπει να γίνει με τις κατηγορίες;",
|
||||
"Move categories to another header" : "Μετακίνηση κατηγοριών σε άλλη κεφαλίδα",
|
||||
"Delete all categories" : "Διαγραφή όλων των κατηγοριών",
|
||||
"All categories and their threads will be permanently deleted" : "Όλες οι κατηγορίες και τα θέματά τους θα διαγραφούν οριστικά",
|
||||
"Select target header" : "Επιλέξτε κεφαλίδα προορισμού",
|
||||
"Move up" : "Μετακίνηση επάνω",
|
||||
"Move down" : "Μετακίνηση Κάτω",
|
||||
"Move down" : "Μετακίνηση κάτω",
|
||||
"Admin dashboard" : "Πίνακας διαχείρισης",
|
||||
"Overview of forum activity and statistics" : "Επισκόπηση δραστηριότητας και στατιστικών του φόρουμ",
|
||||
"Loading statistics …" : "Φόρτωση στατιστικών …",
|
||||
"Error loading dashboard" : "Σφάλμα κατά τη φόρτωση του πίνακα ελέγχου",
|
||||
"Total statistics" : "Συνολικά στατιστικά",
|
||||
"Recent activity (last 7 days)" : "Πρόσφατη δραστηριότητα (τελευταίες 7 ημέρες)",
|
||||
"New users" : "Νέοι χρήστες",
|
||||
"New threads" : "Νέα θέματα",
|
||||
"New replies" : "Νέες απαντήσεις",
|
||||
"Top contributors" : "Κορυφαίοι συνεισφέροντες",
|
||||
"No contributors yet" : "Δεν υπάρχουν ακόμα συνεισφέροντες",
|
||||
"Last 7 days" : "Τελευταίες 7 ημέρες",
|
||||
"All time" : "Όλων των εποχών",
|
||||
"General settings" : "Γενικές ρυθμίσεις",
|
||||
"Configure general forum settings" : "Διαμόρφωση γενικών ρυθμίσεων φόρουμ",
|
||||
"Loading settings …" : "Φόρτωση ρυθμίσεων …",
|
||||
"Error loading settings" : "Σφάλμα κατά τη φόρτωση των ρυθμίσεων",
|
||||
"Appearance" : "Εμφάνιση",
|
||||
"Customize how your forum looks to users" : "Προσαρμόστε την εμφάνιση του φόρουμ για τους χρήστες",
|
||||
"Forum title" : "Τίτλος φόρουμ",
|
||||
"Displayed at the top of the forum home page" : "Εμφανίζεται στο επάνω μέρος της αρχικής σελίδας του φόρουμ",
|
||||
"Forum subtitle" : "Υπότιτλος φόρουμ",
|
||||
"Welcome to the forum" : "Καλώς ήρθατε στο φόρουμ",
|
||||
"A brief description shown below the title" : "Μια σύντομη περιγραφή που εμφανίζεται κάτω από τον τίτλο",
|
||||
"Access control" : "Έλεγχος πρόσβασης",
|
||||
"Manage who can access the forum" : "Διαχειριστείτε ποιος έχει πρόσβαση στο φόρουμ",
|
||||
"Allow guest access" : "Να επιτρέπεται η πρόσβαση επισκεπτών",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Όταν είναι ενεργοποιημένο, μη ταυτοποιημένοι χρήστες μπορούν να βλέπουν το περιεχόμενο του φόρουμ σε λειτουργία ανάγνωσης μόνο",
|
||||
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
|
||||
"Failed to save settings" : "Αποτυχία αποθήκευσης ρυθμίσεων",
|
||||
"Create role" : "Δημιουργία ρόλου",
|
||||
"Edit role" : "Επεξεργασία ρόλου",
|
||||
"Configure role permissions and category access" : "Διαμορφώστε τα δικαιώματα ρόλων και την πρόσβαση σε κατηγορίες",
|
||||
"Error loading role" : "Σφάλμα κατά τη φόρτωση του ρόλου",
|
||||
"Enter role name" : "Εισαγάγετε όνομα ρόλου",
|
||||
"Enter role description (optional)" : "Εισαγάγετε περιγραφή ρόλου (προαιρετικά)",
|
||||
"System role names cannot be changed" : "Τα ονόματα των ρόλων συστήματος δεν μπορούν να αλλάξουν",
|
||||
"Colors" : "Χρώματα",
|
||||
"Set colors for this role badge" : "Ορίστε χρώματα για το σήμα αυτού του ρόλου",
|
||||
"Light mode color" : "Χρώμα ανοιχτόχρωμης λειτουργίας",
|
||||
"Dark mode color" : "Χρώμα σκοτεινής λειτουργίας",
|
||||
"Reset" : "Επαναφορά",
|
||||
"Category" : "Κατηγορία",
|
||||
"Allow" : "Επιτρέπεται",
|
||||
"Role permissions" : "Δικαιώματα ρόλου",
|
||||
"Set global permissions for this role" : "Ορίστε καθολικά δικαιώματα για αυτόν τον ρόλο",
|
||||
"Can access admin tools" : "Έχει πρόσβαση στα εργαλεία διαχειριστή",
|
||||
"Allow access to the admin dashboard and tools" : "Να επιτρέπεται η πρόσβαση στον πίνακα ελέγχου και τα εργαλεία διαχειριστή",
|
||||
"Can edit roles" : "Μπορεί να επεξεργάζεται ρόλους",
|
||||
"Allow creating, editing and deleting roles" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή ρόλων",
|
||||
"Can edit categories" : "Μπορεί να επεξεργάζεται κατηγορίες",
|
||||
"Allow creating, editing and deleting categories" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή κατηγοριών",
|
||||
"Category permissions" : "Δικαιώματα κατηγορίας",
|
||||
"Set which categories this role can access" : "Ορίστε σε ποιες κατηγορίες έχει πρόσβαση αυτός ο ρόλος",
|
||||
"Admin role must have all permissions enabled" : "Ο ρόλος διαχειριστή πρέπει να έχει ενεργοποιημένα όλα τα δικαιώματα",
|
||||
"Admin role has full access to all categories" : "Ο ρόλος διαχειριστή έχει πλήρη πρόσβαση σε όλες τις κατηγορίες",
|
||||
"Guest role cannot have admin permissions" : "Ο ρόλος επισκέπτη δεν μπορεί να έχει δικαιώματα διαχειριστή",
|
||||
"Guest role cannot moderate categories" : "Ο ρόλος επισκέπτη δεν μπορεί να συντονίζει κατηγορίες",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Μπορείτε να ελέγξετε ποιες κατηγορίες μπορούν να βλέπουν οι επισκέπτες χρησιμοποιώντας τα πλαίσια επιλογής παρακάτω.",
|
||||
"Guest access is currently disabled" : "Η πρόσβαση επισκεπτών είναι απενεργοποιημένη αυτή τη στιγμή",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Οι επισκέπτες δεν θα μπορούν να έχουν πρόσβαση στο φόρουμ μέχρι να ενεργοποιηθεί η πρόσβαση επισκεπτών στις ρυθμίσεις του φόρουμ.",
|
||||
"Go to forum settings" : "Μετάβαση στις ρυθμίσεις φόρουμ",
|
||||
"Default role cannot moderate categories" : "Ο προεπιλεγμένος ρόλος δεν μπορεί να συντονίζει κατηγορίες",
|
||||
"Role management" : "Διαχείριση ρόλων",
|
||||
"Create and manage forum roles and permissions" : "Δημιουργία και διαχείριση ρόλων και δικαιωμάτων του φόρουμ",
|
||||
"Loading roles …" : "Φόρτωση ρόλων …",
|
||||
"Error loading roles" : "Σφάλμα κατά τη φόρτωση των ρόλων",
|
||||
"No roles found" : "Δεν βρέθηκαν ρόλοι",
|
||||
"Create your first role to get started" : "Δημιουργήστε τον πρώτο σας ρόλο για να ξεκινήσετε",
|
||||
"ID" : "ID",
|
||||
"Created" : "Δημιουργήθηκε",
|
||||
"Owner" : "Κάτοχος",
|
||||
"Actions" : "Ενέργειες",
|
||||
"No description" : "Χωρίς περιγραφή",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Είστε σίγουροι ότι θέλετε να διαγράψετε τον ρόλο \"{name}\"; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
"System roles cannot be deleted" : "Οι ρόλοι συστήματος δεν μπορούν να διαγραφούν",
|
||||
"No teams found" : "Δεν βρέθηκαν ομάδες",
|
||||
"Members" : "Μέλη",
|
||||
"User management" : "Διαχείριση χρηστών",
|
||||
"Manage forum users, roles and permissions" : "Διαχείριση χρηστών, ρόλων και δικαιωμάτων του φόρουμ",
|
||||
"Loading users …" : "Φόρτωση χρηστών …",
|
||||
"Error loading users" : "Σφάλμα κατά τη φόρτωση των χρηστών",
|
||||
"No users found" : "Δεν βρέθηκαν χρήστες",
|
||||
"Joined" : "Συμμετέχετε",
|
||||
"There are no forum users yet" : "Δεν υπάρχουν ακόμα χρήστες στο φόρουμ",
|
||||
"Roles" : "Ρόλοι",
|
||||
"Joined" : "Εγγραφή",
|
||||
"Status" : "Κατάσταση",
|
||||
"Active" : "Ενεργό",
|
||||
"Deleted" : "Διαγραμμένα"
|
||||
"Active" : "Ενεργός",
|
||||
"Deleted" : "Διαγράφηκε",
|
||||
"No roles" : "Χωρίς ρόλους",
|
||||
"Select roles" : "Επιλογή ρόλων",
|
||||
"Edit roles" : "Επεξεργασία ρόλων",
|
||||
"Edit user roles" : "Επεξεργασία ρόλων χρήστη"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
424
l10n/el.json
424
l10n/el.json
@@ -1,108 +1,494 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Πρόσφατη δραστηριότητα Forum",
|
||||
"More activity" : "Περισσότερη δραστηριότητα",
|
||||
"New thread by %1$s" : "Νέο θέμα από %1$s",
|
||||
"Reply by %1$s" : "Απάντηση από %1$s",
|
||||
"No recent forum activity" : "Δεν υπάρχει πρόσφατη δραστηριότητα στο forum",
|
||||
"Top Forum activity" : "Κορυφαία δραστηριότητα Forum",
|
||||
"Browse forum" : "Περιήγηση στο forum",
|
||||
"_%n thread_::_%n threads_" : ["%n θέμα","%n θέματα"],
|
||||
"_%n view_::_%n views_" : ["%n προβολή","%n προβολές"],
|
||||
"No forum activity" : "Δεν υπάρχει δραστηριότητα στο forum",
|
||||
"Top Forum categories" : "Κορυφαίες κατηγορίες Forum",
|
||||
"No categories available" : "Δεν υπάρχουν διαθέσιμες κατηγορίες",
|
||||
"Top Forum threads" : "Κορυφαία θέματα Forum",
|
||||
"No threads available" : "Δεν υπάρχουν διαθέσιμα θέματα",
|
||||
"Admin" : "Διαχειριστής",
|
||||
"Administrator role with full permissions" : "Ρόλος διαχειριστή με πλήρη δικαιώματα",
|
||||
"Moderator" : "Συντονιστής",
|
||||
"Moderator role with elevated permissions" : "Ρόλος συντονιστή με αυξημένα δικαιώματα",
|
||||
"User" : "Χρήστης",
|
||||
"Default user role with basic permissions" : "Προεπιλεγμένος ρόλος χρήστη με βασικά δικαιώματα",
|
||||
"Guest" : "Επισκέπτης",
|
||||
"Guest role for unauthenticated users with read-only access" : "Ρόλος επισκέπτη για μη ταυτοποιημένους χρήστες με πρόσβαση μόνο για ανάγνωση",
|
||||
"General" : "Γενικά",
|
||||
"General discussion categories" : "Κατηγορίες γενικών συζητήσεων",
|
||||
"General discussions" : "Γενικές συζητήσεις",
|
||||
"A place for general conversations and discussions" : "Ένας χώρος για γενικές συνομιλίες και συζητήσεις",
|
||||
"Support" : "Υποστήριξη",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Κάντε ερωτήσεις σχετικά με το forum, στείλτε σχόλια ή αναφέρετε προβλήματα.",
|
||||
"Inline code" : "Ενσωματωμένος κώδικας",
|
||||
"Spoiler title" : "Τίτλος spoiler",
|
||||
"Hidden content" : "Κρυφό περιεχόμενο",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Συνημμένο",
|
||||
"Welcome to the Nextcloud Forums!" : "Καλώς ήρθατε στα Nextcloud Forums!",
|
||||
"This is a community-driven forum built right into your Nextcloud instance. Here you can discuss topics, share ideas and collaborate with other users." : "Αυτό είναι ένα forum βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στην εγκατάσταση του Nextcloud σας. Εδώ μπορείτε να συζητάτε θέματα, να μοιράζεστε ιδέες και να συνεργάζεστε με άλλους χρήστες.",
|
||||
"Features:" : "Λειτουργίες:",
|
||||
"Create and reply to threads" : "Δημιουργία και απάντηση σε θέματα",
|
||||
"Organize discussions by categories" : "Οργάνωση συζητήσεων ανά κατηγορία",
|
||||
"Use BBCode for rich text formatting" : "Χρήση BBCode για μορφοποίηση εμπλουτισμένου κειμένου",
|
||||
"Attach files from your Nextcloud storage" : "Επισύναψη αρχείων από τον αποθηκευτικό σας χώρο στο Nextcloud",
|
||||
"React to posts" : "Αντιδράσεις σε δημοσιεύσεις",
|
||||
"Track read/unread threads" : "Παρακολούθηση αναγνωσμένων/μη αναγνωσμένων θεμάτων",
|
||||
"BBCode examples:" : "Παραδείγματα BBCode:",
|
||||
"Bold text" : "Εντονο Κείμενο",
|
||||
"Use %1$stext%2$s" : "Χρήση %1$stext%2$s",
|
||||
"Italic text" : "Πλάγιο κείμενο",
|
||||
"Underlined text" : "Υπογραμμισμένο κείμενο",
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Μη διστάσετε να ξεκινήσετε μια νέα συζήτηση ή να απαντήσετε σε υπάρχοντα θέματα. Καλή δημοσίευση!",
|
||||
"Welcome to Nextcloud Forums" : "Καλώς ήρθατε στα Φόρουμ του Nextcloud",
|
||||
"Forum" : "Φόρουμ",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} νέα απάντηση στο {thread}","{count} νέες απαντήσεις στο {thread}"],
|
||||
"{user} mentioned you in {thread}" : "Ο χρήστης {user} σας ανέφερε στο {thread}",
|
||||
"Welcome to the forum!" : "Καλώς ήρθατε στο φόρουμ!",
|
||||
"Deleted user" : "Διαγραμμένος χρήστης",
|
||||
"User ID" : "Ταυτότητα Χρήστη",
|
||||
"Role" : "Ρόλος/Θέση",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ένα φόρουμ βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στο Nextcloud σας",
|
||||
"Repair Database Initial Data" : "Επιδιόρθωση Αρχικών Δεδομένων Βάσης Δεδομένων",
|
||||
"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." : "Εκτελέστε την εντολή επιδιόρθωσης αρχικών δεδομένων της βάσης δεδομένων για να επαναφέρετε τα προεπιλεγμένα δεδομένα του φόρουμ (ρόλους, κατηγορίες, δικαιώματα, BBCode). Είναι ασφαλές να εκτελεστεί πολλές φορές, καθώς θα παραλείψει δεδομένα που υπάρχουν ήδη.",
|
||||
"Run Repair Database Initial Data" : "Εκτέλεση Επιδιόρθωσης Αρχικών Δεδομένων Βάσης Δεδομένων",
|
||||
"User Roles" : "Ρόλοι Χρηστών",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Αναθέστε ρόλους φόρουμ σε χρήστες. Αυτό σας επιτρέπει να παραχωρήσετε προνόμια διαχειριστή ή συντονιστή σε συγκεκριμένους χρήστες.",
|
||||
"User ID" : "ID Χρήστη",
|
||||
"Enter user ID" : "Εισαγωγή ID χρήστη",
|
||||
"Role" : "Ρόλος",
|
||||
"Select a role" : "Επιλέξτε έναν ρόλο",
|
||||
"Assign Role" : "Ανάθεση Ρόλου",
|
||||
"Failed to fetch roles" : "Αποτυχία ανάκτησης ρόλων",
|
||||
"Failed to run repair database initial data" : "Αποτυχία εκτέλεσης επιδιόρθωσης αρχικών δεδομένων βάσης δεδομένων",
|
||||
"Failed to assign role" : "Αποτυχία ανάθεσης ρόλου",
|
||||
"Loading …" : "Γίνεται φόρτωση…",
|
||||
"Search" : "Αναζήτηση",
|
||||
"Home" : "Αρχική",
|
||||
"Bookmarks" : "Σελιδοδείκτες",
|
||||
"User preferences" : "Προτιμήσεις χρήστη",
|
||||
"Dashboard" : "Πίνακας ελέγχου",
|
||||
"Forum settings" : "Ρυθμίσεις φόρουμ",
|
||||
"Users" : "Χρήστες",
|
||||
"Categories" : "Κατηγορίες",
|
||||
"Expand" : "Επεκτείνω",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Επέκταση",
|
||||
"Collapse" : "Σύμπτυξη",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Παρακαλώ σημειώστε:{bEnd} Τα συνημμένα αρχεία θα είναι ορατά σε οποιονδήποτε στο φόρουμ, ανεξάρτητα από τις ρυθμίσεις διαμοιρασμού του αρχείου.",
|
||||
"Drop file here to upload" : "Σύρετε το αρχείο εδώ για μεταφόρτωση",
|
||||
"Hello world!" : "Γεια σου κόσμε!",
|
||||
"Hello moon!" : "Γεια σου φεγγάρι!",
|
||||
"Font style bold" : "Στυλ γραμματοσειράς έντονο",
|
||||
"Font style italic" : "Στυλ γραμματοσειράς πλάγιο",
|
||||
"Font style struck through" : "Στυλ γραμματοσειράς διακριτό",
|
||||
"Font style underlined" : "Στυλ γραμματοσειράς υπογραμμισμένο",
|
||||
"Code" : "Κώδικας",
|
||||
"Quote" : "Προσφορά",
|
||||
"Email (clickable)" : "Email (με δυνατότητα κλικ)",
|
||||
"URL (clickable)" : "URL (με δυνατότητα κλικ)",
|
||||
"Image (not clickable)" : "Εικόνα (χωρίς δυνατότητα κλικ)",
|
||||
"Quote" : "Παράθεση",
|
||||
"Embedded YouTube video" : "Ενσωματωμένο βίντεο YouTube",
|
||||
"Font (name)" : "Γραμματοσειρά (όνομα)",
|
||||
"Font size" : "Μέγεθος γραμματοσειράς",
|
||||
"Font color" : "Χρώμα γραμματοσειράς",
|
||||
"Align left" : "Στοίχιση αριστερά",
|
||||
"Align center" : "Στοίχιση στο κέντρο",
|
||||
"Align right" : "Στοίχιση δεξιά",
|
||||
"List" : "Λίστα",
|
||||
"List item within a list" : "Στοιχείο λίστας μέσα σε λίστα",
|
||||
"List item within a list (alias)" : "Στοιχείο λίστας μέσα σε λίστα (ψευδώνυμο)",
|
||||
"BBCode help" : "Βοήθεια BBCode",
|
||||
"Built-in BBCodes" : "Ενσωματωμένοι κώδικες BBCode",
|
||||
"These BBCodes are available by default." : "Αυτοί οι κώδικες BBCode είναι διαθέσιμοι από προεπιλογή.",
|
||||
"Custom BBCodes" : "Προσαρμοσμένοι κώδικες BBCode",
|
||||
"These BBCodes are custom to this forum and configured by administrators." : "Αυτοί οι κώδικες BBCode είναι προσαρμοσμένοι για αυτό το φόρουμ και έχουν ρυθμιστεί από τους διαχειριστές.",
|
||||
"Example" : "Παράδειγμα",
|
||||
"Replacement" : "Αντικατάσταση",
|
||||
"Loading custom BBCodes …" : "Φόρτωση προσαρμοσμένων κωδίκων BBCode …",
|
||||
"No custom BBCodes configured." : "Δεν έχουν ρυθμιστεί προσαρμοσμένοι κώδικες BBCode.",
|
||||
"Failed to load custom BBCodes" : "Αποτυχία φόρτωσης προσαρμοσμένων κωδίκων BBCode",
|
||||
"Insert emoji" : "Εισαγωγή emoji",
|
||||
"Pick file from Nextcloud" : "Επιλογή αρχείου από το Nextcloud",
|
||||
"Upload file to Nextcloud" : "Μεταφόρτωση αρχείου στο Nextcloud",
|
||||
"Uploading file …" : "Μεταφόρτωση αρχείου …",
|
||||
"Upload failed" : "Η μεταφόρτωση απέτυχε",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Pick a file to attach" : "Επιλέξτε ένα αρχείο για επισύναψη",
|
||||
"Failed to upload file" : "Αποτυχία μεταφόρτωσης αρχείου",
|
||||
"Threads" : "Συζητήσεις",
|
||||
"Threads" : "Θέματα",
|
||||
"Replies" : "Απαντήσεις",
|
||||
"No description available" : "Δεν υπάρχει διαθέσιμη περιγραφή",
|
||||
"New activity" : "Νέα δραστηριότητα",
|
||||
"Category" : "Κατηγορία",
|
||||
"Can view" : "Μπορεί να προβάλλει",
|
||||
"Can moderate" : "Μπορεί να συντονίζει",
|
||||
"Allow" : "Επιτρέπεται",
|
||||
"Pick a color" : "Επιλέξτε ένα χρώμα",
|
||||
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
|
||||
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
|
||||
"Header name" : "Όνομα κεφαλίδας",
|
||||
"Enter header name" : "Εισαγάγετε όνομα κεφαλίδας",
|
||||
"Header description" : "Περιγραφή κεφαλίδας",
|
||||
"Enter header description (optional)" : "Εισαγάγετε περιγραφή κεφαλίδας (προαιρετικά)",
|
||||
"Sort order" : "Σειρά ταξινόμησης",
|
||||
"Lower numbers appear first" : "Οι μικρότεροι αριθμοί εμφανίζονται πρώτοι",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Move thread to category" : "Μετακίνηση θέματος σε κατηγορία",
|
||||
"Select the category to move this thread to:" : "Επιλέξτε την κατηγορία στην οποία θέλετε να μετακινήσετε αυτό το θέμα:",
|
||||
"Select a category …" : "Επιλέξτε κατηγορία …",
|
||||
"Loading categories …" : "Φόρτωση κατηγοριών …",
|
||||
"Move" : "Μετακίνηση",
|
||||
"Cannot move to a category header. Please select a category instead." : "Δεν είναι δυνατή η μετακίνηση σε κεφαλίδα κατηγορίας. Παρακαλούμε επιλέξτε μια κατηγορία.",
|
||||
"This thread is already in this category." : "Αυτό το θέμα βρίσκεται ήδη σε αυτή την κατηγορία.",
|
||||
"Failed to load categories" : "Αποτυχία φόρτωσης κατηγοριών",
|
||||
"Page not found" : "Η σελίδα δεν βρέθηκε",
|
||||
"The page you are looking for could not be found." : "Η σελίδα που αναζητάτε δεν μπόρεσε να βρεθεί.",
|
||||
"Back" : "Επιστροφή",
|
||||
"Go to home" : "Μετάβαση στην αρχική",
|
||||
"Pagination" : "Σελιδοποίηση",
|
||||
"First page" : "Πρώτη σελίδα",
|
||||
"Previous page" : "Προηγούμενη σελίδα",
|
||||
"Next page" : "Επόμενη σελίδα",
|
||||
"Last page" : "Τελευταία σελίδα",
|
||||
"Go to page {page}" : "Μετάβαση στη σελίδα {page}",
|
||||
"Edited" : "Τροποποιήθηκε",
|
||||
"Quote reply" : "Απάντηση με παράθεση",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Delete" : "Διαγραφή",
|
||||
"View edit history" : "Προβολή ιστορικού τροποποιήσεων",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή τη δημοσίευση; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
"Unread" : "Μη αναγνωσμένο",
|
||||
"Direct link" : "Άμεσος σύνδεσμος",
|
||||
"Direct link copied to clipboard" : "Ο άμεσος σύνδεσμος αντιγράφηκε στο πρόχειρο",
|
||||
"Edit your reply …" : "Επεξεργασία της απάντησής σας …",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Are you sure you want to discard your changes?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε τις αλλαγές σας;",
|
||||
"Edit history" : "Ιστορικό τροποποιήσεων",
|
||||
"Loading history …" : "Φόρτωση ιστορικού …",
|
||||
"This post has no edit history." : "Αυτή η δημοσίευση δεν έχει ιστορικό τροποποιήσεων.",
|
||||
"Current version" : "Τρέχουσα έκδοση",
|
||||
"Edited by" : "Επεξεργάστηκε από",
|
||||
"Failed to load edit history" : "Αποτυχία φόρτωσης ιστορικού τροποποιήσεων",
|
||||
"Version {index}" : "Έκδοση {index}",
|
||||
"Add reaction" : "Προσθήκη αντίδρασης",
|
||||
"React with {emoji}" : "Αντίδραση με {emoji}",
|
||||
"Uncategorized" : "Μή-κατηγοριοποιημένα",
|
||||
"You reacted with {emoji}" : "Αντιδράσατε με {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Εσείς και %n ακόμη αντιδράσατε με {emoji}","Εσείς και ακόμη %n άτομα αντιδράσατε με {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n άτομο αντέδρασε με {emoji}","%n άτομα αντέδρασαν με {emoji}"],
|
||||
"Write your reply …" : "Γράψτε την απάντησή σας …",
|
||||
"Submit reply" : "Υποβολή απάντησης",
|
||||
"Are you sure you want to discard your reply?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε την απάντησή σας;",
|
||||
"In thread" : "Στο θέμα",
|
||||
"Thread unavailable" : "Το θέμα δεν είναι διαθέσιμο",
|
||||
"Pinned thread" : "Καρφιτσωμένο θέμα",
|
||||
"Locked thread" : "Κλειδωμένο θέμα",
|
||||
"Uncategorized" : "Χωρίς κατηγορία",
|
||||
"_%n reply_::_%n replies_" : ["%n απάντηση","%n απαντήσεις"],
|
||||
"Templates" : "Πρότυπα",
|
||||
"Name" : "Όνομα",
|
||||
"Template name" : "Όνομα προτύπου",
|
||||
"Content" : "Περιεχόμενο",
|
||||
"Both" : "Και τα δύο",
|
||||
"Insert" : "Εισαγωγή",
|
||||
"Views" : "Προβολές",
|
||||
"Title" : "Τίτλος",
|
||||
"Saving draft …" : "Αποθήκευση προχείρου ...",
|
||||
"Enter thread title …" : "Εισαγάγετε τίτλο θέματος …",
|
||||
"Write your thread content …" : "Γράψτε το περιεχόμενο του θέματός σας …",
|
||||
"Create thread" : "Δημιουργία θέματος",
|
||||
"Are you sure you want to discard this thread?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε αυτό το θέμα;",
|
||||
"Saving draft …" : "Αποθήκευση προχείρου…",
|
||||
"Draft saved" : "Το πρόχειρο αποθηκεύτηκε",
|
||||
"Unsaved changes" : "Μη αποθηκευμένες αλλαγές",
|
||||
"Back to home" : "Επιστροφή στην αρχική",
|
||||
"Refresh" : "Ανανέωση",
|
||||
"Your bookmarked threads" : "Τα θέματα με σελιδοδείκτη",
|
||||
"Error loading bookmarks" : "Σφάλμα κατά τη φόρτωση σελιδοδεικτών",
|
||||
"No bookmarks yet" : "Δεν υπάρχουν σελιδοδείκτες ακόμα",
|
||||
"Bookmark threads to quickly find them later." : "Προσθέστε σελιδοδείκτες σε θέματα για να τα βρίσκετε γρήγορα αργότερα.",
|
||||
"Retry" : "Δοκιμή ξανά",
|
||||
"In {category}" : "Στη συνομιλία {category}",
|
||||
"An unexpected error occurred" : "Προέκυψε ένα απρόσμενο σφάλμα",
|
||||
"Failed to load bookmarks" : "Αποτυχία φόρτωσης σελιδοδεικτών",
|
||||
"No categories yet" : "Δεν υπάρχουν κατηγορίες ακόμα",
|
||||
"Categories will appear here once they are created." : "Οι κατηγορίες θα εμφανιστούν εδώ μόλις δημιουργηθούν.",
|
||||
"No categories in this section" : "Δεν υπάρχουν κατηγορίες σε αυτή την ενότητα",
|
||||
"Category not found" : "Η κατηγορία δεν βρέθηκε",
|
||||
"The category you are looking for does not exist or has been removed." : "Η κατηγορία που αναζητάτε δεν υπάρχει ή έχει αφαιρεθεί.",
|
||||
"Back to categories" : "Επιστροφή στις κατηγορίες",
|
||||
"New thread" : "Νέο θέμα",
|
||||
"Error loading category" : "Σφάλμα κατά τη φόρτωση της κατηγορίας",
|
||||
"No threads yet" : "Δεν υπάρχουν θέματα ακόμα",
|
||||
"Be the first to start a discussion in this category." : "Γίνετε ο πρώτος που θα ξεκινήσει μια συζήτηση σε αυτή την κατηγορία.",
|
||||
"No category ID or slug provided" : "Δεν δόθηκε ID κατηγορίας ή slug",
|
||||
"Failed to load threads" : "Αποτυχία φόρτωσης θεμάτων",
|
||||
"Create New Thread" : "Δημιουργία νέου θέματος",
|
||||
"In {category}" : "Στο {category}",
|
||||
"Creating thread …" : "Δημιουργία θέματος …",
|
||||
"Thread created" : "Το θέμα δημιουργήθηκε",
|
||||
"Failed to create thread" : "Αποτυχία δημιουργίας θέματος",
|
||||
"No category specified" : "Δεν ορίστηκε κατηγορία",
|
||||
"Error" : "Σφάλμα",
|
||||
"Searching …" : "Γίνεται αναζήτηση ...",
|
||||
"Created" : "Δημιουργήθηκε",
|
||||
"Threads ({count})" : "Θέματα ({count})",
|
||||
"Replies ({count})" : "Απαντήσεις ({count})",
|
||||
"No threads" : "Δεν υπάρχουν θέματα",
|
||||
"This user has not created any threads yet" : "Αυτός ο χρήστης δεν έχει δημιουργήσει θέματα ακόμα",
|
||||
"No replies" : "Δεν υπάρχουν απαντήσεις",
|
||||
"This user has not written any replies yet" : "Αυτός ο χρήστης δεν έχει γράψει απαντήσεις ακόμα",
|
||||
"Failed to load user profile" : "Αποτυχία φόρτωσης προφίλ χρήστη",
|
||||
"Enter search query …" : "Εισαγάγετε όρο αναζήτησης …",
|
||||
"Search in threads" : "Αναζήτηση σε θέματα",
|
||||
"Search in replies" : "Αναζήτηση σε απαντήσεις",
|
||||
"Syntax help" : "Βοήθεια σύνταξης",
|
||||
"Search syntax" : "Σύνταξη αναζήτησης",
|
||||
"Match exact phrase" : "Ταύτιση ακριβούς φράσης",
|
||||
"Both terms required" : "Απαιτούνται και οι δύο όροι",
|
||||
"Either term matches" : "Ταύτιση οποιουδήποτε από τους όρους",
|
||||
"Group conditions with parentheses" : "Ομαδοποίηση συνθηκών με παρενθέσεις",
|
||||
"Exclude term from results" : "Εξαίρεση όρου από τα αποτελέσματα",
|
||||
"Searching …" : "Γίνεται αναζήτηση …",
|
||||
"Search Error" : "Σφάλμα αναζήτησης",
|
||||
"Enter a search query" : "Εισαγάγετε έναν όρο αναζήτησης",
|
||||
"Use the search box above to find threads and replies" : "Χρησιμοποιήστε το πλαίσιο αναζήτησης παραπάνω για να βρείτε θέματα και απαντήσεις",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"Try different keywords or check your syntax" : "Δοκιμάστε διαφορετικές λέξεις-κλειδιά ή ελέγξτε τη σύνταξή σας",
|
||||
"_%n thread found_::_%n threads found_" : ["βρέθηκε %n θέμα","βρέθηκαν %n θέματα"],
|
||||
"_%n reply found_::_%n replies found_" : ["βρέθηκε %n απάντηση","βρέθηκαν %n απαντήσεις"],
|
||||
"Please enter a search query" : "Παρακαλούμε εισαγάγετε έναν όρο αναζήτησης",
|
||||
"Please select at least one search scope" : "Παρακαλούμε επιλέξτε τουλάχιστον ένα πεδίο αναζήτησης",
|
||||
"Failed to search" : "Αποτυχία αναζήτησης",
|
||||
"Thread not found" : "Το θέμα δεν βρέθηκε",
|
||||
"The thread you are looking for does not exist or has been removed." : "Το θέμα που αναζητάτε δεν υπάρχει ή έχει αφαιρεθεί.",
|
||||
"Back to {category}" : "Πίσω στο {category}",
|
||||
"Reply" : "Απάντηση",
|
||||
"Error loading thread" : "Σφάλμα κατά τη φόρτωση του θέματος",
|
||||
"No replies yet" : "Δεν υπάρχουν απαντήσεις ακόμα",
|
||||
"Be the first to reply in this thread." : "Γίνετε ο πρώτος που θα απαντήσει σε αυτό το θέμα.",
|
||||
"by" : "από",
|
||||
"This thread is locked. Only moderators can add replies." : "Αυτό το θέμα είναι κλειδωμένο. Μόνο οι συντονιστές μπορούν να προσθέσουν απαντήσεις.",
|
||||
"You must be signed in to reply to this thread." : "Πρέπει να έχετε συνδεθεί για να απαντήσετε σε αυτό το θέμα.",
|
||||
"Sign in to reply" : "Συνδεθείτε για να απαντήσετε",
|
||||
"Lock thread" : "Κλείδωμα θέματος",
|
||||
"Unlock thread" : "Ξεκλείδωμα θέματος",
|
||||
"Pin thread" : "Καρφίτσωμα θέματος",
|
||||
"Unpin thread" : "Ξεκαρφίτσωμα θέματος",
|
||||
"Thread locked" : "Το θέμα κλειδώθηκε",
|
||||
"Thread unlocked" : "Το θέμα ξεκλειδώθηκε",
|
||||
"Thread pinned" : "Το θέμα καρφιτσώθηκε",
|
||||
"Thread unpinned" : "Το θέμα ξεκαρφιτσώθηκε",
|
||||
"Subscribe" : "Εγγραφή",
|
||||
"Subscribed" : "Εγγεγραμμένο",
|
||||
"Subscribed" : "Εγγεγραμμένος",
|
||||
"Subscribed to thread" : "Εγγραφήκατε στο θέμα",
|
||||
"Unsubscribed from thread" : "Διαγραφτήκατε από το θέμα",
|
||||
"Bookmark" : "Σελιδοδείκτης",
|
||||
"Remove bookmark" : "Αφαίρεση σελιδοδείκτη",
|
||||
"Thread bookmarked" : "Το θέμα προστέθηκε στους σελιδοδείκτες",
|
||||
"Bookmark removed" : "Ο σελιδοδείκτης αφαιρέθηκε",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Move thread" : "Μετακίνηση νήματος",
|
||||
"Save title" : "Αποθήκευση τίτλου",
|
||||
"Thread title updated" : "Ο τίτλος του θέματος ενημερώθηκε",
|
||||
"Move thread" : "Μετακίνηση θέματος",
|
||||
"Thread moved successfully" : "Το θέμα μετακινήθηκε επιτυχώς",
|
||||
"No thread ID or slug provided" : "Δεν παρείχθη ID θέματος ή slug",
|
||||
"Failed to load replies" : "Αποτυχία φόρτωσης απαντήσεων",
|
||||
"Thread updated" : "Το θέμα ενημερώθηκε",
|
||||
"Reply updated" : "Η απάντηση ενημερώθηκε",
|
||||
"Failed to update thread" : "Αποτυχία ενημέρωσης θέματος",
|
||||
"Failed to update reply" : "Αποτυχία ενημέρωσης απάντησης",
|
||||
"Thread deleted" : "Το θέμα διαγράφηκε",
|
||||
"Reply deleted" : "Η απάντηση διαγράφηκε",
|
||||
"Failed to delete reply" : "Αποτυχία διαγραφής απάντησης",
|
||||
"Failed to update thread lock status" : "Αποτυχία ενημέρωσης κατάστασης κλειδώματος θέματος",
|
||||
"Failed to update thread pin status" : "Αποτυχία ενημέρωσης κατάστασης καρφιτσώματος θέματος",
|
||||
"Failed to update subscription" : "Αποτυχία ενημέρωσης συνδρομής",
|
||||
"Failed to update bookmark" : "Αποτυχία ενημέρωσης σελιδοδείκτη",
|
||||
"Failed to update thread title" : "Αποτυχία ενημέρωσης τίτλου θέματος",
|
||||
"Failed to move thread" : "Αποτυχία μετακίνησης θέματος",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Customize your forum experience" : "Προσαρμόστε την εμπειρία σας στο φόρουμ",
|
||||
"Loading preferences …" : "Φόρτωση προτιμήσεων …",
|
||||
"Error loading preferences" : "Σφάλμα κατά τη φόρτωση προτιμήσεων",
|
||||
"Notifications" : "Ειδοποιήσεις",
|
||||
"Configure how you receive notifications" : "Ρυθμίστε τον τρόπο λήψης ειδοποιήσεων",
|
||||
"Auto-subscribe to threads I create" : "Αυτόματη εγγραφή στα θέματα που δημιουργώ",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Όταν είναι ενεργοποιημένο, θα λαμβάνετε αυτόματα ειδοποιήσεις για απαντήσεις σε θέματα που δημιουργείτε",
|
||||
"Auto-subscribe to threads I reply to" : "Αυτόματη εγγραφή στα θέματα που απαντώ",
|
||||
"When enabled, you will automatically receive notifications for new replies in threads you have replied to" : "Όταν είναι ενεργοποιημένο, θα λαμβάνετε αυτόματα ειδοποιήσεις για νέες απαντήσεις σε θέματα στα οποία έχετε απαντήσει",
|
||||
"Files" : "Αρχεία",
|
||||
"Configure file upload settings" : "Ρυθμίστε τις ρυθμίσεις μεταφόρτωσης αρχείων",
|
||||
"Upload directory" : "Κατάλογος μεταφόρτωσης",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Τα αρχεία που επισυνάπτονται σε θέματα ή απαντήσεις θα μεταφορτώνονται σε αυτόν τον κατάλογο στα αρχεία σας στο Nextcloud",
|
||||
"Browse" : "Περιήγηση",
|
||||
"Preferences saved" : "Οι προτιμήσεις αποθηκεύτηκαν",
|
||||
"Signature" : "Υπογραφή",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Η υπογραφή σας εμφανίζεται στο κάτω μέρος των θεμάτων ή των απαντήσεών σας",
|
||||
"You can use BBCode formatting in your signature" : "Μπορείτε να χρησιμοποιήσετε μορφοποίηση BBCode στην υπογραφή σας",
|
||||
"Enter your signature …" : "Εισαγάγετε την υπογραφή σας …",
|
||||
"Failed to save preferences" : "Αποτυχία αποθήκευσης προτιμήσεων",
|
||||
"Select upload directory" : "Επιλέξτε κατάλογο μεταφόρτωσης",
|
||||
"BBCode management" : "Διαχείριση BBCode",
|
||||
"Manage custom BBCode tags for formatting" : "Διαχείριση προσαρμοσμένων ετικετών BBCode για μορφοποίηση",
|
||||
"Error loading BBCodes" : "Σφάλμα κατά τη φόρτωση των BBCode",
|
||||
"Create BBCode" : "Δημιουργία BBCode",
|
||||
"Enable" : "Ενεργοποίηση",
|
||||
"Disable" : "Απενεργοποίηση",
|
||||
"Enabled BBCodes" : "Ενεργοποιημένα BBCode",
|
||||
"These BBCode tags are currently active" : "Αυτές οι ετικέτες BBCode είναι αυτή τη στιγμή ενεργές",
|
||||
"Disabled BBCodes" : "Απενεργοποιημένα BBCode",
|
||||
"These BBCode tags are currently inactive" : "Αυτές οι ετικέτες BBCode είναι αυτή τη στιγμή ανενεργές",
|
||||
"No enabled BBCodes" : "Δεν υπάρχουν ενεργοποιημένα BBCode",
|
||||
"Parses Inner" : "Ανάλυση εσωτερικού περιεχομένου",
|
||||
"Delete BBCode" : "Διαγραφή BBCode",
|
||||
"Are you sure you want to delete the BBCode tag [{tag}]?" : "Είστε σίγουροι ότι θέλετε να διαγράψετε την ετικέτα BBCode [{tag}];",
|
||||
"This action cannot be undone." : "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
"Edit BBCode" : "Επεξεργασία BBCode",
|
||||
"Tag" : "Ετικέτα",
|
||||
"e.g., b, i, url, color" : "π.χ., b, i, url, color",
|
||||
"The BBCode tag name (without brackets)" : "Το όνομα της ετικέτας BBCode (χωρίς αγκύλες)",
|
||||
"HTML replacement" : "Αντικατάσταση HTML",
|
||||
"e.g., {strongStart}{content}{strongEnd}" : "π.χ., {strongStart}{content}{strongEnd}",
|
||||
"Use {content} for the tag content and {paramName} for parameters" : "Χρησιμοποιήστε το {content} για το περιεχόμενο της ετικέτας και το {paramName} για τις παραμέτρους",
|
||||
"e.g., {tagStart}Hello world{tagEnd}" : "π.χ., {tagStart}Γεια σου κόσμε{tagEnd}",
|
||||
"Example usage of this BBCode tag" : "Παράδειγμα χρήσης αυτής της ετικέτας BBCode",
|
||||
"Description" : "Περιγραφή",
|
||||
"Brief description of what this BBCode does" : "Σύντομη περιγραφή της λειτουργίας αυτού του BBCode",
|
||||
"Enabled" : "Ενεργοποιημένο",
|
||||
"Name" : "Όνομα",
|
||||
"Parse inner content" : "Ανάλυση εσωτερικού περιεχομένου",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Εάν ενεργοποιηθεί, θα αναλύονται επίσης οι ετικέτες BBCode μέσα σε αυτήν την ετικέτα",
|
||||
"Create category" : "Δημιουργία κατηγορίας",
|
||||
"Edit category" : "Επεξεργασία κατηγορίας",
|
||||
"Configure category details" : "Διαμόρφωση λεπτομερειών κατηγορίας",
|
||||
"Basic information" : "Βασικές πληροφορίες",
|
||||
"Category header" : "Κεφαλίδα κατηγορίας",
|
||||
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
|
||||
"Enter category name" : "Εισάγετε όνομα κατηγορίας",
|
||||
"Slug" : "Slug (αναγνωριστικό URL)",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Αναγνωριστικό φιλικό προς το URL (π.χ., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Το slug δεν μπορεί να αλλάξει μετά τη δημιουργία της κατηγορίας",
|
||||
"Enter category description (optional)" : "Εισάγετε περιγραφή κατηγορίας (προαιρετικά)",
|
||||
"New" : "Νέα",
|
||||
"Permissions" : "Δικαιώματα",
|
||||
"Preview" : "Προεπισκόπηση",
|
||||
"Manage forum categories and organization" : "Διαχείριση κατηγοριών και οργάνωσης του φόρουμ",
|
||||
"Error loading categories" : "Σφάλμα κατά τη φόρτωση των κατηγοριών",
|
||||
"No categories in this header" : "Δεν υπάρχουν κατηγορίες σε αυτήν την κεφαλίδα",
|
||||
"Delete category" : "Διαγραφή κατηγορίας",
|
||||
"Are you sure you want to delete the category \"{name}\"?" : "Είστε σίγουροι ότι θέλετε να διαγράψετε την κατηγορία \"{name}\";",
|
||||
"_This category contains %n thread._::_This category contains %n threads._" : ["Αυτή η κατηγορία περιέχει %n θέμα.","Αυτή η κατηγορία περιέχει %n θέματα."],
|
||||
"What should happen to the threads?" : "Τι πρέπει να γίνει με τα θέματα;",
|
||||
"Move threads to another category" : "Μετακίνηση θεμάτων σε άλλη κατηγορία",
|
||||
"Delete all threads (soft delete)" : "Διαγραφή όλων των θεμάτων (προσωρινή διαγραφή)",
|
||||
"Threads will be hidden but not permanently deleted" : "Τα θέματα θα αποκρυφθούν αλλά δεν θα διαγραφούν οριστικά",
|
||||
"Select target category" : "Επιλέξτε κατηγορία προορισμού",
|
||||
"-- Select a category --" : "-- Επιλέξτε μια κατηγορία --",
|
||||
"Create header" : "Δημιουργία κεφαλίδας",
|
||||
"_%n category_::_%n categories_" : ["%n κατηγορία","%n κατηγορίες"],
|
||||
"Delete header" : "Διαγραφή κεφαλίδας",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Είστε σίγουροι ότι θέλετε να διαγράψετε την κεφαλίδα \"{name}\";",
|
||||
"_This header contains %n category._::_This header contains %n categories._" : ["Αυτή η κεφαλίδα περιέχει %n κατηγορία.","Αυτή η κεφαλίδα περιέχει %n κατηγορίες."],
|
||||
"This action cannot be undone" : "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί",
|
||||
"What should happen to the categories?" : "Τι πρέπει να γίνει με τις κατηγορίες;",
|
||||
"Move categories to another header" : "Μετακίνηση κατηγοριών σε άλλη κεφαλίδα",
|
||||
"Delete all categories" : "Διαγραφή όλων των κατηγοριών",
|
||||
"All categories and their threads will be permanently deleted" : "Όλες οι κατηγορίες και τα θέματά τους θα διαγραφούν οριστικά",
|
||||
"Select target header" : "Επιλέξτε κεφαλίδα προορισμού",
|
||||
"Move up" : "Μετακίνηση επάνω",
|
||||
"Move down" : "Μετακίνηση Κάτω",
|
||||
"Move down" : "Μετακίνηση κάτω",
|
||||
"Admin dashboard" : "Πίνακας διαχείρισης",
|
||||
"Overview of forum activity and statistics" : "Επισκόπηση δραστηριότητας και στατιστικών του φόρουμ",
|
||||
"Loading statistics …" : "Φόρτωση στατιστικών …",
|
||||
"Error loading dashboard" : "Σφάλμα κατά τη φόρτωση του πίνακα ελέγχου",
|
||||
"Total statistics" : "Συνολικά στατιστικά",
|
||||
"Recent activity (last 7 days)" : "Πρόσφατη δραστηριότητα (τελευταίες 7 ημέρες)",
|
||||
"New users" : "Νέοι χρήστες",
|
||||
"New threads" : "Νέα θέματα",
|
||||
"New replies" : "Νέες απαντήσεις",
|
||||
"Top contributors" : "Κορυφαίοι συνεισφέροντες",
|
||||
"No contributors yet" : "Δεν υπάρχουν ακόμα συνεισφέροντες",
|
||||
"Last 7 days" : "Τελευταίες 7 ημέρες",
|
||||
"All time" : "Όλων των εποχών",
|
||||
"General settings" : "Γενικές ρυθμίσεις",
|
||||
"Configure general forum settings" : "Διαμόρφωση γενικών ρυθμίσεων φόρουμ",
|
||||
"Loading settings …" : "Φόρτωση ρυθμίσεων …",
|
||||
"Error loading settings" : "Σφάλμα κατά τη φόρτωση των ρυθμίσεων",
|
||||
"Appearance" : "Εμφάνιση",
|
||||
"Customize how your forum looks to users" : "Προσαρμόστε την εμφάνιση του φόρουμ για τους χρήστες",
|
||||
"Forum title" : "Τίτλος φόρουμ",
|
||||
"Displayed at the top of the forum home page" : "Εμφανίζεται στο επάνω μέρος της αρχικής σελίδας του φόρουμ",
|
||||
"Forum subtitle" : "Υπότιτλος φόρουμ",
|
||||
"Welcome to the forum" : "Καλώς ήρθατε στο φόρουμ",
|
||||
"A brief description shown below the title" : "Μια σύντομη περιγραφή που εμφανίζεται κάτω από τον τίτλο",
|
||||
"Access control" : "Έλεγχος πρόσβασης",
|
||||
"Manage who can access the forum" : "Διαχειριστείτε ποιος έχει πρόσβαση στο φόρουμ",
|
||||
"Allow guest access" : "Να επιτρέπεται η πρόσβαση επισκεπτών",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Όταν είναι ενεργοποιημένο, μη ταυτοποιημένοι χρήστες μπορούν να βλέπουν το περιεχόμενο του φόρουμ σε λειτουργία ανάγνωσης μόνο",
|
||||
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
|
||||
"Failed to save settings" : "Αποτυχία αποθήκευσης ρυθμίσεων",
|
||||
"Create role" : "Δημιουργία ρόλου",
|
||||
"Edit role" : "Επεξεργασία ρόλου",
|
||||
"Configure role permissions and category access" : "Διαμορφώστε τα δικαιώματα ρόλων και την πρόσβαση σε κατηγορίες",
|
||||
"Error loading role" : "Σφάλμα κατά τη φόρτωση του ρόλου",
|
||||
"Enter role name" : "Εισαγάγετε όνομα ρόλου",
|
||||
"Enter role description (optional)" : "Εισαγάγετε περιγραφή ρόλου (προαιρετικά)",
|
||||
"System role names cannot be changed" : "Τα ονόματα των ρόλων συστήματος δεν μπορούν να αλλάξουν",
|
||||
"Colors" : "Χρώματα",
|
||||
"Set colors for this role badge" : "Ορίστε χρώματα για το σήμα αυτού του ρόλου",
|
||||
"Light mode color" : "Χρώμα ανοιχτόχρωμης λειτουργίας",
|
||||
"Dark mode color" : "Χρώμα σκοτεινής λειτουργίας",
|
||||
"Reset" : "Επαναφορά",
|
||||
"Category" : "Κατηγορία",
|
||||
"Allow" : "Επιτρέπεται",
|
||||
"Role permissions" : "Δικαιώματα ρόλου",
|
||||
"Set global permissions for this role" : "Ορίστε καθολικά δικαιώματα για αυτόν τον ρόλο",
|
||||
"Can access admin tools" : "Έχει πρόσβαση στα εργαλεία διαχειριστή",
|
||||
"Allow access to the admin dashboard and tools" : "Να επιτρέπεται η πρόσβαση στον πίνακα ελέγχου και τα εργαλεία διαχειριστή",
|
||||
"Can edit roles" : "Μπορεί να επεξεργάζεται ρόλους",
|
||||
"Allow creating, editing and deleting roles" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή ρόλων",
|
||||
"Can edit categories" : "Μπορεί να επεξεργάζεται κατηγορίες",
|
||||
"Allow creating, editing and deleting categories" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή κατηγοριών",
|
||||
"Category permissions" : "Δικαιώματα κατηγορίας",
|
||||
"Set which categories this role can access" : "Ορίστε σε ποιες κατηγορίες έχει πρόσβαση αυτός ο ρόλος",
|
||||
"Admin role must have all permissions enabled" : "Ο ρόλος διαχειριστή πρέπει να έχει ενεργοποιημένα όλα τα δικαιώματα",
|
||||
"Admin role has full access to all categories" : "Ο ρόλος διαχειριστή έχει πλήρη πρόσβαση σε όλες τις κατηγορίες",
|
||||
"Guest role cannot have admin permissions" : "Ο ρόλος επισκέπτη δεν μπορεί να έχει δικαιώματα διαχειριστή",
|
||||
"Guest role cannot moderate categories" : "Ο ρόλος επισκέπτη δεν μπορεί να συντονίζει κατηγορίες",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Μπορείτε να ελέγξετε ποιες κατηγορίες μπορούν να βλέπουν οι επισκέπτες χρησιμοποιώντας τα πλαίσια επιλογής παρακάτω.",
|
||||
"Guest access is currently disabled" : "Η πρόσβαση επισκεπτών είναι απενεργοποιημένη αυτή τη στιγμή",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Οι επισκέπτες δεν θα μπορούν να έχουν πρόσβαση στο φόρουμ μέχρι να ενεργοποιηθεί η πρόσβαση επισκεπτών στις ρυθμίσεις του φόρουμ.",
|
||||
"Go to forum settings" : "Μετάβαση στις ρυθμίσεις φόρουμ",
|
||||
"Default role cannot moderate categories" : "Ο προεπιλεγμένος ρόλος δεν μπορεί να συντονίζει κατηγορίες",
|
||||
"Role management" : "Διαχείριση ρόλων",
|
||||
"Create and manage forum roles and permissions" : "Δημιουργία και διαχείριση ρόλων και δικαιωμάτων του φόρουμ",
|
||||
"Loading roles …" : "Φόρτωση ρόλων …",
|
||||
"Error loading roles" : "Σφάλμα κατά τη φόρτωση των ρόλων",
|
||||
"No roles found" : "Δεν βρέθηκαν ρόλοι",
|
||||
"Create your first role to get started" : "Δημιουργήστε τον πρώτο σας ρόλο για να ξεκινήσετε",
|
||||
"ID" : "ID",
|
||||
"Created" : "Δημιουργήθηκε",
|
||||
"Owner" : "Κάτοχος",
|
||||
"Actions" : "Ενέργειες",
|
||||
"No description" : "Χωρίς περιγραφή",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Είστε σίγουροι ότι θέλετε να διαγράψετε τον ρόλο \"{name}\"; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
"System roles cannot be deleted" : "Οι ρόλοι συστήματος δεν μπορούν να διαγραφούν",
|
||||
"No teams found" : "Δεν βρέθηκαν ομάδες",
|
||||
"Members" : "Μέλη",
|
||||
"User management" : "Διαχείριση χρηστών",
|
||||
"Manage forum users, roles and permissions" : "Διαχείριση χρηστών, ρόλων και δικαιωμάτων του φόρουμ",
|
||||
"Loading users …" : "Φόρτωση χρηστών …",
|
||||
"Error loading users" : "Σφάλμα κατά τη φόρτωση των χρηστών",
|
||||
"No users found" : "Δεν βρέθηκαν χρήστες",
|
||||
"Joined" : "Συμμετέχετε",
|
||||
"There are no forum users yet" : "Δεν υπάρχουν ακόμα χρήστες στο φόρουμ",
|
||||
"Roles" : "Ρόλοι",
|
||||
"Joined" : "Εγγραφή",
|
||||
"Status" : "Κατάσταση",
|
||||
"Active" : "Ενεργό",
|
||||
"Deleted" : "Διαγραμμένα"
|
||||
"Active" : "Ενεργός",
|
||||
"Deleted" : "Διαγράφηκε",
|
||||
"No roles" : "Χωρίς ρόλους",
|
||||
"Select roles" : "Επιλογή ρόλων",
|
||||
"Edit roles" : "Επεξεργασία ρόλων",
|
||||
"Edit user roles" : "Επεξεργασία ρόλων χρήστη"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
111
l10n/en_GB.js
111
l10n/en_GB.js
@@ -1,9 +1,21 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "Recent Forum activity",
|
||||
"More activity" : "More activity",
|
||||
"%1$s (Guest)" : "%1$s (Guest)",
|
||||
"New thread by %1$s" : "New thread by %1$s",
|
||||
"Reply by %1$s" : "Reply by %1$s",
|
||||
"No recent forum activity" : "No recent forum activity",
|
||||
"Top Forum activity" : "Top Forum activity",
|
||||
"Browse forum" : "Browse forum",
|
||||
"_%n thread_::_%n threads_" : ["%n thread","%n threads"],
|
||||
"_%n view_::_%n views_" : ["%n view","%n views"],
|
||||
"No forum activity" : "No forum activity",
|
||||
"Top Forum categories" : "Top Forum categories",
|
||||
"No categories available" : "No categories available",
|
||||
"Top Forum threads" : "Top Forum threads",
|
||||
"No threads available" : "No threads available",
|
||||
"Admin" : "Admin",
|
||||
"Administrator role with full permissions" : "Administrator role with full permissions",
|
||||
"Moderator" : "Moderator",
|
||||
@@ -45,10 +57,10 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Welcome to the forum!",
|
||||
"Deleted user" : "Deleted user",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
|
||||
"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." : "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.",
|
||||
"Repair Seeds" : "Repair Seeds",
|
||||
"Run the repair seeds 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." : "Run the repair seeds 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.",
|
||||
"Run Repair Seeds" : "Run Repair Seeds",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\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." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\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.",
|
||||
"Repair Database Initial Data" : "Repair Database Initial Data",
|
||||
"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." : "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.",
|
||||
"Run Repair Database Initial Data" : "Run Repair Database Initial Data",
|
||||
"User Roles" : "User Roles",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users.",
|
||||
"User ID" : "User ID",
|
||||
@@ -57,7 +69,7 @@ OC.L10N.register(
|
||||
"Select a role" : "Select a role",
|
||||
"Assign Role" : "Assign Role",
|
||||
"Failed to fetch roles" : "Failed to fetch roles",
|
||||
"Failed to run repair seeds" : "Failed to run repair seeds",
|
||||
"Failed to run repair database initial data" : "Failed to run repair database initial data",
|
||||
"Failed to assign role" : "Failed to assign role",
|
||||
"Loading …" : "Loading …",
|
||||
"Search" : "Search",
|
||||
@@ -67,11 +79,12 @@ OC.L10N.register(
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Roles" : "Roles",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"(Guest)" : "(Guest)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings.",
|
||||
"Drop file here to upload" : "Drop file here to upload",
|
||||
"Hello world!" : "Hello world!",
|
||||
@@ -111,11 +124,26 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Uploading file …",
|
||||
"Upload failed" : "Upload failed",
|
||||
"Close" : "Close",
|
||||
"More formatting options" : "More formatting options",
|
||||
"Insert template" : "Insert template",
|
||||
"Pick a file to attach" : "Pick a file to attach",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"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.",
|
||||
"Pick a color" : "Pick a colour",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -127,6 +155,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 …",
|
||||
@@ -152,6 +189,8 @@ OC.L10N.register(
|
||||
"View edit history" : "View edit history",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Are you sure you want to delete this post? This action cannot be undone.",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Edit your reply …" : "Edit your reply …",
|
||||
"Save" : "Save",
|
||||
"Are you sure you want to discard your changes?" : "Are you sure you want to discard your changes?",
|
||||
@@ -175,7 +214,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
"Last reply by {name}" : "Last reply by {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
|
||||
"Templates" : "Templates",
|
||||
"Add template" : "Add template",
|
||||
"Edit template" : "Edit template",
|
||||
"No templates yet" : "No templates yet",
|
||||
"Loading templates …" : "Loading templates …",
|
||||
"Name" : "Surname",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Template content (BBCode) …" : "Template content (BBCode) …",
|
||||
"Show in:" : "Show in:",
|
||||
"Are you sure you want to delete this template?" : "Are you sure you want to delete this template?",
|
||||
"Both" : "Both",
|
||||
"Threads & replies" : "Threads & replies",
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -212,8 +268,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",
|
||||
@@ -251,6 +308,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",
|
||||
@@ -346,7 +404,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Basic information",
|
||||
"Category header" : "Category header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Name" : "Surname",
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
@@ -354,12 +411,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
|
||||
"Roles that can view" : "Roles that can view",
|
||||
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
|
||||
"Roles that can moderate" : "Roles that can moderate",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
|
||||
"Select roles …" : "Select roles …",
|
||||
"Control which roles and teams can access and moderate this category" : "Control which roles and teams can access and moderate this category",
|
||||
"Select roles or teams that can view this category and its threads" : "Select roles or teams that can view this category and its threads",
|
||||
"Select roles or teams that can create new threads in this category" : "Select roles or teams that can create new threads in this category",
|
||||
"Select roles or teams that can reply to threads in this category" : "Select roles or teams that can reply to threads in this category",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Select roles or teams that can moderate (edit/delete) content in this category",
|
||||
"Select roles or teams …" : "Select roles or teams …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Customize the appearance of this category",
|
||||
"Category color" : "Category color",
|
||||
"Text color" : "Text color",
|
||||
"Dark text" : "Dark text",
|
||||
"Light text" : "Light text",
|
||||
"Preview" : "Preview",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
"Error loading categories" : "Error loading categories",
|
||||
"No categories in this header" : "No categories in this header",
|
||||
@@ -437,10 +501,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",
|
||||
@@ -457,17 +517,30 @@ 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",
|
||||
"Members" : "Members",
|
||||
"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",
|
||||
|
||||
111
l10n/en_GB.json
111
l10n/en_GB.json
@@ -1,7 +1,19 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Recent Forum activity",
|
||||
"More activity" : "More activity",
|
||||
"%1$s (Guest)" : "%1$s (Guest)",
|
||||
"New thread by %1$s" : "New thread by %1$s",
|
||||
"Reply by %1$s" : "Reply by %1$s",
|
||||
"No recent forum activity" : "No recent forum activity",
|
||||
"Top Forum activity" : "Top Forum activity",
|
||||
"Browse forum" : "Browse forum",
|
||||
"_%n thread_::_%n threads_" : ["%n thread","%n threads"],
|
||||
"_%n view_::_%n views_" : ["%n view","%n views"],
|
||||
"No forum activity" : "No forum activity",
|
||||
"Top Forum categories" : "Top Forum categories",
|
||||
"No categories available" : "No categories available",
|
||||
"Top Forum threads" : "Top Forum threads",
|
||||
"No threads available" : "No threads available",
|
||||
"Admin" : "Admin",
|
||||
"Administrator role with full permissions" : "Administrator role with full permissions",
|
||||
"Moderator" : "Moderator",
|
||||
@@ -43,10 +55,10 @@
|
||||
"Welcome to the forum!" : "Welcome to the forum!",
|
||||
"Deleted user" : "Deleted user",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
|
||||
"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." : "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.",
|
||||
"Repair Seeds" : "Repair Seeds",
|
||||
"Run the repair seeds 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." : "Run the repair seeds 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.",
|
||||
"Run Repair Seeds" : "Run Repair Seeds",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\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." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\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.",
|
||||
"Repair Database Initial Data" : "Repair Database Initial Data",
|
||||
"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." : "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.",
|
||||
"Run Repair Database Initial Data" : "Run Repair Database Initial Data",
|
||||
"User Roles" : "User Roles",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users.",
|
||||
"User ID" : "User ID",
|
||||
@@ -55,7 +67,7 @@
|
||||
"Select a role" : "Select a role",
|
||||
"Assign Role" : "Assign Role",
|
||||
"Failed to fetch roles" : "Failed to fetch roles",
|
||||
"Failed to run repair seeds" : "Failed to run repair seeds",
|
||||
"Failed to run repair database initial data" : "Failed to run repair database initial data",
|
||||
"Failed to assign role" : "Failed to assign role",
|
||||
"Loading …" : "Loading …",
|
||||
"Search" : "Search",
|
||||
@@ -65,11 +77,12 @@
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Roles" : "Roles",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"(Guest)" : "(Guest)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings.",
|
||||
"Drop file here to upload" : "Drop file here to upload",
|
||||
"Hello world!" : "Hello world!",
|
||||
@@ -109,11 +122,26 @@
|
||||
"Uploading file …" : "Uploading file …",
|
||||
"Upload failed" : "Upload failed",
|
||||
"Close" : "Close",
|
||||
"More formatting options" : "More formatting options",
|
||||
"Insert template" : "Insert template",
|
||||
"Pick a file to attach" : "Pick a file to attach",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"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.",
|
||||
"Pick a color" : "Pick a colour",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -125,6 +153,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 …",
|
||||
@@ -150,6 +187,8 @@
|
||||
"View edit history" : "View edit history",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Are you sure you want to delete this post? This action cannot be undone.",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Edit your reply …" : "Edit your reply …",
|
||||
"Save" : "Save",
|
||||
"Are you sure you want to discard your changes?" : "Are you sure you want to discard your changes?",
|
||||
@@ -173,7 +212,24 @@
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
"Last reply by {name}" : "Last reply by {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
|
||||
"Templates" : "Templates",
|
||||
"Add template" : "Add template",
|
||||
"Edit template" : "Edit template",
|
||||
"No templates yet" : "No templates yet",
|
||||
"Loading templates …" : "Loading templates …",
|
||||
"Name" : "Surname",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Template content (BBCode) …" : "Template content (BBCode) …",
|
||||
"Show in:" : "Show in:",
|
||||
"Are you sure you want to delete this template?" : "Are you sure you want to delete this template?",
|
||||
"Both" : "Both",
|
||||
"Threads & replies" : "Threads & replies",
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -210,8 +266,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",
|
||||
@@ -249,6 +306,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",
|
||||
@@ -344,7 +402,6 @@
|
||||
"Basic information" : "Basic information",
|
||||
"Category header" : "Category header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Name" : "Surname",
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
@@ -352,12 +409,19 @@
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
|
||||
"Roles that can view" : "Roles that can view",
|
||||
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
|
||||
"Roles that can moderate" : "Roles that can moderate",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
|
||||
"Select roles …" : "Select roles …",
|
||||
"Control which roles and teams can access and moderate this category" : "Control which roles and teams can access and moderate this category",
|
||||
"Select roles or teams that can view this category and its threads" : "Select roles or teams that can view this category and its threads",
|
||||
"Select roles or teams that can create new threads in this category" : "Select roles or teams that can create new threads in this category",
|
||||
"Select roles or teams that can reply to threads in this category" : "Select roles or teams that can reply to threads in this category",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Select roles or teams that can moderate (edit/delete) content in this category",
|
||||
"Select roles or teams …" : "Select roles or teams …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Customize the appearance of this category",
|
||||
"Category color" : "Category color",
|
||||
"Text color" : "Text color",
|
||||
"Dark text" : "Dark text",
|
||||
"Light text" : "Light text",
|
||||
"Preview" : "Preview",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
"Error loading categories" : "Error loading categories",
|
||||
"No categories in this header" : "No categories in this header",
|
||||
@@ -435,10 +499,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",
|
||||
@@ -455,17 +515,30 @@
|
||||
"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",
|
||||
"Members" : "Members",
|
||||
"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",
|
||||
|
||||
14
l10n/eo.js
14
l10n/eo.js
@@ -17,21 +17,28 @@ OC.L10N.register(
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Move" : "Movi",
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Direct link" : "Direkta ligilo",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
"Templates" : "Ŝablonoj",
|
||||
"Name" : "Nomo",
|
||||
"Content" : "Enhavo",
|
||||
"Saving draft …" : "Konservado de malneto...",
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Refresh" : "Aktualigi",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Created" : "Kreita",
|
||||
"Searching …" : "Serĉado ...",
|
||||
"Back to {category}" : "Antaŭen al {category}",
|
||||
"by" : "de",
|
||||
@@ -41,19 +48,18 @@ OC.L10N.register(
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
"Name" : "Nomo",
|
||||
"New" : "Nova",
|
||||
"Preview" : "Antaŭvidi",
|
||||
"Move down" : "Movi malsupren",
|
||||
"Last 7 days" : "Lastaj 7 tagoj",
|
||||
"Access control" : "Alirkontrolo",
|
||||
"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",
|
||||
"Members" : "Membroj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
},
|
||||
|
||||
14
l10n/eo.json
14
l10n/eo.json
@@ -15,21 +15,28 @@
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Move" : "Movi",
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Direct link" : "Direkta ligilo",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
"Templates" : "Ŝablonoj",
|
||||
"Name" : "Nomo",
|
||||
"Content" : "Enhavo",
|
||||
"Saving draft …" : "Konservado de malneto...",
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Refresh" : "Aktualigi",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Created" : "Kreita",
|
||||
"Searching …" : "Serĉado ...",
|
||||
"Back to {category}" : "Antaŭen al {category}",
|
||||
"by" : "de",
|
||||
@@ -39,19 +46,18 @@
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
"Name" : "Nomo",
|
||||
"New" : "Nova",
|
||||
"Preview" : "Antaŭvidi",
|
||||
"Move down" : "Movi malsupren",
|
||||
"Last 7 days" : "Lastaj 7 tagoj",
|
||||
"Access control" : "Alirkontrolo",
|
||||
"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",
|
||||
"Members" : "Membroj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
95
l10n/es.js
95
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,96 @@ 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",
|
||||
"Pick a color" : "Escoja un color",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
@@ -51,11 +127,20 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"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"],
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Template name" : "Nombre de la plantilla",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
@@ -65,6 +150,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}",
|
||||
@@ -86,9 +172,9 @@ OC.L10N.register(
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
"Move down" : "Mover hacia abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -99,15 +185,16 @@ OC.L10N.register(
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"No description" : "Sin descripción",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"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",
|
||||
|
||||
95
l10n/es.json
95
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,96 @@
|
||||
"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",
|
||||
"Pick a color" : "Escoja un color",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
@@ -49,11 +125,20 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"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"],
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Template name" : "Nombre de la plantilla",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
@@ -63,6 +148,7 @@
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"No results found" : "Sin resultados",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
@@ -84,9 +170,9 @@
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
"Move down" : "Mover hacia abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -97,15 +183,16 @@
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"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,14 +16,18 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -34,16 +38,17 @@ OC.L10N.register(
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restaurar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -14,14 +14,18 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -32,16 +36,17 @@
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restaurar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -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",
|
||||
@@ -24,10 +26,13 @@ OC.L10N.register(
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Link directa",
|
||||
"Save" : "Guardar",
|
||||
"Name" : "Nombre",
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando ...",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -39,19 +44,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"All time" : "Tiempo total",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Eliminado"
|
||||
|
||||
@@ -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",
|
||||
@@ -22,10 +24,13 @@
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Link directa",
|
||||
"Save" : "Guardar",
|
||||
"Name" : "Nombre",
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando ...",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -37,19 +42,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"All time" : "Tiempo total",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Eliminado"
|
||||
|
||||
@@ -15,18 +15,23 @@ 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",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -34,17 +39,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,18 +13,23 @@
|
||||
"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",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -32,17 +37,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -16,18 +16,23 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
@@ -36,17 +41,16 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -14,18 +14,23 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
@@ -34,17 +39,16 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -15,19 +15,24 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -35,17 +40,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,19 +13,24 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -33,17 +38,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -16,19 +16,24 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -37,17 +42,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -14,19 +14,24 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -35,17 +40,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -42,7 +42,6 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "¡Bienvenido al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado directamente en tu instancia de 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." : "Crea discusiones, comparte ideas y colabora con tu comunidad directamente en Nextcloud.\n\n**⚠️ Aviso de Desarrollo Temprano:**\nEsta aplicación se encuentra en etapas iniciales de desarrollo. Aunque funcional, podrías encontrar errores o funciones incompletas. Por favor reporta cualquier problema en GitHub y considera hacer copias de seguridad regularmente.\n\n**Funciones clave:**\n- **Discusiones por hilos** - Crea y responde a hilos organizados\n- **Organización por categorías** - Estructura tu foro con categorías y encabezados personalizables\n- **Formato de texto enriquecido** - Usa BBCode para dar formato a las publicaciones con negrita, cursiva, enlaces, imágenes, bloques de código y más\n- **Adjuntos de archivos** - Adjunta archivos desde tu almacenamiento de Nextcloud a las publicaciones\n- **Reacciones a publicaciones** - Reacciona a publicaciones con emojis\n- **Seguimiento leído/no leído** - Mantén el control de qué hilos has leído\n- **Búsqueda** - Encuentra discusiones rápidamente con la búsqueda incorporada\n- **Perfiles de usuario** - Consulta el historial de publicaciones y estadísticas de usuarios\n- **Permisos basados en roles** - Controla el acceso y la moderación con roles flexibles\n- **Acceso de invitados** - Acceso público opcional para usuarios no autenticados con permisos configurables\n- **Herramientas de administración** - Gestiona categorías, roles, BBCodes y configuraciones del foro\n- **Herramientas de moderación** - Fija, bloquea y gestiona hilos y publicaciones\n\n**Ideal para:**\n- Discusiones y colaboración en equipo\n- Foros comunitarios\n- Canales de soporte\n- Bases de conocimiento\n- Discusiones de proyectos\n- Comunicación interna\n\nEl foro se integra perfectamente con tu instancia de Nextcloud, utilizando tus usuarios y grupos existentes para autenticación y control de acceso.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
@@ -53,7 +52,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 +94,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",
|
||||
@@ -118,6 +120,7 @@ OC.L10N.register(
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "¿Estás seguro de que deseas eliminar esta publicación? Esta acción no se puede deshacer.",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Save" : "Guardar",
|
||||
"Are you sure you want to discard your changes?" : "¿Estás seguro de que deseas descartar tus cambios?",
|
||||
"Current version" : "Versión actual",
|
||||
@@ -133,6 +136,11 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Hilo fijado",
|
||||
"Locked thread" : "Hilo bloqueado",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Template name" : "Nombre de la plantilla",
|
||||
"Content" : "Contenido",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Enter thread title …" : "Ingresa el título del hilo …",
|
||||
@@ -163,6 +171,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",
|
||||
@@ -261,19 +270,13 @@ OC.L10N.register(
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Encabezado de categoría",
|
||||
"-- Select a header --" : "-- Selecciona un encabezado --",
|
||||
"Name" : "Nombre",
|
||||
"Enter category name" : "Ingresa el nombre de la categoría",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigable para URL (ej., \"{slug}\")",
|
||||
"Enter category description (optional)" : "Ingresa la descripción de la categoría (opcional)",
|
||||
"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 …",
|
||||
"Preview" : "Previsualizar",
|
||||
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
|
||||
"Error loading categories" : "Error al cargar categorías",
|
||||
"No categories in this header" : "No hay categorías en este encabezado",
|
||||
@@ -350,10 +353,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,17 +368,19 @@ 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.",
|
||||
"System roles cannot be deleted" : "Los roles del sistema no se pueden eliminar",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Gestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Gestionar usuarios del foro, roles y permisos",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"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",
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
"Welcome to the forum!" : "¡Bienvenido al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado directamente en tu instancia de 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." : "Crea discusiones, comparte ideas y colabora con tu comunidad directamente en Nextcloud.\n\n**⚠️ Aviso de Desarrollo Temprano:**\nEsta aplicación se encuentra en etapas iniciales de desarrollo. Aunque funcional, podrías encontrar errores o funciones incompletas. Por favor reporta cualquier problema en GitHub y considera hacer copias de seguridad regularmente.\n\n**Funciones clave:**\n- **Discusiones por hilos** - Crea y responde a hilos organizados\n- **Organización por categorías** - Estructura tu foro con categorías y encabezados personalizables\n- **Formato de texto enriquecido** - Usa BBCode para dar formato a las publicaciones con negrita, cursiva, enlaces, imágenes, bloques de código y más\n- **Adjuntos de archivos** - Adjunta archivos desde tu almacenamiento de Nextcloud a las publicaciones\n- **Reacciones a publicaciones** - Reacciona a publicaciones con emojis\n- **Seguimiento leído/no leído** - Mantén el control de qué hilos has leído\n- **Búsqueda** - Encuentra discusiones rápidamente con la búsqueda incorporada\n- **Perfiles de usuario** - Consulta el historial de publicaciones y estadísticas de usuarios\n- **Permisos basados en roles** - Controla el acceso y la moderación con roles flexibles\n- **Acceso de invitados** - Acceso público opcional para usuarios no autenticados con permisos configurables\n- **Herramientas de administración** - Gestiona categorías, roles, BBCodes y configuraciones del foro\n- **Herramientas de moderación** - Fija, bloquea y gestiona hilos y publicaciones\n\n**Ideal para:**\n- Discusiones y colaboración en equipo\n- Foros comunitarios\n- Canales de soporte\n- Bases de conocimiento\n- Discusiones de proyectos\n- Comunicación interna\n\nEl foro se integra perfectamente con tu instancia de Nextcloud, utilizando tus usuarios y grupos existentes para autenticación y control de acceso.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
@@ -51,7 +50,6 @@
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expandir",
|
||||
@@ -94,6 +92,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",
|
||||
@@ -116,6 +118,7 @@
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "¿Estás seguro de que deseas eliminar esta publicación? Esta acción no se puede deshacer.",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Save" : "Guardar",
|
||||
"Are you sure you want to discard your changes?" : "¿Estás seguro de que deseas descartar tus cambios?",
|
||||
"Current version" : "Versión actual",
|
||||
@@ -131,6 +134,11 @@
|
||||
"Pinned thread" : "Hilo fijado",
|
||||
"Locked thread" : "Hilo bloqueado",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Template name" : "Nombre de la plantilla",
|
||||
"Content" : "Contenido",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Enter thread title …" : "Ingresa el título del hilo …",
|
||||
@@ -161,6 +169,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",
|
||||
@@ -259,19 +268,13 @@
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Encabezado de categoría",
|
||||
"-- Select a header --" : "-- Selecciona un encabezado --",
|
||||
"Name" : "Nombre",
|
||||
"Enter category name" : "Ingresa el nombre de la categoría",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigable para URL (ej., \"{slug}\")",
|
||||
"Enter category description (optional)" : "Ingresa la descripción de la categoría (opcional)",
|
||||
"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 …",
|
||||
"Preview" : "Previsualizar",
|
||||
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
|
||||
"Error loading categories" : "Error al cargar categorías",
|
||||
"No categories in this header" : "No hay categorías en este encabezado",
|
||||
@@ -348,10 +351,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,17 +366,19 @@
|
||||
"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.",
|
||||
"System roles cannot be deleted" : "Los roles del sistema no se pueden eliminar",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Gestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Gestionar usuarios del foro, roles y permisos",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"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,20 +15,25 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -36,17 +41,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,20 +13,25 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -34,17 +39,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -16,18 +16,23 @@ 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",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -35,17 +40,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -14,18 +14,23 @@
|
||||
"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",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -33,17 +38,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -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",
|
||||
@@ -33,9 +35,16 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Liga directa",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
@@ -44,6 +53,7 @@ OC.L10N.register(
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -58,9 +68,9 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
"Move down" : "Mover abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -71,11 +81,11 @@ OC.L10N.register(
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Failed to save settings" : "No se pudo guardar la configuración",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"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",
|
||||
@@ -31,9 +33,16 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Liga directa",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
@@ -42,6 +51,7 @@
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
@@ -56,9 +66,9 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
"Move down" : "Mover abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -69,11 +79,11 @@
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Failed to save settings" : "No se pudo guardar la configuración",
|
||||
"Reset" : "Reiniciar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
|
||||
@@ -15,19 +15,24 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -35,17 +40,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,19 +13,24 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -33,17 +38,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -15,19 +15,24 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -35,17 +40,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,19 +13,24 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -33,17 +38,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -15,14 +15,18 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
@@ -34,16 +38,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,14 +13,18 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
@@ -32,16 +36,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -15,14 +15,18 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -35,16 +39,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,14 +13,18 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -33,16 +37,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -15,19 +15,24 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -36,17 +41,16 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -13,19 +13,24 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -34,17 +39,16 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"Category" : "Categoría",
|
||||
"ID" : "ID",
|
||||
"Created" : "Creado",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -16,18 +16,23 @@ OC.L10N.register(
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -35,17 +40,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -14,18 +14,23 @@
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -33,17 +38,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -14,19 +14,24 @@ OC.L10N.register(
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -34,17 +39,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -12,19 +12,24 @@
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
@@ -32,17 +37,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"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",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -56,6 +56,9 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Tere tulemast foorumisse!",
|
||||
"Deleted user" : "Kustutatud kasutaja",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Kogukonnapõhine foorum, mis toimib otse sinu Nextcloudi serveris.",
|
||||
"Repair Database Initial Data" : "Paranda andmebaasi algsed andmed",
|
||||
"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." : "Käivita käsk, mis parandab andmebaasi algsed vaikimisi andmed (rollid, kategooriad, õigused, BBC-koodid). Kuna olemasolevad andmed jäävad vahele, siis seda võid käivitada ka mitu korda.",
|
||||
"Run Repair Database Initial Data" : "Käivita toiming, mis parandab andmebaasi algsed andmed",
|
||||
"User Roles" : "Kasutajarollid",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Lisa foorumikasutajatele rollid. Sedaviisi saad soovitud kasutajad muuta moderaatoriteks või peakasutajateks.",
|
||||
"User ID" : "Kasutajatunnus",
|
||||
@@ -64,6 +67,7 @@ OC.L10N.register(
|
||||
"Select a role" : "Vali roll",
|
||||
"Assign Role" : "Määra roll",
|
||||
"Failed to fetch roles" : "Rollide laadimine ei õnnestunud",
|
||||
"Failed to run repair database initial data" : "Toimingu, mis parandab andmebaasi algsed andmed, käivitamine ei õnnestunud",
|
||||
"Failed to assign role" : "Rolli määramine ei õnnestunud",
|
||||
"Loading …" : "Laadin...",
|
||||
"Search" : "Otsi",
|
||||
@@ -73,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",
|
||||
@@ -122,6 +126,19 @@ 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.",
|
||||
"Pick a color" : "Vali värv",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
@@ -158,6 +175,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Vaata muudatuste ajalugu",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Kas sa oled kindel, et soovid selle postituse kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"Unread" : "Lugemata",
|
||||
"Direct link" : "Otselink",
|
||||
"Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud",
|
||||
"Edit your reply …" : "Muuda oma vastust…",
|
||||
"Save" : "Salvesta",
|
||||
"Are you sure you want to discard your changes?" : "Kas sa oled kindel, et soovid oma muudatustest loobuda?",
|
||||
@@ -182,6 +201,12 @@ OC.L10N.register(
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
"Uncategorized" : "Määratlemata",
|
||||
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
|
||||
"Templates" : "Mallid",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Malli nimi",
|
||||
"Content" : "Sisu",
|
||||
"Both" : "Mõlemad",
|
||||
"Insert" : "Lisa",
|
||||
"Views" : "Vaated",
|
||||
"Title" : "Pealkiri",
|
||||
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
|
||||
@@ -218,8 +243,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",
|
||||
@@ -257,6 +283,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",
|
||||
@@ -352,7 +379,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Põhiteave",
|
||||
"Category header" : "Kategooria päis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Name" : "Nimi",
|
||||
"Enter category name" : "Sisesta kategooria nimi",
|
||||
"Slug" : "Aadressi lõputunnus",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
|
||||
@@ -360,12 +386,7 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
|
||||
"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 moderate (edit/delete) content in this category" : "Vali rollid, mis võivad seda kategooriat modereerida (muuta ja kustutada)",
|
||||
"Select roles …" : "Vali rollid…",
|
||||
"Preview" : "Eelvaade",
|
||||
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
|
||||
"Error loading categories" : "Viga kategooriate laadimisel",
|
||||
"No categories in this header" : "Selles päises pole kategooriaid",
|
||||
@@ -443,10 +464,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",
|
||||
@@ -463,17 +480,30 @@ 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",
|
||||
"Members" : "Liikmed",
|
||||
"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",
|
||||
|
||||
@@ -54,6 +54,9 @@
|
||||
"Welcome to the forum!" : "Tere tulemast foorumisse!",
|
||||
"Deleted user" : "Kustutatud kasutaja",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Kogukonnapõhine foorum, mis toimib otse sinu Nextcloudi serveris.",
|
||||
"Repair Database Initial Data" : "Paranda andmebaasi algsed andmed",
|
||||
"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." : "Käivita käsk, mis parandab andmebaasi algsed vaikimisi andmed (rollid, kategooriad, õigused, BBC-koodid). Kuna olemasolevad andmed jäävad vahele, siis seda võid käivitada ka mitu korda.",
|
||||
"Run Repair Database Initial Data" : "Käivita toiming, mis parandab andmebaasi algsed andmed",
|
||||
"User Roles" : "Kasutajarollid",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Lisa foorumikasutajatele rollid. Sedaviisi saad soovitud kasutajad muuta moderaatoriteks või peakasutajateks.",
|
||||
"User ID" : "Kasutajatunnus",
|
||||
@@ -62,6 +65,7 @@
|
||||
"Select a role" : "Vali roll",
|
||||
"Assign Role" : "Määra roll",
|
||||
"Failed to fetch roles" : "Rollide laadimine ei õnnestunud",
|
||||
"Failed to run repair database initial data" : "Toimingu, mis parandab andmebaasi algsed andmed, käivitamine ei õnnestunud",
|
||||
"Failed to assign role" : "Rolli määramine ei õnnestunud",
|
||||
"Loading …" : "Laadin...",
|
||||
"Search" : "Otsi",
|
||||
@@ -71,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",
|
||||
@@ -120,6 +124,19 @@
|
||||
"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.",
|
||||
"Pick a color" : "Vali värv",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
@@ -156,6 +173,8 @@
|
||||
"View edit history" : "Vaata muudatuste ajalugu",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Kas sa oled kindel, et soovid selle postituse kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"Unread" : "Lugemata",
|
||||
"Direct link" : "Otselink",
|
||||
"Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud",
|
||||
"Edit your reply …" : "Muuda oma vastust…",
|
||||
"Save" : "Salvesta",
|
||||
"Are you sure you want to discard your changes?" : "Kas sa oled kindel, et soovid oma muudatustest loobuda?",
|
||||
@@ -180,6 +199,12 @@
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
"Uncategorized" : "Määratlemata",
|
||||
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
|
||||
"Templates" : "Mallid",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Malli nimi",
|
||||
"Content" : "Sisu",
|
||||
"Both" : "Mõlemad",
|
||||
"Insert" : "Lisa",
|
||||
"Views" : "Vaated",
|
||||
"Title" : "Pealkiri",
|
||||
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
|
||||
@@ -216,8 +241,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",
|
||||
@@ -255,6 +281,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",
|
||||
@@ -350,7 +377,6 @@
|
||||
"Basic information" : "Põhiteave",
|
||||
"Category header" : "Kategooria päis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Name" : "Nimi",
|
||||
"Enter category name" : "Sisesta kategooria nimi",
|
||||
"Slug" : "Aadressi lõputunnus",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
|
||||
@@ -358,12 +384,7 @@
|
||||
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
|
||||
"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 moderate (edit/delete) content in this category" : "Vali rollid, mis võivad seda kategooriat modereerida (muuta ja kustutada)",
|
||||
"Select roles …" : "Vali rollid…",
|
||||
"Preview" : "Eelvaade",
|
||||
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
|
||||
"Error loading categories" : "Viga kategooriate laadimisel",
|
||||
"No categories in this header" : "Selles päises pole kategooriaid",
|
||||
@@ -441,10 +462,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",
|
||||
@@ -461,17 +478,30 @@
|
||||
"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",
|
||||
"Members" : "Liikmed",
|
||||
"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",
|
||||
|
||||
19
l10n/eu.js
19
l10n/eu.js
@@ -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",
|
||||
@@ -43,10 +45,18 @@ OC.L10N.register(
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Direct link" : "Esteka zuzena",
|
||||
"Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
"Uncategorized" : "Kategoria gabe",
|
||||
"Templates" : "Txantiloiak",
|
||||
"Name" : "Izena",
|
||||
"Template name" : "Txantiloi berria",
|
||||
"Content" : "Edukia",
|
||||
"Both" : "Biak",
|
||||
"Insert" : "Txertatu",
|
||||
"Views" : "Ikuspegiak",
|
||||
"Title" : "Izenburua",
|
||||
"Saving draft …" : "Zirriborroa gordetzen...",
|
||||
@@ -56,6 +66,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",
|
||||
@@ -75,9 +86,9 @@ OC.L10N.register(
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"Name" : "Izena",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
"Move down" : "Eraman behera",
|
||||
"Last 7 days" : "Azken 7 egunetan",
|
||||
@@ -87,12 +98,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Reset" : "Berrezarri",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"ID" : "ID",
|
||||
"Created" : "Sortua",
|
||||
"Owner" : "Jabea",
|
||||
"Actions" : "Ekintzak",
|
||||
"No description" : "Deskribapenik ez",
|
||||
"No teams found" : "Ez da lantalderik aurkitu",
|
||||
"Members" : "Partaideak",
|
||||
"User management" : "Erabiltzaileen kudeaketa",
|
||||
"Loading users …" : "Erabiltzaileak kargatzen ...",
|
||||
"No users found" : "Ez da erabiltzailerik aurkitu",
|
||||
|
||||
19
l10n/eu.json
19
l10n/eu.json
@@ -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",
|
||||
@@ -41,10 +43,18 @@
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Direct link" : "Esteka zuzena",
|
||||
"Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
"Uncategorized" : "Kategoria gabe",
|
||||
"Templates" : "Txantiloiak",
|
||||
"Name" : "Izena",
|
||||
"Template name" : "Txantiloi berria",
|
||||
"Content" : "Edukia",
|
||||
"Both" : "Biak",
|
||||
"Insert" : "Txertatu",
|
||||
"Views" : "Ikuspegiak",
|
||||
"Title" : "Izenburua",
|
||||
"Saving draft …" : "Zirriborroa gordetzen...",
|
||||
@@ -54,6 +64,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",
|
||||
@@ -73,9 +84,9 @@
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"Name" : "Izena",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
"Move down" : "Eraman behera",
|
||||
"Last 7 days" : "Azken 7 egunetan",
|
||||
@@ -85,12 +96,12 @@
|
||||
"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",
|
||||
"Members" : "Partaideak",
|
||||
"User management" : "Erabiltzaileen kudeaketa",
|
||||
"Loading users …" : "Erabiltzaileak kargatzen ...",
|
||||
"No users found" : "Ez da erabiltzailerik aurkitu",
|
||||
|
||||
19
l10n/fa.js
19
l10n/fa.js
@@ -28,6 +28,8 @@ OC.L10N.register(
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Upload failed" : "آپلود ناموفق",
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Cancel" : "انصراف",
|
||||
"Create" : "ایجاد",
|
||||
@@ -38,10 +40,18 @@ OC.L10N.register(
|
||||
"Edit" : "ویرایش",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "لینک مستقیم",
|
||||
"Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "دستهبندی نشده",
|
||||
"Templates" : "قالبها",
|
||||
"Name" : "نام",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Both" : "Both",
|
||||
"Insert" : "Insert",
|
||||
"Views" : "بازدیدها",
|
||||
"Title" : "Title",
|
||||
"Saving draft …" : "در حال ذخیره پیش نویس ...",
|
||||
@@ -50,6 +60,7 @@ OC.L10N.register(
|
||||
"Refresh" : "تازهسازی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Created" : "ایجاد شده",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
"Back to {category}" : "بازگشت به {category}",
|
||||
"by" : "با",
|
||||
@@ -66,9 +77,9 @@ OC.L10N.register(
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"Name" : "نام",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
"Move down" : "حرکت به پایین",
|
||||
"Last 7 days" : "۷ روز گذشته.",
|
||||
@@ -78,12 +89,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Reset" : "بازنشانی",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"ID" : "شناسه",
|
||||
"Created" : "ایجاد شده",
|
||||
"Owner" : "مالک",
|
||||
"Actions" : "کنشها",
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
|
||||
19
l10n/fa.json
19
l10n/fa.json
@@ -26,6 +26,8 @@
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Upload failed" : "آپلود ناموفق",
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Cancel" : "انصراف",
|
||||
"Create" : "ایجاد",
|
||||
@@ -36,10 +38,18 @@
|
||||
"Edit" : "ویرایش",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "لینک مستقیم",
|
||||
"Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "دستهبندی نشده",
|
||||
"Templates" : "قالبها",
|
||||
"Name" : "نام",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Both" : "Both",
|
||||
"Insert" : "Insert",
|
||||
"Views" : "بازدیدها",
|
||||
"Title" : "Title",
|
||||
"Saving draft …" : "در حال ذخیره پیش نویس ...",
|
||||
@@ -48,6 +58,7 @@
|
||||
"Refresh" : "تازهسازی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Created" : "ایجاد شده",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
"Back to {category}" : "بازگشت به {category}",
|
||||
"by" : "با",
|
||||
@@ -64,9 +75,9 @@
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"Name" : "نام",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
"Move down" : "حرکت به پایین",
|
||||
"Last 7 days" : "۷ روز گذشته.",
|
||||
@@ -76,12 +87,12 @@
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Reset" : "بازنشانی",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"ID" : "شناسه",
|
||||
"Created" : "ایجاد شده",
|
||||
"Owner" : "مالک",
|
||||
"Actions" : "کنشها",
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
|
||||
21
l10n/fi.js
21
l10n/fi.js
@@ -30,6 +30,10 @@ 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",
|
||||
"Pick a color" : "Valitse väri",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -43,11 +47,19 @@ OC.L10N.register(
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Direct link" : "Suora linkki",
|
||||
"Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"Add reaction" : "Lisää reaktio",
|
||||
"React with {emoji}" : "Reagoi emojilla {emoji}",
|
||||
"Uncategorized" : "Luokittelematon",
|
||||
"Templates" : "Mallipohjat",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Mallin nimi",
|
||||
"Content" : "Sisältö",
|
||||
"Both" : "Molemmat",
|
||||
"Insert" : "Lisää",
|
||||
"Views" : "Näkymät",
|
||||
"Title" : "Nimeke",
|
||||
"Saving draft …" : "Tallennetaan luonnosta…",
|
||||
@@ -56,6 +68,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}",
|
||||
@@ -76,9 +89,9 @@ OC.L10N.register(
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"Name" : "Nimi",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
"Move down" : "Siirrä alas",
|
||||
"Last 7 days" : "Edelliset 7 päivää",
|
||||
@@ -88,12 +101,12 @@ 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",
|
||||
"Members" : "Jäsenet",
|
||||
"User management" : "Käyttäjähallinta",
|
||||
"Loading users …" : "Ladataan käyttäjiä…",
|
||||
"No users found" : "Käyttäjiä ei löytynyt",
|
||||
|
||||
21
l10n/fi.json
21
l10n/fi.json
@@ -28,6 +28,10 @@
|
||||
"Upload failed" : "Lähetys epäonnistui",
|
||||
"Close" : "Sulje",
|
||||
"Failed to upload file" : "Tiedoston lähettäminen epäonnistui",
|
||||
"Threads" : "Keskusteluketjut",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"Pick a color" : "Valitse väri",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -41,11 +45,19 @@
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Direct link" : "Suora linkki",
|
||||
"Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"Add reaction" : "Lisää reaktio",
|
||||
"React with {emoji}" : "Reagoi emojilla {emoji}",
|
||||
"Uncategorized" : "Luokittelematon",
|
||||
"Templates" : "Mallipohjat",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Mallin nimi",
|
||||
"Content" : "Sisältö",
|
||||
"Both" : "Molemmat",
|
||||
"Insert" : "Lisää",
|
||||
"Views" : "Näkymät",
|
||||
"Title" : "Nimeke",
|
||||
"Saving draft …" : "Tallennetaan luonnosta…",
|
||||
@@ -54,6 +66,7 @@
|
||||
"Refresh" : "Päivitä",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Created" : "Luonut",
|
||||
"Searching …" : "Haetaan…",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"Back to {category}" : "Takaisin kohtaan {category}",
|
||||
@@ -74,9 +87,9 @@
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"Name" : "Nimi",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
"Move down" : "Siirrä alas",
|
||||
"Last 7 days" : "Edelliset 7 päivää",
|
||||
@@ -86,12 +99,12 @@
|
||||
"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",
|
||||
"Members" : "Jäsenet",
|
||||
"User management" : "Käyttäjähallinta",
|
||||
"Loading users …" : "Ladataan käyttäjiä…",
|
||||
"No users found" : "Käyttäjiä ei löytynyt",
|
||||
|
||||
25
l10n/fr.js
25
l10n/fr.js
@@ -6,9 +6,14 @@ 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",
|
||||
"BBCode examples:" : "Exemples de BBCode :",
|
||||
"Bold text" : "Texte en gras",
|
||||
"Italic text" : "Texte en italique",
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Welcome to Nextcloud Forums" : "Bienvenue dans les Forums Nextcloud",
|
||||
"Forum" : "Forum",
|
||||
"Welcome to the forum!" : "Bienvenue dans le forum !",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"User ID" : "Identifiant utilisateur",
|
||||
"Role" : "Rôle",
|
||||
@@ -31,6 +36,9 @@ 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",
|
||||
"Pick a color" : "Choisir une couleur",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Cancel" : "Annuler",
|
||||
"Create" : "Créer",
|
||||
@@ -45,11 +53,19 @@ OC.L10N.register(
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"Direct link" : "Lien direct",
|
||||
"Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers",
|
||||
"Save" : "Enregistrer",
|
||||
"Current version" : "Version actuelle",
|
||||
"React with {emoji}" : "Réagir avec {emoji}",
|
||||
"Uncategorized" : "Non catégorisé",
|
||||
"_%n reply_::_%n replies_" : ["%n réponse","%n réponses","%n réponses"],
|
||||
"Templates" : "Modèles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom du modèle",
|
||||
"Content" : "Contenu",
|
||||
"Both" : "Les deux",
|
||||
"Insert" : "Insérer",
|
||||
"Views" : "Vues",
|
||||
"Title" : "Titre",
|
||||
"Saving draft …" : "Sauvegarde du brouillon en cours …",
|
||||
@@ -60,6 +76,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}",
|
||||
@@ -81,10 +98,10 @@ OC.L10N.register(
|
||||
"Tag" : "Étiquette",
|
||||
"Description" : "Description",
|
||||
"Enabled" : "Activé",
|
||||
"Name" : "Nom",
|
||||
"Enter category name" : "Saisissez le nom de la catégorie",
|
||||
"New" : "Nouveau",
|
||||
"Permissions" : "Autorisations",
|
||||
"Preview" : "Prévisualiser",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
"Move down" : "Déplacer vers le bas",
|
||||
"Last 7 days" : "7 derniers jours",
|
||||
@@ -95,12 +112,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "Paramètres enregistrés",
|
||||
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"ID" : "ID",
|
||||
"Created" : "Créée",
|
||||
"Owner" : "Propriétaire",
|
||||
"Actions" : "Actions",
|
||||
"No description" : "Pas de description",
|
||||
"No teams found" : "Aucune équipe trouvée",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestion des utilisateurs",
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
|
||||
25
l10n/fr.json
25
l10n/fr.json
@@ -4,9 +4,14 @@
|
||||
"Guest" : "Invité",
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"BBCode examples:" : "Exemples de BBCode :",
|
||||
"Bold text" : "Texte en gras",
|
||||
"Italic text" : "Texte en italique",
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Welcome to Nextcloud Forums" : "Bienvenue dans les Forums Nextcloud",
|
||||
"Forum" : "Forum",
|
||||
"Welcome to the forum!" : "Bienvenue dans le forum !",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"User ID" : "Identifiant utilisateur",
|
||||
"Role" : "Rôle",
|
||||
@@ -29,6 +34,9 @@
|
||||
"Close" : "Fermer",
|
||||
"Failed to upload file" : "Impossible de téléverser le fichier",
|
||||
"Threads" : "Fils de discussion",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"Pick a color" : "Choisir une couleur",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Cancel" : "Annuler",
|
||||
"Create" : "Créer",
|
||||
@@ -43,11 +51,19 @@
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"Direct link" : "Lien direct",
|
||||
"Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers",
|
||||
"Save" : "Enregistrer",
|
||||
"Current version" : "Version actuelle",
|
||||
"React with {emoji}" : "Réagir avec {emoji}",
|
||||
"Uncategorized" : "Non catégorisé",
|
||||
"_%n reply_::_%n replies_" : ["%n réponse","%n réponses","%n réponses"],
|
||||
"Templates" : "Modèles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom du modèle",
|
||||
"Content" : "Contenu",
|
||||
"Both" : "Les deux",
|
||||
"Insert" : "Insérer",
|
||||
"Views" : "Vues",
|
||||
"Title" : "Titre",
|
||||
"Saving draft …" : "Sauvegarde du brouillon en cours …",
|
||||
@@ -58,6 +74,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}",
|
||||
@@ -79,10 +96,10 @@
|
||||
"Tag" : "Étiquette",
|
||||
"Description" : "Description",
|
||||
"Enabled" : "Activé",
|
||||
"Name" : "Nom",
|
||||
"Enter category name" : "Saisissez le nom de la catégorie",
|
||||
"New" : "Nouveau",
|
||||
"Permissions" : "Autorisations",
|
||||
"Preview" : "Prévisualiser",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
"Move down" : "Déplacer vers le bas",
|
||||
"Last 7 days" : "7 derniers jours",
|
||||
@@ -93,12 +110,12 @@
|
||||
"Settings saved" : "Paramètres enregistrés",
|
||||
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"ID" : "ID",
|
||||
"Created" : "Créée",
|
||||
"Owner" : "Propriétaire",
|
||||
"Actions" : "Actions",
|
||||
"No description" : "Pas de description",
|
||||
"No teams found" : "Aucune équipe trouvée",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestion des utilisateurs",
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
|
||||
111
l10n/ga.js
111
l10n/ga.js
@@ -1,9 +1,21 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "Gníomhaíocht an Fhóraim le Déanaí",
|
||||
"More activity" : "Tuilleadh gníomhaíochta",
|
||||
"%1$s (Guest)" : "%1$s (Aoi)",
|
||||
"New thread by %1$s" : "Snáithe nua le %1$s",
|
||||
"Reply by %1$s" : "Freagra ó %1$s",
|
||||
"No recent forum activity" : "Gan aon ghníomhaíocht fóram le déanaí",
|
||||
"Top Forum activity" : "Príomhghníomhaíocht an Fhóraim",
|
||||
"Browse forum" : "Brabhsáil an fhóraim",
|
||||
"_%n thread_::_%n threads_" : ["%n snáithe","%n snáitheanna","%n snáitheanna","%n snáitheanna","%n snáitheanna"],
|
||||
"_%n view_::_%n views_" : ["%n radharc","%n radharic","%n radharic","%n radharic","%n radharc"],
|
||||
"No forum activity" : "Gan aon ghníomhaíocht fóraim",
|
||||
"Top Forum categories" : "Catagóirí Fóraim is Fearr",
|
||||
"No categories available" : "Níl aon chatagóirí ar fáil",
|
||||
"Top Forum threads" : "Snáitheanna Fóraim is Fearr",
|
||||
"No threads available" : "Níl aon snáitheanna ar fáil",
|
||||
"Admin" : "Riarachán",
|
||||
"Administrator role with full permissions" : "Ról riarthóra le ceadanna iomlána",
|
||||
"Moderator" : "Modhnóir",
|
||||
@@ -45,10 +57,9 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Fáilte romhat chuig an bhfóram!",
|
||||
"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 Seeds" : "Síolta Deisiúcháin",
|
||||
"Run the repair seeds 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ú repair seeds 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 Seeds" : "Síolta Deisiúcháin Rith",
|
||||
"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",
|
||||
@@ -56,7 +67,8 @@ OC.L10N.register(
|
||||
"Role" : "Ról",
|
||||
"Select a role" : "Roghnaigh ról",
|
||||
"Assign Role" : "Sannadh Ról",
|
||||
"Failed to run repair seeds" : "Theip ar shíolta deisiúcháin a rith",
|
||||
"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",
|
||||
@@ -66,11 +78,12 @@ 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",
|
||||
"Collapse" : "Laghdaigh",
|
||||
"(Guest)" : "(Aoi)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Tabhair faoi deara le do thoil:{bEnd} Beidh comhaid cheangailte le feiceáil ag aon duine san fhóram, beag beann ar shocruithe comhroinnte an chomhaid.",
|
||||
"Drop file here to upload" : "Scaoil comhad anseo le huaslódáil",
|
||||
"Hello world!" : "Dia duit, a dhomhan!",
|
||||
@@ -110,11 +123,26 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Ag uaslódáil comhaid …",
|
||||
"Upload failed" : "Theip ar an uaslódáil",
|
||||
"Close" : "Dún",
|
||||
"More formatting options" : "Tuilleadh roghanna formáidithe",
|
||||
"Insert template" : "Cuir teimpléad isteach",
|
||||
"Pick a file to attach" : "Roghnaigh comhad le ceangal",
|
||||
"Failed to upload file" : "Theip ar uaslódáil an chomhaid",
|
||||
"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.",
|
||||
"Pick a color" : "Roghnaigh dath",
|
||||
"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",
|
||||
@@ -126,6 +154,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 …",
|
||||
@@ -151,6 +188,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Féach ar stair eagarthóireachta",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an post seo a scriosadh? Ní féidir an gníomh seo a chealú.",
|
||||
"Unread" : "Neamhléite",
|
||||
"Direct link" : "Nasc díreach",
|
||||
"Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce",
|
||||
"Edit your reply …" : "Cuir d’fhreagra in eagar …",
|
||||
"Save" : "Sábháil",
|
||||
"Are you sure you want to discard your changes?" : "An bhfuil tú cinnte gur mian leat do chuid athruithe a chaitheamh amach?",
|
||||
@@ -174,7 +213,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Snáithe bioráilte",
|
||||
"Locked thread" : "Snáithe faoi ghlas",
|
||||
"Uncategorized" : "Gan catagóir",
|
||||
"Last reply by {name}" : "An freagra deireanach ó {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
|
||||
"Templates" : "Teimpléid",
|
||||
"Add template" : "Cuir teimpléad leis",
|
||||
"Edit template" : "Cuir an teimpléad in eagar",
|
||||
"No templates yet" : "Gan aon teimpléid fós",
|
||||
"Loading templates …" : "Ag lódáil teimpléid …",
|
||||
"Name" : "Ainm",
|
||||
"Template name" : "Ainm teimpléad",
|
||||
"Content" : "Ábhar",
|
||||
"Template content (BBCode) …" : "Ábhar teimpléid (BBCode) …",
|
||||
"Show in:" : "Taispeáin i:",
|
||||
"Are you sure you want to delete this template?" : "An bhfuil tú cinnte gur mian leat an teimpléad seo a scriosadh?",
|
||||
"Both" : "An dá",
|
||||
"Threads & replies" : "Snáitheanna & freagraí",
|
||||
"Neither (disabled)" : "Ceachtar acu (míchumasaithe)",
|
||||
"Insert" : "cuir isteach",
|
||||
"Failed to load templates" : "Theip ar na teimpléid a lódáil",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
@@ -211,8 +267,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",
|
||||
@@ -250,6 +307,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",
|
||||
@@ -345,7 +403,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Faisnéis bhunúsach",
|
||||
"Category header" : "Ceanntásc catagóire",
|
||||
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
|
||||
"Name" : "Ainm",
|
||||
"Enter category name" : "Cuir isteach ainm na catagóire",
|
||||
"Slug" : "Sluga",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Aitheantóir atá cairdiúil do URL (m.sh., \"{slug}\")",
|
||||
@@ -353,12 +410,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
|
||||
"Roles that can view" : "Róil ar féidir leo féachaint orthu",
|
||||
"Select roles that can view this category and its threads" : "Roghnaigh róil ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Roles that can moderate" : "Róil ar féidir leo modhnóireacht a dhéanamh",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles …" : "Roghnaigh róil …",
|
||||
"Control which roles and teams can access and moderate this category" : "Rialú cé na róil agus na foirne ar féidir leo rochtain a fháil ar an gcatagóir seo agus í a mhodhnú",
|
||||
"Select roles or teams that can view this category and its threads" : "Roghnaigh róil nó foirne ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Select roles or teams that can create new threads in this category" : "Roghnaigh róil nó foirne ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles or teams that can reply to threads in this category" : "Roghnaigh róil nó foirne ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Roghnaigh róil nó foirne ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles or teams …" : "Roghnaigh róil nó foirne …",
|
||||
"Design" : "Dearadh",
|
||||
"Customize the appearance of this category" : "Saincheap cuma na catagóire seo",
|
||||
"Category color" : "Dath na catagóire",
|
||||
"Text color" : "Dath an téacs",
|
||||
"Dark text" : "Téacs dorcha",
|
||||
"Light text" : "Téacs éadrom",
|
||||
"Preview" : "Réamhamharc",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
"Error loading categories" : "Earráid ag luchtú catagóirí",
|
||||
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
|
||||
@@ -436,10 +500,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",
|
||||
@@ -456,17 +516,30 @@ 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",
|
||||
"Members" : "Baill",
|
||||
"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",
|
||||
|
||||
111
l10n/ga.json
111
l10n/ga.json
@@ -1,7 +1,19 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Gníomhaíocht an Fhóraim le Déanaí",
|
||||
"More activity" : "Tuilleadh gníomhaíochta",
|
||||
"%1$s (Guest)" : "%1$s (Aoi)",
|
||||
"New thread by %1$s" : "Snáithe nua le %1$s",
|
||||
"Reply by %1$s" : "Freagra ó %1$s",
|
||||
"No recent forum activity" : "Gan aon ghníomhaíocht fóram le déanaí",
|
||||
"Top Forum activity" : "Príomhghníomhaíocht an Fhóraim",
|
||||
"Browse forum" : "Brabhsáil an fhóraim",
|
||||
"_%n thread_::_%n threads_" : ["%n snáithe","%n snáitheanna","%n snáitheanna","%n snáitheanna","%n snáitheanna"],
|
||||
"_%n view_::_%n views_" : ["%n radharc","%n radharic","%n radharic","%n radharic","%n radharc"],
|
||||
"No forum activity" : "Gan aon ghníomhaíocht fóraim",
|
||||
"Top Forum categories" : "Catagóirí Fóraim is Fearr",
|
||||
"No categories available" : "Níl aon chatagóirí ar fáil",
|
||||
"Top Forum threads" : "Snáitheanna Fóraim is Fearr",
|
||||
"No threads available" : "Níl aon snáitheanna ar fáil",
|
||||
"Admin" : "Riarachán",
|
||||
"Administrator role with full permissions" : "Ról riarthóra le ceadanna iomlána",
|
||||
"Moderator" : "Modhnóir",
|
||||
@@ -43,10 +55,9 @@
|
||||
"Welcome to the forum!" : "Fáilte romhat chuig an bhfóram!",
|
||||
"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 Seeds" : "Síolta Deisiúcháin",
|
||||
"Run the repair seeds 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ú repair seeds 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 Seeds" : "Síolta Deisiúcháin Rith",
|
||||
"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",
|
||||
@@ -54,7 +65,8 @@
|
||||
"Role" : "Ról",
|
||||
"Select a role" : "Roghnaigh ról",
|
||||
"Assign Role" : "Sannadh Ról",
|
||||
"Failed to run repair seeds" : "Theip ar shíolta deisiúcháin a rith",
|
||||
"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",
|
||||
@@ -64,11 +76,12 @@
|
||||
"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",
|
||||
"Collapse" : "Laghdaigh",
|
||||
"(Guest)" : "(Aoi)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Tabhair faoi deara le do thoil:{bEnd} Beidh comhaid cheangailte le feiceáil ag aon duine san fhóram, beag beann ar shocruithe comhroinnte an chomhaid.",
|
||||
"Drop file here to upload" : "Scaoil comhad anseo le huaslódáil",
|
||||
"Hello world!" : "Dia duit, a dhomhan!",
|
||||
@@ -108,11 +121,26 @@
|
||||
"Uploading file …" : "Ag uaslódáil comhaid …",
|
||||
"Upload failed" : "Theip ar an uaslódáil",
|
||||
"Close" : "Dún",
|
||||
"More formatting options" : "Tuilleadh roghanna formáidithe",
|
||||
"Insert template" : "Cuir teimpléad isteach",
|
||||
"Pick a file to attach" : "Roghnaigh comhad le ceangal",
|
||||
"Failed to upload file" : "Theip ar uaslódáil an chomhaid",
|
||||
"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.",
|
||||
"Pick a color" : "Roghnaigh dath",
|
||||
"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",
|
||||
@@ -124,6 +152,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 …",
|
||||
@@ -149,6 +186,8 @@
|
||||
"View edit history" : "Féach ar stair eagarthóireachta",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an post seo a scriosadh? Ní féidir an gníomh seo a chealú.",
|
||||
"Unread" : "Neamhléite",
|
||||
"Direct link" : "Nasc díreach",
|
||||
"Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce",
|
||||
"Edit your reply …" : "Cuir d’fhreagra in eagar …",
|
||||
"Save" : "Sábháil",
|
||||
"Are you sure you want to discard your changes?" : "An bhfuil tú cinnte gur mian leat do chuid athruithe a chaitheamh amach?",
|
||||
@@ -172,7 +211,24 @@
|
||||
"Pinned thread" : "Snáithe bioráilte",
|
||||
"Locked thread" : "Snáithe faoi ghlas",
|
||||
"Uncategorized" : "Gan catagóir",
|
||||
"Last reply by {name}" : "An freagra deireanach ó {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
|
||||
"Templates" : "Teimpléid",
|
||||
"Add template" : "Cuir teimpléad leis",
|
||||
"Edit template" : "Cuir an teimpléad in eagar",
|
||||
"No templates yet" : "Gan aon teimpléid fós",
|
||||
"Loading templates …" : "Ag lódáil teimpléid …",
|
||||
"Name" : "Ainm",
|
||||
"Template name" : "Ainm teimpléad",
|
||||
"Content" : "Ábhar",
|
||||
"Template content (BBCode) …" : "Ábhar teimpléid (BBCode) …",
|
||||
"Show in:" : "Taispeáin i:",
|
||||
"Are you sure you want to delete this template?" : "An bhfuil tú cinnte gur mian leat an teimpléad seo a scriosadh?",
|
||||
"Both" : "An dá",
|
||||
"Threads & replies" : "Snáitheanna & freagraí",
|
||||
"Neither (disabled)" : "Ceachtar acu (míchumasaithe)",
|
||||
"Insert" : "cuir isteach",
|
||||
"Failed to load templates" : "Theip ar na teimpléid a lódáil",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
@@ -209,8 +265,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",
|
||||
@@ -248,6 +305,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",
|
||||
@@ -343,7 +401,6 @@
|
||||
"Basic information" : "Faisnéis bhunúsach",
|
||||
"Category header" : "Ceanntásc catagóire",
|
||||
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
|
||||
"Name" : "Ainm",
|
||||
"Enter category name" : "Cuir isteach ainm na catagóire",
|
||||
"Slug" : "Sluga",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Aitheantóir atá cairdiúil do URL (m.sh., \"{slug}\")",
|
||||
@@ -351,12 +408,19 @@
|
||||
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
|
||||
"Roles that can view" : "Róil ar féidir leo féachaint orthu",
|
||||
"Select roles that can view this category and its threads" : "Roghnaigh róil ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Roles that can moderate" : "Róil ar féidir leo modhnóireacht a dhéanamh",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles …" : "Roghnaigh róil …",
|
||||
"Control which roles and teams can access and moderate this category" : "Rialú cé na róil agus na foirne ar féidir leo rochtain a fháil ar an gcatagóir seo agus í a mhodhnú",
|
||||
"Select roles or teams that can view this category and its threads" : "Roghnaigh róil nó foirne ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Select roles or teams that can create new threads in this category" : "Roghnaigh róil nó foirne ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles or teams that can reply to threads in this category" : "Roghnaigh róil nó foirne ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Roghnaigh róil nó foirne ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles or teams …" : "Roghnaigh róil nó foirne …",
|
||||
"Design" : "Dearadh",
|
||||
"Customize the appearance of this category" : "Saincheap cuma na catagóire seo",
|
||||
"Category color" : "Dath na catagóire",
|
||||
"Text color" : "Dath an téacs",
|
||||
"Dark text" : "Téacs dorcha",
|
||||
"Light text" : "Téacs éadrom",
|
||||
"Preview" : "Réamhamharc",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
"Error loading categories" : "Earráid ag luchtú catagóirí",
|
||||
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
|
||||
@@ -434,10 +498,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",
|
||||
@@ -454,17 +514,30 @@
|
||||
"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",
|
||||
"Members" : "Baill",
|
||||
"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;"
|
||||
}
|
||||
43
l10n/gl.js
43
l10n/gl.js
@@ -56,10 +56,9 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Dámoslle a benvida ao foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado pola comunidade integrado directamente na súa instancia de 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." : "Cree debates, comparta ideas e colabore directamente coa súa comunidade en Nextcloud.\n\n**⚠️ Aviso sobre o desenvolvemento inicial:**\nEsta aplicación está en fases iniciais de desenvolvemento. Aínda que é funcional, pode atopar erros ou funcións incompletas. Informe de calquera problema en GitHub e considere facer copias de seguranza dos seus datos regularmente.\n\n**Características principais:**\n- **Debates baseados en fíos** - Crear e responder a fíos de debate organizados\n- **Organización por categorías** - Estruture o seu foro con categorías e cabeceiras personalizábeis\n- **Formato de texto enriquecido** - Use BBCode para formatar publicacións en grosa, cursiva, ligazóns, imaxes, bloques de código e máis\n- **Ficheiros anexos** - Anexe ficheiros do seu almacenamento Nextcloud ás publicacións\n- **Reaccións á publicación** - Reaccione ás publicacións con «emojis» de reacción\n- **Seguimento de lido/non lido** - Leve o control de que fíos leu\n- **Buscar** - Atope debates rapidamente coa busca integrada\n- **Perfís de usuario** - Ver o historial de publicacións e estatísticas de usuarios\n- **Permisos baseados en roles** - Controle o acceso e moderación con roles flexíbeis\n- **Acceso de convidados**: Acceso público opcional para usuarios non autenticados con permisos configurábeis\n- **Ferramentas de administración** - Xestione categorías, roles, BBCodes e os axustes do foro\n- **Ferramentas de moderación** - Fixar, bloquear e xestionar fíos e publicacións\n\n**Perfecto para:**\n- Debates e colaboración en equipo\n- Foros comunitarios\n- Canles de asistencia\n- Bases de coñecemento\n- Debates sobre proxectos\n- Comunicación interna\n\nO foro intégrase sen problemas coa súa instancia de Nextcloud, empregando os seus usuarios e grupos existentes para a autenticación e o control de acceso.",
|
||||
"Repair Seeds" : "Reparar as sementes",
|
||||
"Run the repair seeds 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." : "Executa a orde de reparar as sementes para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen. datos que xa existen.",
|
||||
"Run Repair Seeds" : "Executar a reparación de sementes",
|
||||
"Repair Database Initial Data" : "Reparar os datos iniciais da 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." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
|
||||
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da 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." : "Asigna roles no foro aos usuarios. Isto permítelle conceder privilexios administrativos ou de moderador a usuarios específicos.",
|
||||
"User ID" : "ID do usuario",
|
||||
@@ -68,7 +67,7 @@ OC.L10N.register(
|
||||
"Select a role" : "Seleccione un rol",
|
||||
"Assign Role" : "Asigne o rol",
|
||||
"Failed to fetch roles" : "Produciuse un fallo ao recuperar os roles",
|
||||
"Failed to run repair seeds" : "Produciuse un fallo ao executar a reparación de sementes",
|
||||
"Failed to run repair database initial data" : "Produciuse un fallo ao executar a reparación dos datos iniciais da base de datos",
|
||||
"Failed to assign role" : "Produciuse un fallo ao asignar o role",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
@@ -78,7 +77,6 @@ OC.L10N.register(
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Expandir",
|
||||
@@ -127,6 +125,12 @@ 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",
|
||||
"Pick a color" : "Escolla unha cor",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
"Header name" : "Nome da cabeceira",
|
||||
@@ -163,6 +167,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Ver o historial de edicións",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Confirma que quere eliminar esta publicación? Esta acción non é posíbel desfacela.",
|
||||
"Unread" : "Sen ler",
|
||||
"Direct link" : "Ligazón directa",
|
||||
"Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis",
|
||||
"Edit your reply …" : "Edite a súa resposta…",
|
||||
"Save" : "Gardar",
|
||||
"Are you sure you want to discard your changes?" : "Confirma que quere desbotar os seus cambios?",
|
||||
@@ -187,6 +193,12 @@ OC.L10N.register(
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
"Uncategorized" : "Sen categorizar",
|
||||
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
|
||||
"Templates" : "Modelos",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome do modelo",
|
||||
"Content" : "Contido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Inserir",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Titulo",
|
||||
"Enter thread title …" : "Introduza o título do fío…",
|
||||
@@ -224,7 +236,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",
|
||||
@@ -357,7 +369,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Cabeceira de categoría",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Name" : "Nome",
|
||||
"Enter category name" : "Introduza o nome da categoría",
|
||||
"Slug" : "URL semántico",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
|
||||
@@ -365,12 +376,7 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"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…",
|
||||
"Preview" : "Vista previa",
|
||||
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
|
||||
"Error loading categories" : "Produciuse un erro ao cargar as categorías",
|
||||
"No categories in this header" : "Non hai ningunha categoría neste fío",
|
||||
@@ -448,10 +454,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 +470,20 @@ OC.L10N.register(
|
||||
"No roles found" : "Non se atopou ningún rol",
|
||||
"Create your first role to get started" : "Cree o seu primeiro rol para comezar",
|
||||
"ID" : "ID",
|
||||
"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",
|
||||
"Members" : "Membros",
|
||||
"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",
|
||||
|
||||
43
l10n/gl.json
43
l10n/gl.json
@@ -54,10 +54,9 @@
|
||||
"Welcome to the forum!" : "Dámoslle a benvida ao foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado pola comunidade integrado directamente na súa instancia de 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." : "Cree debates, comparta ideas e colabore directamente coa súa comunidade en Nextcloud.\n\n**⚠️ Aviso sobre o desenvolvemento inicial:**\nEsta aplicación está en fases iniciais de desenvolvemento. Aínda que é funcional, pode atopar erros ou funcións incompletas. Informe de calquera problema en GitHub e considere facer copias de seguranza dos seus datos regularmente.\n\n**Características principais:**\n- **Debates baseados en fíos** - Crear e responder a fíos de debate organizados\n- **Organización por categorías** - Estruture o seu foro con categorías e cabeceiras personalizábeis\n- **Formato de texto enriquecido** - Use BBCode para formatar publicacións en grosa, cursiva, ligazóns, imaxes, bloques de código e máis\n- **Ficheiros anexos** - Anexe ficheiros do seu almacenamento Nextcloud ás publicacións\n- **Reaccións á publicación** - Reaccione ás publicacións con «emojis» de reacción\n- **Seguimento de lido/non lido** - Leve o control de que fíos leu\n- **Buscar** - Atope debates rapidamente coa busca integrada\n- **Perfís de usuario** - Ver o historial de publicacións e estatísticas de usuarios\n- **Permisos baseados en roles** - Controle o acceso e moderación con roles flexíbeis\n- **Acceso de convidados**: Acceso público opcional para usuarios non autenticados con permisos configurábeis\n- **Ferramentas de administración** - Xestione categorías, roles, BBCodes e os axustes do foro\n- **Ferramentas de moderación** - Fixar, bloquear e xestionar fíos e publicacións\n\n**Perfecto para:**\n- Debates e colaboración en equipo\n- Foros comunitarios\n- Canles de asistencia\n- Bases de coñecemento\n- Debates sobre proxectos\n- Comunicación interna\n\nO foro intégrase sen problemas coa súa instancia de Nextcloud, empregando os seus usuarios e grupos existentes para a autenticación e o control de acceso.",
|
||||
"Repair Seeds" : "Reparar as sementes",
|
||||
"Run the repair seeds 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." : "Executa a orde de reparar as sementes para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen. datos que xa existen.",
|
||||
"Run Repair Seeds" : "Executar a reparación de sementes",
|
||||
"Repair Database Initial Data" : "Reparar os datos iniciais da 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." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
|
||||
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da 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." : "Asigna roles no foro aos usuarios. Isto permítelle conceder privilexios administrativos ou de moderador a usuarios específicos.",
|
||||
"User ID" : "ID do usuario",
|
||||
@@ -66,7 +65,7 @@
|
||||
"Select a role" : "Seleccione un rol",
|
||||
"Assign Role" : "Asigne o rol",
|
||||
"Failed to fetch roles" : "Produciuse un fallo ao recuperar os roles",
|
||||
"Failed to run repair seeds" : "Produciuse un fallo ao executar a reparación de sementes",
|
||||
"Failed to run repair database initial data" : "Produciuse un fallo ao executar a reparación dos datos iniciais da base de datos",
|
||||
"Failed to assign role" : "Produciuse un fallo ao asignar o role",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
@@ -76,7 +75,6 @@
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
"Users" : "Usuarios",
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Expandir",
|
||||
@@ -125,6 +123,12 @@
|
||||
"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",
|
||||
"Pick a color" : "Escolla unha cor",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
"Header name" : "Nome da cabeceira",
|
||||
@@ -161,6 +165,8 @@
|
||||
"View edit history" : "Ver o historial de edicións",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Confirma que quere eliminar esta publicación? Esta acción non é posíbel desfacela.",
|
||||
"Unread" : "Sen ler",
|
||||
"Direct link" : "Ligazón directa",
|
||||
"Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis",
|
||||
"Edit your reply …" : "Edite a súa resposta…",
|
||||
"Save" : "Gardar",
|
||||
"Are you sure you want to discard your changes?" : "Confirma que quere desbotar os seus cambios?",
|
||||
@@ -185,6 +191,12 @@
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
"Uncategorized" : "Sen categorizar",
|
||||
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
|
||||
"Templates" : "Modelos",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome do modelo",
|
||||
"Content" : "Contido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Inserir",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Titulo",
|
||||
"Enter thread title …" : "Introduza o título do fío…",
|
||||
@@ -222,7 +234,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",
|
||||
@@ -355,7 +367,6 @@
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Cabeceira de categoría",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Name" : "Nome",
|
||||
"Enter category name" : "Introduza o nome da categoría",
|
||||
"Slug" : "URL semántico",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
|
||||
@@ -363,12 +374,7 @@
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"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…",
|
||||
"Preview" : "Vista previa",
|
||||
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
|
||||
"Error loading categories" : "Produciuse un erro ao cargar as categorías",
|
||||
"No categories in this header" : "Non hai ningunha categoría neste fío",
|
||||
@@ -446,10 +452,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 +468,20 @@
|
||||
"No roles found" : "Non se atopou ningún rol",
|
||||
"Create your first role to get started" : "Cree o seu primeiro rol para comezar",
|
||||
"ID" : "ID",
|
||||
"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",
|
||||
"Members" : "Membros",
|
||||
"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",
|
||||
|
||||
85
l10n/he.js
85
l10n/he.js
@@ -1,7 +1,21 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "פעילות פורום אחרונה",
|
||||
"More activity" : "עוד פעילות",
|
||||
"%1$s (Guest)" : "%1$s (אורח\\ת)",
|
||||
"New thread by %1$s" : "שרשור חדש מאת %1$s",
|
||||
"Reply by %1$s" : "תגובה מאת %1$s",
|
||||
"No recent forum activity" : "אין פעילות חדשה בפורום",
|
||||
"Top Forum activity" : "פעילות מובילה בפורום",
|
||||
"Browse forum" : "דפדוף בפורום",
|
||||
"_%n thread_::_%n threads_" : ["שרשור אחד","%n שרשורים","%n שרשורים"],
|
||||
"_%n view_::_%n views_" : ["צפייה אחת","%n צפיות","%n צפיות"],
|
||||
"No forum activity" : "אין פעילות בפורום",
|
||||
"Top Forum categories" : "קטגוריות מובילות בפורום",
|
||||
"No categories available" : "אין קטגוריות זמינות",
|
||||
"Top Forum threads" : "שרשורים מובילים בפורום",
|
||||
"No threads available" : "אין שרשורים זמינים",
|
||||
"Admin" : "אדמין",
|
||||
"Administrator role with full permissions" : "תפקיד אדמין עם הרשאות מלאות",
|
||||
"Moderator" : "מפקח",
|
||||
@@ -43,7 +57,19 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה 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." : "צרו דיונים, חלקו רעיונות ושתפו פעולה עם משתמשים ישירות ב-Nextcloud.\n\n**⚠️ הודעה לגבי שלב פיתוח מוקדם:**\nהיישום הזה נמצא בשלבי פיתוח מוקדמים. בעוד היישום שמיש, אתם עלולים להיתקל בבאגים או יכולות לא שלמות. נא לדווח בעיות ב-GitHub ולשקול לגבות את המידע שלכם באופן תכוף.\n\n**יכולות מפתח:**\n- **דיונים מונחי נושאים** - צרו והגיבו לנושאי דיון\n- **ארגון קטגוריות** - צרו מבנה לפורום שלכם עם קטגוריות וכותרות הניתנות להתאמה\n- **פורמט טקסט עשיר** - השתמשו ב-BBCode לפרמוט של פוסטים עם הדגשות, הטיות, קישורים, תמונות, קטעי קוד ועוד\n- **צירוף קבצים** - צרפו קבצים מתוך ה-Nextcloud שלכם לפוסטים\n- **תגובונים לפוסטים** - הגיבו לפוסטים עם תגובוני אמוג'י\n- **מעקב נקרא\\לא נקרא** - עקבו אחרי סטטוס הקריאה של פוסטים\n- **חיפוש** - מצאו דיונים מהר בעזרת חיפוש מובנה\n- **פרופילי משתמשים** - צפו בהיסטוריה וסטטיסטיקות של משתמשים\n- **הרשאות מבוססי תפקיד** - שלטו בגישה ומודרציה עם תפקידים גמישים\n- **גישה לאורחים**: גישת רשות ציבורית למשתמשים לא מחוברים עם הרשאות ניתנות להתאמה\n- **כלי ניהול** - נהלו קטגוריות, תפקידים, BBCode והגדרות פורום\n- **כלי מודרציה** - נעלו, הדביקו, ונהלו נושאים ותגובות\n\n**מושלם עבור:**\n- דיוני צוותים ושיתוף פעולה\n- פורום קהילתי\n- ערוצי תמיכה\n- ניהול ידע\n- דיוני פרוייקטים\n- תקשורת פנימית\n\nהפורום מתממשק באופן ישיר ל-Nextcloud שלכם, ומשתמש במשתמשים קיימים וקבוצות קיימות לניהול גישה והתחברות.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"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." : "הריצו את פקודת תיקון מידע ראשוני במסד נתונים על מנת לשחזר פרטי ברירת מחדל בפורום (תפקידים, קטגוריות, הרשאות, BBCode). זוהי פעולה בטוחה להפעיל מספר פעמים מכיוון שמידע שכבר קיים יידולג.",
|
||||
"Run Repair Database Initial Data" : "הרצת תיקון מידע ראשוני במסד נתונים",
|
||||
"User Roles" : "תפקידי משתמשים",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "הקציאו תפקידים בפורום למשתמשים. פעולה זו נותנת לכם להעניק יכולות ניהול או מודרציה למשתמשים מסויימים.",
|
||||
"User ID" : "מזהה משתמש",
|
||||
"Enter user ID" : "הכניסו מזהה משתמש",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
"Failed to fetch roles" : "כשלון בטעינת תפקידים",
|
||||
"Failed to run repair database initial data" : "כשלון בתיקון מידע ראשוני במסד נתונים",
|
||||
"Failed to assign role" : "כשלון בהקצאת תפקיד",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
@@ -52,11 +78,12 @@ OC.L10N.register(
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Roles & Teams" : "תפקידים וצוותים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
"Collapse" : "קיווץ",
|
||||
"(Guest)" : "(אורח\\ת)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}נא לשים לב:{bEnd} קבצים מצורפים יהיו זמינים לכל מי שנמצא בפורום, ללא התחשבות בהגדרות השיתוף של הקובץ.",
|
||||
"Drop file here to upload" : "השליכו קובץ כאן כדי להעלות",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
@@ -96,11 +123,26 @@ OC.L10N.register(
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"More formatting options" : "עוד אפשרויות עיצוב",
|
||||
"Insert template" : "הכנסת תבנית",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"New activity" : "פעילות חדשה",
|
||||
"Category" : "קטגוריה",
|
||||
"Can view" : "יכולת לצפות",
|
||||
"Can post" : "יכולת ליצור שרשור",
|
||||
"Can reply" : "יכולת להגיב",
|
||||
"Can moderate" : "יכולת למדר",
|
||||
"Allow" : "לאפשר",
|
||||
"Allow All" : "הרשה הכל",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}צפייה:{bEnd} מאפשר לצפות בקטגוריה ובשרשורים שבה.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}יצירת שרשור:{bEnd} מאפשר ליצור שרשורים חדשים בקטגוריה.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -112,6 +154,15 @@ OC.L10N.register(
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
"Select the accounts that should have the forum admin role." : "בחרו את החשבונות שיוקצאו להם תפקיד ניהולי בפורום.",
|
||||
"Forum admin accounts:" : "חשבונות עם תפקידי ניהול בפורום:",
|
||||
"Select accounts …" : "בחרו חשבונות …",
|
||||
"All other accounts will receive the default role." : "כל החשבונות האחרים ייקבלו את תפקיד המשתמש כברירת מחדל.",
|
||||
"Initialize forum" : "אתחלת פורום",
|
||||
"Initializing …" : "מאתחל …",
|
||||
"Forum not set up" : "פורום לא מאותחל",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
|
||||
"Move thread to category" : "העברת שרשור לקטגוריה",
|
||||
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
|
||||
"Select a category …" : "בחירת קטגוריה …",
|
||||
@@ -137,6 +188,7 @@ OC.L10N.register(
|
||||
"View edit history" : "צפייה בהיסטוריית עריכה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Direct link" : "קישור ישיר",
|
||||
"Edit your reply …" : "ערכו את תגובתכם …",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
@@ -160,7 +212,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "נושא מודבק",
|
||||
"Locked thread" : "נושא נעול",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Last reply by {name}" : "תגובה אחרונה מאת {name}",
|
||||
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
|
||||
"Templates" : "תבניות",
|
||||
"Add template" : "הוספת תבנית",
|
||||
"Edit template" : "עריכת תבנית",
|
||||
"No templates yet" : "לא קיימות תבניות עדיין",
|
||||
"Loading templates …" : "טוען תבניות …",
|
||||
"Name" : "שם",
|
||||
"Template name" : "שם התבנית",
|
||||
"Content" : "תוכן",
|
||||
"Template content (BBCode) …" : "תוכן תבנית (BBCode) …",
|
||||
"Show in:" : "מוצג ב:",
|
||||
"Are you sure you want to delete this template?" : "האם אתם בטוחים שברצונכם למחוק את תבנית זו?",
|
||||
"Both" : "שניהם",
|
||||
"Threads & replies" : "שרשורים ותגובות",
|
||||
"Neither (disabled)" : "אף אחד (מבוטל)",
|
||||
"Insert" : "הכנסה",
|
||||
"Failed to load templates" : "כשלון בטעינת תבניות",
|
||||
"Views" : "תצוגות",
|
||||
"Title" : "כותרת",
|
||||
"Enter thread title …" : "כתבו כותרת לנושא …",
|
||||
@@ -197,8 +266,9 @@ OC.L10N.register(
|
||||
"Thread created" : "נושא נוצר",
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"You do not have permission to create threads in this category." : "אין לכם הרשאה ליצור שרשורים בקטגוריה זו.",
|
||||
"Error" : "שגיאה",
|
||||
"First activity" : "פעילות ראשונה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"Replies ({count})" : "תגובות ({count})",
|
||||
"No threads" : "ללא נושאים",
|
||||
@@ -236,6 +306,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "היו הראשונים שיגיבו לנושא זה",
|
||||
"by" : "מאת",
|
||||
"This thread is locked. Only moderators can add replies." : "הנושא הזה נעול. רק מנהלים יכולים להוסיף תגובות.",
|
||||
"You do not have permission to reply in this category." : "אין לכם הרשאה להגיב בקטגוריה זו.",
|
||||
"You must be signed in to reply to this thread." : "אתם חייבים להיות מחוברים כדי להגיב לנושא זה.",
|
||||
"Sign in to reply" : "התחברו כדי להגיב",
|
||||
"Lock thread" : "נעילת נושא",
|
||||
@@ -258,9 +329,9 @@ OC.L10N.register(
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"Name" : "שם",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
"General settings" : "הגדרות כלליות",
|
||||
"Appearance" : "מראה",
|
||||
@@ -268,12 +339,12 @@ OC.L10N.register(
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Reset" : "איפוס",
|
||||
"Category" : "קטגוריה",
|
||||
"Allow" : "לאפשר",
|
||||
"ID" : "מזהה",
|
||||
"Created" : "יצירה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
},
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user