mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
92 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b84d96488c | |||
| b6e40f9976 | |||
| 9e0bdecc80 | |||
| 8277ccb87f | |||
| 55f1dbd258 | |||
|
|
81e35c114b | ||
|
|
d28b8c0f88 | ||
|
|
4d7efe9d32 | ||
|
|
7ae4d8f369 | ||
|
|
1dad565072 | ||
| 370c00664a | |||
|
|
02e9b093e8 | ||
| 16c44344d1 | |||
|
|
fce363355e | ||
|
|
2cd21b0792 | ||
| 12459e5fca | |||
|
|
b235d4a739 | ||
| 9965f58dc3 | |||
|
|
6a920d3ebf | ||
| d8a8e96922 | |||
| 1793a169c4 | |||
| a3f5360ff5 | |||
| d4e9ffd467 | |||
| 90446e4cd7 | |||
| 4b08dad606 | |||
|
|
a7c10f2e0c | ||
|
|
33e714cab2 | ||
| 988becb384 | |||
|
|
3876513119 | ||
|
|
db03c5fc50 | ||
| 391818f4bd | |||
| d62696e00e | |||
| 0a0e64dae5 | |||
| a481a93782 | |||
| 2ae6131f5a | |||
| a5fec5b38f | |||
| b5df3a66be | |||
|
|
5fec0577ee | ||
| 4c6d668b7f | |||
|
|
c65d9a592a | ||
| 9e00c931d1 | |||
| af507dda88 | |||
| 59c5f91fb0 | |||
|
|
d1d1c2ec51 | ||
| 2d643583af | |||
| c84a4b356b | |||
| 80c85a2cab | |||
| 9762443685 | |||
| db5374de2e | |||
|
|
4fd4e5046b | ||
|
|
59765960e6 | ||
| 101c7a9ca0 | |||
| 4db94f7daf | |||
| 973580ef2b | |||
| 164c188617 | |||
|
|
b2d7af73e0 | ||
|
|
e2ef684ff0 | ||
|
|
04a9a895e6 | ||
|
|
a1b2b9dc00 | ||
| 8436cf16e6 | |||
|
|
82b0e51e06 | ||
|
|
25481b4c02 | ||
|
|
983079ce3a | ||
|
|
46d7004b72 | ||
| 3e1e0d2ada | |||
| 0f6988b71c | |||
| 084402c7bc | |||
| cb4168fcfb | |||
| 17af5fd29e | |||
| b206451007 | |||
| 3a841e58a6 | |||
|
|
970194e8d4 | ||
| 785aad5da7 | |||
| 7f5fbd6168 | |||
| 50258e95da | |||
| a514bf945c | |||
| a907e4beba | |||
| 53159e66b7 | |||
| fadb22766b | |||
|
|
3899e15bca | ||
| d231f2a2fb | |||
| 29b3281f41 | |||
| adf1ab4f7b | |||
| 4b468dbfc8 | |||
| 9f8b4c3463 | |||
| b849c4781a | |||
| df29d3ad2b | |||
| 67f41ab876 | |||
|
|
ab3ea5cbb7 | ||
| 7db4740022 | |||
| 3b2112864b | |||
| d6a5d9de71 |
3
.github/workflows/lint-appinfo-xml.yml
vendored
3
.github/workflows/lint-appinfo-xml.yml
vendored
@@ -10,6 +10,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'appinfo/info.xml'
|
||||
- '.github/workflows/lint-appinfo-xml.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
4
.github/workflows/lint-openapi.yml
vendored
4
.github/workflows/lint-openapi.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'lib/**/*.php'
|
||||
- 'openapi.json'
|
||||
- '.github/workflows/lint-openapi.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
4
.github/workflows/lint-php-cs.yml
vendored
4
.github/workflows/lint-php-cs.yml
vendored
@@ -10,6 +10,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.php'
|
||||
- '.php-cs-fixer.dist.php'
|
||||
- '.github/workflows/lint-php-cs.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
3
.github/workflows/lint-php.yml
vendored
3
.github/workflows/lint-php.yml
vendored
@@ -10,6 +10,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '**.php'
|
||||
- '.github/workflows/lint-php.yml'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -1 +1 @@
|
||||
{".":"0.13.0"}
|
||||
{".":"0.19.3"}
|
||||
|
||||
154
CHANGELOG.md
154
CHANGELOG.md
@@ -1,5 +1,159 @@
|
||||
# Changelog
|
||||
|
||||
## [0.19.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.19.2...v0.19.3) (2025-12-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add seed migration ([b6e40f9](https://github.com/chenasraf/nextcloud-forum/commit/b6e40f9976d1b9a6d5a1a378d1ff43b72feace06))
|
||||
|
||||
## [0.19.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.19.1...v0.19.2) (2025-12-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* db seeds ([55f1dbd](https://github.com/chenasraf/nextcloud-forum/commit/55f1dbd25867488f7a3cf93726fb444976341e5d))
|
||||
* **l10n:** Update translations from Transifex ([81e35c1](https://github.com/chenasraf/nextcloud-forum/commit/81e35c114b84d77bee5f471c6d1f27154a7730d8))
|
||||
* **l10n:** Update translations from Transifex ([d28b8c0](https://github.com/chenasraf/nextcloud-forum/commit/d28b8c0f88255fad38bff24dd6747ce420f08919))
|
||||
* **l10n:** Update translations from Transifex ([4d7efe9](https://github.com/chenasraf/nextcloud-forum/commit/4d7efe9d32084e8accd857e68bd4434d415ff784))
|
||||
* **l10n:** Update translations from Transifex ([7ae4d8f](https://github.com/chenasraf/nextcloud-forum/commit/7ae4d8f369c87fb5a65a7dbc60980e4760fb4f7b))
|
||||
* **l10n:** Update translations from Transifex ([1dad565](https://github.com/chenasraf/nextcloud-forum/commit/1dad565072ced353a47e2f7ece865a81757ff81a))
|
||||
|
||||
## [0.19.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.19.0...v0.19.1) (2025-12-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([02e9b09](https://github.com/chenasraf/nextcloud-forum/commit/02e9b093e842f5b1016a1d2277b630ef67085d86))
|
||||
* **l10n:** Update translations from Transifex ([fce3633](https://github.com/chenasraf/nextcloud-forum/commit/fce363355e1e442069d7e883d08bb6f43014b9b7))
|
||||
* **l10n:** Update translations from Transifex ([2cd21b0](https://github.com/chenasraf/nextcloud-forum/commit/2cd21b0792bfdcc4f3d64285cd81f280db6a8b7b))
|
||||
* **l10n:** Update translations from Transifex ([b235d4a](https://github.com/chenasraf/nextcloud-forum/commit/b235d4a7391bb8b4c26fe0de8c1d37fac874c454))
|
||||
* **l10n:** update version text ([12459e5](https://github.com/chenasraf/nextcloud-forum/commit/12459e5fca252e48ae2259ca9dbf1b6f367aad99))
|
||||
|
||||
## [0.19.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.18.1...v0.19.0) (2025-12-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* post edit history ([a3f5360](https://github.com/chenasraf/nextcloud-forum/commit/a3f5360ff518753439bfc3370700a6f4521ac16b))
|
||||
* show loader in navigation sidebar ([d4e9ffd](https://github.com/chenasraf/nextcloud-forum/commit/d4e9ffd467da658629317d88c13f6a7c66425826))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** show correct msg in thread update responses ([1793a16](https://github.com/chenasraf/nextcloud-forum/commit/1793a169c4ceeebd3d86cd68bed0056f0aaab1f1))
|
||||
* **l10n:** Update translations from Transifex ([6a920d3](https://github.com/chenasraf/nextcloud-forum/commit/6a920d3ebf9530022205a2502185ea1d3701fcac))
|
||||
|
||||
## [0.18.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.18.0...v0.18.1) (2025-12-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow updating thread title ([4b08dad](https://github.com/chenasraf/nextcloud-forum/commit/4b08dad606367229add21cfd71427028b464b528))
|
||||
* **l10n:** Update translations from Transifex ([a7c10f2](https://github.com/chenasraf/nextcloud-forum/commit/a7c10f2e0c1ccb97e8f96a6d7abe084743e54f04))
|
||||
* **l10n:** Update translations from Transifex ([33e714c](https://github.com/chenasraf/nextcloud-forum/commit/33e714cab25e3c47fde7da8308eb4d8a3e2f2320))
|
||||
|
||||
## [0.18.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.17.1...v0.18.0) (2025-12-15)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* thread drafts ([0a0e64d](https://github.com/chenasraf/nextcloud-forum/commit/0a0e64dae553d6369c64698f82d7df86eaa1e7ca))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([3876513](https://github.com/chenasraf/nextcloud-forum/commit/38765131190c1718f51088b05f1374b0ab456d69))
|
||||
* **l10n:** Update translations from Transifex ([db03c5f](https://github.com/chenasraf/nextcloud-forum/commit/db03c5fc50aa84142befb197e0fad768f2572a71))
|
||||
|
||||
## [0.17.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.17.0...v0.17.1) (2025-12-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([5fec057](https://github.com/chenasraf/nextcloud-forum/commit/5fec0577eee3ffa1efcf39208b5090c6285f63cd))
|
||||
* migration/seed users table mismatches ([b5df3a6](https://github.com/chenasraf/nextcloud-forum/commit/b5df3a66be83873523eddf02889857ca9cf75b94))
|
||||
|
||||
## [0.17.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.16.0...v0.17.0) (2025-12-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* deep-link into specific post/page on thread ([2d64358](https://github.com/chenasraf/nextcloud-forum/commit/2d643583afd5d1fce31d93e36c3204b6014235a6))
|
||||
* notify users on mention ([c84a4b3](https://github.com/chenasraf/nextcloud-forum/commit/c84a4b356ba7d1fa06055ce25c9ce0694bc232bf))
|
||||
* update navigation sidebar items behavior ([9762443](https://github.com/chenasraf/nextcloud-forum/commit/9762443685529abe2506f70b18ef271c79439c45))
|
||||
* user mentions ([80c85a2](https://github.com/chenasraf/nextcloud-forum/commit/80c85a2cabe0ee9bcdf933561acb1fa9224a5546))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* dark avatars in mentions in profile view ([af507dd](https://github.com/chenasraf/nextcloud-forum/commit/af507dda88c08a8ebc33d6df90499e33dade4176))
|
||||
* exclude own user from autocomplete ([59c5f91](https://github.com/chenasraf/nextcloud-forum/commit/59c5f91fb09f070fd798e562f7ec32af372e61c3))
|
||||
* globally add theme data to app ([9e00c93](https://github.com/chenasraf/nextcloud-forum/commit/9e00c931d19e3660c54f179a908050f6c59358d5))
|
||||
* improve user id fetching ([db5374d](https://github.com/chenasraf/nextcloud-forum/commit/db5374de2e9624df4547ea632e9d36f70166acca))
|
||||
* **l10n:** Update translations from Transifex ([c65d9a5](https://github.com/chenasraf/nextcloud-forum/commit/c65d9a592a51212a671dafe7b46840bfbf6b8347))
|
||||
* **l10n:** Update translations from Transifex ([d1d1c2e](https://github.com/chenasraf/nextcloud-forum/commit/d1d1c2ec51e1b5c496e560aab4b25bdf1b937df9))
|
||||
* **l10n:** Update translations from Transifex ([4fd4e50](https://github.com/chenasraf/nextcloud-forum/commit/4fd4e5046b16571e228ea04ea38e1e8a07b8a563))
|
||||
* **l10n:** Update translations from Transifex ([5976596](https://github.com/chenasraf/nextcloud-forum/commit/59765960e6b72ca4463a1986d32eb5fce0b8c534))
|
||||
|
||||
## [0.16.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.15.0...v0.16.0) (2025-12-08)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* bookmark threads ([973580e](https://github.com/chenasraf/nextcloud-forum/commit/973580ef2b493720cd4e059fe40e0dd38acbd9b4))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** replace post(s)->reply(ies) in more places ([164c188](https://github.com/chenasraf/nextcloud-forum/commit/164c18861713a67dd548e11b320d91dd642ccfba))
|
||||
* **l10n:** Update translations from Transifex ([b2d7af7](https://github.com/chenasraf/nextcloud-forum/commit/b2d7af73e02dde9a0a6dceeabec6e9b8166d702b))
|
||||
* **l10n:** Update translations from Transifex ([e2ef684](https://github.com/chenasraf/nextcloud-forum/commit/e2ef684ff0430877d7bd086c48cdbda557b5b85a))
|
||||
* **l10n:** Update translations from Transifex ([04a9a89](https://github.com/chenasraf/nextcloud-forum/commit/04a9a895e610a2944263e27ff57bf13896420869))
|
||||
* **l10n:** Update translations from Transifex ([a1b2b9d](https://github.com/chenasraf/nextcloud-forum/commit/a1b2b9dc00bb03fefaf1be4e4e8bdf9b8e72a74c))
|
||||
|
||||
## [0.15.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.14.0...v0.15.0) (2025-12-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* user signatures ([0f6988b](https://github.com/chenasraf/nextcloud-forum/commit/0f6988b71c1b60f6ea3264949b4cb464d6eed543))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([82b0e51](https://github.com/chenasraf/nextcloud-forum/commit/82b0e51e069c63f157897c4530fbad3d2efb4d01))
|
||||
* **l10n:** Update translations from Transifex ([25481b4](https://github.com/chenasraf/nextcloud-forum/commit/25481b4c0237b1dd843b4ea2d887dbd221a1b95d))
|
||||
* **l10n:** Update translations from Transifex ([983079c](https://github.com/chenasraf/nextcloud-forum/commit/983079ce3a0e3008ab9599eaf40833137155f534))
|
||||
* **l10n:** Update translations from Transifex ([46d7004](https://github.com/chenasraf/nextcloud-forum/commit/46d7004b729797b5594a3f25f9e624d003747b86))
|
||||
* **l10n:** Update translations from Transifex ([970194e](https://github.com/chenasraf/nextcloud-forum/commit/970194e8d4e3982412d0a5467735c477538ca663))
|
||||
|
||||
## [0.14.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.13.1...v0.14.0) (2025-11-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **Category:** add threads pagination ([a907e4b](https://github.com/chenasraf/nextcloud-forum/commit/a907e4bebaa7c05503481445a8650019dba28e9e))
|
||||
* **Thread:** add replies pagination ([53159e6](https://github.com/chenasraf/nextcloud-forum/commit/53159e66b788fb99c4da03062a64fadd1ba7eb28))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** posts -> replies ([fadb227](https://github.com/chenasraf/nextcloud-forum/commit/fadb22766b3c75d51090aaa020999023741374e1))
|
||||
* **l10n:** Update translations from Transifex ([3899e15](https://github.com/chenasraf/nextcloud-forum/commit/3899e15bcad0faab000ffca878bb379574078596))
|
||||
* posts->replies incl. counts ([d231f2a](https://github.com/chenasraf/nextcloud-forum/commit/d231f2a2fb6a0c3338ef80e518fb4f142caa397f))
|
||||
|
||||
## [0.13.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.13.0...v0.13.1) (2025-11-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **10n:** remove number-only translated string ([d6a5d9d](https://github.com/chenasraf/nextcloud-forum/commit/d6a5d9de71c7cf24055ae52a7b05ad2a64e9eaab))
|
||||
* edit/delete permissions for category mods ([df29d3a](https://github.com/chenasraf/nextcloud-forum/commit/df29d3ad2ba4a0eda004f3221bbdea28cd3131f1))
|
||||
* **l10n:** Update translations from Transifex ([ab3ea5c](https://github.com/chenasraf/nextcloud-forum/commit/ab3ea5cbb77462fa78486102fcf7cfed7dfea3a8))
|
||||
* role assignments ([b849c47](https://github.com/chenasraf/nextcloud-forum/commit/b849c4781a27d5351194da441d394945b77823e0))
|
||||
* **UserInfo:** hide User role from display ([9f8b4c3](https://github.com/chenasraf/nextcloud-forum/commit/9f8b4c3463db8fa74ab6ed086c476a96d89f49c2))
|
||||
|
||||
## [0.13.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.12.0...v0.13.0) (2025-11-26)
|
||||
|
||||
|
||||
|
||||
44
Makefile
44
Makefile
@@ -163,6 +163,7 @@ source:
|
||||
|
||||
# appstore:
|
||||
# - Create an App Store tarball (strips tests, dotfiles, dev configs)
|
||||
# - Installs only production dependencies (no dev deps)
|
||||
# - Output: build/artifacts/appstore/$(app_name).tar.gz
|
||||
.PHONY: appstore
|
||||
appstore:
|
||||
@@ -170,7 +171,10 @@ appstore:
|
||||
mkdir -p $(app_intermediate_directory)
|
||||
mkdir -p $(appstore_build_directory)
|
||||
rm -rf $(appstore_package_name).tar.gz
|
||||
rsync -vtr \
|
||||
@echo "Installing production dependencies only..."
|
||||
rm -rf vendor
|
||||
$(composer_bin) install --no-dev --prefer-dist --optimize-autoloader
|
||||
rsync -vtr --delete \
|
||||
--exclude="**/.git/**/*" \
|
||||
--exclude="**/.github/**/*" \
|
||||
--exclude="build" \
|
||||
@@ -178,8 +182,10 @@ appstore:
|
||||
--exclude="Makefile" \
|
||||
--exclude="*.log" \
|
||||
--exclude="phpunit*xml" \
|
||||
--exclude="psalm.xml" \
|
||||
--exclude="composer.*" \
|
||||
--exclude="node_modules" \
|
||||
--exclude="vendor-bin" \
|
||||
--exclude="dist/js/node_modules" \
|
||||
--exclude="dist/js/tests" \
|
||||
--exclude="dist/js/test" \
|
||||
@@ -189,17 +195,23 @@ appstore:
|
||||
--exclude="dist/js/karma.*" \
|
||||
--exclude="dist/js/protractor.*" \
|
||||
--exclude="package.json" \
|
||||
--exclude="pnpm-lock.yaml" \
|
||||
--exclude="bower.json" \
|
||||
--exclude="karma.*" \
|
||||
--exclude="protractor\.*" \
|
||||
--exclude="/gen" \
|
||||
--exclude="/.*" \
|
||||
--exclude="dist/js/.*" \
|
||||
--exclude="/src" \
|
||||
--exclude="rename-template.sh" \
|
||||
--exclude="*.config.cjs" \
|
||||
--exclude="*.config.js" \
|
||||
--exclude="*.config.ts" \
|
||||
--exclude="tsconfig*.json" \
|
||||
$(CURDIR)/ $(app_intermediate_directory)
|
||||
cd $(CURDIR)/build/artifacts/intermediate && \
|
||||
tar czf $(appstore_package_name).tar.gz $(app_name)
|
||||
@echo "Restoring dev dependencies..."
|
||||
$(composer_bin) install --prefer-dist
|
||||
|
||||
# test:
|
||||
# - Run PHP unit tests locally with a configured Nextcloud installation
|
||||
@@ -304,6 +316,34 @@ openapi:
|
||||
$(composer_bin) run openapi
|
||||
@echo "\x1b[32mOpenAPI documentation generated at build/openapi/openapi.json\x1b[0m"
|
||||
|
||||
update-pnpm-deps:
|
||||
@echo "\x1b[33mUpdating pnpm dependencies and lockfile...\x1b[0m"
|
||||
$(pnpm_cmd) update
|
||||
@echo "\x1b[32mDependencies updated and lockfile refreshed.\x1b[0m"
|
||||
|
||||
update-composer-deps:
|
||||
@echo "\x1b[33mUpdating Composer dependencies and lockfile...\x1b[0m"
|
||||
$(composer_bin) update
|
||||
@echo "\x1b[32mDependencies updated and lockfile refreshed.\x1b[0m"
|
||||
|
||||
update-deps:
|
||||
@if [ -n "$$(git status --porcelain)" ]; then \
|
||||
echo "\x1b[31mError: Working directory is not clean. Please commit or stash changes first.\x1b[0m"; \
|
||||
git status --short; \
|
||||
exit 1; \
|
||||
fi
|
||||
@$(MAKE) update-pnpm-deps update-composer-deps
|
||||
@echo "\x1b[36mAll dependencies updated.\x1b[0m"
|
||||
@echo "\x1b[36mPush changes? [Y/n]\x1b[0m"
|
||||
@read ans; \
|
||||
if [ "$$ans" != "n" ] && [ "$$ans" != "N" ]; then \
|
||||
git add package.json pnpm-lock.yaml composer.lock vendor-bin/*/composer.lock; \
|
||||
git commit -m "chore(deps): update dependencies"; \
|
||||
git push; \
|
||||
else \
|
||||
echo "Changes not pushed."; \
|
||||
fi
|
||||
|
||||
# csr:
|
||||
# - Generate a new private key and self-signed certificate for signing releases
|
||||
# and place them in ~/.nextcloud/certificates/$(app_name).{key,csr}
|
||||
|
||||
11
README.md
11
README.md
@@ -89,6 +89,17 @@ just a small amount to help sustain this project, I would be very very thankful!
|
||||
I welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature,
|
||||
don't hesitate to open an appropriate issue and I will do my best to reply promptly.
|
||||
|
||||
### Translations
|
||||
|
||||
If you're interested in translating this app, please visit the
|
||||
[Forum app resource on Transifex](https://app.transifex.com/nextcloud/nextcloud/forum/).
|
||||
|
||||
For more information about translations, including how to join the Nextcloud project, see
|
||||
[Translate Nextcloud](https://nextcloud.com/translation/).
|
||||
|
||||
Translation resources are synced daily and updates are available on the next release of the app
|
||||
after they are synced.
|
||||
|
||||
## Development
|
||||
|
||||
For detailed development guides and documentation, visit the
|
||||
|
||||
@@ -37,7 +37,7 @@ This app is in early stages of development. While functional, you may encounter
|
||||
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.
|
||||
]]></description>
|
||||
<version>0.13.0</version>
|
||||
<version>0.19.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"@composer bin all install --ansi"
|
||||
"@php -r \"if (getenv('COMPOSER_DEV_MODE') !== '0') { passthru(getenv('COMPOSER_BINARY').' bin all install --ansi'); }\""
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"@composer bin all update --ansi"
|
||||
"@php -r \"if (getenv('COMPOSER_DEV_MODE') !== '0') { passthru(getenv('COMPOSER_BINARY').' bin all update --ansi'); }\""
|
||||
],
|
||||
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './gen/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
|
||||
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
||||
@@ -30,11 +30,11 @@
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"chriskonnertz/bbcode": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"nextcloud/ocp": "dev-stable29",
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"nextcloud/ocp": "dev-stable32",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
},
|
||||
@@ -47,5 +47,11 @@
|
||||
"platform": {
|
||||
"php": "8.1"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
"bin-links": true,
|
||||
"forward-command": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
267
composer.lock
generated
267
composer.lock
generated
@@ -4,65 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "48d3d1ff5b242a7f16dd89794097f180",
|
||||
"content-hash": "449361de31344c6c5c7f54a44ae518ff",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bamarni/composer-bin-plugin",
|
||||
"version": "1.8.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
||||
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
|
||||
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^2.0",
|
||||
"php": "^7.2.5 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^2.0",
|
||||
"ext-json": "*",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpstan/phpstan-phpunit": "^1.1",
|
||||
"phpunit/phpunit": "^8.5 || ^9.5",
|
||||
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
||||
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
||||
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Bamarni\\Composer\\Bin\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "No conflicts for your bin dependencies",
|
||||
"keywords": [
|
||||
"composer",
|
||||
"conflict",
|
||||
"dependency",
|
||||
"executable",
|
||||
"isolation",
|
||||
"tool"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
||||
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
|
||||
},
|
||||
"time": "2022-10-31T08:38:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "chriskonnertz/bbcode",
|
||||
"version": "v1.1.2",
|
||||
@@ -114,6 +57,63 @@
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "bamarni/composer-bin-plugin",
|
||||
"version": "1.8.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
||||
"reference": "e7ef9e012667327516c24e5fad9903a3bc91389d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/e7ef9e012667327516c24e5fad9903a3bc91389d",
|
||||
"reference": "e7ef9e012667327516c24e5fad9903a3bc91389d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^2.0",
|
||||
"php": "^7.2.5 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/composer": "^2.0",
|
||||
"ext-json": "*",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpstan/phpstan-phpunit": "^1.1",
|
||||
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.0",
|
||||
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
||||
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
||||
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
|
||||
},
|
||||
"type": "composer-plugin",
|
||||
"extra": {
|
||||
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Bamarni\\Composer\\Bin\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "No conflicts for your bin dependencies",
|
||||
"keywords": [
|
||||
"composer",
|
||||
"conflict",
|
||||
"dependency",
|
||||
"executable",
|
||||
"isolation",
|
||||
"tool"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
||||
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.3"
|
||||
},
|
||||
"time": "2025-11-24T19:20:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
"version": "1.13.4",
|
||||
@@ -176,29 +176,29 @@
|
||||
},
|
||||
{
|
||||
"name": "nextcloud/ocp",
|
||||
"version": "dev-stable29",
|
||||
"version": "dev-stable32",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "be97344a46d9a19169e20c10ab4f7b0a2b769df7"
|
||||
"reference": "45612049852ea4234dd799a4a3281a397f0749c3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/be97344a46d9a19169e20c10ab4f7b0a2b769df7",
|
||||
"reference": "be97344a46d9a19169e20c10ab4f7b0a2b769df7",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/45612049852ea4234dd799a4a3281a397f0749c3",
|
||||
"reference": "45612049852ea4234dd799a4a3281a397f0749c3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
|
||||
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
|
||||
"psr/clock": "^1.0",
|
||||
"psr/container": "^2.0.2",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"psr/log": "^1.1.4"
|
||||
"psr/log": "^3.0.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-stable29": "29.0.0-dev"
|
||||
"dev-stable32": "32.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -209,27 +209,31 @@
|
||||
{
|
||||
"name": "Christoph Wurst",
|
||||
"email": "christoph@winzerhof-wurst.at"
|
||||
},
|
||||
{
|
||||
"name": "Joas Schilling",
|
||||
"email": "coding@schilljs.com"
|
||||
}
|
||||
],
|
||||
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
||||
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
|
||||
"support": {
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable29"
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/stable32"
|
||||
},
|
||||
"time": "2025-05-15T00:50:47+00:00"
|
||||
"time": "2025-12-16T00:55:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
"version": "v5.6.2",
|
||||
"version": "v5.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nikic/PHP-Parser.git",
|
||||
"reference": "3a454ca033b9e06b63282ce19562e892747449bb"
|
||||
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
|
||||
"reference": "3a454ca033b9e06b63282ce19562e892747449bb",
|
||||
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
|
||||
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -272,9 +276,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
|
||||
"source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
|
||||
},
|
||||
"time": "2025-10-21T19:32:17+00:00"
|
||||
"time": "2025-12-06T11:56:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phar-io/manifest",
|
||||
@@ -717,16 +721,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.5.58",
|
||||
"version": "10.5.60",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "e24fb46da450d8e6a5788670513c1af1424f16ca"
|
||||
"reference": "f2e26f52f80ef77832e359205f216eeac00e320c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e24fb46da450d8e6a5788670513c1af1424f16ca",
|
||||
"reference": "e24fb46da450d8e6a5788670513c1af1424f16ca",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f2e26f52f80ef77832e359205f216eeac00e320c",
|
||||
"reference": "f2e26f52f80ef77832e359205f216eeac00e320c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -798,7 +802,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.58"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.60"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -822,7 +826,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-09-28T12:04:46+00:00"
|
||||
"time": "2025-12-06T07:50:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/clock",
|
||||
@@ -977,30 +981,30 @@
|
||||
},
|
||||
{
|
||||
"name": "psr/log",
|
||||
"version": "1.1.4",
|
||||
"version": "3.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/log.git",
|
||||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||||
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
||||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||||
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
||||
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=8.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.1.x-dev"
|
||||
"dev-master": "3.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psr\\Log\\": "Psr/Log/"
|
||||
"Psr\\Log\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -1021,9 +1025,9 @@
|
||||
"psr-3"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
||||
"source": "https://github.com/php-fig/log/tree/3.0.2"
|
||||
},
|
||||
"time": "2021-05-03T11:20:27+00:00"
|
||||
"time": "2024-09-11T13:17:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "roave/security-advisories",
|
||||
@@ -1031,12 +1035,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "19966d2f97bbc444bb176432754e33256a7d45bf"
|
||||
"reference": "c04f8230182e06cd6b2ba948c85581a1b93887f2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/19966d2f97bbc444bb176432754e33256a7d45bf",
|
||||
"reference": "19966d2f97bbc444bb176432754e33256a7d45bf",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c04f8230182e06cd6b2ba948c85581a1b93887f2",
|
||||
"reference": "c04f8230182e06cd6b2ba948c85581a1b93887f2",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
@@ -1048,6 +1052,7 @@
|
||||
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
|
||||
"aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
|
||||
"aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
|
||||
"aimeos/ai-cms-grapesjs": ">=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.9|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.10.8|>=2025.04.1,<2025.10.2",
|
||||
"aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1",
|
||||
"aimeos/aimeos-core": ">=2022.04.1,<2022.10.17|>=2023.04.1,<2023.10.17|>=2024.04.1,<2024.04.7",
|
||||
"aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
|
||||
@@ -1055,7 +1060,9 @@
|
||||
"akaunting/akaunting": "<2.1.13",
|
||||
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
|
||||
"alextselegidis/easyappointments": "<1.5.2.0-beta1",
|
||||
"alexusmai/laravel-file-manager": "<=3.3.1",
|
||||
"alt-design/alt-redirect": "<1.6.4",
|
||||
"altcha-org/altcha": "<1.3.1",
|
||||
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
||||
"amazing/media2click": ">=1,<1.3.3",
|
||||
"ameos/ameos_tarteaucitron": "<1.2.23",
|
||||
@@ -1079,17 +1086,17 @@
|
||||
"athlon1600/php-proxy-app": "<=3",
|
||||
"athlon1600/youtube-downloader": "<=4",
|
||||
"austintoddj/canvas": "<=3.4.2",
|
||||
"auth0/auth0-php": ">=3.3,<=8.16",
|
||||
"auth0/login": "<=7.18",
|
||||
"auth0/symfony": "<=5.4.1",
|
||||
"auth0/wordpress": "<=5.3",
|
||||
"auth0/auth0-php": ">=3.3,<8.18",
|
||||
"auth0/login": "<7.20",
|
||||
"auth0/symfony": "<=5.5",
|
||||
"auth0/wordpress": "<=5.4",
|
||||
"automad/automad": "<2.0.0.0-alpha5",
|
||||
"automattic/jetpack": "<9.8",
|
||||
"awesome-support/awesome-support": "<=6.0.7",
|
||||
"aws/aws-sdk-php": "<3.288.1",
|
||||
"azuracast/azuracast": "<0.18.3",
|
||||
"aws/aws-sdk-php": "<3.368",
|
||||
"azuracast/azuracast": "<=0.23.1",
|
||||
"b13/seo_basics": "<0.8.2",
|
||||
"backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
|
||||
"backdrop/backdrop": "<=1.32",
|
||||
"backpack/crud": "<3.4.9",
|
||||
"backpack/filemanager": "<2.0.2|>=3,<3.0.9",
|
||||
"bacula-web/bacula-web": "<9.7.1",
|
||||
@@ -1126,6 +1133,7 @@
|
||||
"bvbmedia/multishop": "<2.0.39",
|
||||
"bytefury/crater": "<6.0.2",
|
||||
"cachethq/cachet": "<2.5.1",
|
||||
"cadmium-org/cadmium-cms": "<=0.4.9",
|
||||
"cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
|
||||
"cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
|
||||
"cardgate/magento2": "<2.0.33",
|
||||
@@ -1152,6 +1160,7 @@
|
||||
"codeigniter4/shield": "<1.0.0.0-beta8",
|
||||
"codiad/codiad": "<=2.8.4",
|
||||
"codingms/additional-tca": ">=1.7,<1.15.17|>=1.16,<1.16.9",
|
||||
"codingms/modules": "<4.3.11|>=5,<5.7.4|>=6,<6.4.2|>=7,<7.5.5",
|
||||
"commerceteam/commerce": ">=0.9.6,<0.9.9",
|
||||
"components/jquery": ">=1.0.3,<3.5",
|
||||
"composer/composer": "<1.10.27|>=2,<2.2.24|>=2.3,<2.7.7",
|
||||
@@ -1161,14 +1170,14 @@
|
||||
"contao/comments-bundle": ">=2,<4.13.40|>=5.0.0.0-RC1-dev,<5.3.4",
|
||||
"contao/contao": ">=3,<3.5.37|>=4,<4.4.56|>=4.5,<4.13.56|>=5,<5.3.38|>=5.4.0.0-RC1-dev,<5.6.1",
|
||||
"contao/core": "<3.5.39",
|
||||
"contao/core-bundle": "<4.13.56|>=5,<5.3.38|>=5.4,<5.6.1",
|
||||
"contao/core-bundle": "<4.13.57|>=5,<5.3.42|>=5.4,<5.6.5",
|
||||
"contao/listing-bundle": ">=3,<=3.5.30|>=4,<4.4.8",
|
||||
"contao/managed-edition": "<=1.5",
|
||||
"corveda/phpsandbox": "<1.3.5",
|
||||
"cosenary/instagram": "<=2.3",
|
||||
"couleurcitron/tarteaucitron-wp": "<0.3",
|
||||
"craftcms/cms": "<=4.16.5|>=5,<=5.8.6",
|
||||
"croogo/croogo": "<4",
|
||||
"croogo/croogo": "<=4.0.7",
|
||||
"cuyz/valinor": "<0.12",
|
||||
"czim/file-handling": "<1.5|>=2,<2.3",
|
||||
"czproject/git-php": "<4.0.3",
|
||||
@@ -1185,6 +1194,7 @@
|
||||
"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",
|
||||
"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",
|
||||
@@ -1214,10 +1224,11 @@
|
||||
"drupal/commerce_alphabank_redirect": "<1.0.3",
|
||||
"drupal/commerce_eurobank_redirect": "<2.1.1",
|
||||
"drupal/config_split": "<1.10|>=2,<2.0.2",
|
||||
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.3.14|>=10.4,<10.4.5|>=11,<11.0.13|>=11.1,<11.1.5",
|
||||
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.4.9|>=10.5,<10.5.6|>=11,<11.1.9|>=11.2,<11.2.8",
|
||||
"drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
||||
"drupal/currency": "<3.5",
|
||||
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
|
||||
"drupal/email_tfa": "<2.0.6",
|
||||
"drupal/formatter_suite": "<2.1",
|
||||
"drupal/gdpr": "<3.0.1|>=3.1,<3.1.2",
|
||||
"drupal/google_tag": "<1.8|>=2,<2.0.8",
|
||||
@@ -1233,6 +1244,7 @@
|
||||
"drupal/quick_node_block": "<2",
|
||||
"drupal/rapidoc_elements_field_formatter": "<1.0.1",
|
||||
"drupal/reverse_proxy_header": "<1.1.2",
|
||||
"drupal/simple_multistep": "<2",
|
||||
"drupal/simple_oauth": ">=6,<6.0.7",
|
||||
"drupal/spamspan": "<3.2.1",
|
||||
"drupal/tfa": "<1.10",
|
||||
@@ -1282,6 +1294,7 @@
|
||||
"feehi/feehicms": "<=2.1.1",
|
||||
"fenom/fenom": "<=2.12.1",
|
||||
"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",
|
||||
"filegator/filegator": "<7.8",
|
||||
@@ -1300,6 +1313,7 @@
|
||||
"floriangaerber/magnesium": "<0.3.1",
|
||||
"fluidtypo3/vhs": "<5.1.1",
|
||||
"fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
|
||||
"fof/pretty-mail": "<=1.1.2",
|
||||
"fof/upload": "<1.2.3",
|
||||
"foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
|
||||
"fooman/tcpdf": "<6.2.22",
|
||||
@@ -1323,9 +1337,9 @@
|
||||
"genix/cms": "<=1.1.11",
|
||||
"georgringer/news": "<1.3.3",
|
||||
"geshi/geshi": "<=1.0.9.1",
|
||||
"getformwork/formwork": "<1.13.1|>=2.0.0.0-beta1,<2.0.0.0-beta4",
|
||||
"getgrav/grav": "<1.7.46",
|
||||
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
||||
"getformwork/formwork": "<2.2",
|
||||
"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.1.4",
|
||||
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
|
||||
"getkirby/panel": "<2.5.14",
|
||||
"getkirby/starterkit": "<=3.7.0.2",
|
||||
@@ -1363,7 +1377,7 @@
|
||||
"ibexa/http-cache": ">=4.6,<4.6.14",
|
||||
"ibexa/post-install": "<1.0.16|>=4.6,<4.6.14",
|
||||
"ibexa/solr": ">=4.5,<4.5.4",
|
||||
"ibexa/user": ">=4,<4.4.3|>=5,<5.0.3",
|
||||
"ibexa/user": ">=4,<4.4.3|>=5,<5.0.4",
|
||||
"icecoder/icecoder": "<=8.1",
|
||||
"idno/known": "<=1.3.1",
|
||||
"ilicmiljan/secure-props": ">=1.2,<1.2.2",
|
||||
@@ -1446,7 +1460,7 @@
|
||||
"leantime/leantime": "<3.3",
|
||||
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
||||
"libreform/libreform": ">=2,<=2.0.8",
|
||||
"librenms/librenms": "<2017.08.18",
|
||||
"librenms/librenms": "<25.12",
|
||||
"liftkit/database": "<2.13.2",
|
||||
"lightsaml/lightsaml": "<1.3.5",
|
||||
"limesurvey/limesurvey": "<6.5.12",
|
||||
@@ -1476,8 +1490,9 @@
|
||||
"marshmallow/nova-tiptap": "<5.7",
|
||||
"matomo/matomo": "<1.11",
|
||||
"matyhtf/framework": "<3.0.6",
|
||||
"mautic/core": "<5.2.8|>=6.0.0.0-alpha,<6.0.5",
|
||||
"mautic/core": "<5.2.9|>=6,<6.0.7",
|
||||
"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",
|
||||
"mdanter/ecc": "<2",
|
||||
"mediawiki/abuse-filter": "<1.39.9|>=1.40,<1.41.3|>=1.42,<1.42.2",
|
||||
@@ -1499,12 +1514,14 @@
|
||||
"microsoft/microsoft-graph-core": "<2.0.2",
|
||||
"microweber/microweber": "<=2.0.19",
|
||||
"mikehaertl/php-shellcommand": "<1.6.1",
|
||||
"mineadmin/mineadmin": "<=3.0.9",
|
||||
"miniorange/miniorange-saml": "<1.4.3",
|
||||
"mittwald/typo3_forum": "<1.2.1",
|
||||
"mobiledetect/mobiledetectlib": "<2.8.32",
|
||||
"modx/revolution": "<=3.1",
|
||||
"mojo42/jirafeau": "<4.4",
|
||||
"mongodb/mongodb": ">=1,<1.9.2",
|
||||
"mongodb/mongodb-extension": "<1.21.2",
|
||||
"monolog/monolog": ">=1.8,<1.12",
|
||||
"moodle/moodle": "<4.4.11|>=4.5.0.0-beta,<4.5.7|>=5.0.0.0-beta,<5.0.3",
|
||||
"moonshine/moonshine": "<=3.12.5",
|
||||
@@ -1512,10 +1529,9 @@
|
||||
"movim/moxl": ">=0.8,<=0.10",
|
||||
"movingbytes/social-network": "<=1.2.1",
|
||||
"mpdf/mpdf": "<=7.1.7",
|
||||
"munkireport/comment": "<4.1",
|
||||
"munkireport/comment": "<4",
|
||||
"munkireport/managedinstalls": "<2.6",
|
||||
"munkireport/munki_facts": "<1.5",
|
||||
"munkireport/munkireport": ">=2.5.3,<5.6.3",
|
||||
"munkireport/reportdata": "<3.5",
|
||||
"munkireport/softwareupdate": "<1.6",
|
||||
"mustache/mustache": ">=2,<2.14.1",
|
||||
@@ -1535,6 +1551,7 @@
|
||||
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
|
||||
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
||||
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
||||
"neuron-core/neuron-ai": "<=2.8.11",
|
||||
"nilsteampassnet/teampass": "<3.1.3.1-dev",
|
||||
"nitsan/ns-backup": "<13.0.1",
|
||||
"nonfiction/nterchange": "<4.1.1",
|
||||
@@ -1554,7 +1571,7 @@
|
||||
"october/system": "<3.7.5",
|
||||
"oliverklee/phpunit": "<3.5.15",
|
||||
"omeka/omeka-s": "<4.0.3",
|
||||
"onelogin/php-saml": "<2.10.4",
|
||||
"onelogin/php-saml": "<2.21.1|>=3,<3.8.1|>=4,<4.3.1",
|
||||
"oneup/uploader-bundle": ">=1,<1.9.3|>=2,<2.1.5",
|
||||
"open-web-analytics/open-web-analytics": "<1.8.1",
|
||||
"opencart/opencart": ">=0",
|
||||
@@ -1600,11 +1617,12 @@
|
||||
"phpmailer/phpmailer": "<6.5",
|
||||
"phpmussel/phpmussel": ">=1,<1.6",
|
||||
"phpmyadmin/phpmyadmin": "<5.2.2",
|
||||
"phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5|>=3.2.10,<=4.0.1",
|
||||
"phpmyfaq/phpmyfaq": "<=4.0.13",
|
||||
"phpoffice/common": "<0.2.9",
|
||||
"phpoffice/math": "<=0.2",
|
||||
"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",
|
||||
"phpservermon/phpservermon": "<3.6",
|
||||
"phpsysinfo/phpsysinfo": "<3.4.3",
|
||||
@@ -1640,7 +1658,7 @@
|
||||
"prestashop/ps_emailsubscription": "<2.6.1",
|
||||
"prestashop/ps_facetedsearch": "<3.4.1",
|
||||
"prestashop/ps_linklist": "<3.1",
|
||||
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4|>=1.7.7,<2.0.2",
|
||||
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4|>=1.7.7,<2.0.3",
|
||||
"processwire/processwire": "<=3.0.246",
|
||||
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
|
||||
"propel/propel1": ">=1,<=1.7.1",
|
||||
@@ -1662,13 +1680,13 @@
|
||||
"rap2hpoutre/laravel-log-viewer": "<0.13",
|
||||
"react/http": ">=0.7,<1.9",
|
||||
"really-simple-plugins/complianz-gdpr": "<6.4.2",
|
||||
"redaxo/source": "<5.18.3",
|
||||
"redaxo/source": "<5.20.1",
|
||||
"remdex/livehelperchat": "<4.29",
|
||||
"renolit/reint-downloadmanager": "<4.0.2|>=5,<5.0.1",
|
||||
"reportico-web/reportico": "<=8.1",
|
||||
"rhukster/dom-sanitizer": "<1.0.7",
|
||||
"rmccue/requests": ">=1.6,<1.8",
|
||||
"robrichards/xmlseclibs": ">=1,<3.0.4",
|
||||
"robrichards/xmlseclibs": "<=3.1.3",
|
||||
"roots/soil": "<4.1",
|
||||
"roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
|
||||
"rudloff/alltube": "<3.0.3",
|
||||
@@ -1684,11 +1702,11 @@
|
||||
"setasign/fpdi": "<2.6.4",
|
||||
"sfroemken/url_redirect": "<=1.2.1",
|
||||
"sheng/yiicms": "<1.2.1",
|
||||
"shopware/core": "<6.6.10.7-dev|>=6.7,<6.7.3.1-dev",
|
||||
"shopware/core": "<6.6.10.9-dev|>=6.7,<6.7.4.1-dev",
|
||||
"shopware/platform": "<6.6.10.7-dev|>=6.7,<6.7.3.1-dev",
|
||||
"shopware/production": "<=6.3.5.2",
|
||||
"shopware/shopware": "<=5.7.17|>=6.7,<6.7.2.1-dev",
|
||||
"shopware/storefront": "<=6.4.8.1|>=6.5.8,<6.5.8.7-dev",
|
||||
"shopware/shopware": "<=5.7.17|>=6.4.6,<6.6.10.10-dev|>=6.7,<6.7.5.1-dev",
|
||||
"shopware/storefront": "<6.6.10.10-dev|>=6.7,<6.7.5.1-dev",
|
||||
"shopxo/shopxo": "<=6.4",
|
||||
"showdoc/showdoc": "<2.10.4",
|
||||
"shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
|
||||
@@ -1729,7 +1747,7 @@
|
||||
"slim/slim": "<2.6",
|
||||
"slub/slub-events": "<3.0.3",
|
||||
"smarty/smarty": "<4.5.3|>=5,<5.1.1",
|
||||
"snipe/snipe-it": "<8.1.18",
|
||||
"snipe/snipe-it": "<=8.3.4",
|
||||
"socalnick/scn-social-auth": "<1.15.2",
|
||||
"socialiteproviders/steam": "<1.1",
|
||||
"solspace/craft-freeform": ">=5,<5.10.16",
|
||||
@@ -1778,7 +1796,7 @@
|
||||
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
||||
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4",
|
||||
"symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
||||
"symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7",
|
||||
"symfony/http-foundation": "<5.4.50|>=6,<6.4.29|>=7,<7.3.7",
|
||||
"symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
|
||||
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
||||
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
||||
@@ -1797,7 +1815,7 @@
|
||||
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
||||
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
||||
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
||||
"symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8",
|
||||
"symfony/symfony": "<5.4.50|>=6,<6.4.29|>=7,<7.3.7",
|
||||
"symfony/translation": ">=2,<2.0.17",
|
||||
"symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
|
||||
"symfony/ux-autocomplete": "<2.11.2",
|
||||
@@ -1821,7 +1839,7 @@
|
||||
"thelia/thelia": ">=2.1,<2.1.3",
|
||||
"theonedemon/phpwhois": "<=4.2.5",
|
||||
"thinkcmf/thinkcmf": "<6.0.8",
|
||||
"thorsten/phpmyfaq": "<=4.0.1|>=4.0.7,<4.0.13",
|
||||
"thorsten/phpmyfaq": "<=4.0.13",
|
||||
"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",
|
||||
@@ -1832,7 +1850,7 @@
|
||||
"topthink/framework": "<6.0.17|>=6.1,<=8.0.4",
|
||||
"topthink/think": "<=6.1.1",
|
||||
"topthink/thinkphp": "<=3.2.3|>=6.1.3,<=8.0.4",
|
||||
"torrentpier/torrentpier": "<=2.4.3",
|
||||
"torrentpier/torrentpier": "<=2.8.8",
|
||||
"tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
|
||||
"tribalsystems/zenario": "<=9.7.61188",
|
||||
"truckersmp/phpwhois": "<=4.3.1",
|
||||
@@ -1939,6 +1957,7 @@
|
||||
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
|
||||
"yourls/yourls": "<=1.8.2",
|
||||
"yuan1994/tpadmin": "<=1.3.12",
|
||||
"yungifez/skuul": "<=2.6.5",
|
||||
"z-push/z-push-dev": "<2.7.6",
|
||||
"zencart/zencart": "<=1.5.7.0-beta",
|
||||
"zendesk/zendesk_api_client_php": "<2.2.11",
|
||||
@@ -2014,7 +2033,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-11-03T21:05:38+00:00"
|
||||
"time": "2025-12-27T00:23:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
||||
@@ -6,17 +6,23 @@ OC.L10N.register(
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Soek",
|
||||
"Home" : "Tuis",
|
||||
"Bookmarks" : "Boekmerke",
|
||||
"Users" : "Gebruikers",
|
||||
"Collapse" : "Vou In",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
"Back to {category}" : "Terug na {category}",
|
||||
"by" : "deur",
|
||||
"Subscribe" : "Teken in",
|
||||
"Files" : "Lêer ",
|
||||
"Signature" : "Handtekening",
|
||||
"Disable" : "Deaktiveer",
|
||||
"Description" : "Beskrywing",
|
||||
"New" : "Nuut",
|
||||
|
||||
@@ -4,17 +4,23 @@
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Soek",
|
||||
"Home" : "Tuis",
|
||||
"Bookmarks" : "Boekmerke",
|
||||
"Users" : "Gebruikers",
|
||||
"Collapse" : "Vou In",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
"Back to {category}" : "Terug na {category}",
|
||||
"by" : "deur",
|
||||
"Subscribe" : "Teken in",
|
||||
"Files" : "Lêer ",
|
||||
"Signature" : "Handtekening",
|
||||
"Disable" : "Deaktiveer",
|
||||
"Description" : "Beskrywing",
|
||||
"New" : "Nuut",
|
||||
|
||||
17
l10n/ar.js
17
l10n/ar.js
@@ -10,34 +10,43 @@ OC.L10N.register(
|
||||
"Underlined text" : "نصٌ مُسطّرٌ تحتيّاً",
|
||||
"Forum" : "المنتدى",
|
||||
"Deleted user" : "مستخدم محذوف",
|
||||
"Loading …" : "التحميل جارٍ ...",
|
||||
"Search" : "بحث",
|
||||
"Home" : "الرئيسية",
|
||||
"Bookmarks" : "الإشارات المرجعية Bookmarks",
|
||||
"Dashboard" : "الرئيسية",
|
||||
"Users" : "المستخدمين",
|
||||
"Categories" : "التصنيفات",
|
||||
"Expand" : "توسيع",
|
||||
"Collapse" : "طوي",
|
||||
"Hello world!" : "مرحبا بالعالم!",
|
||||
"Code" : "الرمز",
|
||||
"Quote" : "عرض الأسعار",
|
||||
"Font size" : "حجم الخط",
|
||||
"List" : "قائمة",
|
||||
"Insert emoji" : "أدخِل \"إيموجي\" emoji",
|
||||
"Close" : "إغلاق",
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "إنشاء",
|
||||
"Update" : "تحديث",
|
||||
"Move" : "نقل",
|
||||
"Page not found" : "الصفحة غير موجودة",
|
||||
"Back" : "عودة",
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
"Uncategorized" : "غير مُصنّفة",
|
||||
"Views" : "مشاهدات",
|
||||
"Title" : "العنوان",
|
||||
"Saving draft …" : "حفظ المسوّدة جارٍ...",
|
||||
"Draft saved" : "تمّ حفظ المُسوَّدة",
|
||||
"Unsaved changes" : "تغييرات لم يتم حفظها",
|
||||
"Refresh" : "إنعاش",
|
||||
"Loading …" : "التحميل جارٍ ...",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
@@ -47,8 +56,14 @@ OC.L10N.register(
|
||||
"by" : "من قِبَل",
|
||||
"Subscribe" : "إشترك",
|
||||
"Subscribed" : "مشترك",
|
||||
"Bookmark" : "إشارة مرجعية bookmark",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Move thread" : "أنقُل النَّظْمَة thread",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Notifications" : "الإشعارات",
|
||||
"Files" : "الملفّات",
|
||||
"Browse" : "تصفُّح",
|
||||
"Signature" : "التوقيع",
|
||||
"Enable" : "تمكين",
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
|
||||
17
l10n/ar.json
17
l10n/ar.json
@@ -8,34 +8,43 @@
|
||||
"Underlined text" : "نصٌ مُسطّرٌ تحتيّاً",
|
||||
"Forum" : "المنتدى",
|
||||
"Deleted user" : "مستخدم محذوف",
|
||||
"Loading …" : "التحميل جارٍ ...",
|
||||
"Search" : "بحث",
|
||||
"Home" : "الرئيسية",
|
||||
"Bookmarks" : "الإشارات المرجعية Bookmarks",
|
||||
"Dashboard" : "الرئيسية",
|
||||
"Users" : "المستخدمين",
|
||||
"Categories" : "التصنيفات",
|
||||
"Expand" : "توسيع",
|
||||
"Collapse" : "طوي",
|
||||
"Hello world!" : "مرحبا بالعالم!",
|
||||
"Code" : "الرمز",
|
||||
"Quote" : "عرض الأسعار",
|
||||
"Font size" : "حجم الخط",
|
||||
"List" : "قائمة",
|
||||
"Insert emoji" : "أدخِل \"إيموجي\" emoji",
|
||||
"Close" : "إغلاق",
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "إنشاء",
|
||||
"Update" : "تحديث",
|
||||
"Move" : "نقل",
|
||||
"Page not found" : "الصفحة غير موجودة",
|
||||
"Back" : "عودة",
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
"Uncategorized" : "غير مُصنّفة",
|
||||
"Views" : "مشاهدات",
|
||||
"Title" : "العنوان",
|
||||
"Saving draft …" : "حفظ المسوّدة جارٍ...",
|
||||
"Draft saved" : "تمّ حفظ المُسوَّدة",
|
||||
"Unsaved changes" : "تغييرات لم يتم حفظها",
|
||||
"Refresh" : "إنعاش",
|
||||
"Loading …" : "التحميل جارٍ ...",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
@@ -45,8 +54,14 @@
|
||||
"by" : "من قِبَل",
|
||||
"Subscribe" : "إشترك",
|
||||
"Subscribed" : "مشترك",
|
||||
"Bookmark" : "إشارة مرجعية bookmark",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Move thread" : "أنقُل النَّظْمَة thread",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Notifications" : "الإشعارات",
|
||||
"Files" : "الملفّات",
|
||||
"Browse" : "تصفُّح",
|
||||
"Signature" : "التوقيع",
|
||||
"Enable" : "تمكين",
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
|
||||
13
l10n/ast.js
13
l10n/ast.js
@@ -11,6 +11,7 @@ OC.L10N.register(
|
||||
"Underlined text" : "Testu solliniáu",
|
||||
"Forum" : "Foru",
|
||||
"Deleted user" : "Usuariu desaniciáu",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Aniciu",
|
||||
"Dashboard" : "Panel",
|
||||
@@ -18,22 +19,28 @@ OC.L10N.register(
|
||||
"Categories" : "Categories",
|
||||
"Expand" : "Espander",
|
||||
"Collapse" : "Contrayer",
|
||||
"Hello world!" : "¡Hola, mundu!",
|
||||
"Code" : "Códigu",
|
||||
"List" : "Llista",
|
||||
"Upload failed" : "Xuba fallida",
|
||||
"Close" : "Zarrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Nun s'atopó la páxina",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títulu",
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
"Unsaved changes" : "Cambeos ensin guardar",
|
||||
"Refresh" : "Anovar",
|
||||
"Loading …" : "Cargando…",
|
||||
"Retry" : "Retentar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "Buscando…",
|
||||
@@ -42,8 +49,12 @@ OC.L10N.register(
|
||||
"Reply" : "Responder",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Soscribise",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Move thread" : "Mover el filu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Notifications" : "Avisos",
|
||||
"Files" : "Ficheros",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"Underlined text" : "Testu solliniáu",
|
||||
"Forum" : "Foru",
|
||||
"Deleted user" : "Usuariu desaniciáu",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Aniciu",
|
||||
"Dashboard" : "Panel",
|
||||
@@ -16,22 +17,28 @@
|
||||
"Categories" : "Categories",
|
||||
"Expand" : "Espander",
|
||||
"Collapse" : "Contrayer",
|
||||
"Hello world!" : "¡Hola, mundu!",
|
||||
"Code" : "Códigu",
|
||||
"List" : "Llista",
|
||||
"Upload failed" : "Xuba fallida",
|
||||
"Close" : "Zarrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Nun s'atopó la páxina",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títulu",
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
"Unsaved changes" : "Cambeos ensin guardar",
|
||||
"Refresh" : "Anovar",
|
||||
"Loading …" : "Cargando…",
|
||||
"Retry" : "Retentar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "Buscando…",
|
||||
@@ -40,8 +47,12 @@
|
||||
"Reply" : "Responder",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Soscribise",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Move thread" : "Mover el filu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Notifications" : "Avisos",
|
||||
"Files" : "Ficheros",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -10,8 +10,11 @@ OC.L10N.register(
|
||||
"Users" : "İstifadəçilər",
|
||||
"Categories" : "Kateqoriyalar",
|
||||
"Collapse" : "Yığılma",
|
||||
"Upload failed" : "Yüklənmədə səhv baş verdi",
|
||||
"Close" : "Bağla",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Yenilənmə",
|
||||
"Move" : "Move",
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
@@ -20,6 +23,7 @@ OC.L10N.register(
|
||||
"Error" : "Səhv",
|
||||
"by" : "onunla",
|
||||
"Subscribe" : "Abunə",
|
||||
"Signature" : "İmza",
|
||||
"Disable" : "Dayandır",
|
||||
"Description" : "Açıqlanma",
|
||||
"Enabled" : "İşə salınıb",
|
||||
|
||||
@@ -8,8 +8,11 @@
|
||||
"Users" : "İstifadəçilər",
|
||||
"Categories" : "Kateqoriyalar",
|
||||
"Collapse" : "Yığılma",
|
||||
"Upload failed" : "Yüklənmədə səhv baş verdi",
|
||||
"Close" : "Bağla",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Yenilənmə",
|
||||
"Move" : "Move",
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
@@ -18,6 +21,7 @@
|
||||
"Error" : "Səhv",
|
||||
"by" : "onunla",
|
||||
"Subscribe" : "Abunə",
|
||||
"Signature" : "İmza",
|
||||
"Disable" : "Dayandır",
|
||||
"Description" : "Açıqlanma",
|
||||
"Enabled" : "İşə salınıb",
|
||||
|
||||
28
l10n/be.js
28
l10n/be.js
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Forum" : "Форум",
|
||||
"Welcome to the forum!" : "Вітаем на форуме!",
|
||||
"Deleted user" : "Выдалены карыстальнік",
|
||||
"Loading …" : "Загрузка …",
|
||||
"Search" : "Пошук",
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
@@ -24,6 +25,7 @@ OC.L10N.register(
|
||||
"Categories" : "Катэгорыі",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
"Font color" : "Колер шрыфта",
|
||||
@@ -33,34 +35,49 @@ OC.L10N.register(
|
||||
"List" : "Спіс",
|
||||
"Example" : "Прыклад",
|
||||
"Insert emoji" : "Уставіць эмодзі",
|
||||
"_Post_::_Posts_" : ["Допіс","Допісы","Допісы","Допісы"],
|
||||
"Uploading file …" : "Запампоўванне файла …",
|
||||
"Close" : "Закрыць",
|
||||
"Threads" : "Гутаркі",
|
||||
"Replies" : "Адказы",
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
"Move" : "Перамясціць",
|
||||
"Page not found" : "Старонка не знойдзена",
|
||||
"Back" : "Назад",
|
||||
"First page" : "Першая старонка",
|
||||
"Previous page" : "Папярэдняя старонка",
|
||||
"Next page" : "Наступная старонка",
|
||||
"Last page" : "Апошняя старонка",
|
||||
"Go to page {page}" : "Перайсці да старонкі {page}",
|
||||
"Edit" : "Рэдагаваць",
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
"Add reaction" : "Дадаць рэакцыю",
|
||||
"React with {emoji}" : "Адрэагаваць з {emoji}",
|
||||
"_%n post_::_%n posts_" : ["%n допіс","%n допісы","%n допісаў","%n допісаў"],
|
||||
"Replies" : "Адказы",
|
||||
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
|
||||
"Title" : "Загаловак",
|
||||
"Saving draft …" : "Захаванне чарнавіка …",
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
"Unsaved changes" : "Незахаваныя змены",
|
||||
"Refresh" : "Абнавіць",
|
||||
"Loading …" : "Загрузка …",
|
||||
"Retry" : "Паўтарыць спробу",
|
||||
"In {category}" : "У {category}",
|
||||
"Error" : "Памылка",
|
||||
"First post" : "Першы допіс",
|
||||
"Searching …" : "Пошук …",
|
||||
"No results found" : "Вынікаў не знойдзена",
|
||||
"Back to {category}" : "Назад да {category}",
|
||||
"Reply" : "Адказаць",
|
||||
"Edit title" : "Рэдагаваць загаловак",
|
||||
"Notifications" : "Апавяшчэнні",
|
||||
"Files" : "Файлы",
|
||||
"Browse" : "Агляд",
|
||||
"Signature" : "Подпіс",
|
||||
"Enable" : "Уключыць",
|
||||
"Disable" : "Адключыць",
|
||||
"Tag" : "Тэг",
|
||||
@@ -82,7 +99,6 @@ OC.L10N.register(
|
||||
"Allow" : "Дазволіць",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Actions" : "Дзеянні",
|
||||
"Posts" : "Допісы",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
|
||||
28
l10n/be.json
28
l10n/be.json
@@ -14,6 +14,7 @@
|
||||
"Forum" : "Форум",
|
||||
"Welcome to the forum!" : "Вітаем на форуме!",
|
||||
"Deleted user" : "Выдалены карыстальнік",
|
||||
"Loading …" : "Загрузка …",
|
||||
"Search" : "Пошук",
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
@@ -22,6 +23,7 @@
|
||||
"Categories" : "Катэгорыі",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
"Font color" : "Колер шрыфта",
|
||||
@@ -31,34 +33,49 @@
|
||||
"List" : "Спіс",
|
||||
"Example" : "Прыклад",
|
||||
"Insert emoji" : "Уставіць эмодзі",
|
||||
"_Post_::_Posts_" : ["Допіс","Допісы","Допісы","Допісы"],
|
||||
"Uploading file …" : "Запампоўванне файла …",
|
||||
"Close" : "Закрыць",
|
||||
"Threads" : "Гутаркі",
|
||||
"Replies" : "Адказы",
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
"Move" : "Перамясціць",
|
||||
"Page not found" : "Старонка не знойдзена",
|
||||
"Back" : "Назад",
|
||||
"First page" : "Першая старонка",
|
||||
"Previous page" : "Папярэдняя старонка",
|
||||
"Next page" : "Наступная старонка",
|
||||
"Last page" : "Апошняя старонка",
|
||||
"Go to page {page}" : "Перайсці да старонкі {page}",
|
||||
"Edit" : "Рэдагаваць",
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
"Add reaction" : "Дадаць рэакцыю",
|
||||
"React with {emoji}" : "Адрэагаваць з {emoji}",
|
||||
"_%n post_::_%n posts_" : ["%n допіс","%n допісы","%n допісаў","%n допісаў"],
|
||||
"Replies" : "Адказы",
|
||||
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
|
||||
"Title" : "Загаловак",
|
||||
"Saving draft …" : "Захаванне чарнавіка …",
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
"Unsaved changes" : "Незахаваныя змены",
|
||||
"Refresh" : "Абнавіць",
|
||||
"Loading …" : "Загрузка …",
|
||||
"Retry" : "Паўтарыць спробу",
|
||||
"In {category}" : "У {category}",
|
||||
"Error" : "Памылка",
|
||||
"First post" : "Першы допіс",
|
||||
"Searching …" : "Пошук …",
|
||||
"No results found" : "Вынікаў не знойдзена",
|
||||
"Back to {category}" : "Назад да {category}",
|
||||
"Reply" : "Адказаць",
|
||||
"Edit title" : "Рэдагаваць загаловак",
|
||||
"Notifications" : "Апавяшчэнні",
|
||||
"Files" : "Файлы",
|
||||
"Browse" : "Агляд",
|
||||
"Signature" : "Подпіс",
|
||||
"Enable" : "Уключыць",
|
||||
"Disable" : "Адключыць",
|
||||
"Tag" : "Тэг",
|
||||
@@ -80,7 +97,6 @@
|
||||
"Allow" : "Дазволіць",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Actions" : "Дзеянні",
|
||||
"Posts" : "Допісы",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
|
||||
21
l10n/bg.js
21
l10n/bg.js
@@ -9,33 +9,46 @@ OC.L10N.register(
|
||||
"Underlined text" : "Подчертан текст",
|
||||
"Forum" : "Форум",
|
||||
"Deleted user" : "Изтрит потребител",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Search" : "Търсене",
|
||||
"Home" : "Начало",
|
||||
"Bookmarks" : "Отметки",
|
||||
"Dashboard" : "Табло",
|
||||
"Categories" : "Категории",
|
||||
"Expand" : "Разгъване",
|
||||
"Collapse" : "Сгъване",
|
||||
"Hello world!" : "Здравей Свят!",
|
||||
"Code" : "Код",
|
||||
"Quote" : "Оферта",
|
||||
"Font size" : "Размер на шрифта",
|
||||
"List" : "Списък",
|
||||
"Insert emoji" : "Вмъкване на емотикон",
|
||||
"Upload failed" : "Неуспешно качване",
|
||||
"Close" : "Затваряне",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Създаване",
|
||||
"Update" : "Обновяване",
|
||||
"Move" : "Преместване",
|
||||
"Page not found" : "Страницата не е намерена",
|
||||
"Back" : "Назад",
|
||||
"First page" : "Първа страница",
|
||||
"Previous page" : "Предишна страница",
|
||||
"Next page" : "Следваща страница",
|
||||
"Last page" : "Последна страница",
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
"Uncategorized" : "Некатегоризирани",
|
||||
"Views" : "Изгледи",
|
||||
"Title" : "Заглавие",
|
||||
"Saving draft …" : "Записване на чернова …",
|
||||
"Draft saved" : "Черновата е записана",
|
||||
"Unsaved changes" : "Незаписани промени",
|
||||
"Refresh" : "Опресняване",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Retry" : "Опитай отново",
|
||||
"Error" : "Грешка",
|
||||
"Searching …" : "Търсене ...",
|
||||
@@ -44,8 +57,13 @@ OC.L10N.register(
|
||||
"by" : "от",
|
||||
"Subscribe" : "Абониране",
|
||||
"Subscribed" : "Абониран",
|
||||
"Bookmark" : "Отметка",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Move thread" : "Преместване на нишката",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Notifications" : "Известия",
|
||||
"Files" : "Файлове",
|
||||
"Signature" : "Подпис",
|
||||
"Enable" : "Включена",
|
||||
"Disable" : "Изключване",
|
||||
"Tag" : "Етикет",
|
||||
@@ -56,7 +74,6 @@ OC.L10N.register(
|
||||
"Permissions" : "Права",
|
||||
"Move up" : "Преместване нагоре",
|
||||
"Move down" : "Преместване надолу",
|
||||
"Total users" : "Общо потребители",
|
||||
"Last 7 days" : "Последните 7 дни",
|
||||
"General settings" : "Общи настройки",
|
||||
"Appearance" : "Изглед",
|
||||
|
||||
21
l10n/bg.json
21
l10n/bg.json
@@ -7,33 +7,46 @@
|
||||
"Underlined text" : "Подчертан текст",
|
||||
"Forum" : "Форум",
|
||||
"Deleted user" : "Изтрит потребител",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Search" : "Търсене",
|
||||
"Home" : "Начало",
|
||||
"Bookmarks" : "Отметки",
|
||||
"Dashboard" : "Табло",
|
||||
"Categories" : "Категории",
|
||||
"Expand" : "Разгъване",
|
||||
"Collapse" : "Сгъване",
|
||||
"Hello world!" : "Здравей Свят!",
|
||||
"Code" : "Код",
|
||||
"Quote" : "Оферта",
|
||||
"Font size" : "Размер на шрифта",
|
||||
"List" : "Списък",
|
||||
"Insert emoji" : "Вмъкване на емотикон",
|
||||
"Upload failed" : "Неуспешно качване",
|
||||
"Close" : "Затваряне",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Създаване",
|
||||
"Update" : "Обновяване",
|
||||
"Move" : "Преместване",
|
||||
"Page not found" : "Страницата не е намерена",
|
||||
"Back" : "Назад",
|
||||
"First page" : "Първа страница",
|
||||
"Previous page" : "Предишна страница",
|
||||
"Next page" : "Следваща страница",
|
||||
"Last page" : "Последна страница",
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
"Uncategorized" : "Некатегоризирани",
|
||||
"Views" : "Изгледи",
|
||||
"Title" : "Заглавие",
|
||||
"Saving draft …" : "Записване на чернова …",
|
||||
"Draft saved" : "Черновата е записана",
|
||||
"Unsaved changes" : "Незаписани промени",
|
||||
"Refresh" : "Опресняване",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Retry" : "Опитай отново",
|
||||
"Error" : "Грешка",
|
||||
"Searching …" : "Търсене ...",
|
||||
@@ -42,8 +55,13 @@
|
||||
"by" : "от",
|
||||
"Subscribe" : "Абониране",
|
||||
"Subscribed" : "Абониран",
|
||||
"Bookmark" : "Отметка",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Move thread" : "Преместване на нишката",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Notifications" : "Известия",
|
||||
"Files" : "Файлове",
|
||||
"Signature" : "Подпис",
|
||||
"Enable" : "Включена",
|
||||
"Disable" : "Изключване",
|
||||
"Tag" : "Етикет",
|
||||
@@ -54,7 +72,6 @@
|
||||
"Permissions" : "Права",
|
||||
"Move up" : "Преместване нагоре",
|
||||
"Move down" : "Преместване надолу",
|
||||
"Total users" : "Общо потребители",
|
||||
"Last 7 days" : "Последните 7 дни",
|
||||
"General settings" : "Общи настройки",
|
||||
"Appearance" : "Изглед",
|
||||
|
||||
@@ -9,8 +9,11 @@ OC.L10N.register(
|
||||
"Home" : "বাড়ি",
|
||||
"Users" : "ব্যবহারকারী",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
|
||||
@@ -7,8 +7,11 @@
|
||||
"Home" : "বাড়ি",
|
||||
"Users" : "ব্যবহারকারী",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
|
||||
@@ -10,13 +10,18 @@ OC.L10N.register(
|
||||
"Dashboard" : "Taolenn-stur",
|
||||
"Users" : "Implijer",
|
||||
"Categories" : "Rummadoù",
|
||||
"Hello world!" : "Hello world!",
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
"Save" : "Enrollañ",
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
|
||||
@@ -8,13 +8,18 @@
|
||||
"Dashboard" : "Taolenn-stur",
|
||||
"Users" : "Implijer",
|
||||
"Categories" : "Rummadoù",
|
||||
"Hello world!" : "Hello world!",
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Move" : "Diplasañ",
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
"Save" : "Enrollañ",
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
|
||||
@@ -8,9 +8,12 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
@@ -6,9 +6,12 @@
|
||||
"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",
|
||||
|
||||
23
l10n/ca.js
23
l10n/ca.js
@@ -11,34 +11,48 @@ OC.L10N.register(
|
||||
"Underlined text" : "Text subratllat",
|
||||
"Forum" : "Fòrum",
|
||||
"Deleted user" : "Usuari suprimit",
|
||||
"Loading …" : "S'està carregant…",
|
||||
"Search" : "Cercar",
|
||||
"Home" : "Casa",
|
||||
"Bookmarks" : "Adreces d'interès",
|
||||
"Dashboard" : "Tauler",
|
||||
"Categories" : "Categories",
|
||||
"Expand" : "Expandeix",
|
||||
"Collapse" : "Replega",
|
||||
"Hello world!" : "Hola a tothom!",
|
||||
"Code" : "Codi",
|
||||
"Quote" : "Pressupost",
|
||||
"Font size" : "Mida de la lletra",
|
||||
"List" : "Llista",
|
||||
"Insert emoji" : "Insereix un emoji",
|
||||
"Upload failed" : "S'ha produït un error durant la pujada",
|
||||
"Close" : "Tanca",
|
||||
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
|
||||
"Sort order" : "Ordenació",
|
||||
"0" : "0",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crea",
|
||||
"Update" : "Actualitza",
|
||||
"Move" : "Mou",
|
||||
"Page not found" : "No s'ha trobat la pàgina",
|
||||
"Back" : "Torna",
|
||||
"First page" : "Primera pàgina",
|
||||
"Previous page" : "Pàgina anterior",
|
||||
"Next page" : "Pàgina següent",
|
||||
"Last page" : "Última pàgina",
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
"Uncategorized" : "Sense categoria",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títol",
|
||||
"Saving draft …" : "S'està desant l'esborrany …",
|
||||
"Draft saved" : "S'ha desat l'esborrany",
|
||||
"Unsaved changes" : "Hi ha canvis sense desar",
|
||||
"Back to home" : "Tornar a l'inici",
|
||||
"Refresh" : "Actualitza",
|
||||
"Loading …" : "S'està carregant…",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "S'està cercant…",
|
||||
@@ -48,10 +62,14 @@ OC.L10N.register(
|
||||
"by" : "per",
|
||||
"Subscribe" : "Subscriu-m'hi",
|
||||
"Subscribed" : "Subscrit",
|
||||
"Bookmark" : "Adreça d'interès",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Move thread" : "Mou el fil",
|
||||
"Preferences" : "Preferències",
|
||||
"Notifications" : "Notificacions",
|
||||
"Files" : "Fitxers",
|
||||
"Browse" : "Navegació",
|
||||
"Signature" : "Signatura",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Inhabilitar",
|
||||
"Tag" : "Etiqueta",
|
||||
@@ -62,7 +80,6 @@ OC.L10N.register(
|
||||
"Permissions" : "Permisos",
|
||||
"Move up" : "Mou amunt",
|
||||
"Move down" : "Mou avall",
|
||||
"Total users" : "Total d'usuaris",
|
||||
"Last 7 days" : "Darrers 7 dies",
|
||||
"All time" : "Tot el temps",
|
||||
"General settings" : "Paràmetres generals",
|
||||
|
||||
23
l10n/ca.json
23
l10n/ca.json
@@ -9,34 +9,48 @@
|
||||
"Underlined text" : "Text subratllat",
|
||||
"Forum" : "Fòrum",
|
||||
"Deleted user" : "Usuari suprimit",
|
||||
"Loading …" : "S'està carregant…",
|
||||
"Search" : "Cercar",
|
||||
"Home" : "Casa",
|
||||
"Bookmarks" : "Adreces d'interès",
|
||||
"Dashboard" : "Tauler",
|
||||
"Categories" : "Categories",
|
||||
"Expand" : "Expandeix",
|
||||
"Collapse" : "Replega",
|
||||
"Hello world!" : "Hola a tothom!",
|
||||
"Code" : "Codi",
|
||||
"Quote" : "Pressupost",
|
||||
"Font size" : "Mida de la lletra",
|
||||
"List" : "Llista",
|
||||
"Insert emoji" : "Insereix un emoji",
|
||||
"Upload failed" : "S'ha produït un error durant la pujada",
|
||||
"Close" : "Tanca",
|
||||
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
|
||||
"Sort order" : "Ordenació",
|
||||
"0" : "0",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crea",
|
||||
"Update" : "Actualitza",
|
||||
"Move" : "Mou",
|
||||
"Page not found" : "No s'ha trobat la pàgina",
|
||||
"Back" : "Torna",
|
||||
"First page" : "Primera pàgina",
|
||||
"Previous page" : "Pàgina anterior",
|
||||
"Next page" : "Pàgina següent",
|
||||
"Last page" : "Última pàgina",
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
"Uncategorized" : "Sense categoria",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títol",
|
||||
"Saving draft …" : "S'està desant l'esborrany …",
|
||||
"Draft saved" : "S'ha desat l'esborrany",
|
||||
"Unsaved changes" : "Hi ha canvis sense desar",
|
||||
"Back to home" : "Tornar a l'inici",
|
||||
"Refresh" : "Actualitza",
|
||||
"Loading …" : "S'està carregant…",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "S'està cercant…",
|
||||
@@ -46,10 +60,14 @@
|
||||
"by" : "per",
|
||||
"Subscribe" : "Subscriu-m'hi",
|
||||
"Subscribed" : "Subscrit",
|
||||
"Bookmark" : "Adreça d'interès",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Move thread" : "Mou el fil",
|
||||
"Preferences" : "Preferències",
|
||||
"Notifications" : "Notificacions",
|
||||
"Files" : "Fitxers",
|
||||
"Browse" : "Navegació",
|
||||
"Signature" : "Signatura",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Inhabilitar",
|
||||
"Tag" : "Etiqueta",
|
||||
@@ -60,7 +78,6 @@
|
||||
"Permissions" : "Permisos",
|
||||
"Move up" : "Mou amunt",
|
||||
"Move down" : "Mou avall",
|
||||
"Total users" : "Total d'usuaris",
|
||||
"Last 7 days" : "Darrers 7 dies",
|
||||
"All time" : "Tot el temps",
|
||||
"General settings" : "Paràmetres generals",
|
||||
|
||||
125
l10n/cs.js
125
l10n/cs.js
@@ -16,6 +16,8 @@ OC.L10N.register(
|
||||
"Support" : "Podpora",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Pokládejte dotazy ohledně fóra, dávejte zpětnou vazbu nebo hlaste problémy.",
|
||||
"Inline code" : "Kód v řádku",
|
||||
"Spoiler title" : "Nadpis spoileru",
|
||||
"Hidden content" : "Skrytý obsah",
|
||||
"Spoilers" : "Spoilery",
|
||||
"Attachment" : "Příloha",
|
||||
"Welcome to Nextcloud Forums" : "Vítejte v Nextcloud fórech",
|
||||
@@ -36,11 +38,14 @@ OC.L10N.register(
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Neváhejte zahájit novou diskuzi nebo odpovězte na existující vlákna. Vesele pište příspěvky!.",
|
||||
"Forum" : "Diskuzní fórum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} nová odpověď v {thread} ","{count} nové odpovědi v {thread} ","{count} nových odpovědí v {thread} ","{count} nové odpovědi v {thread} "],
|
||||
"{user} mentioned you in {thread}" : "{user} vás zmínil(a) v {thread}",
|
||||
"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",
|
||||
"Loading …" : "Načítání …",
|
||||
"Search" : "Hledat",
|
||||
"Home" : "Domů",
|
||||
"Bookmarks" : "Záložky",
|
||||
"User preferences" : "Předvolby uživatele",
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
@@ -51,6 +56,9 @@ OC.L10N.register(
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"{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!",
|
||||
"Hello moon!" : "Ahoj Měsíci!",
|
||||
"Font style bold" : "Tučný styl písma",
|
||||
"Font style italic" : "Skloněný styl písma",
|
||||
"Font style struck through" : "Přeškrtnutý styl písma",
|
||||
@@ -81,9 +89,15 @@ OC.L10N.register(
|
||||
"No custom BBCodes configured." : "Nenastaveny žádné uživatelsky určené BBCode kódy.",
|
||||
"Failed to load custom BBCodes" : "Nepodařilo se načíst uživatelsky určené BBCode kódy",
|
||||
"Insert emoji" : "Vložit emotikonu",
|
||||
"Pick file from Nextcloud" : "Vyberte soubor z Nextcloud",
|
||||
"Upload file to Nextcloud" : "Nahrát soubor na Nextcloud",
|
||||
"Uploading file …" : "Nahrávání souboru …",
|
||||
"Upload failed" : "Nahrání se nezdařilo",
|
||||
"Close" : "Zavřít",
|
||||
"Pick a file to attach" : "Vyberte soubor a nasdílejte ho",
|
||||
"_Thread_::_Threads_" : ["Vlákno","Vlákna","Vláken","Vlákna"],
|
||||
"_Post_::_Posts_" : ["Příspěvek","Příspěvky","Příspěvků","Příspěvky"],
|
||||
"Failed to upload file" : "Nepodařilo se nahrát soubor",
|
||||
"Threads" : "Vláken",
|
||||
"Replies" : "Odpovědi",
|
||||
"No description available" : "Není k dispozici žádný popis",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
@@ -92,48 +106,78 @@ OC.L10N.register(
|
||||
"Header description" : "Popis záhlaví",
|
||||
"Enter header description (optional)" : "Zadejte popis záhlaví (volitelné)",
|
||||
"Sort order" : "Pořadí řazení",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Nižší čísla se objeví jako první",
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"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 …",
|
||||
"Loading categories …" : "Načítání kategorií …",
|
||||
"Move" : "Přesunout",
|
||||
"Cannot move to a category header. Please select a category instead." : "Není možné přesunout záhlaví kategorie. Namísto toho vyberte kategorii.",
|
||||
"This thread is already in this category." : "Toto vlákno už se v této kategorii nachází.",
|
||||
"Failed to load categories" : "Nepodařilo se načíst kategorie",
|
||||
"Page not found" : "Stránka nenalezena",
|
||||
"The page you are looking for could not be found." : "Stránka kterou hledáte nebylo možné nalézt.",
|
||||
"Back" : "Zpět",
|
||||
"Go to home" : "Přejít na úvodní stránku",
|
||||
"Pagination" : "Stránkování",
|
||||
"First page" : "První stránka",
|
||||
"Previous page" : "Předchozí stránka",
|
||||
"Next page" : "Následující stránka",
|
||||
"Last page" : "Poslední stránka",
|
||||
"Go to page {page}" : "Přejít na stránku {page}",
|
||||
"Edited" : "Upraveno",
|
||||
"Quote reply" : "Odpovědět s citací",
|
||||
"Edit" : "Upravit",
|
||||
"Delete" : "Smazat",
|
||||
"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é",
|
||||
"Edit your post …" : "Upravit váš příspěvek …",
|
||||
"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?",
|
||||
"Edit history" : "Upravit historii",
|
||||
"Loading history …" : "Načítání historie …",
|
||||
"This post has no edit history." : "Tento příspěvek nemá žádnou historii úprav.",
|
||||
"Current version" : "Stávající verze",
|
||||
"Edited by" : "Upravil/a",
|
||||
"Failed to load edit history" : "Nepodařilo se načíst historii úprav",
|
||||
"Version {index}" : "Verze {index}",
|
||||
"Add reaction" : "Přidat reakci",
|
||||
"React with {emoji}" : "Zareagovat {emoji}",
|
||||
"You reacted with {emoji}" : "Zareagovali jste s použitím {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Vy a %n další jste zareagovali s použitím {emoji}","Vy a %n další jste zareagovali s použitím {emoji}","Vy a %n dalších jste zareagovali s použitím {emoji}","Vy a %n další jste zareagovali s použitím {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n osoba zareagovala s použitím {emoji}","%n lidé zareagovali s použitím {emoji}","%n lidí zareagovalo s použitím {emoji}","%n lidé zareagovali s použitím {emoji}"],
|
||||
"Write your reply …" : "Napište svou odpověď …",
|
||||
"Post reply" : "Odeslat odpověď",
|
||||
"Submit reply" : "Odeslat odpověď",
|
||||
"Are you sure you want to discard your reply?" : "Opravdu chcete svou odpověď zahodit?",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Thread unavailable" : "Vlákno není k dispozici",
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
"Uncategorized" : "Nezařazeno",
|
||||
"_%n post_::_%n posts_" : ["%n příspěvek","%n příspěvky","%n příspěvků","%n příspěvky"],
|
||||
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
|
||||
"_%n view_::_%n views_" : ["%n zobrazení","%n zobrazení","%n zobrazení","%n zobrazení"],
|
||||
"Replies" : "Odpovědi",
|
||||
"Views" : "Zobrazení",
|
||||
"Title" : "Titul",
|
||||
"Enter thread title …" : "Zadejte titulek vlákna …",
|
||||
"Write your first post …" : "Napište svůj první příspěvek …",
|
||||
"Write your thread content …" : "Napište obsah vašeho vlákna …",
|
||||
"Create thread" : "Vytvořit vlákno",
|
||||
"Are you sure you want to discard this thread?" : "Opravdu chcete toto vlákno zahodit?",
|
||||
"Saving draft …" : "Ukládání konceptu…",
|
||||
"Draft saved" : "Koncept uložen",
|
||||
"Unsaved changes" : "Neuložené změny",
|
||||
"Back to home" : "Zpět na začátek",
|
||||
"Refresh" : "Znovu načíst",
|
||||
"Loading …" : "Načítání …",
|
||||
"Your bookmarked threads" : "Vaše záložky na vlákna",
|
||||
"Error loading bookmarks" : "Chyba při načítání záložek",
|
||||
"No bookmarks yet" : "Zatím ještě žádné záložky",
|
||||
"Bookmark threads to quickly find them later." : "Ukládejte si vlákna do záložek, abyste je později rychle našli.",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"An unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
"Failed to load bookmarks" : "Nepodařilo se načíst záložky",
|
||||
"No categories yet" : "Zatím ještě žádné kategorie",
|
||||
"Categories will appear here once they are created." : "Kategorie se objeví, jakmile budou vytvořeny.",
|
||||
"No categories in this section" : "Žádné kategorie v této sekci",
|
||||
@@ -144,9 +188,6 @@ OC.L10N.register(
|
||||
"Error loading category" : "Chyba při načítání kategorie",
|
||||
"No threads yet" : "Zatím žádná vlákna",
|
||||
"Be the first to start a discussion in this category." : "Buďte první kdo začne diskutovat v této kategorii.",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Zobrazuje se %n vlákno","Zobrazují se %n vlákna","Zobrazuje se %n vláken","Zobrazují se %n vlákna"],
|
||||
"An unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
"No category ID or slug provided" : "Nezadán žádný identifikátor kategorie nebo slug",
|
||||
"Failed to load threads" : "Nepodařilo se načíst vlákna",
|
||||
"Create New Thread" : "Vytvořit nové vlákno",
|
||||
@@ -156,17 +197,17 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"Error" : "Error",
|
||||
"First post" : "První příspěvek",
|
||||
"First activity" : "První aktivita",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
"This user has not created any threads yet" : "Tento uživatel zatím nevytvořil žádná vlákna",
|
||||
"No replies" : "Žádné odpovědi",
|
||||
"This user has not posted any replies yet" : "Tento uživatel zatím neposlal žádné odpovědi",
|
||||
"This user has not written any replies yet" : "Tento uživatel zatím nenapsal žádné odpovědi",
|
||||
"Failed to load user profile" : "Nepodařilo se načíst uživatelský profil",
|
||||
"Enter search query …" : "Zadejte vyhledávací dotaz …",
|
||||
"Search in threads" : "Hledat ve vláknech",
|
||||
"Search in posts" : "Hledat v příspěvcích",
|
||||
"Search in replies" : "Hledat v odpovědích",
|
||||
"Syntax help" : "Nápověda k syntaxi",
|
||||
"Search syntax" : "Syntaxe vyhledávání",
|
||||
"Match exact phrase" : "Hledat shodu v přesné frázi",
|
||||
@@ -177,11 +218,11 @@ OC.L10N.register(
|
||||
"Searching …" : "Hledání …",
|
||||
"Search Error" : "Chyba hledání",
|
||||
"Enter a search query" : "Zadejte vyhledávací dotaz",
|
||||
"Use the search box above to find threads and posts" : "Ve vláknech a příspěvcích je možné vyhledávat pomocí kolonky výše",
|
||||
"Use the search box above to find threads and replies" : "Ve vláknech a odpovědích je možné vyhledávat pomocí kolonky výše",
|
||||
"No results found" : "Nic nenalezeno",
|
||||
"Try different keywords or check your syntax" : "Zkuste jiná klíčová slova nebo zkontrolujte syntaxi",
|
||||
"_%n thread found_::_%n threads found_" : ["Nalezeno %n vlákno","Nalezena %n vlákna","Nalezeno %n vláken","Nalezena %n vlákna"],
|
||||
"_%n post found_::_%n posts found_" : ["Nalezen %n příspěvek","Nalezeny %n příspěvky","Nalezeno %n příspěvků","Nalezeny %n příspěvky"],
|
||||
"_%n reply found_::_%n replies found_" : ["Nalezena %n odpověď","Nalezeny %n odpovědi","Nalezeno %n odpovědí","Nalezeny %n odpovědi"],
|
||||
"Please enter a search query" : "Zadejte vyhledávací dotaz",
|
||||
"Please select at least one search scope" : "Vyberte alespoň jednu oblast vyhledávání",
|
||||
"Failed to search" : "Nepodařilo se hledat",
|
||||
@@ -190,13 +231,12 @@ OC.L10N.register(
|
||||
"Back to {category}" : "Zpět na {category}",
|
||||
"Reply" : "Odpověď",
|
||||
"Error loading thread" : "Chyba při načítání vlákna",
|
||||
"No posts yet" : "Zatím žádné příspěvky",
|
||||
"Be the first to post in this thread." : "Buďte první kdo začne zasílat příspěvky do tohoto vlákna.",
|
||||
"No replies yet" : "Zatím žádné odpovědi",
|
||||
"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 post replies." : "Toto vlákno je uzamčeno. Odpovědi mohou zasíat pouze moderátoři.",
|
||||
"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 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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Zobrazování %n příspěvku","Zobrazování %n příspěvků","Zobrazování %n příspěvků","Zobrazování %n příspěvků"],
|
||||
"Lock thread" : "Uzamknout vlákno",
|
||||
"Unlock thread" : "Odemknout vlákno",
|
||||
"Pin thread" : "Připnout vlákno",
|
||||
@@ -209,17 +249,30 @@ OC.L10N.register(
|
||||
"Subscribed" : "Přihlášeno se k odběru",
|
||||
"Subscribed to thread" : "Přihlášeno se k odběru vlákna",
|
||||
"Unsubscribed from thread" : "Zrušeno odebírání vlákna",
|
||||
"Bookmark" : "Záložka",
|
||||
"Remove bookmark" : "Odebrat záložku",
|
||||
"Thread bookmarked" : "Vlákno uloženo do záložek",
|
||||
"Bookmark removed" : "Záložka odebrána",
|
||||
"Edit title" : "Upravit nadpis",
|
||||
"Save title" : "Uložit nadpis",
|
||||
"Thread title updated" : "Nadpis vlákna zaktualizován",
|
||||
"Move thread" : "Přesunout vlákno",
|
||||
"Thread moved successfully" : "Vlákno úspěšně přesunuto",
|
||||
"No thread ID or slug provided" : "Nezadán žádný identifikátor vlákna nebo slug",
|
||||
"Failed to load posts" : "Nepodařilo se načíst příspěvky",
|
||||
"Post updated" : "Příspěvek aktualizován",
|
||||
"Failed to update post" : "Nepodařilo se zaktualizovat příspěvek",
|
||||
"Failed to load replies" : "Nepodařilo se načíst odpovědi",
|
||||
"Thread updated" : "Vlákno zaktualizováno",
|
||||
"Reply updated" : "Odpověď zaktualizována",
|
||||
"Failed to update thread" : "Nepodařilo se zaktualizovat vlákno",
|
||||
"Failed to update reply" : "Nepodařilo se zaktualizovat odpověď",
|
||||
"Thread deleted" : "Vlákno smazáno",
|
||||
"Post deleted" : "Příspěvek smazán",
|
||||
"Failed to delete post" : "Příspěvek se nepodařilo smazat",
|
||||
"Reply deleted" : "Odpověď smazána",
|
||||
"Failed to delete reply" : "Nepodařilo se smazat odpověď",
|
||||
"Failed to update thread lock status" : "Nepodařilo se zaktualizovat stav zámku vlákna",
|
||||
"Failed to update thread pin status" : "Nepodařilo se zaktualizovat stav připnutí vlákna",
|
||||
"Failed to update subscription" : "Nepodařilo se zaktualizovat přihlášení se k odběru",
|
||||
"Failed to update bookmark" : "Nepodařilo se zaktualizovat záložku",
|
||||
"Failed to update thread title" : "Nepodařilo se zaktualizovat nadpis vlákna",
|
||||
"Failed to move thread" : "Nepodařilo se přesunout vlákno",
|
||||
"Preferences" : "Předvolby",
|
||||
"Customize your forum experience" : "Přizpůsobte si svůj dojem z používání fóra",
|
||||
"Loading preferences …" : "Načítání předvoleb …",
|
||||
@@ -229,10 +282,19 @@ OC.L10N.register(
|
||||
"Auto-subscribe to threads I create" : "Automaticky se přihlašovat k odběru vláken, která vytvořím",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Pokud zapnuto, automaticky obdržíte upozornění na odpovědi na vlákna, která vytvoříte",
|
||||
"Files" : "Soubory",
|
||||
"Configure file upload settings" : "Nastavit nahrávání souborů",
|
||||
"Upload directory" : "Složka pro nahrání",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Soubory připojené k vláknům nebo odpovědím budou nahrány do této složky v Nextcloud Soubory",
|
||||
"Browse" : "Procházet",
|
||||
"Preferences saved" : "Předvolby uloženy",
|
||||
"Signature" : "Podpis",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Váš podpis se objevuje ve spodní části vašich vláken nebo odpovědí",
|
||||
"You can use BBCode formatting in your signature" : "Svůj podpis můžete formátovat pomocí BBCode",
|
||||
"Enter your signature …" : "Zadejte svůj podpis …",
|
||||
"Failed to save preferences" : "Nepodařilo se uložit vaše předvolby",
|
||||
"Select upload directory" : "Vyberte složku pro nahrávání",
|
||||
"BBCode management" : "Správa BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Spravovat uživatelsky určené BBCode značky pro formátování příspěvků",
|
||||
"Manage custom BBCode tags for formatting" : "Spravovat uživatelsky určené BBCode značky pro formátování",
|
||||
"Error loading BBCodes" : "Chyba při načítání BBCode kódů",
|
||||
"Create BBCode" : "Vytvořit BBCode",
|
||||
"Enable" : "Povolit",
|
||||
@@ -270,6 +332,7 @@ OC.L10N.register(
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
"Slug cannot be changed after category creation" : "Po vytvoření kategorie už slug není možné změnit",
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
@@ -310,14 +373,10 @@ OC.L10N.register(
|
||||
"Loading statistics …" : "Načítání statistik …",
|
||||
"Error loading dashboard" : "Chyba při načítání přehledu",
|
||||
"Total statistics" : "Celkové statistiky",
|
||||
"Total users" : "Celkem uživatelů",
|
||||
"Total threads" : "Celkem vláken",
|
||||
"Total posts" : "Celkem příspěvků",
|
||||
"Total categories" : "Celkem kategorií",
|
||||
"Recent activity (last 7 days)" : "Nedávná aktivita (uplynulých 7 dnů)",
|
||||
"New users" : "Nový uživatelé",
|
||||
"New threads" : "Nová vlákna",
|
||||
"New posts" : "Nové příspěvky",
|
||||
"New replies" : "Nové odpovědi",
|
||||
"Top contributors" : "Nejaktivnější přispěvatelé",
|
||||
"No contributors yet" : "Zatím žádní přispěvatelé",
|
||||
"Last 7 days" : "Uplynulých 7 dnů",
|
||||
@@ -370,6 +429,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Role hosta nemůže moderovat kategorie",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Pomocí zaškrtávacích kolonek níže je možné určovat, které kategorie mohou hosté vidět.",
|
||||
"Guest access is currently disabled" : "Přístup pro hosty je v tuto chvíli zakázán",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Uživatelé – hosté nebudou moci přistupovat do fóra dokud jim nebude přístup povolený v nastavení fóra.",
|
||||
"Go to forum settings" : "Přejít do nastavení fóra",
|
||||
@@ -392,7 +452,6 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Posts" : "Příspěvků",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
"Active" : "Aktivní",
|
||||
|
||||
125
l10n/cs.json
125
l10n/cs.json
@@ -14,6 +14,8 @@
|
||||
"Support" : "Podpora",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Pokládejte dotazy ohledně fóra, dávejte zpětnou vazbu nebo hlaste problémy.",
|
||||
"Inline code" : "Kód v řádku",
|
||||
"Spoiler title" : "Nadpis spoileru",
|
||||
"Hidden content" : "Skrytý obsah",
|
||||
"Spoilers" : "Spoilery",
|
||||
"Attachment" : "Příloha",
|
||||
"Welcome to Nextcloud Forums" : "Vítejte v Nextcloud fórech",
|
||||
@@ -34,11 +36,14 @@
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Neváhejte zahájit novou diskuzi nebo odpovězte na existující vlákna. Vesele pište příspěvky!.",
|
||||
"Forum" : "Diskuzní fórum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} nová odpověď v {thread} ","{count} nové odpovědi v {thread} ","{count} nových odpovědí v {thread} ","{count} nové odpovědi v {thread} "],
|
||||
"{user} mentioned you in {thread}" : "{user} vás zmínil(a) v {thread}",
|
||||
"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",
|
||||
"Loading …" : "Načítání …",
|
||||
"Search" : "Hledat",
|
||||
"Home" : "Domů",
|
||||
"Bookmarks" : "Záložky",
|
||||
"User preferences" : "Předvolby uživatele",
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
@@ -49,6 +54,9 @@
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"{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!",
|
||||
"Hello moon!" : "Ahoj Měsíci!",
|
||||
"Font style bold" : "Tučný styl písma",
|
||||
"Font style italic" : "Skloněný styl písma",
|
||||
"Font style struck through" : "Přeškrtnutý styl písma",
|
||||
@@ -79,9 +87,15 @@
|
||||
"No custom BBCodes configured." : "Nenastaveny žádné uživatelsky určené BBCode kódy.",
|
||||
"Failed to load custom BBCodes" : "Nepodařilo se načíst uživatelsky určené BBCode kódy",
|
||||
"Insert emoji" : "Vložit emotikonu",
|
||||
"Pick file from Nextcloud" : "Vyberte soubor z Nextcloud",
|
||||
"Upload file to Nextcloud" : "Nahrát soubor na Nextcloud",
|
||||
"Uploading file …" : "Nahrávání souboru …",
|
||||
"Upload failed" : "Nahrání se nezdařilo",
|
||||
"Close" : "Zavřít",
|
||||
"Pick a file to attach" : "Vyberte soubor a nasdílejte ho",
|
||||
"_Thread_::_Threads_" : ["Vlákno","Vlákna","Vláken","Vlákna"],
|
||||
"_Post_::_Posts_" : ["Příspěvek","Příspěvky","Příspěvků","Příspěvky"],
|
||||
"Failed to upload file" : "Nepodařilo se nahrát soubor",
|
||||
"Threads" : "Vláken",
|
||||
"Replies" : "Odpovědi",
|
||||
"No description available" : "Není k dispozici žádný popis",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
@@ -90,48 +104,78 @@
|
||||
"Header description" : "Popis záhlaví",
|
||||
"Enter header description (optional)" : "Zadejte popis záhlaví (volitelné)",
|
||||
"Sort order" : "Pořadí řazení",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Nižší čísla se objeví jako první",
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"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 …",
|
||||
"Loading categories …" : "Načítání kategorií …",
|
||||
"Move" : "Přesunout",
|
||||
"Cannot move to a category header. Please select a category instead." : "Není možné přesunout záhlaví kategorie. Namísto toho vyberte kategorii.",
|
||||
"This thread is already in this category." : "Toto vlákno už se v této kategorii nachází.",
|
||||
"Failed to load categories" : "Nepodařilo se načíst kategorie",
|
||||
"Page not found" : "Stránka nenalezena",
|
||||
"The page you are looking for could not be found." : "Stránka kterou hledáte nebylo možné nalézt.",
|
||||
"Back" : "Zpět",
|
||||
"Go to home" : "Přejít na úvodní stránku",
|
||||
"Pagination" : "Stránkování",
|
||||
"First page" : "První stránka",
|
||||
"Previous page" : "Předchozí stránka",
|
||||
"Next page" : "Následující stránka",
|
||||
"Last page" : "Poslední stránka",
|
||||
"Go to page {page}" : "Přejít na stránku {page}",
|
||||
"Edited" : "Upraveno",
|
||||
"Quote reply" : "Odpovědět s citací",
|
||||
"Edit" : "Upravit",
|
||||
"Delete" : "Smazat",
|
||||
"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é",
|
||||
"Edit your post …" : "Upravit váš příspěvek …",
|
||||
"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?",
|
||||
"Edit history" : "Upravit historii",
|
||||
"Loading history …" : "Načítání historie …",
|
||||
"This post has no edit history." : "Tento příspěvek nemá žádnou historii úprav.",
|
||||
"Current version" : "Stávající verze",
|
||||
"Edited by" : "Upravil/a",
|
||||
"Failed to load edit history" : "Nepodařilo se načíst historii úprav",
|
||||
"Version {index}" : "Verze {index}",
|
||||
"Add reaction" : "Přidat reakci",
|
||||
"React with {emoji}" : "Zareagovat {emoji}",
|
||||
"You reacted with {emoji}" : "Zareagovali jste s použitím {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Vy a %n další jste zareagovali s použitím {emoji}","Vy a %n další jste zareagovali s použitím {emoji}","Vy a %n dalších jste zareagovali s použitím {emoji}","Vy a %n další jste zareagovali s použitím {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n osoba zareagovala s použitím {emoji}","%n lidé zareagovali s použitím {emoji}","%n lidí zareagovalo s použitím {emoji}","%n lidé zareagovali s použitím {emoji}"],
|
||||
"Write your reply …" : "Napište svou odpověď …",
|
||||
"Post reply" : "Odeslat odpověď",
|
||||
"Submit reply" : "Odeslat odpověď",
|
||||
"Are you sure you want to discard your reply?" : "Opravdu chcete svou odpověď zahodit?",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Thread unavailable" : "Vlákno není k dispozici",
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
"Uncategorized" : "Nezařazeno",
|
||||
"_%n post_::_%n posts_" : ["%n příspěvek","%n příspěvky","%n příspěvků","%n příspěvky"],
|
||||
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
|
||||
"_%n view_::_%n views_" : ["%n zobrazení","%n zobrazení","%n zobrazení","%n zobrazení"],
|
||||
"Replies" : "Odpovědi",
|
||||
"Views" : "Zobrazení",
|
||||
"Title" : "Titul",
|
||||
"Enter thread title …" : "Zadejte titulek vlákna …",
|
||||
"Write your first post …" : "Napište svůj první příspěvek …",
|
||||
"Write your thread content …" : "Napište obsah vašeho vlákna …",
|
||||
"Create thread" : "Vytvořit vlákno",
|
||||
"Are you sure you want to discard this thread?" : "Opravdu chcete toto vlákno zahodit?",
|
||||
"Saving draft …" : "Ukládání konceptu…",
|
||||
"Draft saved" : "Koncept uložen",
|
||||
"Unsaved changes" : "Neuložené změny",
|
||||
"Back to home" : "Zpět na začátek",
|
||||
"Refresh" : "Znovu načíst",
|
||||
"Loading …" : "Načítání …",
|
||||
"Your bookmarked threads" : "Vaše záložky na vlákna",
|
||||
"Error loading bookmarks" : "Chyba při načítání záložek",
|
||||
"No bookmarks yet" : "Zatím ještě žádné záložky",
|
||||
"Bookmark threads to quickly find them later." : "Ukládejte si vlákna do záložek, abyste je později rychle našli.",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"An unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
"Failed to load bookmarks" : "Nepodařilo se načíst záložky",
|
||||
"No categories yet" : "Zatím ještě žádné kategorie",
|
||||
"Categories will appear here once they are created." : "Kategorie se objeví, jakmile budou vytvořeny.",
|
||||
"No categories in this section" : "Žádné kategorie v této sekci",
|
||||
@@ -142,9 +186,6 @@
|
||||
"Error loading category" : "Chyba při načítání kategorie",
|
||||
"No threads yet" : "Zatím žádná vlákna",
|
||||
"Be the first to start a discussion in this category." : "Buďte první kdo začne diskutovat v této kategorii.",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Zobrazuje se %n vlákno","Zobrazují se %n vlákna","Zobrazuje se %n vláken","Zobrazují se %n vlákna"],
|
||||
"An unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
"No category ID or slug provided" : "Nezadán žádný identifikátor kategorie nebo slug",
|
||||
"Failed to load threads" : "Nepodařilo se načíst vlákna",
|
||||
"Create New Thread" : "Vytvořit nové vlákno",
|
||||
@@ -154,17 +195,17 @@
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"Error" : "Error",
|
||||
"First post" : "První příspěvek",
|
||||
"First activity" : "První aktivita",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
"This user has not created any threads yet" : "Tento uživatel zatím nevytvořil žádná vlákna",
|
||||
"No replies" : "Žádné odpovědi",
|
||||
"This user has not posted any replies yet" : "Tento uživatel zatím neposlal žádné odpovědi",
|
||||
"This user has not written any replies yet" : "Tento uživatel zatím nenapsal žádné odpovědi",
|
||||
"Failed to load user profile" : "Nepodařilo se načíst uživatelský profil",
|
||||
"Enter search query …" : "Zadejte vyhledávací dotaz …",
|
||||
"Search in threads" : "Hledat ve vláknech",
|
||||
"Search in posts" : "Hledat v příspěvcích",
|
||||
"Search in replies" : "Hledat v odpovědích",
|
||||
"Syntax help" : "Nápověda k syntaxi",
|
||||
"Search syntax" : "Syntaxe vyhledávání",
|
||||
"Match exact phrase" : "Hledat shodu v přesné frázi",
|
||||
@@ -175,11 +216,11 @@
|
||||
"Searching …" : "Hledání …",
|
||||
"Search Error" : "Chyba hledání",
|
||||
"Enter a search query" : "Zadejte vyhledávací dotaz",
|
||||
"Use the search box above to find threads and posts" : "Ve vláknech a příspěvcích je možné vyhledávat pomocí kolonky výše",
|
||||
"Use the search box above to find threads and replies" : "Ve vláknech a odpovědích je možné vyhledávat pomocí kolonky výše",
|
||||
"No results found" : "Nic nenalezeno",
|
||||
"Try different keywords or check your syntax" : "Zkuste jiná klíčová slova nebo zkontrolujte syntaxi",
|
||||
"_%n thread found_::_%n threads found_" : ["Nalezeno %n vlákno","Nalezena %n vlákna","Nalezeno %n vláken","Nalezena %n vlákna"],
|
||||
"_%n post found_::_%n posts found_" : ["Nalezen %n příspěvek","Nalezeny %n příspěvky","Nalezeno %n příspěvků","Nalezeny %n příspěvky"],
|
||||
"_%n reply found_::_%n replies found_" : ["Nalezena %n odpověď","Nalezeny %n odpovědi","Nalezeno %n odpovědí","Nalezeny %n odpovědi"],
|
||||
"Please enter a search query" : "Zadejte vyhledávací dotaz",
|
||||
"Please select at least one search scope" : "Vyberte alespoň jednu oblast vyhledávání",
|
||||
"Failed to search" : "Nepodařilo se hledat",
|
||||
@@ -188,13 +229,12 @@
|
||||
"Back to {category}" : "Zpět na {category}",
|
||||
"Reply" : "Odpověď",
|
||||
"Error loading thread" : "Chyba při načítání vlákna",
|
||||
"No posts yet" : "Zatím žádné příspěvky",
|
||||
"Be the first to post in this thread." : "Buďte první kdo začne zasílat příspěvky do tohoto vlákna.",
|
||||
"No replies yet" : "Zatím žádné odpovědi",
|
||||
"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 post replies." : "Toto vlákno je uzamčeno. Odpovědi mohou zasíat pouze moderátoři.",
|
||||
"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 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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Zobrazování %n příspěvku","Zobrazování %n příspěvků","Zobrazování %n příspěvků","Zobrazování %n příspěvků"],
|
||||
"Lock thread" : "Uzamknout vlákno",
|
||||
"Unlock thread" : "Odemknout vlákno",
|
||||
"Pin thread" : "Připnout vlákno",
|
||||
@@ -207,17 +247,30 @@
|
||||
"Subscribed" : "Přihlášeno se k odběru",
|
||||
"Subscribed to thread" : "Přihlášeno se k odběru vlákna",
|
||||
"Unsubscribed from thread" : "Zrušeno odebírání vlákna",
|
||||
"Bookmark" : "Záložka",
|
||||
"Remove bookmark" : "Odebrat záložku",
|
||||
"Thread bookmarked" : "Vlákno uloženo do záložek",
|
||||
"Bookmark removed" : "Záložka odebrána",
|
||||
"Edit title" : "Upravit nadpis",
|
||||
"Save title" : "Uložit nadpis",
|
||||
"Thread title updated" : "Nadpis vlákna zaktualizován",
|
||||
"Move thread" : "Přesunout vlákno",
|
||||
"Thread moved successfully" : "Vlákno úspěšně přesunuto",
|
||||
"No thread ID or slug provided" : "Nezadán žádný identifikátor vlákna nebo slug",
|
||||
"Failed to load posts" : "Nepodařilo se načíst příspěvky",
|
||||
"Post updated" : "Příspěvek aktualizován",
|
||||
"Failed to update post" : "Nepodařilo se zaktualizovat příspěvek",
|
||||
"Failed to load replies" : "Nepodařilo se načíst odpovědi",
|
||||
"Thread updated" : "Vlákno zaktualizováno",
|
||||
"Reply updated" : "Odpověď zaktualizována",
|
||||
"Failed to update thread" : "Nepodařilo se zaktualizovat vlákno",
|
||||
"Failed to update reply" : "Nepodařilo se zaktualizovat odpověď",
|
||||
"Thread deleted" : "Vlákno smazáno",
|
||||
"Post deleted" : "Příspěvek smazán",
|
||||
"Failed to delete post" : "Příspěvek se nepodařilo smazat",
|
||||
"Reply deleted" : "Odpověď smazána",
|
||||
"Failed to delete reply" : "Nepodařilo se smazat odpověď",
|
||||
"Failed to update thread lock status" : "Nepodařilo se zaktualizovat stav zámku vlákna",
|
||||
"Failed to update thread pin status" : "Nepodařilo se zaktualizovat stav připnutí vlákna",
|
||||
"Failed to update subscription" : "Nepodařilo se zaktualizovat přihlášení se k odběru",
|
||||
"Failed to update bookmark" : "Nepodařilo se zaktualizovat záložku",
|
||||
"Failed to update thread title" : "Nepodařilo se zaktualizovat nadpis vlákna",
|
||||
"Failed to move thread" : "Nepodařilo se přesunout vlákno",
|
||||
"Preferences" : "Předvolby",
|
||||
"Customize your forum experience" : "Přizpůsobte si svůj dojem z používání fóra",
|
||||
"Loading preferences …" : "Načítání předvoleb …",
|
||||
@@ -227,10 +280,19 @@
|
||||
"Auto-subscribe to threads I create" : "Automaticky se přihlašovat k odběru vláken, která vytvořím",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Pokud zapnuto, automaticky obdržíte upozornění na odpovědi na vlákna, která vytvoříte",
|
||||
"Files" : "Soubory",
|
||||
"Configure file upload settings" : "Nastavit nahrávání souborů",
|
||||
"Upload directory" : "Složka pro nahrání",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Soubory připojené k vláknům nebo odpovědím budou nahrány do této složky v Nextcloud Soubory",
|
||||
"Browse" : "Procházet",
|
||||
"Preferences saved" : "Předvolby uloženy",
|
||||
"Signature" : "Podpis",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Váš podpis se objevuje ve spodní části vašich vláken nebo odpovědí",
|
||||
"You can use BBCode formatting in your signature" : "Svůj podpis můžete formátovat pomocí BBCode",
|
||||
"Enter your signature …" : "Zadejte svůj podpis …",
|
||||
"Failed to save preferences" : "Nepodařilo se uložit vaše předvolby",
|
||||
"Select upload directory" : "Vyberte složku pro nahrávání",
|
||||
"BBCode management" : "Správa BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Spravovat uživatelsky určené BBCode značky pro formátování příspěvků",
|
||||
"Manage custom BBCode tags for formatting" : "Spravovat uživatelsky určené BBCode značky pro formátování",
|
||||
"Error loading BBCodes" : "Chyba při načítání BBCode kódů",
|
||||
"Create BBCode" : "Vytvořit BBCode",
|
||||
"Enable" : "Povolit",
|
||||
@@ -268,6 +330,7 @@
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
"Slug cannot be changed after category creation" : "Po vytvoření kategorie už slug není možné změnit",
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
@@ -308,14 +371,10 @@
|
||||
"Loading statistics …" : "Načítání statistik …",
|
||||
"Error loading dashboard" : "Chyba při načítání přehledu",
|
||||
"Total statistics" : "Celkové statistiky",
|
||||
"Total users" : "Celkem uživatelů",
|
||||
"Total threads" : "Celkem vláken",
|
||||
"Total posts" : "Celkem příspěvků",
|
||||
"Total categories" : "Celkem kategorií",
|
||||
"Recent activity (last 7 days)" : "Nedávná aktivita (uplynulých 7 dnů)",
|
||||
"New users" : "Nový uživatelé",
|
||||
"New threads" : "Nová vlákna",
|
||||
"New posts" : "Nové příspěvky",
|
||||
"New replies" : "Nové odpovědi",
|
||||
"Top contributors" : "Nejaktivnější přispěvatelé",
|
||||
"No contributors yet" : "Zatím žádní přispěvatelé",
|
||||
"Last 7 days" : "Uplynulých 7 dnů",
|
||||
@@ -368,6 +427,7 @@
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Role hosta nemůže moderovat kategorie",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Pomocí zaškrtávacích kolonek níže je možné určovat, které kategorie mohou hosté vidět.",
|
||||
"Guest access is currently disabled" : "Přístup pro hosty je v tuto chvíli zakázán",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Uživatelé – hosté nebudou moci přistupovat do fóra dokud jim nebude přístup povolený v nastavení fóra.",
|
||||
"Go to forum settings" : "Přejít do nastavení fóra",
|
||||
@@ -390,7 +450,6 @@
|
||||
"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",
|
||||
"Posts" : "Příspěvků",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
"Active" : "Aktivní",
|
||||
|
||||
@@ -12,19 +12,25 @@ OC.L10N.register(
|
||||
"Users" : "Defnyddwyr",
|
||||
"Categories" : "Categorïau",
|
||||
"List" : "Rhestr",
|
||||
"Upload failed" : "Methwyd llwytho i fyny",
|
||||
"Close" : "Cau",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Diweddaru",
|
||||
"Move" : "Symud",
|
||||
"Page not found" : "Heb ganfod y dudalen",
|
||||
"Edit" : "Golygu",
|
||||
"Delete" : "Dileu",
|
||||
"Save" : "Cadw",
|
||||
"Uncategorized" : "Dim categori",
|
||||
"Views" : "Dangosiadau",
|
||||
"Saving draft …" : "Yn cadw drafft …",
|
||||
"Draft saved" : "Cadwyd y drafft",
|
||||
"Refresh" : "Ail-lwytho",
|
||||
"Retry" : "Ceisio eto",
|
||||
"Error" : "Gwall",
|
||||
"by" : "gan",
|
||||
"Subscribe" : "Tanysgrifio",
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"Name" : "Enw",
|
||||
|
||||
@@ -10,19 +10,25 @@
|
||||
"Users" : "Defnyddwyr",
|
||||
"Categories" : "Categorïau",
|
||||
"List" : "Rhestr",
|
||||
"Upload failed" : "Methwyd llwytho i fyny",
|
||||
"Close" : "Cau",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Diweddaru",
|
||||
"Move" : "Symud",
|
||||
"Page not found" : "Heb ganfod y dudalen",
|
||||
"Edit" : "Golygu",
|
||||
"Delete" : "Dileu",
|
||||
"Save" : "Cadw",
|
||||
"Uncategorized" : "Dim categori",
|
||||
"Views" : "Dangosiadau",
|
||||
"Saving draft …" : "Yn cadw drafft …",
|
||||
"Draft saved" : "Cadwyd y drafft",
|
||||
"Refresh" : "Ail-lwytho",
|
||||
"Retry" : "Ceisio eto",
|
||||
"Error" : "Gwall",
|
||||
"by" : "gan",
|
||||
"Subscribe" : "Tanysgrifio",
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"Name" : "Enw",
|
||||
|
||||
18
l10n/da.js
18
l10n/da.js
@@ -9,33 +9,46 @@ OC.L10N.register(
|
||||
"Bold text" : "Fed tekst",
|
||||
"Underlined text" : "Understreget tekst",
|
||||
"Forum" : "Forum",
|
||||
"Loading …" : "Indlæser ...",
|
||||
"Search" : "Søg",
|
||||
"Home" : "Hjem",
|
||||
"Bookmarks" : "Bogmærker",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Users" : "Brugere",
|
||||
"Categories" : "Kategorier",
|
||||
"Expand" : "Udvid",
|
||||
"Collapse" : "Sammenfold",
|
||||
"Hello world!" : "Hej verden!",
|
||||
"Code" : "Kode",
|
||||
"Quote" : "Citat",
|
||||
"Font size" : "Skriftstørrelse",
|
||||
"List" : "Liste",
|
||||
"Insert emoji" : "Indsæt emoji",
|
||||
"Upload failed" : "Upload fejlede",
|
||||
"Close" : "Luk",
|
||||
"Failed to upload file" : "Kunne ikke uploade fil",
|
||||
"Threads" : "Tråde",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Cancel" : "Annullér",
|
||||
"Create" : "Opret",
|
||||
"Update" : "Opdatér",
|
||||
"Move" : "Flyt",
|
||||
"Page not found" : "Siden blev ikke fundet",
|
||||
"Back" : "Tilbage",
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
|
||||
"Views" : "Visninger",
|
||||
"Title" : "Titel",
|
||||
"Saving draft …" : "Gemmer kladde…",
|
||||
"Draft saved" : "Kladde gemt",
|
||||
"Unsaved changes" : "Ikke gemte ændringer",
|
||||
"Back to home" : "Tilbage til hjem ",
|
||||
"Refresh" : "Opdatér",
|
||||
"Loading …" : "Indlæser ...",
|
||||
"Retry" : "Prøv igen",
|
||||
"Error" : "Fejl",
|
||||
"Searching …" : "Søger …",
|
||||
@@ -45,10 +58,13 @@ OC.L10N.register(
|
||||
"by" : "af",
|
||||
"Subscribe" : "Tilmeld",
|
||||
"Subscribed" : "Abonneret",
|
||||
"Bookmark" : "Bogmærke",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Move thread" : "Flyt tråden",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Notifications" : "Påmindelser",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Underskrift",
|
||||
"Enable" : "Aktiver",
|
||||
"Disable" : "Deaktiver",
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
|
||||
18
l10n/da.json
18
l10n/da.json
@@ -7,33 +7,46 @@
|
||||
"Bold text" : "Fed tekst",
|
||||
"Underlined text" : "Understreget tekst",
|
||||
"Forum" : "Forum",
|
||||
"Loading …" : "Indlæser ...",
|
||||
"Search" : "Søg",
|
||||
"Home" : "Hjem",
|
||||
"Bookmarks" : "Bogmærker",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Users" : "Brugere",
|
||||
"Categories" : "Kategorier",
|
||||
"Expand" : "Udvid",
|
||||
"Collapse" : "Sammenfold",
|
||||
"Hello world!" : "Hej verden!",
|
||||
"Code" : "Kode",
|
||||
"Quote" : "Citat",
|
||||
"Font size" : "Skriftstørrelse",
|
||||
"List" : "Liste",
|
||||
"Insert emoji" : "Indsæt emoji",
|
||||
"Upload failed" : "Upload fejlede",
|
||||
"Close" : "Luk",
|
||||
"Failed to upload file" : "Kunne ikke uploade fil",
|
||||
"Threads" : "Tråde",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Cancel" : "Annullér",
|
||||
"Create" : "Opret",
|
||||
"Update" : "Opdatér",
|
||||
"Move" : "Flyt",
|
||||
"Page not found" : "Siden blev ikke fundet",
|
||||
"Back" : "Tilbage",
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
|
||||
"Views" : "Visninger",
|
||||
"Title" : "Titel",
|
||||
"Saving draft …" : "Gemmer kladde…",
|
||||
"Draft saved" : "Kladde gemt",
|
||||
"Unsaved changes" : "Ikke gemte ændringer",
|
||||
"Back to home" : "Tilbage til hjem ",
|
||||
"Refresh" : "Opdatér",
|
||||
"Loading …" : "Indlæser ...",
|
||||
"Retry" : "Prøv igen",
|
||||
"Error" : "Fejl",
|
||||
"Searching …" : "Søger …",
|
||||
@@ -43,10 +56,13 @@
|
||||
"by" : "af",
|
||||
"Subscribe" : "Tilmeld",
|
||||
"Subscribed" : "Abonneret",
|
||||
"Bookmark" : "Bogmærke",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Move thread" : "Flyt tråden",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Notifications" : "Påmindelser",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Underskrift",
|
||||
"Enable" : "Aktiver",
|
||||
"Disable" : "Deaktiver",
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
|
||||
286
l10n/de.js
286
l10n/de.js
File diff suppressed because one or more lines are too long
286
l10n/de.json
286
l10n/de.json
File diff suppressed because one or more lines are too long
209
l10n/de_DE.js
209
l10n/de_DE.js
@@ -16,18 +16,20 @@ OC.L10N.register(
|
||||
"Support" : "Support",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Fragen zum Forum stellen, Feedback geben oder Probleme melden.",
|
||||
"Inline code" : "Inline-Code",
|
||||
"Spoiler title" : "Spoiler-Titel",
|
||||
"Hidden content" : "Versteckter Inhalt",
|
||||
"Spoilers" : "Spoilerwarnung",
|
||||
"Attachment" : "Anhang",
|
||||
"Welcome to Nextcloud Forums" : "Willkommen in den Nextcloud Foren",
|
||||
"Welcome to the Nextcloud Forums!" : "Willkommen in den Nextcloud Foren!",
|
||||
"This is a community-driven forum built right into your Nextcloud instance. Here you can discuss topics, share ideas and collaborate with other users." : "Dies ist ein Community-Forum, das direkt in Ihre Nextcloud-Instanz integriert ist. Hier können Sie Themen diskutieren, Ideen austauschen und mit anderen Nutzern zusammenarbeiten.",
|
||||
"Features:" : "Funktionen:",
|
||||
"Create and reply to threads" : "Threads erstellen und beantworten",
|
||||
"Create and reply to threads" : "Themen erstellen und beantworten",
|
||||
"Organize discussions by categories" : "Die Diskussionen nach Kategorien ordnen",
|
||||
"Use BBCode for rich text formatting" : "BBCode für Rich-Text-Formatierung verwenden",
|
||||
"Attach files from your Nextcloud storage" : "Dateien aus Ihrem Nextcloud-Speicher hinzufügen",
|
||||
"React to posts" : "Auf Beiträge reagieren",
|
||||
"Track read/unread threads" : "Gelesene/ungelesene Threads verfolgen",
|
||||
"Track read/unread threads" : "Gelesene/ungelesene Themen verfolgen",
|
||||
"BBCode examples:" : "BBCode-Beispiele:",
|
||||
"Bold text" : "Fetter Text",
|
||||
"Use %1$stext%2$s" : "%1$sText%2$s verwenden",
|
||||
@@ -36,12 +38,15 @@ OC.L10N.register(
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Gerne eine neue Diskussion starten oder auf bestehende Beiträge antworten. Viel Spaß beim Posten!",
|
||||
"Forum" : "Forum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} neue Antwort in {thread}","{count} neue Antworten in {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} hat Sie in {thread} erwähnt",
|
||||
"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:** Diese 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\n**Hauptfunktionen:**\n\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthreads erstellen und beantworten\n\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Threads bereits gelesen wurden.\n\n- **Suche** – Diskussionen schnell mit der integrierten Suche schnell finden.\n\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n\n- **Moderations-Tools** – Threads 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.",
|
||||
"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.",
|
||||
"Loading …" : "Lade …",
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
@@ -52,6 +57,9 @@ OC.L10N.register(
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"{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!",
|
||||
"Hello moon!" : "Hallo Mond!",
|
||||
"Font style bold" : "Schriftart fett",
|
||||
"Font style italic" : "Schriftart kursiv",
|
||||
"Font style struck through" : "Schriftart durchgestrichen",
|
||||
@@ -74,7 +82,7 @@ OC.L10N.register(
|
||||
"BBCode help" : "BBCode-Hilfe",
|
||||
"Built-in BBCodes" : "Vorgefertigte BBCodes",
|
||||
"These BBCodes are available by default." : "Diese BBCodes sind standardmäßig verfügbar.",
|
||||
"Custom BBCodes" : "Maßgeschneiderte BBCodes",
|
||||
"Custom BBCodes" : "Benutzerdefinierte BBCodes",
|
||||
"These BBCodes are custom to this forum and configured by administrators." : "Diese BBCodes sind an dieses Forum angepasst und werden von der Administration konfiguriert.",
|
||||
"Example" : "Beispiel",
|
||||
"Replacement" : "Ersatz",
|
||||
@@ -82,56 +90,95 @@ OC.L10N.register(
|
||||
"No custom BBCodes configured." : "Keine benutzerdefinierten BBCodes eingerichtet.",
|
||||
"Failed to load custom BBCodes" : "Benutzerdefinierter BBCodes konnten nicht geladen werden.",
|
||||
"Insert emoji" : "Emoji einfügen",
|
||||
"Pick file from Nextcloud" : "Datei aus Nextcloud auswählen",
|
||||
"Upload file to Nextcloud" : "Datei in Nextcloud hochladen",
|
||||
"Uploading file …" : "Lade Datei hoch …",
|
||||
"Upload failed" : "Hochladen fehlgeschlagen",
|
||||
"Close" : "Schließen",
|
||||
"Pick a file to attach" : "Wähle eine Datei zum Anhängen aus",
|
||||
"_Thread_::_Threads_" : ["Thema","Themen"],
|
||||
"_Post_::_Posts_" : ["Beitrag","Beiträge"],
|
||||
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
|
||||
"Threads" : "Themen",
|
||||
"Replies" : "Antworten",
|
||||
"No description available" : "Keine Beschreibung verfügbar",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
"Enter header name" : "Überschriftsnamen eingeben",
|
||||
"Header description" : "Überschriftsbeschreibung",
|
||||
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
|
||||
"Sort order" : "Sortierung",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"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 …",
|
||||
"Loading categories …" : "Lade Kategorien …",
|
||||
"Move" : "Verschieben",
|
||||
"Cannot move to a category header. Please select a category instead." : "Kann nicht zu einer Kategorieüberschrift verschieben. Stattdessen eine Kategorie auswählen.",
|
||||
"This thread is already in this category." : "Dieses Thema befindet sich bereits in dieser Kategorie.",
|
||||
"Failed to load categories" : "Kategorien konnten nicht geladen werden",
|
||||
"Page not found" : "Seite nicht gefunden",
|
||||
"The page you are looking for could not be found." : "Die gesuchte Seite konnte nicht gefunden werden.",
|
||||
"Back" : "Zurück",
|
||||
"Go to home" : "Zur Startseite",
|
||||
"Pagination" : "Mehrseitige Liste",
|
||||
"First page" : "Erste Seite",
|
||||
"Previous page" : "Vorherige Seite",
|
||||
"Next page" : "Nächste Seite",
|
||||
"Last page" : "Letzte Seite",
|
||||
"Go to page {page}" : "Gehe zu Seite {page}",
|
||||
"Edited" : "Bearbeitet",
|
||||
"Quote reply" : "Antwort zitieren",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Delete" : "Löschen",
|
||||
"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 post …" : "Ihren Beitrag bearbeiten …",
|
||||
"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 …",
|
||||
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
|
||||
"Current version" : "Aktuelle Version",
|
||||
"Edited by" : "Bearbeitet von",
|
||||
"Failed to load edit history" : "Bearbeitungsverlauf konnte nicht geladen werden",
|
||||
"Version {index}" : "Version {index}",
|
||||
"Add reaction" : "Reaktion hinzufügen",
|
||||
"React with {emoji}" : "Mit {emoji} reagieren",
|
||||
"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 …" : "Schreibe deine Antwort ...",
|
||||
"Post reply" : "Antwort senden",
|
||||
"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",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
"_%n post_::_%n posts_" : ["%n Beitrag","%n Beiträge"],
|
||||
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
|
||||
"_%n view_::_%n views_" : ["%n Ansicht","%n Ansichten"],
|
||||
"Replies" : "Antworten",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
"Write your first post …" : "Ihren ersten Beitrag 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 …",
|
||||
"Draft saved" : "Entwurf gespeichert",
|
||||
"Unsaved changes" : "Nicht gespeicherte Änderungen",
|
||||
"Back to home" : "Zurück zum Start",
|
||||
"Refresh" : "Aktualisieren",
|
||||
"Loading …" : "Lade …",
|
||||
"Your bookmarked threads" : "Ihre, mit Lesezeichen versehenen, Themen",
|
||||
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
|
||||
"No bookmarks yet" : "Bislang keine Lesezeichen",
|
||||
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
|
||||
"Retry" : "Wiederholen",
|
||||
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
|
||||
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
|
||||
"No categories yet" : "Bislang keine Kategorien",
|
||||
"Categories will appear here once they are created." : "Kategorien tauchen hier auf, sobald sie angelegt wurden.",
|
||||
"No categories in this section" : "Keine Kategorien in diesem Abschnitt",
|
||||
@@ -142,9 +189,7 @@ OC.L10N.register(
|
||||
"Error loading category" : "Fehler beim Laden der Kategorie",
|
||||
"No threads yet" : "Bislang keine Themen",
|
||||
"Be the first to start a discussion in this category." : "Seien Sie der Erste, der eine Diskussion in dieser Kategorie beginnt.",
|
||||
"Retry" : "Wiederholen",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Zeige %n Thema an","Zeige %n Themen an"],
|
||||
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
|
||||
"No category ID or slug provided" : "Keine Kategorie-ID oder Slug angegeben",
|
||||
"Failed to load threads" : "Themen konnten nicht geladen werden",
|
||||
"Create New Thread" : "Ein neues Thema erstellen",
|
||||
"In {category}" : "In {category}",
|
||||
@@ -153,45 +198,50 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Fehler beim Erstellen des Themas",
|
||||
"No category specified" : "Keine Kategorie angegeben",
|
||||
"Error" : "Fehler",
|
||||
"First post" : "Erster Beitrag",
|
||||
"First activity" : "Erste Aktivität",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
"This user has not created any threads yet" : "Dieser Benutzer hat bislang noch keine Themen erstellt",
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not posted any replies yet" : "Dieser Benutzer hat bislang noch keine Antwort gepostet",
|
||||
"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 ...",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in posts" : "Suche in Beiträgen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
"Syntax help" : "Syntaxhilfe",
|
||||
"Search syntax" : "Syntax suchen",
|
||||
"Search syntax" : "Suchsyntax",
|
||||
"Match exact phrase" : "Exakte Phrase suchen",
|
||||
"Both terms required" : "Beide Begriffe erforderlich",
|
||||
"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 …",
|
||||
"Search Error" : "Suchfehler",
|
||||
"Enter a search query" : "Eine Suchabfrage eingeben",
|
||||
"Use the search box above to find threads and posts" : "Um Themen und Beiträge zu finden, die Box oben verwenden",
|
||||
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"Try different keywords or check your syntax" : "Probieren Sie verschiedene Schlüsselwörter aus oder überprüfen Sie Ihre Syntax.",
|
||||
"_%n thread found_::_%n threads found_" : ["%n Thema gefunden","%n Themen gefunden"],
|
||||
"_%n post found_::_%n posts found_" : ["%n Beitrag gefunden","%n Beiträge gefunden"],
|
||||
"_%n reply found_::_%n replies found_" : ["%n Antwort gefunden","%n Antworten gefunden"],
|
||||
"Please enter a search query" : "Bitte gib eine Suchanfrage ein",
|
||||
"Please select at least one search scope" : "Es muss mindestens ein Suchbereich ausgewählt werden",
|
||||
"Failed to search" : "Suche fehlgeschlagen",
|
||||
"Thread not found" : "Thema nicht gefunden",
|
||||
"The thread you are looking for does not exist or has been removed." : "Das gesuchte Thema existiert nicht oder wurde entfernt.",
|
||||
"Back to {category}" : "Zurück zu {category}",
|
||||
"Reply" : "Antwort",
|
||||
"Error loading thread" : "Fehler beim Laden des Themas",
|
||||
"No posts yet" : "Bislang keine Beträge",
|
||||
"Be the first to post in this thread." : "Seien Sie der Erste, der in diesem Thema einen Beitrag erstellt.",
|
||||
"No replies yet" : "Bislang keine Antworten",
|
||||
"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 post replies." : "Dieses Thema ist gesperrt. Nur Moderatoren können Antworten posten.",
|
||||
"This thread is locked. Only moderators can add replies." : "Dieses Thema ist gesperrt. Nur die Moderation kann Antworten hinzufügen.",
|
||||
"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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Angezeigt wird %n Beitrag","Angezeigt werden %n Beiträge"],
|
||||
"Lock thread" : "Thema sperren",
|
||||
"Unlock thread" : "Thema entsperren",
|
||||
"Pin thread" : "Thema anheften",
|
||||
"Unpin thread" : "Thema lösen",
|
||||
"Unpin thread" : "Thema ablösen",
|
||||
"Thread locked" : "Thema gesperrt",
|
||||
"Thread unlocked" : "Thema entsperrt",
|
||||
"Thread pinned" : "Thema angeheftet",
|
||||
@@ -200,96 +250,144 @@ OC.L10N.register(
|
||||
"Subscribed" : "Abonniert",
|
||||
"Subscribed to thread" : "Thema abonniert",
|
||||
"Unsubscribed from thread" : "Thema abbestellt",
|
||||
"Bookmark" : "Lesezeichen",
|
||||
"Remove bookmark" : "Lesezeichen entfernen",
|
||||
"Thread bookmarked" : "Thema mit Lesezeichen versehen",
|
||||
"Bookmark removed" : "Lesezeichen entfernt",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Failed to load posts" : "Beiträge konnten nicht geladen werden",
|
||||
"Post updated" : "Beitrag aktualisiert",
|
||||
"Failed to update post" : "Beitrag konnte nicht aktualisiert werden",
|
||||
"Save title" : "Titel speichern",
|
||||
"Thread title updated" : "Titel des Themas aktualisiert",
|
||||
"Move thread" : "Unterhaltung verschieben",
|
||||
"Thread moved successfully" : "Thema verschoben",
|
||||
"No thread ID or slug provided" : "Keine Themen-ID oder Slug angegeben",
|
||||
"Failed to load replies" : "Antworten konnten nicht geladen werden",
|
||||
"Thread updated" : "Thema aktualisiert",
|
||||
"Reply updated" : "Antwort aktualisiert",
|
||||
"Failed to update thread" : "Thema konnte nicht aktualisiert werden",
|
||||
"Failed to update reply" : "Antwort konnte nicht aktualisiert werden",
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Post deleted" : "Beitrag gelöscht",
|
||||
"Failed to delete post" : "Beitrag konnte nicht gelöscht werden",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
"Failed to update bookmark" : "Lesezeichen konnte nicht aktualisiert werden",
|
||||
"Failed to update thread title" : "Thementitel konnte nicht aktualisiert werden",
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden ...",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
|
||||
"Auto-subscribe to threads I create" : "Themen die ich erstellt habe, automatisch abonnieren",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Wenn diese Option aktiviert ist, erhalten Sie automatisch Benachrichtigungen für Antworten auf von Ihnen erstellte Themen",
|
||||
"Files" : "Dateien",
|
||||
"Configure file upload settings" : "Einstellungen für das Hochladen von Dateien",
|
||||
"Upload directory" : "Hochladeverzeichnis",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "An Themen angehängte Dateien werden in diesen Ordner in Ihre Nextcloud-Dateien hochgeladen",
|
||||
"Browse" : "Durchsuchen",
|
||||
"Preferences saved" : "Einstellungen gespeichert",
|
||||
"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 …",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
"Manage custom BBCode tags for formatting" : "Benutzerdefinierte BBCode-Schnipsel für die Formatierung verwalten",
|
||||
"Error loading BBCodes" : "Fehler beim Laden der BBCodes",
|
||||
"Create BBCode" : "BBCode erstellen",
|
||||
"Enable" : "Aktivieren",
|
||||
"Disable" : "Deaktivieren",
|
||||
"Enabled BBCodes" : "Aktivierte BBCodes",
|
||||
"These BBCode tags are currently active" : "Diese BBCode-Schnipsel sind aktuell aktiv",
|
||||
"Disabled BBCodes" : "Deaktivierte BBCodes",
|
||||
"These BBCode tags are currently inactive" : "Diese BBCode-Schnipsel sind aktuell inaktiv",
|
||||
"No enabled BBCodes" : "Keine aktivierten BBCodes",
|
||||
"Parses Inner" : "Inneres analysieren",
|
||||
"Delete BBCode" : "BBCode löschen",
|
||||
"Are you sure you want to delete the BBCode tag [{tag}]?" : "Soll das BBCode-Schnipsel [{tag}] gelöscht werden?",
|
||||
"This action cannot be undone." : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"Edit BBCode" : "BBCode editieren",
|
||||
"Tag" : "Schlagwort",
|
||||
"Tag" : "Schnipsel",
|
||||
"e.g., b, i, url, color" : "Z. B. b, i, url, color",
|
||||
"The BBCode tag name (without brackets)" : "BBCode-Schnipsel-Name (ohne Klammern)",
|
||||
"HTML replacement" : "HTML-Ersetzung",
|
||||
"e.g., {strongStart}{content}{strongEnd}" : "Z. B. {strongStart}{content}{strongEnd}",
|
||||
"Use {content} for the tag content and {paramName} for parameters" : "{content} für den Schnipselinhalt und{paramName} für Parameter verwenden",
|
||||
"e.g., {tagStart}Hello world{tagEnd}" : "Z. B. {tagStart}Hallo Welt{tagEnd}",
|
||||
"Example usage of this BBCode tag" : "Beispiel für die Verwendung dieses BBCode-Schnipsels",
|
||||
"Description" : "Beschreibung",
|
||||
"Brief description of what this BBCode does" : "Kurzbeschreibung der Funktion dieses BBCodes",
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie editieren",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
"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}\")",
|
||||
"Slug cannot be changed after category creation" : "Die Slug kann nach der Erstellung der Kategorie nicht mehr geändert werden.",
|
||||
"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 ...",
|
||||
"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",
|
||||
"Delete category" : "Kategorie löschen",
|
||||
"Are you sure you want to delete the category \"{name}\"?" : "Soll die Kategorie \"{name}\" gelöscht werden?",
|
||||
"_This category contains %n thread._::_This category contains %n threads._" : ["Diese Kategorie enthält %n Thema.","Diese Kategorie enthält %n Themen."],
|
||||
"What should happen to the threads?" : "Was soll mit den Themen geschehen?",
|
||||
"Move threads to another category" : "Themen in eine andere Kategorie verschieben",
|
||||
"Delete all threads (soft delete)" : "Alle Themen löschen (Weiches Löschen)",
|
||||
"Threads will be hidden but not permanently deleted" : "Themen werden verborgen, aber nicht dauerhaft gelöscht",
|
||||
"Select target category" : "Zeilkategorie auswählen",
|
||||
"Select target category" : "Zielkategorie auswählen",
|
||||
"-- Select a category --" : "-- Eine Kategorie auswählen --",
|
||||
"Create header" : "Überschrift erstellen",
|
||||
"_%n category_::_%n categories_" : ["%n Kategorie","%n Kategorien"],
|
||||
"_%n thread_::_%n threads_" : ["%n Thema","%n Themen"],
|
||||
"Delete header" : "Überschrift löschen",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Soll die Überschrift \"{name}\" wirklich gelöscht werden?",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Soll die Überschrift \"{name}\" gelöscht werden?",
|
||||
"_This header contains %n category._::_This header contains %n categories._" : ["Diese Überschrift enthält %n Kategorie.","Diese Überschrift enthält %n Kategorien."],
|
||||
"This action cannot be undone" : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"What should happen to the categories?" : "Was soll mit den Themen geschehen?",
|
||||
"Move categories to another header" : "Kategorien zu einer anderen Überschrift verschieben",
|
||||
"Delete all categories" : "Alle Kategorien löschen",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und Themen werden endgültig gelöscht",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und ihre Themen werden endgültig gelöscht",
|
||||
"Select target header" : "Zielüberschrift auswählen",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Admin dashboard" : "Administrationsdashboard",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und -Statistiken",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
|
||||
"Loading statistics …" : "Lade Statistiken …",
|
||||
"Error loading dashboard" : "Fehler beim Laden des Dashboards",
|
||||
"Total statistics" : "Gesamtstatistik",
|
||||
"Total users" : "Benutzer gesamt",
|
||||
"Total threads" : "Themen insgesamt",
|
||||
"Total posts" : "Beiträge insgesamt",
|
||||
"Total categories" : "Kategorien insgesamt",
|
||||
"Recent activity (last 7 days)" : "Neueste Aktivitäten (letzte 7 Tage)",
|
||||
"New users" : "Neue Benutzer",
|
||||
"New threads" : "Neue Themen",
|
||||
"New posts" : "Neuer Post",
|
||||
"Top contributors" : "Top-Mitwirkende",
|
||||
"No contributors yet" : "Bislang keine Mitwirkende",
|
||||
"New replies" : "Neue Antworten",
|
||||
"Top contributors" : "Top-Beitragende",
|
||||
"No contributors yet" : "Bislang keine Beitragende",
|
||||
"Last 7 days" : "Die letzten 7 Tage",
|
||||
"All time" : "Gesamte Zeit",
|
||||
"General settings" : "Allgemeine Einstellungen",
|
||||
"Configure general forum settings" : "Allgemeine Foreneinstellungen konfigurieren",
|
||||
"Loading settings …" : "Lade Einstellungen …",
|
||||
"Error loading settings" : "Fehler beim Laden der Einstellungen",
|
||||
"Appearance" : "Aussehen",
|
||||
"Customize how your forum looks to users" : "Anpassen, wie das Forum die Benutzer aussieht.",
|
||||
"Forum title" : "Forumstitel",
|
||||
"Displayed at the top of the forum home page" : "Wird oben auf der Startseite des Forums angezeigt",
|
||||
"Forum subtitle" : "Forumsuntertitel",
|
||||
@@ -298,25 +396,31 @@ OC.L10N.register(
|
||||
"Access control" : "Zugriffskontrolle",
|
||||
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
|
||||
"Allow guest access" : "Gästen den Zugriff gestatten",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
|
||||
"Settings saved" : "Einstellungen gespeichert",
|
||||
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
"Error loading role" : "Fehler beim Laden der Rolle",
|
||||
"Enter role name" : "Rollenname eingeben",
|
||||
"Enter role description (optional)" : "Rollenbeschreibung eingeben (Optional)",
|
||||
"System role names cannot be changed" : "Namen der Systemrollen können nicht geändert werden",
|
||||
"Colors" : "Farben",
|
||||
"Set colors for this role badge" : "Farben für dieses Rollenabzeichen festlegen",
|
||||
"Light mode color" : "Farbe für den hellen Modus",
|
||||
"Dark mode color" : "Farbe für den dunklen Modus",
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Role permissions" : "Rollenberechtigungen",
|
||||
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
|
||||
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
|
||||
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
|
||||
"Can edit roles" : "Kann Rollen bearbeiten",
|
||||
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
|
||||
"Can edit categories" : "Kann Kategorien bearbeiten",
|
||||
"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",
|
||||
@@ -324,13 +428,15 @@ OC.L10N.register(
|
||||
"No categories available" : "Keine Kategorien verfügbar",
|
||||
"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 Berechtigungen haben",
|
||||
"Guest role cannot moderate categories" : "Die Gastroille darf Kategorien nicht moderieren",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
|
||||
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -Berechtigungen erstellen und verwalten",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
"Error loading roles" : "Fehler beim Laden der Rollen",
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
@@ -339,15 +445,14 @@ OC.L10N.register(
|
||||
"Created" : "Erstellt",
|
||||
"Actions" : "Aktionen",
|
||||
"No description" : "Keine Beschreibung",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" wirklich gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
|
||||
"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",
|
||||
"User management" : "Kontenverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -Rollen und - Berechtigungen verwalten",
|
||||
"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",
|
||||
"Posts" : "Beiträge",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktiv",
|
||||
|
||||
209
l10n/de_DE.json
209
l10n/de_DE.json
@@ -14,18 +14,20 @@
|
||||
"Support" : "Support",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Fragen zum Forum stellen, Feedback geben oder Probleme melden.",
|
||||
"Inline code" : "Inline-Code",
|
||||
"Spoiler title" : "Spoiler-Titel",
|
||||
"Hidden content" : "Versteckter Inhalt",
|
||||
"Spoilers" : "Spoilerwarnung",
|
||||
"Attachment" : "Anhang",
|
||||
"Welcome to Nextcloud Forums" : "Willkommen in den Nextcloud Foren",
|
||||
"Welcome to the Nextcloud Forums!" : "Willkommen in den Nextcloud Foren!",
|
||||
"This is a community-driven forum built right into your Nextcloud instance. Here you can discuss topics, share ideas and collaborate with other users." : "Dies ist ein Community-Forum, das direkt in Ihre Nextcloud-Instanz integriert ist. Hier können Sie Themen diskutieren, Ideen austauschen und mit anderen Nutzern zusammenarbeiten.",
|
||||
"Features:" : "Funktionen:",
|
||||
"Create and reply to threads" : "Threads erstellen und beantworten",
|
||||
"Create and reply to threads" : "Themen erstellen und beantworten",
|
||||
"Organize discussions by categories" : "Die Diskussionen nach Kategorien ordnen",
|
||||
"Use BBCode for rich text formatting" : "BBCode für Rich-Text-Formatierung verwenden",
|
||||
"Attach files from your Nextcloud storage" : "Dateien aus Ihrem Nextcloud-Speicher hinzufügen",
|
||||
"React to posts" : "Auf Beiträge reagieren",
|
||||
"Track read/unread threads" : "Gelesene/ungelesene Threads verfolgen",
|
||||
"Track read/unread threads" : "Gelesene/ungelesene Themen verfolgen",
|
||||
"BBCode examples:" : "BBCode-Beispiele:",
|
||||
"Bold text" : "Fetter Text",
|
||||
"Use %1$stext%2$s" : "%1$sText%2$s verwenden",
|
||||
@@ -34,12 +36,15 @@
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Gerne eine neue Diskussion starten oder auf bestehende Beiträge antworten. Viel Spaß beim Posten!",
|
||||
"Forum" : "Forum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} neue Antwort in {thread}","{count} neue Antworten in {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} hat Sie in {thread} erwähnt",
|
||||
"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:** Diese 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\n**Hauptfunktionen:**\n\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthreads erstellen und beantworten\n\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Threads bereits gelesen wurden.\n\n- **Suche** – Diskussionen schnell mit der integrierten Suche schnell finden.\n\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n\n- **Moderations-Tools** – Threads 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.",
|
||||
"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.",
|
||||
"Loading …" : "Lade …",
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
@@ -50,6 +55,9 @@
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"{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!",
|
||||
"Hello moon!" : "Hallo Mond!",
|
||||
"Font style bold" : "Schriftart fett",
|
||||
"Font style italic" : "Schriftart kursiv",
|
||||
"Font style struck through" : "Schriftart durchgestrichen",
|
||||
@@ -72,7 +80,7 @@
|
||||
"BBCode help" : "BBCode-Hilfe",
|
||||
"Built-in BBCodes" : "Vorgefertigte BBCodes",
|
||||
"These BBCodes are available by default." : "Diese BBCodes sind standardmäßig verfügbar.",
|
||||
"Custom BBCodes" : "Maßgeschneiderte BBCodes",
|
||||
"Custom BBCodes" : "Benutzerdefinierte BBCodes",
|
||||
"These BBCodes are custom to this forum and configured by administrators." : "Diese BBCodes sind an dieses Forum angepasst und werden von der Administration konfiguriert.",
|
||||
"Example" : "Beispiel",
|
||||
"Replacement" : "Ersatz",
|
||||
@@ -80,56 +88,95 @@
|
||||
"No custom BBCodes configured." : "Keine benutzerdefinierten BBCodes eingerichtet.",
|
||||
"Failed to load custom BBCodes" : "Benutzerdefinierter BBCodes konnten nicht geladen werden.",
|
||||
"Insert emoji" : "Emoji einfügen",
|
||||
"Pick file from Nextcloud" : "Datei aus Nextcloud auswählen",
|
||||
"Upload file to Nextcloud" : "Datei in Nextcloud hochladen",
|
||||
"Uploading file …" : "Lade Datei hoch …",
|
||||
"Upload failed" : "Hochladen fehlgeschlagen",
|
||||
"Close" : "Schließen",
|
||||
"Pick a file to attach" : "Wähle eine Datei zum Anhängen aus",
|
||||
"_Thread_::_Threads_" : ["Thema","Themen"],
|
||||
"_Post_::_Posts_" : ["Beitrag","Beiträge"],
|
||||
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
|
||||
"Threads" : "Themen",
|
||||
"Replies" : "Antworten",
|
||||
"No description available" : "Keine Beschreibung verfügbar",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
"Enter header name" : "Überschriftsnamen eingeben",
|
||||
"Header description" : "Überschriftsbeschreibung",
|
||||
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
|
||||
"Sort order" : "Sortierung",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"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 …",
|
||||
"Loading categories …" : "Lade Kategorien …",
|
||||
"Move" : "Verschieben",
|
||||
"Cannot move to a category header. Please select a category instead." : "Kann nicht zu einer Kategorieüberschrift verschieben. Stattdessen eine Kategorie auswählen.",
|
||||
"This thread is already in this category." : "Dieses Thema befindet sich bereits in dieser Kategorie.",
|
||||
"Failed to load categories" : "Kategorien konnten nicht geladen werden",
|
||||
"Page not found" : "Seite nicht gefunden",
|
||||
"The page you are looking for could not be found." : "Die gesuchte Seite konnte nicht gefunden werden.",
|
||||
"Back" : "Zurück",
|
||||
"Go to home" : "Zur Startseite",
|
||||
"Pagination" : "Mehrseitige Liste",
|
||||
"First page" : "Erste Seite",
|
||||
"Previous page" : "Vorherige Seite",
|
||||
"Next page" : "Nächste Seite",
|
||||
"Last page" : "Letzte Seite",
|
||||
"Go to page {page}" : "Gehe zu Seite {page}",
|
||||
"Edited" : "Bearbeitet",
|
||||
"Quote reply" : "Antwort zitieren",
|
||||
"Edit" : "Bearbeiten",
|
||||
"Delete" : "Löschen",
|
||||
"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 post …" : "Ihren Beitrag bearbeiten …",
|
||||
"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 …",
|
||||
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
|
||||
"Current version" : "Aktuelle Version",
|
||||
"Edited by" : "Bearbeitet von",
|
||||
"Failed to load edit history" : "Bearbeitungsverlauf konnte nicht geladen werden",
|
||||
"Version {index}" : "Version {index}",
|
||||
"Add reaction" : "Reaktion hinzufügen",
|
||||
"React with {emoji}" : "Mit {emoji} reagieren",
|
||||
"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 …" : "Schreibe deine Antwort ...",
|
||||
"Post reply" : "Antwort senden",
|
||||
"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",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
"_%n post_::_%n posts_" : ["%n Beitrag","%n Beiträge"],
|
||||
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
|
||||
"_%n view_::_%n views_" : ["%n Ansicht","%n Ansichten"],
|
||||
"Replies" : "Antworten",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
"Write your first post …" : "Ihren ersten Beitrag 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 …",
|
||||
"Draft saved" : "Entwurf gespeichert",
|
||||
"Unsaved changes" : "Nicht gespeicherte Änderungen",
|
||||
"Back to home" : "Zurück zum Start",
|
||||
"Refresh" : "Aktualisieren",
|
||||
"Loading …" : "Lade …",
|
||||
"Your bookmarked threads" : "Ihre, mit Lesezeichen versehenen, Themen",
|
||||
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
|
||||
"No bookmarks yet" : "Bislang keine Lesezeichen",
|
||||
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
|
||||
"Retry" : "Wiederholen",
|
||||
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
|
||||
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
|
||||
"No categories yet" : "Bislang keine Kategorien",
|
||||
"Categories will appear here once they are created." : "Kategorien tauchen hier auf, sobald sie angelegt wurden.",
|
||||
"No categories in this section" : "Keine Kategorien in diesem Abschnitt",
|
||||
@@ -140,9 +187,7 @@
|
||||
"Error loading category" : "Fehler beim Laden der Kategorie",
|
||||
"No threads yet" : "Bislang keine Themen",
|
||||
"Be the first to start a discussion in this category." : "Seien Sie der Erste, der eine Diskussion in dieser Kategorie beginnt.",
|
||||
"Retry" : "Wiederholen",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Zeige %n Thema an","Zeige %n Themen an"],
|
||||
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
|
||||
"No category ID or slug provided" : "Keine Kategorie-ID oder Slug angegeben",
|
||||
"Failed to load threads" : "Themen konnten nicht geladen werden",
|
||||
"Create New Thread" : "Ein neues Thema erstellen",
|
||||
"In {category}" : "In {category}",
|
||||
@@ -151,45 +196,50 @@
|
||||
"Failed to create thread" : "Fehler beim Erstellen des Themas",
|
||||
"No category specified" : "Keine Kategorie angegeben",
|
||||
"Error" : "Fehler",
|
||||
"First post" : "Erster Beitrag",
|
||||
"First activity" : "Erste Aktivität",
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
"This user has not created any threads yet" : "Dieser Benutzer hat bislang noch keine Themen erstellt",
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not posted any replies yet" : "Dieser Benutzer hat bislang noch keine Antwort gepostet",
|
||||
"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 ...",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in posts" : "Suche in Beiträgen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
"Syntax help" : "Syntaxhilfe",
|
||||
"Search syntax" : "Syntax suchen",
|
||||
"Search syntax" : "Suchsyntax",
|
||||
"Match exact phrase" : "Exakte Phrase suchen",
|
||||
"Both terms required" : "Beide Begriffe erforderlich",
|
||||
"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 …",
|
||||
"Search Error" : "Suchfehler",
|
||||
"Enter a search query" : "Eine Suchabfrage eingeben",
|
||||
"Use the search box above to find threads and posts" : "Um Themen und Beiträge zu finden, die Box oben verwenden",
|
||||
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"Try different keywords or check your syntax" : "Probieren Sie verschiedene Schlüsselwörter aus oder überprüfen Sie Ihre Syntax.",
|
||||
"_%n thread found_::_%n threads found_" : ["%n Thema gefunden","%n Themen gefunden"],
|
||||
"_%n post found_::_%n posts found_" : ["%n Beitrag gefunden","%n Beiträge gefunden"],
|
||||
"_%n reply found_::_%n replies found_" : ["%n Antwort gefunden","%n Antworten gefunden"],
|
||||
"Please enter a search query" : "Bitte gib eine Suchanfrage ein",
|
||||
"Please select at least one search scope" : "Es muss mindestens ein Suchbereich ausgewählt werden",
|
||||
"Failed to search" : "Suche fehlgeschlagen",
|
||||
"Thread not found" : "Thema nicht gefunden",
|
||||
"The thread you are looking for does not exist or has been removed." : "Das gesuchte Thema existiert nicht oder wurde entfernt.",
|
||||
"Back to {category}" : "Zurück zu {category}",
|
||||
"Reply" : "Antwort",
|
||||
"Error loading thread" : "Fehler beim Laden des Themas",
|
||||
"No posts yet" : "Bislang keine Beträge",
|
||||
"Be the first to post in this thread." : "Seien Sie der Erste, der in diesem Thema einen Beitrag erstellt.",
|
||||
"No replies yet" : "Bislang keine Antworten",
|
||||
"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 post replies." : "Dieses Thema ist gesperrt. Nur Moderatoren können Antworten posten.",
|
||||
"This thread is locked. Only moderators can add replies." : "Dieses Thema ist gesperrt. Nur die Moderation kann Antworten hinzufügen.",
|
||||
"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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Angezeigt wird %n Beitrag","Angezeigt werden %n Beiträge"],
|
||||
"Lock thread" : "Thema sperren",
|
||||
"Unlock thread" : "Thema entsperren",
|
||||
"Pin thread" : "Thema anheften",
|
||||
"Unpin thread" : "Thema lösen",
|
||||
"Unpin thread" : "Thema ablösen",
|
||||
"Thread locked" : "Thema gesperrt",
|
||||
"Thread unlocked" : "Thema entsperrt",
|
||||
"Thread pinned" : "Thema angeheftet",
|
||||
@@ -198,96 +248,144 @@
|
||||
"Subscribed" : "Abonniert",
|
||||
"Subscribed to thread" : "Thema abonniert",
|
||||
"Unsubscribed from thread" : "Thema abbestellt",
|
||||
"Bookmark" : "Lesezeichen",
|
||||
"Remove bookmark" : "Lesezeichen entfernen",
|
||||
"Thread bookmarked" : "Thema mit Lesezeichen versehen",
|
||||
"Bookmark removed" : "Lesezeichen entfernt",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Failed to load posts" : "Beiträge konnten nicht geladen werden",
|
||||
"Post updated" : "Beitrag aktualisiert",
|
||||
"Failed to update post" : "Beitrag konnte nicht aktualisiert werden",
|
||||
"Save title" : "Titel speichern",
|
||||
"Thread title updated" : "Titel des Themas aktualisiert",
|
||||
"Move thread" : "Unterhaltung verschieben",
|
||||
"Thread moved successfully" : "Thema verschoben",
|
||||
"No thread ID or slug provided" : "Keine Themen-ID oder Slug angegeben",
|
||||
"Failed to load replies" : "Antworten konnten nicht geladen werden",
|
||||
"Thread updated" : "Thema aktualisiert",
|
||||
"Reply updated" : "Antwort aktualisiert",
|
||||
"Failed to update thread" : "Thema konnte nicht aktualisiert werden",
|
||||
"Failed to update reply" : "Antwort konnte nicht aktualisiert werden",
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Post deleted" : "Beitrag gelöscht",
|
||||
"Failed to delete post" : "Beitrag konnte nicht gelöscht werden",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
"Failed to update bookmark" : "Lesezeichen konnte nicht aktualisiert werden",
|
||||
"Failed to update thread title" : "Thementitel konnte nicht aktualisiert werden",
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden ...",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
|
||||
"Auto-subscribe to threads I create" : "Themen die ich erstellt habe, automatisch abonnieren",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Wenn diese Option aktiviert ist, erhalten Sie automatisch Benachrichtigungen für Antworten auf von Ihnen erstellte Themen",
|
||||
"Files" : "Dateien",
|
||||
"Configure file upload settings" : "Einstellungen für das Hochladen von Dateien",
|
||||
"Upload directory" : "Hochladeverzeichnis",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "An Themen angehängte Dateien werden in diesen Ordner in Ihre Nextcloud-Dateien hochgeladen",
|
||||
"Browse" : "Durchsuchen",
|
||||
"Preferences saved" : "Einstellungen gespeichert",
|
||||
"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 …",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
"Manage custom BBCode tags for formatting" : "Benutzerdefinierte BBCode-Schnipsel für die Formatierung verwalten",
|
||||
"Error loading BBCodes" : "Fehler beim Laden der BBCodes",
|
||||
"Create BBCode" : "BBCode erstellen",
|
||||
"Enable" : "Aktivieren",
|
||||
"Disable" : "Deaktivieren",
|
||||
"Enabled BBCodes" : "Aktivierte BBCodes",
|
||||
"These BBCode tags are currently active" : "Diese BBCode-Schnipsel sind aktuell aktiv",
|
||||
"Disabled BBCodes" : "Deaktivierte BBCodes",
|
||||
"These BBCode tags are currently inactive" : "Diese BBCode-Schnipsel sind aktuell inaktiv",
|
||||
"No enabled BBCodes" : "Keine aktivierten BBCodes",
|
||||
"Parses Inner" : "Inneres analysieren",
|
||||
"Delete BBCode" : "BBCode löschen",
|
||||
"Are you sure you want to delete the BBCode tag [{tag}]?" : "Soll das BBCode-Schnipsel [{tag}] gelöscht werden?",
|
||||
"This action cannot be undone." : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"Edit BBCode" : "BBCode editieren",
|
||||
"Tag" : "Schlagwort",
|
||||
"Tag" : "Schnipsel",
|
||||
"e.g., b, i, url, color" : "Z. B. b, i, url, color",
|
||||
"The BBCode tag name (without brackets)" : "BBCode-Schnipsel-Name (ohne Klammern)",
|
||||
"HTML replacement" : "HTML-Ersetzung",
|
||||
"e.g., {strongStart}{content}{strongEnd}" : "Z. B. {strongStart}{content}{strongEnd}",
|
||||
"Use {content} for the tag content and {paramName} for parameters" : "{content} für den Schnipselinhalt und{paramName} für Parameter verwenden",
|
||||
"e.g., {tagStart}Hello world{tagEnd}" : "Z. B. {tagStart}Hallo Welt{tagEnd}",
|
||||
"Example usage of this BBCode tag" : "Beispiel für die Verwendung dieses BBCode-Schnipsels",
|
||||
"Description" : "Beschreibung",
|
||||
"Brief description of what this BBCode does" : "Kurzbeschreibung der Funktion dieses BBCodes",
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie editieren",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
"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}\")",
|
||||
"Slug cannot be changed after category creation" : "Die Slug kann nach der Erstellung der Kategorie nicht mehr geändert werden.",
|
||||
"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 ...",
|
||||
"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",
|
||||
"Delete category" : "Kategorie löschen",
|
||||
"Are you sure you want to delete the category \"{name}\"?" : "Soll die Kategorie \"{name}\" gelöscht werden?",
|
||||
"_This category contains %n thread._::_This category contains %n threads._" : ["Diese Kategorie enthält %n Thema.","Diese Kategorie enthält %n Themen."],
|
||||
"What should happen to the threads?" : "Was soll mit den Themen geschehen?",
|
||||
"Move threads to another category" : "Themen in eine andere Kategorie verschieben",
|
||||
"Delete all threads (soft delete)" : "Alle Themen löschen (Weiches Löschen)",
|
||||
"Threads will be hidden but not permanently deleted" : "Themen werden verborgen, aber nicht dauerhaft gelöscht",
|
||||
"Select target category" : "Zeilkategorie auswählen",
|
||||
"Select target category" : "Zielkategorie auswählen",
|
||||
"-- Select a category --" : "-- Eine Kategorie auswählen --",
|
||||
"Create header" : "Überschrift erstellen",
|
||||
"_%n category_::_%n categories_" : ["%n Kategorie","%n Kategorien"],
|
||||
"_%n thread_::_%n threads_" : ["%n Thema","%n Themen"],
|
||||
"Delete header" : "Überschrift löschen",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Soll die Überschrift \"{name}\" wirklich gelöscht werden?",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Soll die Überschrift \"{name}\" gelöscht werden?",
|
||||
"_This header contains %n category._::_This header contains %n categories._" : ["Diese Überschrift enthält %n Kategorie.","Diese Überschrift enthält %n Kategorien."],
|
||||
"This action cannot be undone" : "Dies kann nicht rückgängig gemacht werden.",
|
||||
"What should happen to the categories?" : "Was soll mit den Themen geschehen?",
|
||||
"Move categories to another header" : "Kategorien zu einer anderen Überschrift verschieben",
|
||||
"Delete all categories" : "Alle Kategorien löschen",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und Themen werden endgültig gelöscht",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und ihre Themen werden endgültig gelöscht",
|
||||
"Select target header" : "Zielüberschrift auswählen",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Admin dashboard" : "Administrationsdashboard",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und -Statistiken",
|
||||
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
|
||||
"Loading statistics …" : "Lade Statistiken …",
|
||||
"Error loading dashboard" : "Fehler beim Laden des Dashboards",
|
||||
"Total statistics" : "Gesamtstatistik",
|
||||
"Total users" : "Benutzer gesamt",
|
||||
"Total threads" : "Themen insgesamt",
|
||||
"Total posts" : "Beiträge insgesamt",
|
||||
"Total categories" : "Kategorien insgesamt",
|
||||
"Recent activity (last 7 days)" : "Neueste Aktivitäten (letzte 7 Tage)",
|
||||
"New users" : "Neue Benutzer",
|
||||
"New threads" : "Neue Themen",
|
||||
"New posts" : "Neuer Post",
|
||||
"Top contributors" : "Top-Mitwirkende",
|
||||
"No contributors yet" : "Bislang keine Mitwirkende",
|
||||
"New replies" : "Neue Antworten",
|
||||
"Top contributors" : "Top-Beitragende",
|
||||
"No contributors yet" : "Bislang keine Beitragende",
|
||||
"Last 7 days" : "Die letzten 7 Tage",
|
||||
"All time" : "Gesamte Zeit",
|
||||
"General settings" : "Allgemeine Einstellungen",
|
||||
"Configure general forum settings" : "Allgemeine Foreneinstellungen konfigurieren",
|
||||
"Loading settings …" : "Lade Einstellungen …",
|
||||
"Error loading settings" : "Fehler beim Laden der Einstellungen",
|
||||
"Appearance" : "Aussehen",
|
||||
"Customize how your forum looks to users" : "Anpassen, wie das Forum die Benutzer aussieht.",
|
||||
"Forum title" : "Forumstitel",
|
||||
"Displayed at the top of the forum home page" : "Wird oben auf der Startseite des Forums angezeigt",
|
||||
"Forum subtitle" : "Forumsuntertitel",
|
||||
@@ -296,25 +394,31 @@
|
||||
"Access control" : "Zugriffskontrolle",
|
||||
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
|
||||
"Allow guest access" : "Gästen den Zugriff gestatten",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
|
||||
"Settings saved" : "Einstellungen gespeichert",
|
||||
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
"Error loading role" : "Fehler beim Laden der Rolle",
|
||||
"Enter role name" : "Rollenname eingeben",
|
||||
"Enter role description (optional)" : "Rollenbeschreibung eingeben (Optional)",
|
||||
"System role names cannot be changed" : "Namen der Systemrollen können nicht geändert werden",
|
||||
"Colors" : "Farben",
|
||||
"Set colors for this role badge" : "Farben für dieses Rollenabzeichen festlegen",
|
||||
"Light mode color" : "Farbe für den hellen Modus",
|
||||
"Dark mode color" : "Farbe für den dunklen Modus",
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Role permissions" : "Rollenberechtigungen",
|
||||
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
|
||||
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
|
||||
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
|
||||
"Can edit roles" : "Kann Rollen bearbeiten",
|
||||
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
|
||||
"Can edit categories" : "Kann Kategorien bearbeiten",
|
||||
"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",
|
||||
@@ -322,13 +426,15 @@
|
||||
"No categories available" : "Keine Kategorien verfügbar",
|
||||
"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 Berechtigungen haben",
|
||||
"Guest role cannot moderate categories" : "Die Gastroille darf Kategorien nicht moderieren",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
|
||||
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -Berechtigungen erstellen und verwalten",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
"Error loading roles" : "Fehler beim Laden der Rollen",
|
||||
"No roles found" : "Keine Rollen gefunden",
|
||||
@@ -337,15 +443,14 @@
|
||||
"Created" : "Erstellt",
|
||||
"Actions" : "Aktionen",
|
||||
"No description" : "Keine Beschreibung",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" wirklich gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
|
||||
"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",
|
||||
"User management" : "Kontenverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -Rollen und - Berechtigungen verwalten",
|
||||
"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",
|
||||
"Posts" : "Beiträge",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktiv",
|
||||
|
||||
19
l10n/el.js
19
l10n/el.js
@@ -11,13 +11,16 @@ OC.L10N.register(
|
||||
"Underlined text" : "Υπογραμμισμένο κείμενο",
|
||||
"Forum" : "Φόρουμ",
|
||||
"Deleted user" : "Διαγραμμένος χρήστης",
|
||||
"Loading …" : "Γίνεται φόρτωση…",
|
||||
"Search" : "Αναζήτηση",
|
||||
"Home" : "Αρχική",
|
||||
"Bookmarks" : "Σελιδοδείκτες",
|
||||
"Dashboard" : "Πίνακας ελέγχου",
|
||||
"Users" : "Χρήστες",
|
||||
"Categories" : "Κατηγορίες",
|
||||
"Expand" : "Επεκτείνω",
|
||||
"Collapse" : "Σύμπτυξη",
|
||||
"Hello world!" : "Γεια σου κόσμε!",
|
||||
"Code" : "Κώδικας",
|
||||
"Quote" : "Προσφορά",
|
||||
"Font size" : "Μέγεθος γραμματοσειράς",
|
||||
@@ -26,24 +29,34 @@ OC.L10N.register(
|
||||
"Align right" : "Στοίχιση δεξιά",
|
||||
"List" : "Λίστα",
|
||||
"Insert emoji" : "Εισαγωγή emoji",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Failed to upload file" : "Αποτυχία μεταφόρτωσης αρχείου",
|
||||
"Threads" : "Συζητήσεις",
|
||||
"Sort order" : "Σειρά ταξινόμησης",
|
||||
"0" : "0",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Move" : "Μετακίνηση",
|
||||
"Page not found" : "Η σελίδα δεν βρέθηκε",
|
||||
"Back" : "Επιστροφή",
|
||||
"First page" : "Πρώτη σελίδα",
|
||||
"Previous page" : "Προηγούμενη σελίδα",
|
||||
"Next page" : "Επόμενη σελίδα",
|
||||
"Last page" : "Τελευταία σελίδα",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Unread" : "Μη αναγνωσμένο",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Current version" : "Τρέχουσα έκδοση",
|
||||
"React with {emoji}" : "Αντίδραση με {emoji}",
|
||||
"Uncategorized" : "Μή-κατηγοριοποιημένα",
|
||||
"_%n reply_::_%n replies_" : ["%n απάντηση","%n απαντήσεις"],
|
||||
"Views" : "Προβολές",
|
||||
"Title" : "Τίτλος",
|
||||
"Saving draft …" : "Αποθήκευση προχείρου ...",
|
||||
"Draft saved" : "Το πρόχειρο αποθηκεύτηκε",
|
||||
"Unsaved changes" : "Μη αποθηκευμένες αλλαγές",
|
||||
"Refresh" : "Ανανέωση",
|
||||
"Loading …" : "Γίνεται φόρτωση…",
|
||||
"Retry" : "Δοκιμή ξανά",
|
||||
"In {category}" : "Στη συνομιλία {category}",
|
||||
"Error" : "Σφάλμα",
|
||||
@@ -53,12 +66,14 @@ OC.L10N.register(
|
||||
"by" : "από",
|
||||
"Subscribe" : "Εγγραφή",
|
||||
"Subscribed" : "Εγγεγραμμένο",
|
||||
"Bookmark" : "Σελιδοδείκτης",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Move thread" : "Μετακίνηση νήματος",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Notifications" : "Ειδοποιήσεις",
|
||||
"Files" : "Αρχεία",
|
||||
"Browse" : "Περιήγηση",
|
||||
"Signature" : "Υπογραφή",
|
||||
"Enable" : "Ενεργοποίηση",
|
||||
"Disable" : "Απενεργοποίηση",
|
||||
"This action cannot be undone." : "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
|
||||
19
l10n/el.json
19
l10n/el.json
@@ -9,13 +9,16 @@
|
||||
"Underlined text" : "Υπογραμμισμένο κείμενο",
|
||||
"Forum" : "Φόρουμ",
|
||||
"Deleted user" : "Διαγραμμένος χρήστης",
|
||||
"Loading …" : "Γίνεται φόρτωση…",
|
||||
"Search" : "Αναζήτηση",
|
||||
"Home" : "Αρχική",
|
||||
"Bookmarks" : "Σελιδοδείκτες",
|
||||
"Dashboard" : "Πίνακας ελέγχου",
|
||||
"Users" : "Χρήστες",
|
||||
"Categories" : "Κατηγορίες",
|
||||
"Expand" : "Επεκτείνω",
|
||||
"Collapse" : "Σύμπτυξη",
|
||||
"Hello world!" : "Γεια σου κόσμε!",
|
||||
"Code" : "Κώδικας",
|
||||
"Quote" : "Προσφορά",
|
||||
"Font size" : "Μέγεθος γραμματοσειράς",
|
||||
@@ -24,24 +27,34 @@
|
||||
"Align right" : "Στοίχιση δεξιά",
|
||||
"List" : "Λίστα",
|
||||
"Insert emoji" : "Εισαγωγή emoji",
|
||||
"Close" : "Κλείσιμο",
|
||||
"Failed to upload file" : "Αποτυχία μεταφόρτωσης αρχείου",
|
||||
"Threads" : "Συζητήσεις",
|
||||
"Sort order" : "Σειρά ταξινόμησης",
|
||||
"0" : "0",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Move" : "Μετακίνηση",
|
||||
"Page not found" : "Η σελίδα δεν βρέθηκε",
|
||||
"Back" : "Επιστροφή",
|
||||
"First page" : "Πρώτη σελίδα",
|
||||
"Previous page" : "Προηγούμενη σελίδα",
|
||||
"Next page" : "Επόμενη σελίδα",
|
||||
"Last page" : "Τελευταία σελίδα",
|
||||
"Edit" : "Επεξεργασία",
|
||||
"Delete" : "Διαγραφή",
|
||||
"Unread" : "Μη αναγνωσμένο",
|
||||
"Save" : "Αποθήκευση",
|
||||
"Current version" : "Τρέχουσα έκδοση",
|
||||
"React with {emoji}" : "Αντίδραση με {emoji}",
|
||||
"Uncategorized" : "Μή-κατηγοριοποιημένα",
|
||||
"_%n reply_::_%n replies_" : ["%n απάντηση","%n απαντήσεις"],
|
||||
"Views" : "Προβολές",
|
||||
"Title" : "Τίτλος",
|
||||
"Saving draft …" : "Αποθήκευση προχείρου ...",
|
||||
"Draft saved" : "Το πρόχειρο αποθηκεύτηκε",
|
||||
"Unsaved changes" : "Μη αποθηκευμένες αλλαγές",
|
||||
"Refresh" : "Ανανέωση",
|
||||
"Loading …" : "Γίνεται φόρτωση…",
|
||||
"Retry" : "Δοκιμή ξανά",
|
||||
"In {category}" : "Στη συνομιλία {category}",
|
||||
"Error" : "Σφάλμα",
|
||||
@@ -51,12 +64,14 @@
|
||||
"by" : "από",
|
||||
"Subscribe" : "Εγγραφή",
|
||||
"Subscribed" : "Εγγεγραμμένο",
|
||||
"Bookmark" : "Σελιδοδείκτης",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Move thread" : "Μετακίνηση νήματος",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Notifications" : "Ειδοποιήσεις",
|
||||
"Files" : "Αρχεία",
|
||||
"Browse" : "Περιήγηση",
|
||||
"Signature" : "Υπογραφή",
|
||||
"Enable" : "Ενεργοποίηση",
|
||||
"Disable" : "Απενεργοποίηση",
|
||||
"This action cannot be undone." : "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
|
||||
|
||||
122
l10n/en_GB.js
122
l10n/en_GB.js
@@ -16,6 +16,8 @@ OC.L10N.register(
|
||||
"Support" : "Support",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Ask questions about the forum, provide feedback or report issues.",
|
||||
"Inline code" : "Inline code",
|
||||
"Spoiler title" : "Spoiler title",
|
||||
"Hidden content" : "Hidden content",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Attachment",
|
||||
"Welcome to Nextcloud Forums" : "Welcome to Nextcloud Forums",
|
||||
@@ -36,12 +38,15 @@ OC.L10N.register(
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Feel free to start a new discussion or reply to existing threads. Happy posting!",
|
||||
"Forum" : "Forum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} new reply in {thread}","{count} new replies in {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} mentioned you in {thread}",
|
||||
"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.",
|
||||
"Loading …" : "Loading …",
|
||||
"Search" : "Search",
|
||||
"Home" : "Home",
|
||||
"Bookmarks" : "Bookmarks",
|
||||
"User preferences" : "User preferences",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
@@ -52,6 +57,9 @@ OC.L10N.register(
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"{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!",
|
||||
"Hello moon!" : "Hello moon!",
|
||||
"Font style bold" : "Font style bold",
|
||||
"Font style italic" : "Font style italic",
|
||||
"Font style struck through" : "Font style struck through",
|
||||
@@ -82,10 +90,15 @@ OC.L10N.register(
|
||||
"No custom BBCodes configured." : "No custom BBCodes configured.",
|
||||
"Failed to load custom BBCodes" : "Failed to load custom BBCodes",
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Pick file from Nextcloud" : "Pick file from Nextcloud",
|
||||
"Upload file to Nextcloud" : "Upload file to Nextcloud",
|
||||
"Uploading file …" : "Uploading file …",
|
||||
"Upload failed" : "Upload failed",
|
||||
"Close" : "Close",
|
||||
"Pick a file to attach" : "Pick a file to attach",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"_Thread_::_Threads_" : ["Thread","Threads"],
|
||||
"_Post_::_Posts_" : ["Post","Posts"],
|
||||
"Threads" : "Threads",
|
||||
"Replies" : "Replies",
|
||||
"No description available" : "No description available",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
@@ -94,48 +107,78 @@ OC.L10N.register(
|
||||
"Header description" : "Header description",
|
||||
"Enter header description (optional)" : "Enter header description (optional)",
|
||||
"Sort order" : "Sort order",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Lower numbers appear first",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"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 …",
|
||||
"Loading categories …" : "Loading categories …",
|
||||
"Move" : "Move",
|
||||
"Cannot move to a category header. Please select a category instead." : "Cannot move to a category header. Please select a category instead.",
|
||||
"This thread is already in this category." : "This thread is already in this category.",
|
||||
"Failed to load categories" : "Failed to load categories",
|
||||
"Page not found" : "Page not found",
|
||||
"The page you are looking for could not be found." : "The page you are looking for could not be found.",
|
||||
"Back" : "Back",
|
||||
"Go to home" : "Go to home",
|
||||
"Pagination" : "Pagination",
|
||||
"First page" : "First page",
|
||||
"Previous page" : "Previous page",
|
||||
"Next page" : "Next page",
|
||||
"Last page" : "Last page",
|
||||
"Go to page {page}" : "Go to page {page}",
|
||||
"Edited" : "Edited",
|
||||
"Quote reply" : "Quote reply",
|
||||
"Edit" : "Edit",
|
||||
"Delete" : "Delete",
|
||||
"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",
|
||||
"Edit your post …" : "Edit your post …",
|
||||
"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?",
|
||||
"Edit history" : "Edit history",
|
||||
"Loading history …" : "Loading history …",
|
||||
"This post has no edit history." : "This post has no edit history.",
|
||||
"Current version" : "Current version",
|
||||
"Edited by" : "Edited by",
|
||||
"Failed to load edit history" : "Failed to load edit history",
|
||||
"Version {index}" : "Version {index}",
|
||||
"Add reaction" : "Add reaction",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"You reacted with {emoji}" : "You reacted with {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["You and %n other reacted with {emoji}","You and %n others reacted with {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n person reacted with {emoji}","%n people reacted with {emoji}"],
|
||||
"Write your reply …" : "Write your reply …",
|
||||
"Post reply" : "Post reply",
|
||||
"Submit reply" : "Submit reply",
|
||||
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
|
||||
"In thread" : "In thread",
|
||||
"Thread unavailable" : "Thread unavailable",
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
"_%n post_::_%n posts_" : ["%n post","%n posts"],
|
||||
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
|
||||
"_%n view_::_%n views_" : ["%n view","%n views"],
|
||||
"Replies" : "Replies",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
"Write your first post …" : "Write your first post …",
|
||||
"Write your thread content …" : "Write your thread content …",
|
||||
"Create thread" : "Create thread",
|
||||
"Are you sure you want to discard this thread?" : "Are you sure you want to discard this thread?",
|
||||
"Saving draft …" : "Saving draft …",
|
||||
"Draft saved" : "Draft saved",
|
||||
"Unsaved changes" : "Unsaved changes",
|
||||
"Back to home" : "Back to home",
|
||||
"Refresh" : "Refresh",
|
||||
"Loading …" : "Loading …",
|
||||
"Your bookmarked threads" : "Your bookmarked threads",
|
||||
"Error loading bookmarks" : "Error loading bookmarks",
|
||||
"No bookmarks yet" : "No bookmarks yet",
|
||||
"Bookmark threads to quickly find them later." : "Bookmark threads to quickly find them later.",
|
||||
"Retry" : "Retry",
|
||||
"An unexpected error occurred" : "An unexpected error occurred",
|
||||
"Failed to load bookmarks" : "Failed to load bookmarks",
|
||||
"No categories yet" : "No categories yet",
|
||||
"Categories will appear here once they are created." : "Categories will appear here once they are created.",
|
||||
"No categories in this section" : "No categories in this section",
|
||||
@@ -146,9 +189,6 @@ OC.L10N.register(
|
||||
"Error loading category" : "Error loading category",
|
||||
"No threads yet" : "No threads yet",
|
||||
"Be the first to start a discussion in this category." : "Be the first to start a discussion in this category.",
|
||||
"Retry" : "Retry",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Showing %n thread","Showing %n threads"],
|
||||
"An unexpected error occurred" : "An unexpected error occurred",
|
||||
"No category ID or slug provided" : "No category ID or slug provided",
|
||||
"Failed to load threads" : "Failed to load threads",
|
||||
"Create New Thread" : "Create New Thread",
|
||||
@@ -158,17 +198,17 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Failed to create thread",
|
||||
"No category specified" : "No category specified",
|
||||
"Error" : "Error",
|
||||
"First post" : "First post",
|
||||
"First activity" : "First activity",
|
||||
"Threads ({count})" : "Threads ({count})",
|
||||
"Replies ({count})" : "Replies ({count})",
|
||||
"No threads" : "No threads",
|
||||
"This user has not created any threads yet" : "This user has not created any threads yet",
|
||||
"No replies" : "No replies",
|
||||
"This user has not posted any replies yet" : "This user has not posted any replies yet",
|
||||
"This user has not written any replies yet" : "This user has not written any replies yet",
|
||||
"Failed to load user profile" : "Failed to load user profile",
|
||||
"Enter search query …" : "Enter search query …",
|
||||
"Search in threads" : "Search in threads",
|
||||
"Search in posts" : "Search in posts",
|
||||
"Search in replies" : "Search in replies",
|
||||
"Syntax help" : "Syntax help",
|
||||
"Search syntax" : "Search syntax",
|
||||
"Match exact phrase" : "Match exact phrase",
|
||||
@@ -179,11 +219,11 @@ OC.L10N.register(
|
||||
"Searching …" : "Searching …",
|
||||
"Search Error" : "Search Error",
|
||||
"Enter a search query" : "Enter a search query",
|
||||
"Use the search box above to find threads and posts" : "Use the search box above to find threads and posts",
|
||||
"Use the search box above to find threads and replies" : "Use the search box above to find threads and replies",
|
||||
"No results found" : "No results found",
|
||||
"Try different keywords or check your syntax" : "Try different keywords or check your syntax",
|
||||
"_%n thread found_::_%n threads found_" : ["%n thread found","%n threads found"],
|
||||
"_%n post found_::_%n posts found_" : ["%n post found","%n posts found"],
|
||||
"_%n reply found_::_%n replies found_" : ["%n reply found","%n replies found"],
|
||||
"Please enter a search query" : "Please enter a search query",
|
||||
"Please select at least one search scope" : "Please select at least one search scope",
|
||||
"Failed to search" : "Failed to search",
|
||||
@@ -192,13 +232,12 @@ OC.L10N.register(
|
||||
"Back to {category}" : "Back to {category}",
|
||||
"Reply" : "Reply",
|
||||
"Error loading thread" : "Error loading thread",
|
||||
"No posts yet" : "No posts yet",
|
||||
"Be the first to post in this thread." : "Be the first to post in this thread.",
|
||||
"No replies yet" : "No replies yet",
|
||||
"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 post replies." : "This thread is locked. Only moderators can post replies.",
|
||||
"This thread is locked. Only moderators can add replies." : "This thread is locked. Only moderators can add replies.",
|
||||
"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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Showing %n post","Showing %n posts"],
|
||||
"Lock thread" : "Lock thread",
|
||||
"Unlock thread" : "Unlock thread",
|
||||
"Pin thread" : "Pin thread",
|
||||
@@ -211,18 +250,30 @@ OC.L10N.register(
|
||||
"Subscribed" : "Subscribed",
|
||||
"Subscribed to thread" : "Subscribed to thread",
|
||||
"Unsubscribed from thread" : "Unsubscribed from thread",
|
||||
"Bookmark" : "Bookmark",
|
||||
"Remove bookmark" : "Remove bookmark",
|
||||
"Thread bookmarked" : "Thread bookmarked",
|
||||
"Bookmark removed" : "Bookmark removed",
|
||||
"Edit title" : "Edit title",
|
||||
"Save title" : "Save title",
|
||||
"Thread title updated" : "Thread title updated",
|
||||
"Move thread" : "Move thread",
|
||||
"Thread moved successfully" : "Thread moved successfully",
|
||||
"No thread ID or slug provided" : "No thread ID or slug provided",
|
||||
"Failed to load posts" : "Failed to load posts",
|
||||
"Post updated" : "Post updated",
|
||||
"Failed to update post" : "Failed to update post",
|
||||
"Failed to load replies" : "Failed to load replies",
|
||||
"Thread updated" : "Thread updated",
|
||||
"Reply updated" : "Reply updated",
|
||||
"Failed to update thread" : "Failed to update thread",
|
||||
"Failed to update reply" : "Failed to update reply",
|
||||
"Thread deleted" : "Thread deleted",
|
||||
"Post deleted" : "Post deleted",
|
||||
"Failed to delete post" : "Failed to delete post",
|
||||
"Reply deleted" : "Reply deleted",
|
||||
"Failed to delete reply" : "Failed to delete reply",
|
||||
"Failed to update thread lock status" : "Failed to update thread lock status",
|
||||
"Failed to update thread pin status" : "Failed to update thread pin status",
|
||||
"Failed to update subscription" : "Failed to update subscription",
|
||||
"Failed to update bookmark" : "Failed to update bookmark",
|
||||
"Failed to update thread title" : "Failed to update thread title",
|
||||
"Failed to move thread" : "Failed to move thread",
|
||||
"Preferences" : "Preferences",
|
||||
"Customize your forum experience" : "Customize your forum experience",
|
||||
"Loading preferences …" : "Loading preferences …",
|
||||
@@ -232,11 +283,19 @@ OC.L10N.register(
|
||||
"Auto-subscribe to threads I create" : "Auto-subscribe to threads I create",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "When enabled, you will automatically receive notifications for replies to threads you create",
|
||||
"Files" : "Files",
|
||||
"Configure file upload settings" : "Configure file upload settings",
|
||||
"Upload directory" : "Upload directory",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Files attached to threads or replies will be uploaded to this directory in your Nextcloud files",
|
||||
"Browse" : "Browse",
|
||||
"Preferences saved" : "Preferences saved",
|
||||
"Signature" : "Signature",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
|
||||
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
|
||||
"Enter your signature …" : "Enter your signature …",
|
||||
"Failed to save preferences" : "Failed to save preferences",
|
||||
"Select upload directory" : "Select upload directory",
|
||||
"BBCode management" : "BBCode management",
|
||||
"Manage custom BBCode tags for post formatting" : "Manage custom BBCode tags for post formatting",
|
||||
"Manage custom BBCode tags for formatting" : "Manage custom BBCode tags for formatting",
|
||||
"Error loading BBCodes" : "Error loading BBCodes",
|
||||
"Create BBCode" : "Create BBCode",
|
||||
"Enable" : "Enable",
|
||||
@@ -274,6 +333,7 @@ OC.L10N.register(
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Slug cannot be changed after category creation",
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
@@ -314,14 +374,10 @@ OC.L10N.register(
|
||||
"Loading statistics …" : "Loading statistics …",
|
||||
"Error loading dashboard" : "Error loading dashboard",
|
||||
"Total statistics" : "Total statistics",
|
||||
"Total users" : "Total users",
|
||||
"Total threads" : "Total threads",
|
||||
"Total posts" : "Total posts",
|
||||
"Total categories" : "Total categories",
|
||||
"Recent activity (last 7 days)" : "Recent activity (last 7 days)",
|
||||
"New users" : "New users",
|
||||
"New threads" : "New threads",
|
||||
"New posts" : "New posts",
|
||||
"New replies" : "New replies",
|
||||
"Top contributors" : "Top contributors",
|
||||
"No contributors yet" : "No contributors yet",
|
||||
"Last 7 days" : "Last 7 days",
|
||||
@@ -374,6 +430,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
|
||||
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
|
||||
"Guest access is currently disabled" : "Guest access is currently disabled",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Guest users will not be able to access the forum until guest access is enabled in the forum settings.",
|
||||
"Go to forum settings" : "Go to forum settings",
|
||||
@@ -396,7 +453,6 @@ OC.L10N.register(
|
||||
"Error loading users" : "Error loading users",
|
||||
"No users found" : "No users found",
|
||||
"There are no forum users yet" : "There are no forum users yet",
|
||||
"Posts" : "Posts",
|
||||
"Joined" : "Joined",
|
||||
"Status" : "Status",
|
||||
"Active" : "Active",
|
||||
|
||||
122
l10n/en_GB.json
122
l10n/en_GB.json
@@ -14,6 +14,8 @@
|
||||
"Support" : "Support",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Ask questions about the forum, provide feedback or report issues.",
|
||||
"Inline code" : "Inline code",
|
||||
"Spoiler title" : "Spoiler title",
|
||||
"Hidden content" : "Hidden content",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Attachment",
|
||||
"Welcome to Nextcloud Forums" : "Welcome to Nextcloud Forums",
|
||||
@@ -34,12 +36,15 @@
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Feel free to start a new discussion or reply to existing threads. Happy posting!",
|
||||
"Forum" : "Forum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} new reply in {thread}","{count} new replies in {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} mentioned you in {thread}",
|
||||
"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.",
|
||||
"Loading …" : "Loading …",
|
||||
"Search" : "Search",
|
||||
"Home" : "Home",
|
||||
"Bookmarks" : "Bookmarks",
|
||||
"User preferences" : "User preferences",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
@@ -50,6 +55,9 @@
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"{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!",
|
||||
"Hello moon!" : "Hello moon!",
|
||||
"Font style bold" : "Font style bold",
|
||||
"Font style italic" : "Font style italic",
|
||||
"Font style struck through" : "Font style struck through",
|
||||
@@ -80,10 +88,15 @@
|
||||
"No custom BBCodes configured." : "No custom BBCodes configured.",
|
||||
"Failed to load custom BBCodes" : "Failed to load custom BBCodes",
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Pick file from Nextcloud" : "Pick file from Nextcloud",
|
||||
"Upload file to Nextcloud" : "Upload file to Nextcloud",
|
||||
"Uploading file …" : "Uploading file …",
|
||||
"Upload failed" : "Upload failed",
|
||||
"Close" : "Close",
|
||||
"Pick a file to attach" : "Pick a file to attach",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"_Thread_::_Threads_" : ["Thread","Threads"],
|
||||
"_Post_::_Posts_" : ["Post","Posts"],
|
||||
"Threads" : "Threads",
|
||||
"Replies" : "Replies",
|
||||
"No description available" : "No description available",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
@@ -92,48 +105,78 @@
|
||||
"Header description" : "Header description",
|
||||
"Enter header description (optional)" : "Enter header description (optional)",
|
||||
"Sort order" : "Sort order",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Lower numbers appear first",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"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 …",
|
||||
"Loading categories …" : "Loading categories …",
|
||||
"Move" : "Move",
|
||||
"Cannot move to a category header. Please select a category instead." : "Cannot move to a category header. Please select a category instead.",
|
||||
"This thread is already in this category." : "This thread is already in this category.",
|
||||
"Failed to load categories" : "Failed to load categories",
|
||||
"Page not found" : "Page not found",
|
||||
"The page you are looking for could not be found." : "The page you are looking for could not be found.",
|
||||
"Back" : "Back",
|
||||
"Go to home" : "Go to home",
|
||||
"Pagination" : "Pagination",
|
||||
"First page" : "First page",
|
||||
"Previous page" : "Previous page",
|
||||
"Next page" : "Next page",
|
||||
"Last page" : "Last page",
|
||||
"Go to page {page}" : "Go to page {page}",
|
||||
"Edited" : "Edited",
|
||||
"Quote reply" : "Quote reply",
|
||||
"Edit" : "Edit",
|
||||
"Delete" : "Delete",
|
||||
"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",
|
||||
"Edit your post …" : "Edit your post …",
|
||||
"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?",
|
||||
"Edit history" : "Edit history",
|
||||
"Loading history …" : "Loading history …",
|
||||
"This post has no edit history." : "This post has no edit history.",
|
||||
"Current version" : "Current version",
|
||||
"Edited by" : "Edited by",
|
||||
"Failed to load edit history" : "Failed to load edit history",
|
||||
"Version {index}" : "Version {index}",
|
||||
"Add reaction" : "Add reaction",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"You reacted with {emoji}" : "You reacted with {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["You and %n other reacted with {emoji}","You and %n others reacted with {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n person reacted with {emoji}","%n people reacted with {emoji}"],
|
||||
"Write your reply …" : "Write your reply …",
|
||||
"Post reply" : "Post reply",
|
||||
"Submit reply" : "Submit reply",
|
||||
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
|
||||
"In thread" : "In thread",
|
||||
"Thread unavailable" : "Thread unavailable",
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
"_%n post_::_%n posts_" : ["%n post","%n posts"],
|
||||
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
|
||||
"_%n view_::_%n views_" : ["%n view","%n views"],
|
||||
"Replies" : "Replies",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
"Write your first post …" : "Write your first post …",
|
||||
"Write your thread content …" : "Write your thread content …",
|
||||
"Create thread" : "Create thread",
|
||||
"Are you sure you want to discard this thread?" : "Are you sure you want to discard this thread?",
|
||||
"Saving draft …" : "Saving draft …",
|
||||
"Draft saved" : "Draft saved",
|
||||
"Unsaved changes" : "Unsaved changes",
|
||||
"Back to home" : "Back to home",
|
||||
"Refresh" : "Refresh",
|
||||
"Loading …" : "Loading …",
|
||||
"Your bookmarked threads" : "Your bookmarked threads",
|
||||
"Error loading bookmarks" : "Error loading bookmarks",
|
||||
"No bookmarks yet" : "No bookmarks yet",
|
||||
"Bookmark threads to quickly find them later." : "Bookmark threads to quickly find them later.",
|
||||
"Retry" : "Retry",
|
||||
"An unexpected error occurred" : "An unexpected error occurred",
|
||||
"Failed to load bookmarks" : "Failed to load bookmarks",
|
||||
"No categories yet" : "No categories yet",
|
||||
"Categories will appear here once they are created." : "Categories will appear here once they are created.",
|
||||
"No categories in this section" : "No categories in this section",
|
||||
@@ -144,9 +187,6 @@
|
||||
"Error loading category" : "Error loading category",
|
||||
"No threads yet" : "No threads yet",
|
||||
"Be the first to start a discussion in this category." : "Be the first to start a discussion in this category.",
|
||||
"Retry" : "Retry",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Showing %n thread","Showing %n threads"],
|
||||
"An unexpected error occurred" : "An unexpected error occurred",
|
||||
"No category ID or slug provided" : "No category ID or slug provided",
|
||||
"Failed to load threads" : "Failed to load threads",
|
||||
"Create New Thread" : "Create New Thread",
|
||||
@@ -156,17 +196,17 @@
|
||||
"Failed to create thread" : "Failed to create thread",
|
||||
"No category specified" : "No category specified",
|
||||
"Error" : "Error",
|
||||
"First post" : "First post",
|
||||
"First activity" : "First activity",
|
||||
"Threads ({count})" : "Threads ({count})",
|
||||
"Replies ({count})" : "Replies ({count})",
|
||||
"No threads" : "No threads",
|
||||
"This user has not created any threads yet" : "This user has not created any threads yet",
|
||||
"No replies" : "No replies",
|
||||
"This user has not posted any replies yet" : "This user has not posted any replies yet",
|
||||
"This user has not written any replies yet" : "This user has not written any replies yet",
|
||||
"Failed to load user profile" : "Failed to load user profile",
|
||||
"Enter search query …" : "Enter search query …",
|
||||
"Search in threads" : "Search in threads",
|
||||
"Search in posts" : "Search in posts",
|
||||
"Search in replies" : "Search in replies",
|
||||
"Syntax help" : "Syntax help",
|
||||
"Search syntax" : "Search syntax",
|
||||
"Match exact phrase" : "Match exact phrase",
|
||||
@@ -177,11 +217,11 @@
|
||||
"Searching …" : "Searching …",
|
||||
"Search Error" : "Search Error",
|
||||
"Enter a search query" : "Enter a search query",
|
||||
"Use the search box above to find threads and posts" : "Use the search box above to find threads and posts",
|
||||
"Use the search box above to find threads and replies" : "Use the search box above to find threads and replies",
|
||||
"No results found" : "No results found",
|
||||
"Try different keywords or check your syntax" : "Try different keywords or check your syntax",
|
||||
"_%n thread found_::_%n threads found_" : ["%n thread found","%n threads found"],
|
||||
"_%n post found_::_%n posts found_" : ["%n post found","%n posts found"],
|
||||
"_%n reply found_::_%n replies found_" : ["%n reply found","%n replies found"],
|
||||
"Please enter a search query" : "Please enter a search query",
|
||||
"Please select at least one search scope" : "Please select at least one search scope",
|
||||
"Failed to search" : "Failed to search",
|
||||
@@ -190,13 +230,12 @@
|
||||
"Back to {category}" : "Back to {category}",
|
||||
"Reply" : "Reply",
|
||||
"Error loading thread" : "Error loading thread",
|
||||
"No posts yet" : "No posts yet",
|
||||
"Be the first to post in this thread." : "Be the first to post in this thread.",
|
||||
"No replies yet" : "No replies yet",
|
||||
"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 post replies." : "This thread is locked. Only moderators can post replies.",
|
||||
"This thread is locked. Only moderators can add replies." : "This thread is locked. Only moderators can add replies.",
|
||||
"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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Showing %n post","Showing %n posts"],
|
||||
"Lock thread" : "Lock thread",
|
||||
"Unlock thread" : "Unlock thread",
|
||||
"Pin thread" : "Pin thread",
|
||||
@@ -209,18 +248,30 @@
|
||||
"Subscribed" : "Subscribed",
|
||||
"Subscribed to thread" : "Subscribed to thread",
|
||||
"Unsubscribed from thread" : "Unsubscribed from thread",
|
||||
"Bookmark" : "Bookmark",
|
||||
"Remove bookmark" : "Remove bookmark",
|
||||
"Thread bookmarked" : "Thread bookmarked",
|
||||
"Bookmark removed" : "Bookmark removed",
|
||||
"Edit title" : "Edit title",
|
||||
"Save title" : "Save title",
|
||||
"Thread title updated" : "Thread title updated",
|
||||
"Move thread" : "Move thread",
|
||||
"Thread moved successfully" : "Thread moved successfully",
|
||||
"No thread ID or slug provided" : "No thread ID or slug provided",
|
||||
"Failed to load posts" : "Failed to load posts",
|
||||
"Post updated" : "Post updated",
|
||||
"Failed to update post" : "Failed to update post",
|
||||
"Failed to load replies" : "Failed to load replies",
|
||||
"Thread updated" : "Thread updated",
|
||||
"Reply updated" : "Reply updated",
|
||||
"Failed to update thread" : "Failed to update thread",
|
||||
"Failed to update reply" : "Failed to update reply",
|
||||
"Thread deleted" : "Thread deleted",
|
||||
"Post deleted" : "Post deleted",
|
||||
"Failed to delete post" : "Failed to delete post",
|
||||
"Reply deleted" : "Reply deleted",
|
||||
"Failed to delete reply" : "Failed to delete reply",
|
||||
"Failed to update thread lock status" : "Failed to update thread lock status",
|
||||
"Failed to update thread pin status" : "Failed to update thread pin status",
|
||||
"Failed to update subscription" : "Failed to update subscription",
|
||||
"Failed to update bookmark" : "Failed to update bookmark",
|
||||
"Failed to update thread title" : "Failed to update thread title",
|
||||
"Failed to move thread" : "Failed to move thread",
|
||||
"Preferences" : "Preferences",
|
||||
"Customize your forum experience" : "Customize your forum experience",
|
||||
"Loading preferences …" : "Loading preferences …",
|
||||
@@ -230,11 +281,19 @@
|
||||
"Auto-subscribe to threads I create" : "Auto-subscribe to threads I create",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "When enabled, you will automatically receive notifications for replies to threads you create",
|
||||
"Files" : "Files",
|
||||
"Configure file upload settings" : "Configure file upload settings",
|
||||
"Upload directory" : "Upload directory",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Files attached to threads or replies will be uploaded to this directory in your Nextcloud files",
|
||||
"Browse" : "Browse",
|
||||
"Preferences saved" : "Preferences saved",
|
||||
"Signature" : "Signature",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
|
||||
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
|
||||
"Enter your signature …" : "Enter your signature …",
|
||||
"Failed to save preferences" : "Failed to save preferences",
|
||||
"Select upload directory" : "Select upload directory",
|
||||
"BBCode management" : "BBCode management",
|
||||
"Manage custom BBCode tags for post formatting" : "Manage custom BBCode tags for post formatting",
|
||||
"Manage custom BBCode tags for formatting" : "Manage custom BBCode tags for formatting",
|
||||
"Error loading BBCodes" : "Error loading BBCodes",
|
||||
"Create BBCode" : "Create BBCode",
|
||||
"Enable" : "Enable",
|
||||
@@ -272,6 +331,7 @@
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Slug cannot be changed after category creation",
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
@@ -312,14 +372,10 @@
|
||||
"Loading statistics …" : "Loading statistics …",
|
||||
"Error loading dashboard" : "Error loading dashboard",
|
||||
"Total statistics" : "Total statistics",
|
||||
"Total users" : "Total users",
|
||||
"Total threads" : "Total threads",
|
||||
"Total posts" : "Total posts",
|
||||
"Total categories" : "Total categories",
|
||||
"Recent activity (last 7 days)" : "Recent activity (last 7 days)",
|
||||
"New users" : "New users",
|
||||
"New threads" : "New threads",
|
||||
"New posts" : "New posts",
|
||||
"New replies" : "New replies",
|
||||
"Top contributors" : "Top contributors",
|
||||
"No contributors yet" : "No contributors yet",
|
||||
"Last 7 days" : "Last 7 days",
|
||||
@@ -372,6 +428,7 @@
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
|
||||
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
|
||||
"Guest access is currently disabled" : "Guest access is currently disabled",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Guest users will not be able to access the forum until guest access is enabled in the forum settings.",
|
||||
"Go to forum settings" : "Go to forum settings",
|
||||
@@ -394,7 +451,6 @@
|
||||
"Error loading users" : "Error loading users",
|
||||
"No users found" : "No users found",
|
||||
"There are no forum users yet" : "There are no forum users yet",
|
||||
"Posts" : "Posts",
|
||||
"Joined" : "Joined",
|
||||
"Status" : "Status",
|
||||
"Active" : "Active",
|
||||
|
||||
12
l10n/eo.js
12
l10n/eo.js
@@ -6,21 +6,30 @@ OC.L10N.register(
|
||||
"User" : "Uzanto",
|
||||
"General" : "Ĝenerala",
|
||||
"Forum" : "Forumo",
|
||||
"Loading …" : "Ŝargado...",
|
||||
"Search" : "Serĉi",
|
||||
"Home" : "Hejmo",
|
||||
"Bookmarks" : "Legosignaro",
|
||||
"Dashboard" : "Regpanelo",
|
||||
"Users" : "Uzantoj",
|
||||
"Categories" : "Kategorioj",
|
||||
"Collapse" : "Maletendi",
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Move" : "Movi",
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
"Saving draft …" : "Konservado de malneto...",
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Refresh" : "Aktualigi",
|
||||
"Loading …" : "Ŝargado...",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Searching …" : "Serĉado ...",
|
||||
@@ -28,6 +37,7 @@ OC.L10N.register(
|
||||
"by" : "de",
|
||||
"Subscribe" : "Aboni",
|
||||
"Notifications" : "Atentigoj",
|
||||
"Signature" : "Subskribo",
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
|
||||
12
l10n/eo.json
12
l10n/eo.json
@@ -4,21 +4,30 @@
|
||||
"User" : "Uzanto",
|
||||
"General" : "Ĝenerala",
|
||||
"Forum" : "Forumo",
|
||||
"Loading …" : "Ŝargado...",
|
||||
"Search" : "Serĉi",
|
||||
"Home" : "Hejmo",
|
||||
"Bookmarks" : "Legosignaro",
|
||||
"Dashboard" : "Regpanelo",
|
||||
"Users" : "Uzantoj",
|
||||
"Categories" : "Kategorioj",
|
||||
"Collapse" : "Maletendi",
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Move" : "Movi",
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
"Saving draft …" : "Konservado de malneto...",
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Refresh" : "Aktualigi",
|
||||
"Loading …" : "Ŝargado...",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Searching …" : "Serĉado ...",
|
||||
@@ -26,6 +35,7 @@
|
||||
"by" : "de",
|
||||
"Subscribe" : "Aboni",
|
||||
"Notifications" : "Atentigoj",
|
||||
"Signature" : "Subskribo",
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
|
||||
23
l10n/es.js
23
l10n/es.js
@@ -2,6 +2,8 @@ OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "Administrador",
|
||||
"Moderator" : "Moderador",
|
||||
"Moderator role with elevated permissions" : "Rol de moderador con permisos elevados",
|
||||
"User" : "Usuario",
|
||||
"Guest" : "Invitado",
|
||||
"General" : "General",
|
||||
@@ -10,36 +12,50 @@ OC.L10N.register(
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Forum" : "Foro",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola, mundo!",
|
||||
"Code" : "Código",
|
||||
"Quote" : "Presupuesto",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"List" : "Lista",
|
||||
"Insert emoji" : "Insertar emoji",
|
||||
"Upload failed" : "Error en la subida",
|
||||
"Close" : "Cerrar",
|
||||
"Failed to upload file" : "Error al subir el archivo",
|
||||
"Threads" : "Hilos",
|
||||
"Sort order" : "Ordenar por",
|
||||
"0" : "0",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
"First page" : "Página de inicio",
|
||||
"Previous page" : "Página anterior",
|
||||
"Next page" : "Página siguiente",
|
||||
"Last page" : "Última página",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios sin guardar",
|
||||
"Refresh" : "Refrescar",
|
||||
"Loading …" : "Cargando …",
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
@@ -50,12 +66,14 @@ OC.L10N.register(
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribirse",
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Notifications" : "Notificaciones",
|
||||
"Files" : "Archivos",
|
||||
"Browse" : "Explorar",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"This action cannot be undone." : "Esta acción no se puede deshacer.",
|
||||
@@ -67,7 +85,6 @@ OC.L10N.register(
|
||||
"Permissions" : "Permisos",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
"Move down" : "Mover hacia abajo",
|
||||
"Total users" : "Usuarios totales",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
"All time" : "Todo el tiempo",
|
||||
"General settings" : "Ajustes generales",
|
||||
|
||||
23
l10n/es.json
23
l10n/es.json
@@ -1,5 +1,7 @@
|
||||
{ "translations": {
|
||||
"Admin" : "Administrador",
|
||||
"Moderator" : "Moderador",
|
||||
"Moderator role with elevated permissions" : "Rol de moderador con permisos elevados",
|
||||
"User" : "Usuario",
|
||||
"Guest" : "Invitado",
|
||||
"General" : "General",
|
||||
@@ -8,36 +10,50 @@
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Forum" : "Foro",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola, mundo!",
|
||||
"Code" : "Código",
|
||||
"Quote" : "Presupuesto",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"List" : "Lista",
|
||||
"Insert emoji" : "Insertar emoji",
|
||||
"Upload failed" : "Error en la subida",
|
||||
"Close" : "Cerrar",
|
||||
"Failed to upload file" : "Error al subir el archivo",
|
||||
"Threads" : "Hilos",
|
||||
"Sort order" : "Ordenar por",
|
||||
"0" : "0",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
"First page" : "Página de inicio",
|
||||
"Previous page" : "Página anterior",
|
||||
"Next page" : "Página siguiente",
|
||||
"Last page" : "Última página",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios sin guardar",
|
||||
"Refresh" : "Refrescar",
|
||||
"Loading …" : "Cargando …",
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
@@ -48,12 +64,14 @@
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribirse",
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Notifications" : "Notificaciones",
|
||||
"Files" : "Archivos",
|
||||
"Browse" : "Explorar",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"This action cannot be undone." : "Esta acción no se puede deshacer.",
|
||||
@@ -65,7 +83,6 @@
|
||||
"Permissions" : "Permisos",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
"Move down" : "Mover hacia abajo",
|
||||
"Total users" : "Usuarios totales",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
"All time" : "Todo el tiempo",
|
||||
"General settings" : "Ajustes generales",
|
||||
|
||||
@@ -8,23 +8,30 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero",
|
||||
"Users" : "Ususarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Name" : "Nombre",
|
||||
|
||||
@@ -6,23 +6,30 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero",
|
||||
"Users" : "Ususarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Name" : "Nombre",
|
||||
|
||||
@@ -12,9 +12,13 @@ OC.L10N.register(
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categoría",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
@@ -29,6 +33,7 @@ OC.L10N.register(
|
||||
"Subscribe" : "Suscribirse",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -10,9 +10,13 @@
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categoría",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
@@ -27,6 +31,7 @@
|
||||
"Subscribe" : "Suscribirse",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -8,23 +8,29 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Inicio",
|
||||
"Users" : "Ususarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -6,23 +6,29 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Inicio",
|
||||
"Users" : "Ususarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -8,25 +8,31 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -6,25 +6,31 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -8,24 +8,30 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -6,24 +6,30 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -8,25 +8,31 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -6,25 +6,31 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -40,8 +40,10 @@ OC.L10N.register(
|
||||
"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.",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias de usuario",
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
@@ -52,6 +54,7 @@ OC.L10N.register(
|
||||
"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}Nota:{bEnd} Los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración de compartición del archivo.",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font style bold" : "Estilo de fuente negrita",
|
||||
"Font style italic" : "Estilo de fuente cursiva",
|
||||
"Font style struck through" : "Estilo de fuente tachado",
|
||||
@@ -82,10 +85,11 @@ OC.L10N.register(
|
||||
"No custom BBCodes configured." : "No hay BBCodes personalizados configurados.",
|
||||
"Failed to load custom BBCodes" : "Error al cargar BBCodes personalizados",
|
||||
"Insert emoji" : "Insertar emoji",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Pick a file to attach" : "Selecciona un archivo para adjuntar",
|
||||
"_Thread_::_Threads_" : ["Hilo","Hilos","Hilos"],
|
||||
"_Post_::_Posts_" : ["Publicación","Publicaciones","Publicaciones"],
|
||||
"Threads" : "Hilos",
|
||||
"Replies" : "Respuestas",
|
||||
"No description available" : "No hay descripción disponible",
|
||||
"Create category header" : "Crear encabezado de categoría",
|
||||
"Edit category header" : "Editar encabezado de categoría",
|
||||
@@ -94,11 +98,11 @@ OC.L10N.register(
|
||||
"Header description" : "Descripción del encabezado",
|
||||
"Enter header description (optional)" : "Ingresa la descripción del encabezado (opcional)",
|
||||
"Sort order" : "Orden",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Los números más bajos aparecen primero",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"The page you are looking for could not be found." : "La página que buscas no se pudo encontrar.",
|
||||
"Back" : "Regresar",
|
||||
@@ -109,33 +113,33 @@ 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",
|
||||
"Edit your post …" : "Edita tu publicación …",
|
||||
"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",
|
||||
"Add reaction" : "Agregar reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"You reacted with {emoji}" : "Has reaccionado con {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Tú y %n otra persona reaccionaron con {emoji}","Tú y %n otras personas reaccionaron con {emoji}","Tú y %n otras personas reaccionaron con {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persona reaccionó con {emoji}","%n personas reaccionaron con {emoji}","%n personas reaccionaron con {emoji}"],
|
||||
"Write your reply …" : "Escribe tu respuesta …",
|
||||
"Post reply" : "Publicar respuesta",
|
||||
"Are you sure you want to discard your reply?" : "¿Estás seguro de que deseas descartar tu respuesta?",
|
||||
"In thread" : "En el hilo",
|
||||
"Thread unavailable" : "Hilo no disponible",
|
||||
"Pinned thread" : "Hilo fijado",
|
||||
"Locked thread" : "Hilo bloqueado",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n post_::_%n posts_" : ["%n publicación","%n publicaciones","%n publicaciones"],
|
||||
"_%n view_::_%n views_" : ["%n vista","%n vistas","%n vistas"],
|
||||
"Replies" : "Respuestas",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Enter thread title …" : "Ingresa el título del hilo …",
|
||||
"Write your first post …" : "Escribe tu primera publicación …",
|
||||
"Create thread" : "Crear hilo",
|
||||
"Are you sure you want to discard this thread?" : "¿Estás seguro de que deseas descartar este hilo?",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Loading …" : "Cargando …",
|
||||
"Retry" : "Reintentar",
|
||||
"An unexpected error occurred" : "Ocurrió un error inesperado",
|
||||
"No categories yet" : "Aún no hay categorías",
|
||||
"Categories will appear here once they are created." : "Las categorías aparecerán aquí una vez que se creen.",
|
||||
"No categories in this section" : "No hay categorías en esta sección",
|
||||
@@ -146,9 +150,6 @@ OC.L10N.register(
|
||||
"Error loading category" : "Error al cargar la categoría",
|
||||
"No threads yet" : "Aún no hay hilos",
|
||||
"Be the first to start a discussion in this category." : "Sé el primero en iniciar una discusión en esta categoría.",
|
||||
"Retry" : "Reintentar",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Mostrando %n hilo","Mostrando %n hilos","Mostrando %n hilos"],
|
||||
"An unexpected error occurred" : "Ocurrió un error inesperado",
|
||||
"No category ID or slug provided" : "No se proporcionó ID o slug de categoría",
|
||||
"Failed to load threads" : "Error al cargar hilos",
|
||||
"Create New Thread" : "Crear nuevo hilo",
|
||||
@@ -158,17 +159,14 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Error al crear hilo",
|
||||
"No category specified" : "No se especificó categoría",
|
||||
"Error" : "Error",
|
||||
"First post" : "Primer publicación",
|
||||
"Threads ({count})" : "Hilos ({count})",
|
||||
"Replies ({count})" : "Respuestas ({count})",
|
||||
"No threads" : "No hay hilos",
|
||||
"This user has not created any threads yet" : "Este usuario aún no ha creado ningún hilo",
|
||||
"No replies" : "No hay respuestas",
|
||||
"This user has not posted any replies yet" : "Este usuario aún no ha publicado ninguna respuesta",
|
||||
"Failed to load user profile" : "Error al cargar el perfil del usuario",
|
||||
"Enter search query …" : "Ingresa tu consulta de búsqueda …",
|
||||
"Search in threads" : "Buscar en hilos",
|
||||
"Search in posts" : "Buscar en publicaciones",
|
||||
"Syntax help" : "Ayuda de sintaxis",
|
||||
"Search syntax" : "Sintaxis de búsqueda",
|
||||
"Match exact phrase" : "Coincidir frase exacta",
|
||||
@@ -179,11 +177,9 @@ OC.L10N.register(
|
||||
"Searching …" : "Buscando …",
|
||||
"Search Error" : "Error de búsqueda",
|
||||
"Enter a search query" : "Ingresa una consulta de búsqueda",
|
||||
"Use the search box above to find threads and posts" : "Usa el cuadro de búsqueda arriba para encontrar hilos y publicaciones",
|
||||
"No results found" : "No se encontraron resultados",
|
||||
"Try different keywords or check your syntax" : "Prueba con otras palabras clave o verifica tu sintaxis",
|
||||
"_%n thread found_::_%n threads found_" : ["%n hilo encontrado","%n hilos encontrados","%n hilos encontrados"],
|
||||
"_%n post found_::_%n posts found_" : ["%n publicación encontrada","%n publicaciones encontradas","%n publicaciones encontradas"],
|
||||
"Please enter a search query" : "Por favor ingresa una consulta de búsqueda",
|
||||
"Please select at least one search scope" : "Por favor selecciona al menos un ámbito de búsqueda",
|
||||
"Failed to search" : "Error al buscar",
|
||||
@@ -192,13 +188,9 @@ OC.L10N.register(
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"Reply" : "Responder",
|
||||
"Error loading thread" : "Error al cargar el hilo",
|
||||
"No posts yet" : "Aún no hay publicaciones",
|
||||
"Be the first to post in this thread." : "Sé el primero en publicar en este hilo.",
|
||||
"by" : "por",
|
||||
"This thread is locked. Only moderators can post replies." : "Este hilo está bloqueado. Solo los moderadores pueden publicar respuestas.",
|
||||
"You must be signed in to reply to this thread." : "Debes iniciar sesión para responder a este hilo.",
|
||||
"Sign in to reply" : "Inicia sesión para responder",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Mostrando %n publicación","Mostrando %n publicaciones","Mostrando %n publicaciones"],
|
||||
"Lock thread" : "Bloquear hilo",
|
||||
"Unlock thread" : "Desbloquear hilo",
|
||||
"Pin thread" : "Fijar hilo",
|
||||
@@ -211,15 +203,11 @@ OC.L10N.register(
|
||||
"Subscribed" : "Suscrito",
|
||||
"Subscribed to thread" : "Suscrito al hilo",
|
||||
"Unsubscribed from thread" : "No suscrito al hilo",
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"No thread ID or slug provided" : "No se proporcionó ID o slug del hilo",
|
||||
"Failed to load posts" : "Error al cargar publicaciones",
|
||||
"Post updated" : "Publicación actualizada",
|
||||
"Failed to update post" : "Error al actualizar publicación",
|
||||
"Thread deleted" : "Hilo eliminado",
|
||||
"Post deleted" : "Publicación eliminada",
|
||||
"Failed to delete post" : "Error al eliminar publicación",
|
||||
"Failed to update thread lock status" : "Error al actualizar estado de bloqueo del hilo",
|
||||
"Failed to update thread pin status" : "Error al actualizar estado de fijación del hilo",
|
||||
"Failed to update subscription" : "Error al actualizar suscripción",
|
||||
@@ -233,9 +221,9 @@ OC.L10N.register(
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Al habilitarlo, recibirás automáticamente notificaciones de respuestas a los hilos que crees",
|
||||
"Files" : "Archivo",
|
||||
"Preferences saved" : "Preferencias guardadas",
|
||||
"Signature" : "Firma",
|
||||
"Failed to save preferences" : "Error al guardar preferencias",
|
||||
"BBCode management" : "Gestión de BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Gestiona etiquetas BBCode personalizadas para el formato de publicaciones",
|
||||
"Error loading BBCodes" : "Error al cargar BBCodes",
|
||||
"Create BBCode" : "Crear BBCode",
|
||||
"Enable" : "Habilitar",
|
||||
@@ -313,14 +301,9 @@ OC.L10N.register(
|
||||
"Loading statistics …" : "Cargando estadísticas …",
|
||||
"Error loading dashboard" : "Error al cargar panel",
|
||||
"Total statistics" : "Estadísticas totales",
|
||||
"Total users" : "Total de usuarios",
|
||||
"Total threads" : "Total de hilos",
|
||||
"Total posts" : "Total de publicaciones",
|
||||
"Total categories" : "Total de categorías",
|
||||
"Recent activity (last 7 days)" : "Actividad reciente (últimos 7 días)",
|
||||
"New users" : "Nuevos usuarios",
|
||||
"New threads" : "Nuevos hilos",
|
||||
"New posts" : "Nuevas publicaciones",
|
||||
"Top contributors" : "Principales contribuyentes",
|
||||
"No contributors yet" : "Aún no hay contribuyentes",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -395,7 +378,6 @@ OC.L10N.register(
|
||||
"Error loading users" : "Error al cargar usuarios",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"There are no forum users yet" : "Aún no hay usuarios en el foro",
|
||||
"Posts" : "Publicaciones",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
|
||||
@@ -38,8 +38,10 @@
|
||||
"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.",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias de usuario",
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
@@ -50,6 +52,7 @@
|
||||
"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}Nota:{bEnd} Los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración de compartición del archivo.",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font style bold" : "Estilo de fuente negrita",
|
||||
"Font style italic" : "Estilo de fuente cursiva",
|
||||
"Font style struck through" : "Estilo de fuente tachado",
|
||||
@@ -80,10 +83,11 @@
|
||||
"No custom BBCodes configured." : "No hay BBCodes personalizados configurados.",
|
||||
"Failed to load custom BBCodes" : "Error al cargar BBCodes personalizados",
|
||||
"Insert emoji" : "Insertar emoji",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Pick a file to attach" : "Selecciona un archivo para adjuntar",
|
||||
"_Thread_::_Threads_" : ["Hilo","Hilos","Hilos"],
|
||||
"_Post_::_Posts_" : ["Publicación","Publicaciones","Publicaciones"],
|
||||
"Threads" : "Hilos",
|
||||
"Replies" : "Respuestas",
|
||||
"No description available" : "No hay descripción disponible",
|
||||
"Create category header" : "Crear encabezado de categoría",
|
||||
"Edit category header" : "Editar encabezado de categoría",
|
||||
@@ -92,11 +96,11 @@
|
||||
"Header description" : "Descripción del encabezado",
|
||||
"Enter header description (optional)" : "Ingresa la descripción del encabezado (opcional)",
|
||||
"Sort order" : "Orden",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Los números más bajos aparecen primero",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"The page you are looking for could not be found." : "La página que buscas no se pudo encontrar.",
|
||||
"Back" : "Regresar",
|
||||
@@ -107,33 +111,33 @@
|
||||
"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",
|
||||
"Edit your post …" : "Edita tu publicación …",
|
||||
"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",
|
||||
"Add reaction" : "Agregar reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"You reacted with {emoji}" : "Has reaccionado con {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Tú y %n otra persona reaccionaron con {emoji}","Tú y %n otras personas reaccionaron con {emoji}","Tú y %n otras personas reaccionaron con {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persona reaccionó con {emoji}","%n personas reaccionaron con {emoji}","%n personas reaccionaron con {emoji}"],
|
||||
"Write your reply …" : "Escribe tu respuesta …",
|
||||
"Post reply" : "Publicar respuesta",
|
||||
"Are you sure you want to discard your reply?" : "¿Estás seguro de que deseas descartar tu respuesta?",
|
||||
"In thread" : "En el hilo",
|
||||
"Thread unavailable" : "Hilo no disponible",
|
||||
"Pinned thread" : "Hilo fijado",
|
||||
"Locked thread" : "Hilo bloqueado",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n post_::_%n posts_" : ["%n publicación","%n publicaciones","%n publicaciones"],
|
||||
"_%n view_::_%n views_" : ["%n vista","%n vistas","%n vistas"],
|
||||
"Replies" : "Respuestas",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Enter thread title …" : "Ingresa el título del hilo …",
|
||||
"Write your first post …" : "Escribe tu primera publicación …",
|
||||
"Create thread" : "Crear hilo",
|
||||
"Are you sure you want to discard this thread?" : "¿Estás seguro de que deseas descartar este hilo?",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Loading …" : "Cargando …",
|
||||
"Retry" : "Reintentar",
|
||||
"An unexpected error occurred" : "Ocurrió un error inesperado",
|
||||
"No categories yet" : "Aún no hay categorías",
|
||||
"Categories will appear here once they are created." : "Las categorías aparecerán aquí una vez que se creen.",
|
||||
"No categories in this section" : "No hay categorías en esta sección",
|
||||
@@ -144,9 +148,6 @@
|
||||
"Error loading category" : "Error al cargar la categoría",
|
||||
"No threads yet" : "Aún no hay hilos",
|
||||
"Be the first to start a discussion in this category." : "Sé el primero en iniciar una discusión en esta categoría.",
|
||||
"Retry" : "Reintentar",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Mostrando %n hilo","Mostrando %n hilos","Mostrando %n hilos"],
|
||||
"An unexpected error occurred" : "Ocurrió un error inesperado",
|
||||
"No category ID or slug provided" : "No se proporcionó ID o slug de categoría",
|
||||
"Failed to load threads" : "Error al cargar hilos",
|
||||
"Create New Thread" : "Crear nuevo hilo",
|
||||
@@ -156,17 +157,14 @@
|
||||
"Failed to create thread" : "Error al crear hilo",
|
||||
"No category specified" : "No se especificó categoría",
|
||||
"Error" : "Error",
|
||||
"First post" : "Primer publicación",
|
||||
"Threads ({count})" : "Hilos ({count})",
|
||||
"Replies ({count})" : "Respuestas ({count})",
|
||||
"No threads" : "No hay hilos",
|
||||
"This user has not created any threads yet" : "Este usuario aún no ha creado ningún hilo",
|
||||
"No replies" : "No hay respuestas",
|
||||
"This user has not posted any replies yet" : "Este usuario aún no ha publicado ninguna respuesta",
|
||||
"Failed to load user profile" : "Error al cargar el perfil del usuario",
|
||||
"Enter search query …" : "Ingresa tu consulta de búsqueda …",
|
||||
"Search in threads" : "Buscar en hilos",
|
||||
"Search in posts" : "Buscar en publicaciones",
|
||||
"Syntax help" : "Ayuda de sintaxis",
|
||||
"Search syntax" : "Sintaxis de búsqueda",
|
||||
"Match exact phrase" : "Coincidir frase exacta",
|
||||
@@ -177,11 +175,9 @@
|
||||
"Searching …" : "Buscando …",
|
||||
"Search Error" : "Error de búsqueda",
|
||||
"Enter a search query" : "Ingresa una consulta de búsqueda",
|
||||
"Use the search box above to find threads and posts" : "Usa el cuadro de búsqueda arriba para encontrar hilos y publicaciones",
|
||||
"No results found" : "No se encontraron resultados",
|
||||
"Try different keywords or check your syntax" : "Prueba con otras palabras clave o verifica tu sintaxis",
|
||||
"_%n thread found_::_%n threads found_" : ["%n hilo encontrado","%n hilos encontrados","%n hilos encontrados"],
|
||||
"_%n post found_::_%n posts found_" : ["%n publicación encontrada","%n publicaciones encontradas","%n publicaciones encontradas"],
|
||||
"Please enter a search query" : "Por favor ingresa una consulta de búsqueda",
|
||||
"Please select at least one search scope" : "Por favor selecciona al menos un ámbito de búsqueda",
|
||||
"Failed to search" : "Error al buscar",
|
||||
@@ -190,13 +186,9 @@
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"Reply" : "Responder",
|
||||
"Error loading thread" : "Error al cargar el hilo",
|
||||
"No posts yet" : "Aún no hay publicaciones",
|
||||
"Be the first to post in this thread." : "Sé el primero en publicar en este hilo.",
|
||||
"by" : "por",
|
||||
"This thread is locked. Only moderators can post replies." : "Este hilo está bloqueado. Solo los moderadores pueden publicar respuestas.",
|
||||
"You must be signed in to reply to this thread." : "Debes iniciar sesión para responder a este hilo.",
|
||||
"Sign in to reply" : "Inicia sesión para responder",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Mostrando %n publicación","Mostrando %n publicaciones","Mostrando %n publicaciones"],
|
||||
"Lock thread" : "Bloquear hilo",
|
||||
"Unlock thread" : "Desbloquear hilo",
|
||||
"Pin thread" : "Fijar hilo",
|
||||
@@ -209,15 +201,11 @@
|
||||
"Subscribed" : "Suscrito",
|
||||
"Subscribed to thread" : "Suscrito al hilo",
|
||||
"Unsubscribed from thread" : "No suscrito al hilo",
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"No thread ID or slug provided" : "No se proporcionó ID o slug del hilo",
|
||||
"Failed to load posts" : "Error al cargar publicaciones",
|
||||
"Post updated" : "Publicación actualizada",
|
||||
"Failed to update post" : "Error al actualizar publicación",
|
||||
"Thread deleted" : "Hilo eliminado",
|
||||
"Post deleted" : "Publicación eliminada",
|
||||
"Failed to delete post" : "Error al eliminar publicación",
|
||||
"Failed to update thread lock status" : "Error al actualizar estado de bloqueo del hilo",
|
||||
"Failed to update thread pin status" : "Error al actualizar estado de fijación del hilo",
|
||||
"Failed to update subscription" : "Error al actualizar suscripción",
|
||||
@@ -231,9 +219,9 @@
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Al habilitarlo, recibirás automáticamente notificaciones de respuestas a los hilos que crees",
|
||||
"Files" : "Archivo",
|
||||
"Preferences saved" : "Preferencias guardadas",
|
||||
"Signature" : "Firma",
|
||||
"Failed to save preferences" : "Error al guardar preferencias",
|
||||
"BBCode management" : "Gestión de BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Gestiona etiquetas BBCode personalizadas para el formato de publicaciones",
|
||||
"Error loading BBCodes" : "Error al cargar BBCodes",
|
||||
"Create BBCode" : "Crear BBCode",
|
||||
"Enable" : "Habilitar",
|
||||
@@ -311,14 +299,9 @@
|
||||
"Loading statistics …" : "Cargando estadísticas …",
|
||||
"Error loading dashboard" : "Error al cargar panel",
|
||||
"Total statistics" : "Estadísticas totales",
|
||||
"Total users" : "Total de usuarios",
|
||||
"Total threads" : "Total de hilos",
|
||||
"Total posts" : "Total de publicaciones",
|
||||
"Total categories" : "Total de categorías",
|
||||
"Recent activity (last 7 days)" : "Actividad reciente (últimos 7 días)",
|
||||
"New users" : "Nuevos usuarios",
|
||||
"New threads" : "Nuevos hilos",
|
||||
"New posts" : "Nuevas publicaciones",
|
||||
"Top contributors" : "Principales contribuyentes",
|
||||
"No contributors yet" : "Aún no hay contribuyentes",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -393,7 +376,6 @@
|
||||
"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",
|
||||
"Posts" : "Publicaciones",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
|
||||
@@ -8,23 +8,31 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -6,23 +6,31 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -8,24 +8,30 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -6,24 +6,30 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -9,28 +9,37 @@ OC.L10N.register(
|
||||
"Bold text" : "Texto en negritas",
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Forum" : "Foro",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : " Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"List" : "Lista",
|
||||
"Insert emoji" : "Insertar emoticono",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Views" : "Vistas",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Back to home" : "Regresar al inicio",
|
||||
"Refresh" : "Actualizar",
|
||||
"Loading …" : "Cargando …",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "Buscando …",
|
||||
@@ -38,9 +47,11 @@ OC.L10N.register(
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscríbete",
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -7,28 +7,37 @@
|
||||
"Bold text" : "Texto en negritas",
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Forum" : "Foro",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : " Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"List" : "Lista",
|
||||
"Insert emoji" : "Insertar emoticono",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Views" : "Vistas",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Back to home" : "Regresar al inicio",
|
||||
"Refresh" : "Actualizar",
|
||||
"Loading …" : "Cargando …",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "Buscando …",
|
||||
@@ -36,9 +45,11 @@
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscríbete",
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
|
||||
@@ -12,21 +12,26 @@ OC.L10N.register(
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -10,21 +10,26 @@
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -13,6 +13,7 @@ OC.L10N.register(
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -23,12 +24,14 @@ OC.L10N.register(
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -21,12 +22,14 @@
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -12,6 +12,8 @@ OC.L10N.register(
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -21,12 +23,14 @@ OC.L10N.register(
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -19,12 +21,14 @@
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -13,6 +13,7 @@ OC.L10N.register(
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -23,12 +24,14 @@ OC.L10N.register(
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -21,12 +22,14 @@
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -13,6 +13,7 @@ OC.L10N.register(
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -23,6 +24,7 @@ OC.L10N.register(
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
@@ -30,6 +32,7 @@ OC.L10N.register(
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -21,6 +22,7 @@
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
@@ -28,6 +30,7 @@
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -8,11 +8,13 @@ OC.L10N.register(
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -22,12 +24,14 @@ OC.L10N.register(
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -6,11 +6,13 @@
|
||||
"Forum" : "Foro",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
@@ -20,12 +22,14 @@
|
||||
"Delete" : "Borrar",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -13,6 +13,7 @@ OC.L10N.register(
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -22,12 +23,14 @@ OC.L10N.register(
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Move" : "Mover",
|
||||
@@ -20,12 +21,14 @@
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
|
||||
290
l10n/et_EE.js
290
l10n/et_EE.js
@@ -16,6 +16,8 @@ OC.L10N.register(
|
||||
"Support" : "Kasutajatugi",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Küsi foorumi kohta, jaga tagasisidet või teata vigadest.",
|
||||
"Inline code" : "Koodilõik tekstis",
|
||||
"Spoiler title" : "Spolileri/tujurikkuja pealkiri",
|
||||
"Hidden content" : "Peidetud sisu",
|
||||
"Spoilers" : "Spoilerid/tujurikkujad",
|
||||
"Attachment" : "Manus",
|
||||
"Welcome to Nextcloud Forums" : "Tere tulemast kasutama Nextcloudi Foorumit",
|
||||
@@ -36,11 +38,14 @@ OC.L10N.register(
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Alusta uut keskustelu või vasta olemasolevale jutulõngale. Soovime sulle toimekat suhtlust!",
|
||||
"Forum" : "Foorum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} uus vastus jutulõngas {thread}","{count} uut vastust jutulõngas {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} mainis sind jutulõngas „{thread}“",
|
||||
"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.",
|
||||
"Loading …" : "Laadin...",
|
||||
"Search" : "Otsi",
|
||||
"Home" : "Avaleht",
|
||||
"Bookmarks" : "Järjehoidjad",
|
||||
"User preferences" : "Kasutaja eelistused",
|
||||
"Dashboard" : "Töölaud/Juhtpaneel",
|
||||
"Forum settings" : "Foorumi seadistused",
|
||||
@@ -51,7 +56,9 @@ OC.L10N.register(
|
||||
"Expand" : "Laienda",
|
||||
"Collapse" : "Ahenda",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Palun arvesta:{bEnd} Manusena lisatud failid on nähtavad kõikidele foorumi osalistele sõltumata failide jagamise seadistustest.",
|
||||
"Drop file here to upload" : "Üleslaadimiseks lohista fail siia",
|
||||
"Hello world!" : "Tere maailm!",
|
||||
"Hello moon!" : "Tere kuu!",
|
||||
"Font style bold" : "Paksus kirjas kirjatüübiga tekst",
|
||||
"Font style italic" : "Kaldkirjas kirjatüübiga tekst",
|
||||
"Font style struck through" : "Läbikriipsutatud kirjatüübiga tekst",
|
||||
@@ -72,52 +79,105 @@ OC.L10N.register(
|
||||
"List item within a list" : "Loend loendi sees",
|
||||
"List item within a list (alias)" : "Loend loendi sees (alias)",
|
||||
"BBCode help" : "BBCode'i abiteave",
|
||||
"Built-in BBCodes" : "Standardsed BBCode'i valikud",
|
||||
"These BBCodes are available by default." : "See BBCode'ide valik on saadaval vaikimisi.",
|
||||
"Custom BBCodes" : "Täiendavad BBCode'i võimalused",
|
||||
"These BBCodes are custom to this forum and configured by administrators." : "Need täiendavad BBCode'i võimalused on vaid selle foorumi kohased ja seda on seadistanud peakasutajad.",
|
||||
"Example" : "Näide",
|
||||
"Replacement" : "Asendus",
|
||||
"Loading custom BBCodes …" : "Laadin täiendavaid BBCode'i võimalusi…",
|
||||
"No custom BBCodes configured." : "Täiendavad BBCode'i võimalused pole seadistatud.",
|
||||
"Failed to load custom BBCodes" : "Täiendavate BBCode'i võimaluste laadimine ei õnnestunud",
|
||||
"Insert emoji" : "Lisa emoji",
|
||||
"Pick file from Nextcloud" : "Vali fail Nextcloudist",
|
||||
"Upload file to Nextcloud" : "Laadi fail Nextcloudi",
|
||||
"Uploading file …" : "Fail on ülesaadimisel…",
|
||||
"Upload failed" : "Üleslaadimine ei õnnestunud",
|
||||
"Close" : "Sulge",
|
||||
"Pick a file to attach" : "Vali manuseks lisatav fail",
|
||||
"Failed to upload file" : "Faili üleslaadimine ei õnnestunud",
|
||||
"_Thread_::_Threads_" : ["Jutulõng","Jutulõngad"],
|
||||
"_Post_::_Posts_" : ["Postitus","Postitused"],
|
||||
"Threads" : "Jutulõngad",
|
||||
"Replies" : "Vastused",
|
||||
"No description available" : "Kirjeldust pole saadaval",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
"Enter header name" : "Sisesta päise nimi",
|
||||
"Header description" : "Kategooria päise kirjeldus",
|
||||
"Enter header description (optional)" : "Sisesta päise kirjeldus (pole kohustuslik)",
|
||||
"Sort order" : "Järjestus",
|
||||
"Lower numbers appear first" : "Väiksemad numbrid on eespool",
|
||||
"Cancel" : "Katkesta",
|
||||
"Create" : "Lisa",
|
||||
"Update" : "Uuenda",
|
||||
"Move thread to category" : "Tõsta jutulõng siia kategooriasse",
|
||||
"Select the category to move this thread to:" : "Vali kategooria, kuhu sa jutulõnga tahad tõsta:",
|
||||
"Select a category …" : "Vali kategooria…",
|
||||
"Loading categories …" : "Laadin kategooriaid…",
|
||||
"Move" : "Teisalda",
|
||||
"Cannot move to a category header. Please select a category instead." : "Tõstmine kategooria päisesse pole võimalik. Selle asemel palun vali kategooria.",
|
||||
"This thread is already in this category." : "See jutulõng juba asub antud kaustas.",
|
||||
"Failed to load categories" : "Kategooria laadimine ei õnnestunud",
|
||||
"Page not found" : "Lehekülge ei leidu",
|
||||
"The page you are looking for could not be found." : "Sinu otsitavat lehte polnud võimalik leida.",
|
||||
"Back" : "Tagasi",
|
||||
"Go to home" : "Mine avalehele",
|
||||
"Pagination" : "Lehtedeks jagamine",
|
||||
"First page" : "Esimene leht",
|
||||
"Previous page" : "Eelmine leht",
|
||||
"Next page" : "Järgmine leht",
|
||||
"Last page" : "Viimane leht",
|
||||
"Go to page {page}" : "Mine lehele {page}",
|
||||
"Edited" : "Muudetud",
|
||||
"Quote reply" : "Tsiteeri vastust",
|
||||
"Edit" : "Muuda",
|
||||
"Delete" : "Kustuta",
|
||||
"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",
|
||||
"Edit your post …" : "Muuda postitust…",
|
||||
"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?",
|
||||
"Edit history" : "Muudatuste ajalugu",
|
||||
"Loading history …" : "Laadin muudatuste ajalugu…",
|
||||
"This post has no edit history." : "Sellel postitusel puudub muudatuste ajalugu.",
|
||||
"Current version" : "Hetkeversioon",
|
||||
"Edited by" : "Muutja",
|
||||
"Failed to load edit history" : "Muudatuste ajaloo laadimine ei õnnestunud",
|
||||
"Version {index}" : "Versioon {index}",
|
||||
"Add reaction" : "Lisa reaktsioon",
|
||||
"React with {emoji}" : "Reageeri {emoji} emojiga",
|
||||
"You reacted with {emoji}" : "Sa reageerisid {emoji} emojiga",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sina ja %n muu kasutaja reageerisid {emoji} emojiga","Sina ja %n muud kasutajat reageerisid {emoji} emojiga"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n kasutaja reageeris {emoji} emojiga","%n kasutajat reageerisid {emoji} emojiga"],
|
||||
"Write your reply …" : "Koosta oma vastus…",
|
||||
"Post reply" : "Postita vastus",
|
||||
"Submit reply" : "Vasta",
|
||||
"Are you sure you want to discard your reply?" : "Kas sa oled kindel, et soovid oma vastusest loobuda?",
|
||||
"In thread" : "Jutulõngas",
|
||||
"Thread unavailable" : "Jutulõng pole saadaval",
|
||||
"Pinned thread" : "Esiletõstetud jutulõng",
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
"Uncategorized" : "Määratlemata",
|
||||
"_%n post_::_%n posts_" : ["%n postitus","%n postitust"],
|
||||
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
|
||||
"_%n view_::_%n views_" : ["%n vaatamine","%n vaatamist"],
|
||||
"Replies" : "Vastused",
|
||||
"Views" : "Vaated",
|
||||
"Title" : "Pealkiri",
|
||||
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
|
||||
"Write your first post …" : "Koosta oma esimene postitus…",
|
||||
"Write your thread content …" : "Lisa jutulõngale sisu…",
|
||||
"Create thread" : "Alusta jutulõnga",
|
||||
"Are you sure you want to discard this thread?" : "Kas sa oled kindel, et soovid selles jutulõngast loobuda?",
|
||||
"Saving draft …" : "Salvestan kavandit…",
|
||||
"Draft saved" : "Kavand on salvestatud",
|
||||
"Unsaved changes" : "Salvestamata muutused",
|
||||
"Back to home" : "Tagasi avalehele",
|
||||
"Refresh" : "Värskenda",
|
||||
"Loading …" : "Laadin...",
|
||||
"Your bookmarked threads" : "Jutulõngad, millele oled lisanud järjehoidja",
|
||||
"Error loading bookmarks" : "Viga järjehoidja lisamisel",
|
||||
"No bookmarks yet" : "Järjehoidjaid veel ei leidu",
|
||||
"Bookmark threads to quickly find them later." : "Lisades jutulõngale järjehoidja saad neid hiljem kiiresti leida.",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"An unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"Failed to load bookmarks" : "Järjehoidjate laadmine ei õnnestunud",
|
||||
"No categories yet" : "Kategooriaid veel pole",
|
||||
"Categories will appear here once they are created." : "Kategooriad on siin nähtavad, kui nad saavad loodud.",
|
||||
"No categories in this section" : "Selles rubriigis pole veel kategooriaid",
|
||||
@@ -128,10 +188,7 @@ OC.L10N.register(
|
||||
"Error loading category" : "Viga kategooria laadimisel",
|
||||
"No threads yet" : "Jutulõngu veel pole",
|
||||
"Be the first to start a discussion in this category." : "Ole esimene, kes selles kategoorias alustab vestlust.",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Näitan %n jutulõnga","Näitan %n jutulõnga"],
|
||||
"An unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"No category ID or slug provided" : "Ühtegi kategooria tunnust või aadressi lõppu pole lisatud",
|
||||
"No category ID or slug provided" : "Ühtegi kategooria tunnust või aadressi lõputunnust pole lisatud",
|
||||
"Failed to load threads" : "Jutulõngade laadimine ei õnnestunud",
|
||||
"Create New Thread" : "Alusta jutulõnga",
|
||||
"In {category}" : "Kategoorias {category} ",
|
||||
@@ -140,83 +197,268 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Jutulõnga alustamine ei õnnestunud",
|
||||
"No category specified" : "Ühtegi kategooriat pole määratletud",
|
||||
"Error" : "Viga",
|
||||
"First post" : "Esimene postitus",
|
||||
"First activity" : "Esimene tegevus",
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
"Replies ({count})" : "Vastused ({count})",
|
||||
"No threads" : "Jutulõngu pole",
|
||||
"This user has not created any threads yet" : "See kasutaja pole veel ühtegi jutulõnga alustanud",
|
||||
"No replies" : "Vastuseid pole",
|
||||
"This user has not posted any replies yet" : "See kasutaja pole veel ühtegi vastust koostanud",
|
||||
"This user has not written any replies yet" : "See kasutaja pole veel ühtegi vastust koostanud",
|
||||
"Failed to load user profile" : "Kasutajaprofiili laadimine ei õnnestunud",
|
||||
"Enter search query …" : "Sisesta otsingusõna…",
|
||||
"Search in threads" : "Otsi jutulõngade seast",
|
||||
"Search in posts" : "Otsi vastuste seast",
|
||||
"Search in replies" : "Otsi vastuste seast",
|
||||
"Syntax help" : "Abiteave süntaksi kohta",
|
||||
"Search syntax" : "Otsingusüntaks",
|
||||
"Match exact phrase" : "Otsi täpset fraasi",
|
||||
"Both terms required" : "Mõlemad otsingusõnad on nõutavad",
|
||||
"Either term matches" : "Vähemalt üks otsingusõna peab vastama",
|
||||
"Group conditions with parentheses" : "Grupitingimised sulgudega",
|
||||
"Exclude term from results" : "Välista tulemused otsingusõna alusel",
|
||||
"Searching …" : "Otsin...",
|
||||
"Search Error" : "Otsinguviga",
|
||||
"Enter a search query" : "Palun sisesta otsingupäring",
|
||||
"Use the search box above to find threads and replies" : "Ülalolevat otsingut saad kasutada jutulõngade ja vastuste otsimiseks",
|
||||
"No results found" : "Otsingutulemusi ei leidu",
|
||||
"Try different keywords or check your syntax" : "Proovi otsida muid sõnu või vaata, kas õigekiri on korras",
|
||||
"_%n thread found_::_%n threads found_" : ["Leidus %n jutulõng","Leidus %n jutulõnga"],
|
||||
"_%n reply found_::_%n replies found_" : ["Leidus %n vastus","Leidus %n vastust"],
|
||||
"Please enter a search query" : "Palun sisesta otsingupäring",
|
||||
"Please select at least one search scope" : "Palun vali vähemalt üks otsinguvaldkond",
|
||||
"Failed to search" : "Otsimine ei õnnestunud",
|
||||
"Thread not found" : "Jutulõnga ei leidu",
|
||||
"The thread you are looking for does not exist or has been removed." : "Sinu otsitavat jutulõnga pole olemas või ta on eemaldatud.",
|
||||
"Back to {category}" : "Tagasi siia: {category}",
|
||||
"Reply" : "Vasta",
|
||||
"Error loading thread" : "Viga jutulõnga laadimisel",
|
||||
"No posts yet" : "Postitusi veel pole",
|
||||
"Be the first to post in this thread." : "Ole esimene, kes selles jutulõngas alustab vestlust.",
|
||||
"No replies yet" : "Vastuseid veel pole",
|
||||
"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 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",
|
||||
"Unlock thread" : "Eemalda jutulõnga lukustus",
|
||||
"Pin thread" : "Tõsta jutulõng esile",
|
||||
"Unpin thread" : "Eemalda jutulõnga esiletõstmine",
|
||||
"Thread locked" : "Jutulõng on lukustatud",
|
||||
"Thread unlocked" : "Jutulõng pole lukus",
|
||||
"Thread pinned" : "Jutulõng on esiletõstetud",
|
||||
"Thread unpinned" : "Jutulõng pole esiletõstetud",
|
||||
"Subscribe" : "Telli",
|
||||
"Subscribed" : "Tellitud",
|
||||
"Subscribed to thread" : "Oled tellinud jutulõnga",
|
||||
"Unsubscribed from thread" : "Oled loobunud jutulõnga tellimisest",
|
||||
"Bookmark" : "Järjehoidja",
|
||||
"Remove bookmark" : "Eemalda järjehoidja",
|
||||
"Thread bookmarked" : "Oled lisanud jutulõngale järjehoidja",
|
||||
"Bookmark removed" : "Järjehoidja on eemaldatud",
|
||||
"Edit title" : "Muuda pealkirja",
|
||||
"Save title" : "Salvesta pealkirja",
|
||||
"Thread title updated" : "Jutulõnga pealkiri on uuendatud",
|
||||
"Move thread" : "Tõsta jutulõng mujale",
|
||||
"No thread ID or slug provided" : "Ühtegi jutulõnga tunnust või aadressi lõppu pole lisatud",
|
||||
"Failed to load posts" : "Postituste laadimine ei õnnestunud",
|
||||
"Post updated" : "Postitus on uuendatud",
|
||||
"Failed to update post" : "Postituse uuendamine ei õnnestunud",
|
||||
"Thread moved successfully" : "Jutulõnga ümbertõstmine õnnestus",
|
||||
"No thread ID or slug provided" : "Ühtegi jutulõnga tunnust või aadressi lõputunnust pole lisatud",
|
||||
"Failed to load replies" : "Vastuste laadimine ei õnnestunud",
|
||||
"Thread updated" : "Jutulõng on uuendatud",
|
||||
"Reply updated" : "Vastus on muudetud",
|
||||
"Failed to update thread" : "Jutulõnga uuendamine ei õnnestunud",
|
||||
"Failed to update reply" : "Vastuse muutmine ei õnnestunud",
|
||||
"Thread deleted" : "Jutulõng on kustutatud",
|
||||
"Post deleted" : "Postitus on kustutatud",
|
||||
"Reply deleted" : "Vastus on kustutatud",
|
||||
"Failed to delete reply" : "Vastuse kustutamine ei õnnestunud",
|
||||
"Failed to update thread lock status" : "Jutulõnga lukustuse olekut ei õnnestunud uuendada",
|
||||
"Failed to update thread pin status" : "Jutulõnga esiletõstmise olekut ei õnnestunud uuendada",
|
||||
"Failed to update subscription" : "Tellimuse uuendamine ei õnnestunud",
|
||||
"Failed to update bookmark" : "Järjehoidja muutmine ei õnnestunud",
|
||||
"Failed to update thread title" : "Jutulõnga pealkirja ei õnnestunud uuendada",
|
||||
"Failed to move thread" : "Jutulõnga ümbertõstmine ei õnnestunud",
|
||||
"Preferences" : "Eelistused",
|
||||
"Customize your forum experience" : "Kohenda oma kasutajakogemust selles foorumis",
|
||||
"Loading preferences …" : "Laadin eelistusi…",
|
||||
"Error loading preferences" : "Viga eelistuste laadimisel",
|
||||
"Notifications" : "Teavitused",
|
||||
"Configure how you receive notifications" : "Seadista endale teavituste saatmise viisi",
|
||||
"Auto-subscribe to threads I create" : "Telli minu loodud jutulõngad automaatselt",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Kui see eelistus on kasutusel, siis saad automaatselt teavituse sinu loodud jutulõngade vastuste puhul",
|
||||
"Files" : "Failid",
|
||||
"Configure file upload settings" : "Seadista failide üleslaadimise seadistusi",
|
||||
"Upload directory" : "Üleslaadimiskaust",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Jutulõngade või vastuste manustena lisatud failid laaditakse sellesse kausta, mida näed oma Nextcloudi failirakenduses",
|
||||
"Browse" : "Sirvi",
|
||||
"Preferences saved" : "Eelistused on salvestatud",
|
||||
"Signature" : "Allkiri",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Sinu allkiri on nähtav sinu jutulõngade või vastuste lõpus",
|
||||
"You can use BBCode formatting in your signature" : "Oma allkirja koostamisel võid vormindamisel kasutada BBCode'i",
|
||||
"Enter your signature …" : "Sisesta oma allkiri…",
|
||||
"Failed to save preferences" : "Eelistuste salvestamine ei õnnestunud",
|
||||
"Select upload directory" : "Vali kaust, kust tahad üles laadida",
|
||||
"BBCode management" : "BBCode'i haldus",
|
||||
"Manage custom BBCode tags for formatting" : "Halda vormindamisel kasutavaid täiendavaid BBCode'i võimalusi",
|
||||
"Error loading BBCodes" : "Viga BBCode'ide laadimisel",
|
||||
"Create BBCode" : "Lisa BBCode",
|
||||
"Enable" : "Võta kasutusele",
|
||||
"Disable" : "Lülita välja",
|
||||
"Enabled BBCodes" : "Kasutusel BBCode'id",
|
||||
"These BBCode tags are currently active" : "Need BBCode'id on hetkel kasutusel",
|
||||
"Disabled BBCodes" : "BBCode'id, mis pole kasutusel",
|
||||
"These BBCode tags are currently inactive" : "Need BBCode'id pole hetkel kasutusel",
|
||||
"No enabled BBCodes" : "Ühtegi BBCode'i pole kasutusel",
|
||||
"Parses Inner" : "Töötleb sisemist sisu",
|
||||
"Delete BBCode" : "Kustuta BBCode",
|
||||
"Are you sure you want to delete the BBCode tag [{tag}]?" : "Kas oled kindel, et soovid kustutada BBCode'i sildi [{tag}]?",
|
||||
"This action cannot be undone." : "Seda tegevust ei saa tagasi võtta.",
|
||||
"Edit BBCode" : "Muuda BBCode'i",
|
||||
"Tag" : "Silt",
|
||||
"e.g., b, i, url, color" : "näiteks b, i, url, värv",
|
||||
"The BBCode tag name (without brackets)" : "BBCode'i sildi nimi (ilma nurksulgudeta)",
|
||||
"HTML replacement" : "Asendus HTML-is",
|
||||
"e.g., {strongStart}{content}{strongEnd}" : "nt. {strongStart}{content}{strongEnd}",
|
||||
"Use {content} for the tag content and {paramName} for parameters" : "Kasuta „{content}“ sildi sisu jaoksja „{paramName}“ parameetrite jaoks",
|
||||
"e.g., {tagStart}Hello world{tagEnd}" : "nt. {tagStart}Tere maailm{tagEnd}",
|
||||
"Example usage of this BBCode tag" : "Selle BBCode'i sildi kasutuse näide",
|
||||
"Description" : "Kirjeldus",
|
||||
"Brief description of what this BBCode does" : "Lühikirjeldus, mida see BBCode teeb",
|
||||
"Enabled" : "Sisse lülitatud",
|
||||
"Parse inner content" : "Töötle sisemist sisu („inner content“)",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Selle eelistuse kasutamisel ka selle sildi sees asuvad BBCode'i sildid kuuluvad töötlemisele",
|
||||
"Create category" : "Lisa kategooria",
|
||||
"Edit category" : "Muuda kategooriat",
|
||||
"Configure category details" : "Seadista kategooria üksikasju",
|
||||
"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}“)",
|
||||
"Slug cannot be changed after category creation" : "Peale kategooria lisamist ei saa aadressi lõputunnust enam muuta",
|
||||
"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…",
|
||||
"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",
|
||||
"Delete category" : "Kustuta kategooria",
|
||||
"Are you sure you want to delete the category \"{name}\"?" : "Kas oled kindel, et soovid „{name}“ kategooria kustutada?",
|
||||
"_This category contains %n thread._::_This category contains %n threads._" : ["Selles kategoorias on %n jutulõng.","Selles kategoorias on %n jutulõnga."],
|
||||
"What should happen to the threads?" : "Mis peaks sel juhul juhtuma jutulõngadega?",
|
||||
"Move threads to another category" : "Tõsta jutulõngad teise kategooriasse",
|
||||
"Delete all threads (soft delete)" : "Kustuta jutulõngad (pehmelt)",
|
||||
"Threads will be hidden but not permanently deleted" : "Jutulõngad peidetakse ega kustu jäädavalt",
|
||||
"Select target category" : "Vali kategooria, kuhu soovid tõsta",
|
||||
"-- Select a category --" : "-- Vali kategooria --",
|
||||
"Create header" : "Lisa päis",
|
||||
"_%n category_::_%n categories_" : ["%n kategooria","%n kategooriat"],
|
||||
"_%n thread_::_%n threads_" : ["%n jutulõng","%n jutulõnga"],
|
||||
"Delete header" : "Kustuta päis",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Kas oled kindel, et soovid „{name}“ päise kustutada?",
|
||||
"_This header contains %n category._::_This header contains %n categories._" : ["Selles päises on %n kategooria.","Selles päises on %n kategooriat."],
|
||||
"This action cannot be undone" : "Seda tegevust ei saa tagasi võtta",
|
||||
"What should happen to the categories?" : "Mis peaks sel juhul juhtuma kategooriatega?",
|
||||
"Move categories to another header" : "Tõsta kategooriad teise päise alla",
|
||||
"Delete all categories" : "Kustuta kõik kategooriad",
|
||||
"All categories and their threads will be permanently deleted" : "Kui kategooriad ja nende jutulõngad kustuvaad jäädavalt",
|
||||
"Select target header" : "Vali sihtpäis",
|
||||
"Move up" : "Liiguta ülespoole",
|
||||
"Move down" : "Liiguta allapoole",
|
||||
"Admin dashboard" : "Peakasutaja töölaud/juhtpaneel",
|
||||
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
|
||||
"Loading statistics …" : "Laadin statistikat…",
|
||||
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
|
||||
"Total statistics" : "Täismahuline statistika",
|
||||
"Recent activity (last 7 days)" : "Hiljutised tegevused (viimase 7 päeva jooksul)",
|
||||
"New users" : "Uued kasutajad",
|
||||
"New threads" : "Uued jutulõngad",
|
||||
"New replies" : "Uued vastused",
|
||||
"Top contributors" : "Toimekamad kaasautorid",
|
||||
"No contributors yet" : "Kaasautoreid veel pole",
|
||||
"Last 7 days" : "Viimase 7 päeva jooksul",
|
||||
"All time" : "Läbi aegade",
|
||||
"General settings" : "Üldised seadistused",
|
||||
"Configure general forum settings" : "Seadista foorumi üldseadistusi",
|
||||
"Loading settings …" : "Laadin seadistusi…",
|
||||
"Error loading settings" : "Viga seadistuste laadimisel",
|
||||
"Appearance" : "Välimus",
|
||||
"Customize how your forum looks to users" : "Kohenda selle foorumi välimust kasutajate jaoks",
|
||||
"Forum title" : "Foorumi pealkiri",
|
||||
"Displayed at the top of the forum home page" : "Kuvatakse foorumi avalehe ülaosas",
|
||||
"Forum subtitle" : "Foorumi alapealkiri",
|
||||
"Welcome to the forum" : "Tere tulemast foorumisse",
|
||||
"A brief description shown below the title" : "Pealkirja all näidatav lühikirjeldus",
|
||||
"Access control" : "Ligipääsukontroll",
|
||||
"Manage who can access the forum" : "Halda kasutajate ligipääsu foorumisse",
|
||||
"Allow guest access" : "Luba külaliskasutajate ligipääsu",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Selle eelistuse sisselülitamisel saavad autentimata kasutajad vaada foorumi sisu",
|
||||
"Settings saved" : "Seadistused on salvestatud",
|
||||
"Failed to save settings" : "Seadistuste salvestamine ei õnnestunud",
|
||||
"Create role" : "Lisa roll",
|
||||
"Edit role" : "Muuda rolli",
|
||||
"Configure role permissions and category access" : "Seadista rollide õigusi ja ligipääsu kategooriatele",
|
||||
"Error loading role" : "Viga rolli laadimisel",
|
||||
"Enter role name" : "Sisesta rolli nimi",
|
||||
"Enter role description (optional)" : "Sisesta rolli kirjeldus (pole kohustuslik)",
|
||||
"System role names cannot be changed" : "Süsteemsete rollide nimesid ei saa muuta",
|
||||
"Colors" : "Värvid",
|
||||
"Set colors for this role badge" : "Seadista selle rolli sildi värve",
|
||||
"Light mode color" : "Heleda kujunduse värv",
|
||||
"Dark mode color" : "Tumeda kujunduse värv",
|
||||
"Reset" : "Lähtesta",
|
||||
"Role permissions" : "Rolli õigused",
|
||||
"Set global permissions for this role" : "Määra selle rolli üldised õigused",
|
||||
"Can access admin tools" : "Võib kasutada süsteemitarvikuid",
|
||||
"Allow access to the admin dashboard and tools" : "Kasutab ligipääsu peakasutajate töölauale ja tarviklutele",
|
||||
"Can edit roles" : "Võib rolle muuta",
|
||||
"Allow creating, editing and deleting roles" : "Luba rollide lisamine, muutmine ja kustutamine",
|
||||
"Can edit categories" : "Võib kategooriaid muuta",
|
||||
"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",
|
||||
"No categories available" : "Ühtegi kategooriat pole saadaval",
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Külalisroll ei saa kategooriaid modereerida",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Märkides alljärgnevaid märkeruute saad alljärgnevas hallata missuguseid kategooriaid külalised saavad vaadata.",
|
||||
"Guest access is currently disabled" : "Külaliskasutajad pole hetkel lubatud",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Külaliskasutajad ei saa foorumit vaadata enne, kui külaliste ligipääs on foorumi seadistustes lubatud.",
|
||||
"Go to forum settings" : "Ava foorumi seadistused",
|
||||
"Default role cannot moderate categories" : "Vaikimisi roll ei saa kategooriaid modereerida",
|
||||
"Role management" : "Rollide haldus",
|
||||
"Create and manage forum roles and permissions" : "Lisa ja halda foorumi rolle ja õigusi",
|
||||
"Loading roles …" : "Laadin rolle…",
|
||||
"Error loading roles" : "Viga rollide laadimisel",
|
||||
"No roles found" : "Rolle ei leidu",
|
||||
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
|
||||
"ID" : "Tunnus",
|
||||
"Created" : "Loodud",
|
||||
"Actions" : "Tegevused",
|
||||
"No description" : "Kirjeldus puudub",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Kas sa oled kindel, et soovid „{name}“ rolli kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"System roles cannot be deleted" : "Süsteemseid rolle ei saa kustutada",
|
||||
"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",
|
||||
"Posts" : "Postitused",
|
||||
"There are no forum users yet" : "Foormis pole veel kasutajaid",
|
||||
"Joined" : "Liitus",
|
||||
"Status" : "Olek",
|
||||
"Active" : "Aktiivne",
|
||||
"Deleted" : "Kustutatud"
|
||||
"Deleted" : "Kustutatud",
|
||||
"No roles" : "Rolle pole",
|
||||
"Select roles" : "Vali rollid",
|
||||
"Edit roles" : "Muuda rolle",
|
||||
"Edit user roles" : "Muuda kasutajarolle"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
290
l10n/et_EE.json
290
l10n/et_EE.json
@@ -14,6 +14,8 @@
|
||||
"Support" : "Kasutajatugi",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Küsi foorumi kohta, jaga tagasisidet või teata vigadest.",
|
||||
"Inline code" : "Koodilõik tekstis",
|
||||
"Spoiler title" : "Spolileri/tujurikkuja pealkiri",
|
||||
"Hidden content" : "Peidetud sisu",
|
||||
"Spoilers" : "Spoilerid/tujurikkujad",
|
||||
"Attachment" : "Manus",
|
||||
"Welcome to Nextcloud Forums" : "Tere tulemast kasutama Nextcloudi Foorumit",
|
||||
@@ -34,11 +36,14 @@
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Alusta uut keskustelu või vasta olemasolevale jutulõngale. Soovime sulle toimekat suhtlust!",
|
||||
"Forum" : "Foorum",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} uus vastus jutulõngas {thread}","{count} uut vastust jutulõngas {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} mainis sind jutulõngas „{thread}“",
|
||||
"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.",
|
||||
"Loading …" : "Laadin...",
|
||||
"Search" : "Otsi",
|
||||
"Home" : "Avaleht",
|
||||
"Bookmarks" : "Järjehoidjad",
|
||||
"User preferences" : "Kasutaja eelistused",
|
||||
"Dashboard" : "Töölaud/Juhtpaneel",
|
||||
"Forum settings" : "Foorumi seadistused",
|
||||
@@ -49,7 +54,9 @@
|
||||
"Expand" : "Laienda",
|
||||
"Collapse" : "Ahenda",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Palun arvesta:{bEnd} Manusena lisatud failid on nähtavad kõikidele foorumi osalistele sõltumata failide jagamise seadistustest.",
|
||||
"Drop file here to upload" : "Üleslaadimiseks lohista fail siia",
|
||||
"Hello world!" : "Tere maailm!",
|
||||
"Hello moon!" : "Tere kuu!",
|
||||
"Font style bold" : "Paksus kirjas kirjatüübiga tekst",
|
||||
"Font style italic" : "Kaldkirjas kirjatüübiga tekst",
|
||||
"Font style struck through" : "Läbikriipsutatud kirjatüübiga tekst",
|
||||
@@ -70,52 +77,105 @@
|
||||
"List item within a list" : "Loend loendi sees",
|
||||
"List item within a list (alias)" : "Loend loendi sees (alias)",
|
||||
"BBCode help" : "BBCode'i abiteave",
|
||||
"Built-in BBCodes" : "Standardsed BBCode'i valikud",
|
||||
"These BBCodes are available by default." : "See BBCode'ide valik on saadaval vaikimisi.",
|
||||
"Custom BBCodes" : "Täiendavad BBCode'i võimalused",
|
||||
"These BBCodes are custom to this forum and configured by administrators." : "Need täiendavad BBCode'i võimalused on vaid selle foorumi kohased ja seda on seadistanud peakasutajad.",
|
||||
"Example" : "Näide",
|
||||
"Replacement" : "Asendus",
|
||||
"Loading custom BBCodes …" : "Laadin täiendavaid BBCode'i võimalusi…",
|
||||
"No custom BBCodes configured." : "Täiendavad BBCode'i võimalused pole seadistatud.",
|
||||
"Failed to load custom BBCodes" : "Täiendavate BBCode'i võimaluste laadimine ei õnnestunud",
|
||||
"Insert emoji" : "Lisa emoji",
|
||||
"Pick file from Nextcloud" : "Vali fail Nextcloudist",
|
||||
"Upload file to Nextcloud" : "Laadi fail Nextcloudi",
|
||||
"Uploading file …" : "Fail on ülesaadimisel…",
|
||||
"Upload failed" : "Üleslaadimine ei õnnestunud",
|
||||
"Close" : "Sulge",
|
||||
"Pick a file to attach" : "Vali manuseks lisatav fail",
|
||||
"Failed to upload file" : "Faili üleslaadimine ei õnnestunud",
|
||||
"_Thread_::_Threads_" : ["Jutulõng","Jutulõngad"],
|
||||
"_Post_::_Posts_" : ["Postitus","Postitused"],
|
||||
"Threads" : "Jutulõngad",
|
||||
"Replies" : "Vastused",
|
||||
"No description available" : "Kirjeldust pole saadaval",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
"Enter header name" : "Sisesta päise nimi",
|
||||
"Header description" : "Kategooria päise kirjeldus",
|
||||
"Enter header description (optional)" : "Sisesta päise kirjeldus (pole kohustuslik)",
|
||||
"Sort order" : "Järjestus",
|
||||
"Lower numbers appear first" : "Väiksemad numbrid on eespool",
|
||||
"Cancel" : "Katkesta",
|
||||
"Create" : "Lisa",
|
||||
"Update" : "Uuenda",
|
||||
"Move thread to category" : "Tõsta jutulõng siia kategooriasse",
|
||||
"Select the category to move this thread to:" : "Vali kategooria, kuhu sa jutulõnga tahad tõsta:",
|
||||
"Select a category …" : "Vali kategooria…",
|
||||
"Loading categories …" : "Laadin kategooriaid…",
|
||||
"Move" : "Teisalda",
|
||||
"Cannot move to a category header. Please select a category instead." : "Tõstmine kategooria päisesse pole võimalik. Selle asemel palun vali kategooria.",
|
||||
"This thread is already in this category." : "See jutulõng juba asub antud kaustas.",
|
||||
"Failed to load categories" : "Kategooria laadimine ei õnnestunud",
|
||||
"Page not found" : "Lehekülge ei leidu",
|
||||
"The page you are looking for could not be found." : "Sinu otsitavat lehte polnud võimalik leida.",
|
||||
"Back" : "Tagasi",
|
||||
"Go to home" : "Mine avalehele",
|
||||
"Pagination" : "Lehtedeks jagamine",
|
||||
"First page" : "Esimene leht",
|
||||
"Previous page" : "Eelmine leht",
|
||||
"Next page" : "Järgmine leht",
|
||||
"Last page" : "Viimane leht",
|
||||
"Go to page {page}" : "Mine lehele {page}",
|
||||
"Edited" : "Muudetud",
|
||||
"Quote reply" : "Tsiteeri vastust",
|
||||
"Edit" : "Muuda",
|
||||
"Delete" : "Kustuta",
|
||||
"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",
|
||||
"Edit your post …" : "Muuda postitust…",
|
||||
"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?",
|
||||
"Edit history" : "Muudatuste ajalugu",
|
||||
"Loading history …" : "Laadin muudatuste ajalugu…",
|
||||
"This post has no edit history." : "Sellel postitusel puudub muudatuste ajalugu.",
|
||||
"Current version" : "Hetkeversioon",
|
||||
"Edited by" : "Muutja",
|
||||
"Failed to load edit history" : "Muudatuste ajaloo laadimine ei õnnestunud",
|
||||
"Version {index}" : "Versioon {index}",
|
||||
"Add reaction" : "Lisa reaktsioon",
|
||||
"React with {emoji}" : "Reageeri {emoji} emojiga",
|
||||
"You reacted with {emoji}" : "Sa reageerisid {emoji} emojiga",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sina ja %n muu kasutaja reageerisid {emoji} emojiga","Sina ja %n muud kasutajat reageerisid {emoji} emojiga"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n kasutaja reageeris {emoji} emojiga","%n kasutajat reageerisid {emoji} emojiga"],
|
||||
"Write your reply …" : "Koosta oma vastus…",
|
||||
"Post reply" : "Postita vastus",
|
||||
"Submit reply" : "Vasta",
|
||||
"Are you sure you want to discard your reply?" : "Kas sa oled kindel, et soovid oma vastusest loobuda?",
|
||||
"In thread" : "Jutulõngas",
|
||||
"Thread unavailable" : "Jutulõng pole saadaval",
|
||||
"Pinned thread" : "Esiletõstetud jutulõng",
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
"Uncategorized" : "Määratlemata",
|
||||
"_%n post_::_%n posts_" : ["%n postitus","%n postitust"],
|
||||
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
|
||||
"_%n view_::_%n views_" : ["%n vaatamine","%n vaatamist"],
|
||||
"Replies" : "Vastused",
|
||||
"Views" : "Vaated",
|
||||
"Title" : "Pealkiri",
|
||||
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
|
||||
"Write your first post …" : "Koosta oma esimene postitus…",
|
||||
"Write your thread content …" : "Lisa jutulõngale sisu…",
|
||||
"Create thread" : "Alusta jutulõnga",
|
||||
"Are you sure you want to discard this thread?" : "Kas sa oled kindel, et soovid selles jutulõngast loobuda?",
|
||||
"Saving draft …" : "Salvestan kavandit…",
|
||||
"Draft saved" : "Kavand on salvestatud",
|
||||
"Unsaved changes" : "Salvestamata muutused",
|
||||
"Back to home" : "Tagasi avalehele",
|
||||
"Refresh" : "Värskenda",
|
||||
"Loading …" : "Laadin...",
|
||||
"Your bookmarked threads" : "Jutulõngad, millele oled lisanud järjehoidja",
|
||||
"Error loading bookmarks" : "Viga järjehoidja lisamisel",
|
||||
"No bookmarks yet" : "Järjehoidjaid veel ei leidu",
|
||||
"Bookmark threads to quickly find them later." : "Lisades jutulõngale järjehoidja saad neid hiljem kiiresti leida.",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"An unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"Failed to load bookmarks" : "Järjehoidjate laadmine ei õnnestunud",
|
||||
"No categories yet" : "Kategooriaid veel pole",
|
||||
"Categories will appear here once they are created." : "Kategooriad on siin nähtavad, kui nad saavad loodud.",
|
||||
"No categories in this section" : "Selles rubriigis pole veel kategooriaid",
|
||||
@@ -126,10 +186,7 @@
|
||||
"Error loading category" : "Viga kategooria laadimisel",
|
||||
"No threads yet" : "Jutulõngu veel pole",
|
||||
"Be the first to start a discussion in this category." : "Ole esimene, kes selles kategoorias alustab vestlust.",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Näitan %n jutulõnga","Näitan %n jutulõnga"],
|
||||
"An unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"No category ID or slug provided" : "Ühtegi kategooria tunnust või aadressi lõppu pole lisatud",
|
||||
"No category ID or slug provided" : "Ühtegi kategooria tunnust või aadressi lõputunnust pole lisatud",
|
||||
"Failed to load threads" : "Jutulõngade laadimine ei õnnestunud",
|
||||
"Create New Thread" : "Alusta jutulõnga",
|
||||
"In {category}" : "Kategoorias {category} ",
|
||||
@@ -138,83 +195,268 @@
|
||||
"Failed to create thread" : "Jutulõnga alustamine ei õnnestunud",
|
||||
"No category specified" : "Ühtegi kategooriat pole määratletud",
|
||||
"Error" : "Viga",
|
||||
"First post" : "Esimene postitus",
|
||||
"First activity" : "Esimene tegevus",
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
"Replies ({count})" : "Vastused ({count})",
|
||||
"No threads" : "Jutulõngu pole",
|
||||
"This user has not created any threads yet" : "See kasutaja pole veel ühtegi jutulõnga alustanud",
|
||||
"No replies" : "Vastuseid pole",
|
||||
"This user has not posted any replies yet" : "See kasutaja pole veel ühtegi vastust koostanud",
|
||||
"This user has not written any replies yet" : "See kasutaja pole veel ühtegi vastust koostanud",
|
||||
"Failed to load user profile" : "Kasutajaprofiili laadimine ei õnnestunud",
|
||||
"Enter search query …" : "Sisesta otsingusõna…",
|
||||
"Search in threads" : "Otsi jutulõngade seast",
|
||||
"Search in posts" : "Otsi vastuste seast",
|
||||
"Search in replies" : "Otsi vastuste seast",
|
||||
"Syntax help" : "Abiteave süntaksi kohta",
|
||||
"Search syntax" : "Otsingusüntaks",
|
||||
"Match exact phrase" : "Otsi täpset fraasi",
|
||||
"Both terms required" : "Mõlemad otsingusõnad on nõutavad",
|
||||
"Either term matches" : "Vähemalt üks otsingusõna peab vastama",
|
||||
"Group conditions with parentheses" : "Grupitingimised sulgudega",
|
||||
"Exclude term from results" : "Välista tulemused otsingusõna alusel",
|
||||
"Searching …" : "Otsin...",
|
||||
"Search Error" : "Otsinguviga",
|
||||
"Enter a search query" : "Palun sisesta otsingupäring",
|
||||
"Use the search box above to find threads and replies" : "Ülalolevat otsingut saad kasutada jutulõngade ja vastuste otsimiseks",
|
||||
"No results found" : "Otsingutulemusi ei leidu",
|
||||
"Try different keywords or check your syntax" : "Proovi otsida muid sõnu või vaata, kas õigekiri on korras",
|
||||
"_%n thread found_::_%n threads found_" : ["Leidus %n jutulõng","Leidus %n jutulõnga"],
|
||||
"_%n reply found_::_%n replies found_" : ["Leidus %n vastus","Leidus %n vastust"],
|
||||
"Please enter a search query" : "Palun sisesta otsingupäring",
|
||||
"Please select at least one search scope" : "Palun vali vähemalt üks otsinguvaldkond",
|
||||
"Failed to search" : "Otsimine ei õnnestunud",
|
||||
"Thread not found" : "Jutulõnga ei leidu",
|
||||
"The thread you are looking for does not exist or has been removed." : "Sinu otsitavat jutulõnga pole olemas või ta on eemaldatud.",
|
||||
"Back to {category}" : "Tagasi siia: {category}",
|
||||
"Reply" : "Vasta",
|
||||
"Error loading thread" : "Viga jutulõnga laadimisel",
|
||||
"No posts yet" : "Postitusi veel pole",
|
||||
"Be the first to post in this thread." : "Ole esimene, kes selles jutulõngas alustab vestlust.",
|
||||
"No replies yet" : "Vastuseid veel pole",
|
||||
"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 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",
|
||||
"Unlock thread" : "Eemalda jutulõnga lukustus",
|
||||
"Pin thread" : "Tõsta jutulõng esile",
|
||||
"Unpin thread" : "Eemalda jutulõnga esiletõstmine",
|
||||
"Thread locked" : "Jutulõng on lukustatud",
|
||||
"Thread unlocked" : "Jutulõng pole lukus",
|
||||
"Thread pinned" : "Jutulõng on esiletõstetud",
|
||||
"Thread unpinned" : "Jutulõng pole esiletõstetud",
|
||||
"Subscribe" : "Telli",
|
||||
"Subscribed" : "Tellitud",
|
||||
"Subscribed to thread" : "Oled tellinud jutulõnga",
|
||||
"Unsubscribed from thread" : "Oled loobunud jutulõnga tellimisest",
|
||||
"Bookmark" : "Järjehoidja",
|
||||
"Remove bookmark" : "Eemalda järjehoidja",
|
||||
"Thread bookmarked" : "Oled lisanud jutulõngale järjehoidja",
|
||||
"Bookmark removed" : "Järjehoidja on eemaldatud",
|
||||
"Edit title" : "Muuda pealkirja",
|
||||
"Save title" : "Salvesta pealkirja",
|
||||
"Thread title updated" : "Jutulõnga pealkiri on uuendatud",
|
||||
"Move thread" : "Tõsta jutulõng mujale",
|
||||
"No thread ID or slug provided" : "Ühtegi jutulõnga tunnust või aadressi lõppu pole lisatud",
|
||||
"Failed to load posts" : "Postituste laadimine ei õnnestunud",
|
||||
"Post updated" : "Postitus on uuendatud",
|
||||
"Failed to update post" : "Postituse uuendamine ei õnnestunud",
|
||||
"Thread moved successfully" : "Jutulõnga ümbertõstmine õnnestus",
|
||||
"No thread ID or slug provided" : "Ühtegi jutulõnga tunnust või aadressi lõputunnust pole lisatud",
|
||||
"Failed to load replies" : "Vastuste laadimine ei õnnestunud",
|
||||
"Thread updated" : "Jutulõng on uuendatud",
|
||||
"Reply updated" : "Vastus on muudetud",
|
||||
"Failed to update thread" : "Jutulõnga uuendamine ei õnnestunud",
|
||||
"Failed to update reply" : "Vastuse muutmine ei õnnestunud",
|
||||
"Thread deleted" : "Jutulõng on kustutatud",
|
||||
"Post deleted" : "Postitus on kustutatud",
|
||||
"Reply deleted" : "Vastus on kustutatud",
|
||||
"Failed to delete reply" : "Vastuse kustutamine ei õnnestunud",
|
||||
"Failed to update thread lock status" : "Jutulõnga lukustuse olekut ei õnnestunud uuendada",
|
||||
"Failed to update thread pin status" : "Jutulõnga esiletõstmise olekut ei õnnestunud uuendada",
|
||||
"Failed to update subscription" : "Tellimuse uuendamine ei õnnestunud",
|
||||
"Failed to update bookmark" : "Järjehoidja muutmine ei õnnestunud",
|
||||
"Failed to update thread title" : "Jutulõnga pealkirja ei õnnestunud uuendada",
|
||||
"Failed to move thread" : "Jutulõnga ümbertõstmine ei õnnestunud",
|
||||
"Preferences" : "Eelistused",
|
||||
"Customize your forum experience" : "Kohenda oma kasutajakogemust selles foorumis",
|
||||
"Loading preferences …" : "Laadin eelistusi…",
|
||||
"Error loading preferences" : "Viga eelistuste laadimisel",
|
||||
"Notifications" : "Teavitused",
|
||||
"Configure how you receive notifications" : "Seadista endale teavituste saatmise viisi",
|
||||
"Auto-subscribe to threads I create" : "Telli minu loodud jutulõngad automaatselt",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Kui see eelistus on kasutusel, siis saad automaatselt teavituse sinu loodud jutulõngade vastuste puhul",
|
||||
"Files" : "Failid",
|
||||
"Configure file upload settings" : "Seadista failide üleslaadimise seadistusi",
|
||||
"Upload directory" : "Üleslaadimiskaust",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Jutulõngade või vastuste manustena lisatud failid laaditakse sellesse kausta, mida näed oma Nextcloudi failirakenduses",
|
||||
"Browse" : "Sirvi",
|
||||
"Preferences saved" : "Eelistused on salvestatud",
|
||||
"Signature" : "Allkiri",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Sinu allkiri on nähtav sinu jutulõngade või vastuste lõpus",
|
||||
"You can use BBCode formatting in your signature" : "Oma allkirja koostamisel võid vormindamisel kasutada BBCode'i",
|
||||
"Enter your signature …" : "Sisesta oma allkiri…",
|
||||
"Failed to save preferences" : "Eelistuste salvestamine ei õnnestunud",
|
||||
"Select upload directory" : "Vali kaust, kust tahad üles laadida",
|
||||
"BBCode management" : "BBCode'i haldus",
|
||||
"Manage custom BBCode tags for formatting" : "Halda vormindamisel kasutavaid täiendavaid BBCode'i võimalusi",
|
||||
"Error loading BBCodes" : "Viga BBCode'ide laadimisel",
|
||||
"Create BBCode" : "Lisa BBCode",
|
||||
"Enable" : "Võta kasutusele",
|
||||
"Disable" : "Lülita välja",
|
||||
"Enabled BBCodes" : "Kasutusel BBCode'id",
|
||||
"These BBCode tags are currently active" : "Need BBCode'id on hetkel kasutusel",
|
||||
"Disabled BBCodes" : "BBCode'id, mis pole kasutusel",
|
||||
"These BBCode tags are currently inactive" : "Need BBCode'id pole hetkel kasutusel",
|
||||
"No enabled BBCodes" : "Ühtegi BBCode'i pole kasutusel",
|
||||
"Parses Inner" : "Töötleb sisemist sisu",
|
||||
"Delete BBCode" : "Kustuta BBCode",
|
||||
"Are you sure you want to delete the BBCode tag [{tag}]?" : "Kas oled kindel, et soovid kustutada BBCode'i sildi [{tag}]?",
|
||||
"This action cannot be undone." : "Seda tegevust ei saa tagasi võtta.",
|
||||
"Edit BBCode" : "Muuda BBCode'i",
|
||||
"Tag" : "Silt",
|
||||
"e.g., b, i, url, color" : "näiteks b, i, url, värv",
|
||||
"The BBCode tag name (without brackets)" : "BBCode'i sildi nimi (ilma nurksulgudeta)",
|
||||
"HTML replacement" : "Asendus HTML-is",
|
||||
"e.g., {strongStart}{content}{strongEnd}" : "nt. {strongStart}{content}{strongEnd}",
|
||||
"Use {content} for the tag content and {paramName} for parameters" : "Kasuta „{content}“ sildi sisu jaoksja „{paramName}“ parameetrite jaoks",
|
||||
"e.g., {tagStart}Hello world{tagEnd}" : "nt. {tagStart}Tere maailm{tagEnd}",
|
||||
"Example usage of this BBCode tag" : "Selle BBCode'i sildi kasutuse näide",
|
||||
"Description" : "Kirjeldus",
|
||||
"Brief description of what this BBCode does" : "Lühikirjeldus, mida see BBCode teeb",
|
||||
"Enabled" : "Sisse lülitatud",
|
||||
"Parse inner content" : "Töötle sisemist sisu („inner content“)",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Selle eelistuse kasutamisel ka selle sildi sees asuvad BBCode'i sildid kuuluvad töötlemisele",
|
||||
"Create category" : "Lisa kategooria",
|
||||
"Edit category" : "Muuda kategooriat",
|
||||
"Configure category details" : "Seadista kategooria üksikasju",
|
||||
"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}“)",
|
||||
"Slug cannot be changed after category creation" : "Peale kategooria lisamist ei saa aadressi lõputunnust enam muuta",
|
||||
"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…",
|
||||
"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",
|
||||
"Delete category" : "Kustuta kategooria",
|
||||
"Are you sure you want to delete the category \"{name}\"?" : "Kas oled kindel, et soovid „{name}“ kategooria kustutada?",
|
||||
"_This category contains %n thread._::_This category contains %n threads._" : ["Selles kategoorias on %n jutulõng.","Selles kategoorias on %n jutulõnga."],
|
||||
"What should happen to the threads?" : "Mis peaks sel juhul juhtuma jutulõngadega?",
|
||||
"Move threads to another category" : "Tõsta jutulõngad teise kategooriasse",
|
||||
"Delete all threads (soft delete)" : "Kustuta jutulõngad (pehmelt)",
|
||||
"Threads will be hidden but not permanently deleted" : "Jutulõngad peidetakse ega kustu jäädavalt",
|
||||
"Select target category" : "Vali kategooria, kuhu soovid tõsta",
|
||||
"-- Select a category --" : "-- Vali kategooria --",
|
||||
"Create header" : "Lisa päis",
|
||||
"_%n category_::_%n categories_" : ["%n kategooria","%n kategooriat"],
|
||||
"_%n thread_::_%n threads_" : ["%n jutulõng","%n jutulõnga"],
|
||||
"Delete header" : "Kustuta päis",
|
||||
"Are you sure you want to delete the header \"{name}\"?" : "Kas oled kindel, et soovid „{name}“ päise kustutada?",
|
||||
"_This header contains %n category._::_This header contains %n categories._" : ["Selles päises on %n kategooria.","Selles päises on %n kategooriat."],
|
||||
"This action cannot be undone" : "Seda tegevust ei saa tagasi võtta",
|
||||
"What should happen to the categories?" : "Mis peaks sel juhul juhtuma kategooriatega?",
|
||||
"Move categories to another header" : "Tõsta kategooriad teise päise alla",
|
||||
"Delete all categories" : "Kustuta kõik kategooriad",
|
||||
"All categories and their threads will be permanently deleted" : "Kui kategooriad ja nende jutulõngad kustuvaad jäädavalt",
|
||||
"Select target header" : "Vali sihtpäis",
|
||||
"Move up" : "Liiguta ülespoole",
|
||||
"Move down" : "Liiguta allapoole",
|
||||
"Admin dashboard" : "Peakasutaja töölaud/juhtpaneel",
|
||||
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
|
||||
"Loading statistics …" : "Laadin statistikat…",
|
||||
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
|
||||
"Total statistics" : "Täismahuline statistika",
|
||||
"Recent activity (last 7 days)" : "Hiljutised tegevused (viimase 7 päeva jooksul)",
|
||||
"New users" : "Uued kasutajad",
|
||||
"New threads" : "Uued jutulõngad",
|
||||
"New replies" : "Uued vastused",
|
||||
"Top contributors" : "Toimekamad kaasautorid",
|
||||
"No contributors yet" : "Kaasautoreid veel pole",
|
||||
"Last 7 days" : "Viimase 7 päeva jooksul",
|
||||
"All time" : "Läbi aegade",
|
||||
"General settings" : "Üldised seadistused",
|
||||
"Configure general forum settings" : "Seadista foorumi üldseadistusi",
|
||||
"Loading settings …" : "Laadin seadistusi…",
|
||||
"Error loading settings" : "Viga seadistuste laadimisel",
|
||||
"Appearance" : "Välimus",
|
||||
"Customize how your forum looks to users" : "Kohenda selle foorumi välimust kasutajate jaoks",
|
||||
"Forum title" : "Foorumi pealkiri",
|
||||
"Displayed at the top of the forum home page" : "Kuvatakse foorumi avalehe ülaosas",
|
||||
"Forum subtitle" : "Foorumi alapealkiri",
|
||||
"Welcome to the forum" : "Tere tulemast foorumisse",
|
||||
"A brief description shown below the title" : "Pealkirja all näidatav lühikirjeldus",
|
||||
"Access control" : "Ligipääsukontroll",
|
||||
"Manage who can access the forum" : "Halda kasutajate ligipääsu foorumisse",
|
||||
"Allow guest access" : "Luba külaliskasutajate ligipääsu",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Selle eelistuse sisselülitamisel saavad autentimata kasutajad vaada foorumi sisu",
|
||||
"Settings saved" : "Seadistused on salvestatud",
|
||||
"Failed to save settings" : "Seadistuste salvestamine ei õnnestunud",
|
||||
"Create role" : "Lisa roll",
|
||||
"Edit role" : "Muuda rolli",
|
||||
"Configure role permissions and category access" : "Seadista rollide õigusi ja ligipääsu kategooriatele",
|
||||
"Error loading role" : "Viga rolli laadimisel",
|
||||
"Enter role name" : "Sisesta rolli nimi",
|
||||
"Enter role description (optional)" : "Sisesta rolli kirjeldus (pole kohustuslik)",
|
||||
"System role names cannot be changed" : "Süsteemsete rollide nimesid ei saa muuta",
|
||||
"Colors" : "Värvid",
|
||||
"Set colors for this role badge" : "Seadista selle rolli sildi värve",
|
||||
"Light mode color" : "Heleda kujunduse värv",
|
||||
"Dark mode color" : "Tumeda kujunduse värv",
|
||||
"Reset" : "Lähtesta",
|
||||
"Role permissions" : "Rolli õigused",
|
||||
"Set global permissions for this role" : "Määra selle rolli üldised õigused",
|
||||
"Can access admin tools" : "Võib kasutada süsteemitarvikuid",
|
||||
"Allow access to the admin dashboard and tools" : "Kasutab ligipääsu peakasutajate töölauale ja tarviklutele",
|
||||
"Can edit roles" : "Võib rolle muuta",
|
||||
"Allow creating, editing and deleting roles" : "Luba rollide lisamine, muutmine ja kustutamine",
|
||||
"Can edit categories" : "Võib kategooriaid muuta",
|
||||
"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",
|
||||
"No categories available" : "Ühtegi kategooriat pole saadaval",
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Külalisroll ei saa kategooriaid modereerida",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Märkides alljärgnevaid märkeruute saad alljärgnevas hallata missuguseid kategooriaid külalised saavad vaadata.",
|
||||
"Guest access is currently disabled" : "Külaliskasutajad pole hetkel lubatud",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Külaliskasutajad ei saa foorumit vaadata enne, kui külaliste ligipääs on foorumi seadistustes lubatud.",
|
||||
"Go to forum settings" : "Ava foorumi seadistused",
|
||||
"Default role cannot moderate categories" : "Vaikimisi roll ei saa kategooriaid modereerida",
|
||||
"Role management" : "Rollide haldus",
|
||||
"Create and manage forum roles and permissions" : "Lisa ja halda foorumi rolle ja õigusi",
|
||||
"Loading roles …" : "Laadin rolle…",
|
||||
"Error loading roles" : "Viga rollide laadimisel",
|
||||
"No roles found" : "Rolle ei leidu",
|
||||
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
|
||||
"ID" : "Tunnus",
|
||||
"Created" : "Loodud",
|
||||
"Actions" : "Tegevused",
|
||||
"No description" : "Kirjeldus puudub",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Kas sa oled kindel, et soovid „{name}“ rolli kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"System roles cannot be deleted" : "Süsteemseid rolle ei saa kustutada",
|
||||
"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",
|
||||
"Posts" : "Postitused",
|
||||
"There are no forum users yet" : "Foormis pole veel kasutajaid",
|
||||
"Joined" : "Liitus",
|
||||
"Status" : "Olek",
|
||||
"Active" : "Aktiivne",
|
||||
"Deleted" : "Kustutatud"
|
||||
"Deleted" : "Kustutatud",
|
||||
"No roles" : "Rolle pole",
|
||||
"Select roles" : "Vali rollid",
|
||||
"Edit roles" : "Muuda rolle",
|
||||
"Edit user roles" : "Muuda kasutajarolle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
16
l10n/eu.js
16
l10n/eu.js
@@ -9,8 +9,10 @@ OC.L10N.register(
|
||||
"Underlined text" : "Azpimarratutako testua",
|
||||
"Forum" : "Foroa",
|
||||
"Deleted user" : "Ezabatutako erabiltzaileak",
|
||||
"Loading …" : "Kargatzen ...",
|
||||
"Search" : "Bilatu",
|
||||
"Home" : "Etxea",
|
||||
"Bookmarks" : "Laster-markak",
|
||||
"Dashboard" : "Panela",
|
||||
"Users" : "Erabiltzaileak",
|
||||
"Categories" : "Kategoriak",
|
||||
@@ -22,6 +24,7 @@ OC.L10N.register(
|
||||
"Font size" : "Letra-tamaina",
|
||||
"List" : "Zerrenda",
|
||||
"Insert emoji" : "Txertatu emojia",
|
||||
"Upload failed" : "igotzeak huts egin du",
|
||||
"Close" : "Itxi",
|
||||
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
@@ -31,16 +34,24 @@ OC.L10N.register(
|
||||
"Move" : "Mugitu",
|
||||
"Page not found" : "Orria ez da aurkitu",
|
||||
"Back" : "Itzuli",
|
||||
"First page" : "Lehen orria",
|
||||
"Previous page" : "Aurreko orria",
|
||||
"Next page" : "Hurrengo orria",
|
||||
"Last page" : "Azken orria",
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
"Uncategorized" : "Kategoria gabe",
|
||||
"Views" : "Ikuspegiak",
|
||||
"Title" : "Izenburua",
|
||||
"Saving draft …" : "Zirriborroa gordetzen...",
|
||||
"Draft saved" : "Zirriborroa gorde egin da",
|
||||
"Unsaved changes" : "Gorde gabeko aldaketak",
|
||||
"Back to home" : "Itzuli etxera",
|
||||
"Refresh" : "Freskatu",
|
||||
"Loading …" : "Kargatzen ...",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Error" : "Errorea",
|
||||
"Searching …" : "Bilatzen…",
|
||||
@@ -49,12 +60,14 @@ OC.L10N.register(
|
||||
"by" : "Nork",
|
||||
"Subscribe" : "Harpidetu",
|
||||
"Subscribed" : "Harpidetua",
|
||||
"Bookmark" : "Laster-marka",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Move thread" : "Mugitu haria",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Notifications" : "Jakinarazpenak",
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
"Signature" : "Sinadura",
|
||||
"Enable" : "Aktibatu",
|
||||
"Disable" : "Desaktibatu",
|
||||
"Tag" : "Etiketa",
|
||||
@@ -65,7 +78,6 @@ OC.L10N.register(
|
||||
"Permissions" : "Baimenak",
|
||||
"Move up" : "Eraman gora",
|
||||
"Move down" : "Eraman behera",
|
||||
"Total users" : "Erabiltzaileak guztira",
|
||||
"Last 7 days" : "Azken 7 egunetan",
|
||||
"General settings" : "Ezarpen orokorrak",
|
||||
"Appearance" : "Itxura",
|
||||
|
||||
16
l10n/eu.json
16
l10n/eu.json
@@ -7,8 +7,10 @@
|
||||
"Underlined text" : "Azpimarratutako testua",
|
||||
"Forum" : "Foroa",
|
||||
"Deleted user" : "Ezabatutako erabiltzaileak",
|
||||
"Loading …" : "Kargatzen ...",
|
||||
"Search" : "Bilatu",
|
||||
"Home" : "Etxea",
|
||||
"Bookmarks" : "Laster-markak",
|
||||
"Dashboard" : "Panela",
|
||||
"Users" : "Erabiltzaileak",
|
||||
"Categories" : "Kategoriak",
|
||||
@@ -20,6 +22,7 @@
|
||||
"Font size" : "Letra-tamaina",
|
||||
"List" : "Zerrenda",
|
||||
"Insert emoji" : "Txertatu emojia",
|
||||
"Upload failed" : "igotzeak huts egin du",
|
||||
"Close" : "Itxi",
|
||||
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
@@ -29,16 +32,24 @@
|
||||
"Move" : "Mugitu",
|
||||
"Page not found" : "Orria ez da aurkitu",
|
||||
"Back" : "Itzuli",
|
||||
"First page" : "Lehen orria",
|
||||
"Previous page" : "Aurreko orria",
|
||||
"Next page" : "Hurrengo orria",
|
||||
"Last page" : "Azken orria",
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
"Uncategorized" : "Kategoria gabe",
|
||||
"Views" : "Ikuspegiak",
|
||||
"Title" : "Izenburua",
|
||||
"Saving draft …" : "Zirriborroa gordetzen...",
|
||||
"Draft saved" : "Zirriborroa gorde egin da",
|
||||
"Unsaved changes" : "Gorde gabeko aldaketak",
|
||||
"Back to home" : "Itzuli etxera",
|
||||
"Refresh" : "Freskatu",
|
||||
"Loading …" : "Kargatzen ...",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Error" : "Errorea",
|
||||
"Searching …" : "Bilatzen…",
|
||||
@@ -47,12 +58,14 @@
|
||||
"by" : "Nork",
|
||||
"Subscribe" : "Harpidetu",
|
||||
"Subscribed" : "Harpidetua",
|
||||
"Bookmark" : "Laster-marka",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Move thread" : "Mugitu haria",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Notifications" : "Jakinarazpenak",
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
"Signature" : "Sinadura",
|
||||
"Enable" : "Aktibatu",
|
||||
"Disable" : "Desaktibatu",
|
||||
"Tag" : "Etiketa",
|
||||
@@ -63,7 +76,6 @@
|
||||
"Permissions" : "Baimenak",
|
||||
"Move up" : "Eraman gora",
|
||||
"Move down" : "Eraman behera",
|
||||
"Total users" : "Erabiltzaileak guztira",
|
||||
"Last 7 days" : "Azken 7 egunetan",
|
||||
"General settings" : "Ezarpen orokorrak",
|
||||
"Appearance" : "Itxura",
|
||||
|
||||
10
l10n/fa.js
10
l10n/fa.js
@@ -10,8 +10,10 @@ OC.L10N.register(
|
||||
"Underlined text" : "Underlined text",
|
||||
"Forum" : "انجمن",
|
||||
"Deleted user" : "Deleted user",
|
||||
"Loading …" : "در حال بارگذاری...",
|
||||
"Search" : "جستجو",
|
||||
"Home" : "خانه",
|
||||
"Bookmarks" : "نشانکها",
|
||||
"Dashboard" : "پیشخوان",
|
||||
"Users" : "کاربران",
|
||||
"Categories" : "دستهها",
|
||||
@@ -23,6 +25,7 @@ OC.L10N.register(
|
||||
"Font size" : "اندازهٔ قلم",
|
||||
"List" : "فهرست",
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Upload failed" : "آپلود ناموفق",
|
||||
"Close" : "بستن",
|
||||
"Sort order" : "Sort order",
|
||||
"Cancel" : "انصراف",
|
||||
@@ -35,12 +38,15 @@ OC.L10N.register(
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "دستهبندی نشده",
|
||||
"Views" : "بازدیدها",
|
||||
"Title" : "Title",
|
||||
"Saving draft …" : "در حال ذخیره پیش نویس ...",
|
||||
"Draft saved" : "پیش نویس ذخیره شد",
|
||||
"Unsaved changes" : "Unsaved changes",
|
||||
"Refresh" : "تازهسازی",
|
||||
"Loading …" : "در حال بارگذاری...",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
@@ -48,11 +54,13 @@ OC.L10N.register(
|
||||
"by" : "با",
|
||||
"Subscribe" : "اشتراک گذاری",
|
||||
"Subscribed" : "Subscribed",
|
||||
"Bookmark" : "نشانک",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Move thread" : "Move thread",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
"Enable" : "فعالسازی",
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
|
||||
10
l10n/fa.json
10
l10n/fa.json
@@ -8,8 +8,10 @@
|
||||
"Underlined text" : "Underlined text",
|
||||
"Forum" : "انجمن",
|
||||
"Deleted user" : "Deleted user",
|
||||
"Loading …" : "در حال بارگذاری...",
|
||||
"Search" : "جستجو",
|
||||
"Home" : "خانه",
|
||||
"Bookmarks" : "نشانکها",
|
||||
"Dashboard" : "پیشخوان",
|
||||
"Users" : "کاربران",
|
||||
"Categories" : "دستهها",
|
||||
@@ -21,6 +23,7 @@
|
||||
"Font size" : "اندازهٔ قلم",
|
||||
"List" : "فهرست",
|
||||
"Insert emoji" : "Insert emoji",
|
||||
"Upload failed" : "آپلود ناموفق",
|
||||
"Close" : "بستن",
|
||||
"Sort order" : "Sort order",
|
||||
"Cancel" : "انصراف",
|
||||
@@ -33,12 +36,15 @@
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "دستهبندی نشده",
|
||||
"Views" : "بازدیدها",
|
||||
"Title" : "Title",
|
||||
"Saving draft …" : "در حال ذخیره پیش نویس ...",
|
||||
"Draft saved" : "پیش نویس ذخیره شد",
|
||||
"Unsaved changes" : "Unsaved changes",
|
||||
"Refresh" : "تازهسازی",
|
||||
"Loading …" : "در حال بارگذاری...",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
@@ -46,11 +52,13 @@
|
||||
"by" : "با",
|
||||
"Subscribe" : "اشتراک گذاری",
|
||||
"Subscribed" : "Subscribed",
|
||||
"Bookmark" : "نشانک",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Move thread" : "Move thread",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
"Enable" : "فعالسازی",
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
|
||||
15
l10n/fi.js
15
l10n/fi.js
@@ -10,9 +10,12 @@ OC.L10N.register(
|
||||
"Underlined text" : "Alleviivattu teksti",
|
||||
"Forum" : "Keskustelupalsta",
|
||||
"Deleted user" : "Poistettu käyttäjä",
|
||||
"Loading …" : "Ladataan…",
|
||||
"Search" : "Etsi",
|
||||
"Home" : "Koti",
|
||||
"Bookmarks" : "Kirjanmerkit",
|
||||
"Dashboard" : "Kojelauta",
|
||||
"Users" : "Käyttäjät",
|
||||
"Categories" : "Luokat",
|
||||
"Expand" : "Laajenna",
|
||||
"Collapse" : "Kutista näkymää",
|
||||
@@ -30,16 +33,23 @@ OC.L10N.register(
|
||||
"Move" : "Siirrä",
|
||||
"Page not found" : "Sivua ei löytynyt",
|
||||
"Back" : "Takaisin",
|
||||
"First page" : "Ensimmäinen sivu",
|
||||
"Previous page" : "Edellinen sivu",
|
||||
"Next page" : "Seuraava sivu",
|
||||
"Last page" : "Viimeinen sivu",
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"React with {emoji}" : "Reagoi emojilla {emoji}",
|
||||
"Uncategorized" : "Luokittelematon",
|
||||
"Views" : "Näkymät",
|
||||
"Title" : "Nimeke",
|
||||
"Saving draft …" : "Tallennetaan luonnosta…",
|
||||
"Draft saved" : "Luonnos tallennettu",
|
||||
"Unsaved changes" : "Tallentamattomia muutoksia",
|
||||
"Refresh" : "Päivitä",
|
||||
"Loading …" : "Ladataan…",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Searching …" : "Haetaan…",
|
||||
@@ -48,11 +58,13 @@ OC.L10N.register(
|
||||
"by" : "Kirjoittaja:",
|
||||
"Subscribe" : "Tilaa",
|
||||
"Subscribed" : "Tilattu",
|
||||
"Bookmark" : "Kirjanmerkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Move thread" : "Siirrä ketju",
|
||||
"Preferences" : "Asetukset",
|
||||
"Notifications" : "Ilmoitukset",
|
||||
"Files" : "Tiedostot",
|
||||
"Signature" : "Allekirjoitus",
|
||||
"Enable" : "Käytä",
|
||||
"Disable" : "Poista käytöstä",
|
||||
"This action cannot be undone." : "Tätä toimintoa ei voi perua.",
|
||||
@@ -64,7 +76,6 @@ OC.L10N.register(
|
||||
"Permissions" : "Oikeudet",
|
||||
"Move up" : "Siirrä ylös",
|
||||
"Move down" : "Siirrä alas",
|
||||
"Total users" : "Käyttäjiä yhteensä",
|
||||
"Last 7 days" : "Edelliset 7 päivää",
|
||||
"General settings" : "Yleiset asetukset",
|
||||
"Appearance" : "Ulkoasu",
|
||||
|
||||
15
l10n/fi.json
15
l10n/fi.json
@@ -8,9 +8,12 @@
|
||||
"Underlined text" : "Alleviivattu teksti",
|
||||
"Forum" : "Keskustelupalsta",
|
||||
"Deleted user" : "Poistettu käyttäjä",
|
||||
"Loading …" : "Ladataan…",
|
||||
"Search" : "Etsi",
|
||||
"Home" : "Koti",
|
||||
"Bookmarks" : "Kirjanmerkit",
|
||||
"Dashboard" : "Kojelauta",
|
||||
"Users" : "Käyttäjät",
|
||||
"Categories" : "Luokat",
|
||||
"Expand" : "Laajenna",
|
||||
"Collapse" : "Kutista näkymää",
|
||||
@@ -28,16 +31,23 @@
|
||||
"Move" : "Siirrä",
|
||||
"Page not found" : "Sivua ei löytynyt",
|
||||
"Back" : "Takaisin",
|
||||
"First page" : "Ensimmäinen sivu",
|
||||
"Previous page" : "Edellinen sivu",
|
||||
"Next page" : "Seuraava sivu",
|
||||
"Last page" : "Viimeinen sivu",
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"React with {emoji}" : "Reagoi emojilla {emoji}",
|
||||
"Uncategorized" : "Luokittelematon",
|
||||
"Views" : "Näkymät",
|
||||
"Title" : "Nimeke",
|
||||
"Saving draft …" : "Tallennetaan luonnosta…",
|
||||
"Draft saved" : "Luonnos tallennettu",
|
||||
"Unsaved changes" : "Tallentamattomia muutoksia",
|
||||
"Refresh" : "Päivitä",
|
||||
"Loading …" : "Ladataan…",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Searching …" : "Haetaan…",
|
||||
@@ -46,11 +56,13 @@
|
||||
"by" : "Kirjoittaja:",
|
||||
"Subscribe" : "Tilaa",
|
||||
"Subscribed" : "Tilattu",
|
||||
"Bookmark" : "Kirjanmerkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Move thread" : "Siirrä ketju",
|
||||
"Preferences" : "Asetukset",
|
||||
"Notifications" : "Ilmoitukset",
|
||||
"Files" : "Tiedostot",
|
||||
"Signature" : "Allekirjoitus",
|
||||
"Enable" : "Käytä",
|
||||
"Disable" : "Poista käytöstä",
|
||||
"This action cannot be undone." : "Tätä toimintoa ei voi perua.",
|
||||
@@ -62,7 +74,6 @@
|
||||
"Permissions" : "Oikeudet",
|
||||
"Move up" : "Siirrä ylös",
|
||||
"Move down" : "Siirrä alas",
|
||||
"Total users" : "Käyttäjiä yhteensä",
|
||||
"Last 7 days" : "Edelliset 7 päivää",
|
||||
"General settings" : "Yleiset asetukset",
|
||||
"Appearance" : "Ulkoasu",
|
||||
|
||||
20
l10n/fr.js
20
l10n/fr.js
@@ -10,8 +10,10 @@ OC.L10N.register(
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"Loading …" : "Chargement…",
|
||||
"Search" : "Rechercher",
|
||||
"Home" : "Accueil",
|
||||
"Bookmarks" : "Favoris",
|
||||
"Dashboard" : "Tableau de bord",
|
||||
"Users" : "Utilisateurs",
|
||||
"Categories" : "Catégories",
|
||||
@@ -26,24 +28,33 @@ OC.L10N.register(
|
||||
"Upload failed" : "Échec du téléversement",
|
||||
"Close" : "Fermer",
|
||||
"Failed to upload file" : "Impossible de téléverser le fichier",
|
||||
"Threads" : "Fils de discussion",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"0" : "0",
|
||||
"Cancel" : "Annuler",
|
||||
"Create" : "Créer",
|
||||
"Update" : "Mettre à jour",
|
||||
"Move" : "Déplacer",
|
||||
"Page not found" : "Page non trouvée",
|
||||
"Back" : "Retour",
|
||||
"First page" : "Première page",
|
||||
"Previous page" : "Page précédente",
|
||||
"Next page" : "Page suivante",
|
||||
"Last page" : "Dernière page",
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"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"],
|
||||
"Views" : "Vues",
|
||||
"Title" : "Titre",
|
||||
"Saving draft …" : "Sauvegarde du brouillon en cours …",
|
||||
"Draft saved" : "Brouillon sauvegardé",
|
||||
"Unsaved changes" : "Modifications non enregistrées",
|
||||
"Back to home" : "Retour à l'accueil",
|
||||
"Refresh" : "Actualiser",
|
||||
"Loading …" : "Chargement…",
|
||||
"Retry" : "Réessayer",
|
||||
"In {category}" : "Dans {category}",
|
||||
"Error" : "Erreur",
|
||||
@@ -54,12 +65,14 @@ OC.L10N.register(
|
||||
"by" : "par",
|
||||
"Subscribe" : "S’abonner",
|
||||
"Subscribed" : "Abonné",
|
||||
"Bookmark" : "Favori",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Move thread" : "Déplacer ce fil de discussion",
|
||||
"Preferences" : "Préférences",
|
||||
"Notifications" : "Notifications",
|
||||
"Files" : "Fichiers",
|
||||
"Browse" : "Parcourir",
|
||||
"Signature" : "Signature",
|
||||
"Enable" : "Activer",
|
||||
"Disable" : "Désactiver",
|
||||
"This action cannot be undone." : "Cette action ne peut pas être annulée",
|
||||
@@ -72,7 +85,6 @@ OC.L10N.register(
|
||||
"Permissions" : "Autorisations",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
"Move down" : "Déplacer vers le bas",
|
||||
"Total users" : "Nombre total d'utilisateurs",
|
||||
"Last 7 days" : "7 derniers jours",
|
||||
"All time" : "Tout le temps",
|
||||
"General settings" : "Paramètres généraux",
|
||||
@@ -91,7 +103,7 @@ OC.L10N.register(
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
"Joined" : "A rejoint",
|
||||
"Status" : "État",
|
||||
"Status" : "Statut",
|
||||
"Active" : "Actif",
|
||||
"Deleted" : "Effacé"
|
||||
},
|
||||
|
||||
20
l10n/fr.json
20
l10n/fr.json
@@ -8,8 +8,10 @@
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"Loading …" : "Chargement…",
|
||||
"Search" : "Rechercher",
|
||||
"Home" : "Accueil",
|
||||
"Bookmarks" : "Favoris",
|
||||
"Dashboard" : "Tableau de bord",
|
||||
"Users" : "Utilisateurs",
|
||||
"Categories" : "Catégories",
|
||||
@@ -24,24 +26,33 @@
|
||||
"Upload failed" : "Échec du téléversement",
|
||||
"Close" : "Fermer",
|
||||
"Failed to upload file" : "Impossible de téléverser le fichier",
|
||||
"Threads" : "Fils de discussion",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"0" : "0",
|
||||
"Cancel" : "Annuler",
|
||||
"Create" : "Créer",
|
||||
"Update" : "Mettre à jour",
|
||||
"Move" : "Déplacer",
|
||||
"Page not found" : "Page non trouvée",
|
||||
"Back" : "Retour",
|
||||
"First page" : "Première page",
|
||||
"Previous page" : "Page précédente",
|
||||
"Next page" : "Page suivante",
|
||||
"Last page" : "Dernière page",
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"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"],
|
||||
"Views" : "Vues",
|
||||
"Title" : "Titre",
|
||||
"Saving draft …" : "Sauvegarde du brouillon en cours …",
|
||||
"Draft saved" : "Brouillon sauvegardé",
|
||||
"Unsaved changes" : "Modifications non enregistrées",
|
||||
"Back to home" : "Retour à l'accueil",
|
||||
"Refresh" : "Actualiser",
|
||||
"Loading …" : "Chargement…",
|
||||
"Retry" : "Réessayer",
|
||||
"In {category}" : "Dans {category}",
|
||||
"Error" : "Erreur",
|
||||
@@ -52,12 +63,14 @@
|
||||
"by" : "par",
|
||||
"Subscribe" : "S’abonner",
|
||||
"Subscribed" : "Abonné",
|
||||
"Bookmark" : "Favori",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Move thread" : "Déplacer ce fil de discussion",
|
||||
"Preferences" : "Préférences",
|
||||
"Notifications" : "Notifications",
|
||||
"Files" : "Fichiers",
|
||||
"Browse" : "Parcourir",
|
||||
"Signature" : "Signature",
|
||||
"Enable" : "Activer",
|
||||
"Disable" : "Désactiver",
|
||||
"This action cannot be undone." : "Cette action ne peut pas être annulée",
|
||||
@@ -70,7 +83,6 @@
|
||||
"Permissions" : "Autorisations",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
"Move down" : "Déplacer vers le bas",
|
||||
"Total users" : "Nombre total d'utilisateurs",
|
||||
"Last 7 days" : "7 derniers jours",
|
||||
"All time" : "Tout le temps",
|
||||
"General settings" : "Paramètres généraux",
|
||||
@@ -89,7 +101,7 @@
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
"Joined" : "A rejoint",
|
||||
"Status" : "État",
|
||||
"Status" : "Statut",
|
||||
"Active" : "Actif",
|
||||
"Deleted" : "Effacé"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
118
l10n/ga.js
118
l10n/ga.js
@@ -16,6 +16,8 @@ OC.L10N.register(
|
||||
"Support" : "Tacaíocht",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Cuir ceisteanna faoin bhfóram, tabhair aiseolas nó tuairiscigh fadhbanna.",
|
||||
"Inline code" : "Cód inlíne",
|
||||
"Spoiler title" : "Teideal an spoiler",
|
||||
"Hidden content" : "Ábhar i bhfolach",
|
||||
"Spoilers" : "Spoiléirí",
|
||||
"Attachment" : "Ceangaltán",
|
||||
"Welcome to Nextcloud Forums" : "Fáilte go Fóraim Nextcloud",
|
||||
@@ -36,12 +38,15 @@ OC.L10N.register(
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Ná bíodh drogall ort plé nua a thosú nó freagra a thabhairt ar shnáitheanna atá ann cheana féin. Go n-éirí leat ag postáil!",
|
||||
"Forum" : "Fóram",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count}freagra nua i {thread}","{count} freagraí nua i {thread}","{count} freagraí nua i {thread}","{count} freagraí nua i {thread}","{count} freagraí nua i {thread}"],
|
||||
"{user} mentioned you in {thread}" : "Luaigh {user} thú i {thread}",
|
||||
"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.",
|
||||
"Loading …" : "Á lódáil…",
|
||||
"Search" : "Cuardach",
|
||||
"Home" : "Baile",
|
||||
"Bookmarks" : "Leabharmharcanna",
|
||||
"User preferences" : "Roghanna úsáideora",
|
||||
"Dashboard" : "Deais",
|
||||
"Forum settings" : "Socruithe an fhóraim",
|
||||
@@ -52,7 +57,9 @@ OC.L10N.register(
|
||||
"Expand" : "Leathnaigh",
|
||||
"Collapse" : "Laghdaigh",
|
||||
"{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!",
|
||||
"Hello moon!" : "Haigh, a ghealach!",
|
||||
"Font style bold" : "Stíl cló trom",
|
||||
"Font style italic" : "Stíl cló iodálach",
|
||||
"Font style struck through" : "Stíl cló stróicthe tríd",
|
||||
@@ -83,12 +90,15 @@ OC.L10N.register(
|
||||
"No custom BBCodes configured." : "Níl aon BBCóid saincheaptha cumraithe.",
|
||||
"Failed to load custom BBCodes" : "Theip ar BBCóid saincheaptha a luchtú",
|
||||
"Insert emoji" : "Cuir isteach emoji",
|
||||
"Pick file from Nextcloud" : "Roghnaigh comhad ó Nextcloud",
|
||||
"Upload file to Nextcloud" : "Uaslódáil comhad chuig Nextcloud",
|
||||
"Uploading file …" : "Ag uaslódáil comhaid …",
|
||||
"Upload failed" : "Theip ar an uaslódáil",
|
||||
"Close" : "Dún",
|
||||
"Pick a file to attach" : "Roghnaigh comhad le ceangal",
|
||||
"Failed to upload file" : "Theip ar uaslódáil an chomhaid",
|
||||
"_Thread_::_Threads_" : ["Snáithe","Snáitheanna","Snáitheanna","Snáitheanna","Snáitheanna"],
|
||||
"_Post_::_Posts_" : ["Post","Poist","Poist","Poist","Poist"],
|
||||
"Threads" : "Snáitheanna",
|
||||
"Replies" : "Freagraí",
|
||||
"No description available" : "Níl aon chur síos ar fáil",
|
||||
"Create category header" : "Cruthaigh ceanntásc catagóire",
|
||||
"Edit category header" : "Cuir ceanntásc na catagóire in eagar",
|
||||
@@ -97,49 +107,78 @@ OC.L10N.register(
|
||||
"Header description" : "Cur síos ar an gceannteideal",
|
||||
"Enter header description (optional)" : "Cuir isteach cur síos ar an gceannteideal (roghnach)",
|
||||
"Sort order" : "Ordú sórtála",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Feictear uimhreacha níos ísle ar dtús",
|
||||
"Cancel" : "Cealaigh",
|
||||
"Create" : "Cruthaigh",
|
||||
"Update" : "Nuashonrú",
|
||||
"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 …",
|
||||
"Loading categories …" : "Ag lódáil catagóirí …",
|
||||
"Move" : "Bog",
|
||||
"Cannot move to a category header. Please select a category instead." : "Ní féidir bogadh go ceanntásc catagóire. Roghnaigh catagóir ina ionad.",
|
||||
"This thread is already in this category." : "Tá an snáithe seo sa chatagóir seo cheana féin.",
|
||||
"Failed to load categories" : "Theip ar na catagóirí a lódáil",
|
||||
"Page not found" : "Ní bhfuarthas an leathanach",
|
||||
"The page you are looking for could not be found." : "Níorbh fhéidir an leathanach atá á lorg agat a aimsiú.",
|
||||
"Back" : "Ar ais",
|
||||
"Go to home" : "Téigh go dtí an baile",
|
||||
"Pagination" : "Leathanachú",
|
||||
"First page" : "An chéad leathanach",
|
||||
"Previous page" : "Leathanach roimhe seo",
|
||||
"Next page" : "An chéad leathanach eile",
|
||||
"Last page" : "Leathanach deireanach",
|
||||
"Go to page {page}" : "Téigh go dtí leathanach {page}",
|
||||
"Edited" : "Eagarthóireacht déanta",
|
||||
"Quote reply" : "Freagra luachana",
|
||||
"Edit" : "Cuir in eagar",
|
||||
"Delete" : "Scrios",
|
||||
"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",
|
||||
"Edit your post …" : "Cuir do phost in eagar …",
|
||||
"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?",
|
||||
"Edit history" : "Stair eagarthóireachta",
|
||||
"Loading history …" : "Stair á luchtú …",
|
||||
"This post has no edit history." : "Níl aon stair eagarthóireachta ag an bpost seo.",
|
||||
"Current version" : "Leagan reatha",
|
||||
"Edited by" : "Eagarthóireacht déanta ag",
|
||||
"Failed to load edit history" : "Theip ar stair eagarthóireachta a lódáil",
|
||||
"Version {index}" : "Leagan {index}",
|
||||
"Add reaction" : "Cuir imoibriú leis",
|
||||
"React with {emoji}" : "Freagair le {emoji}",
|
||||
"You reacted with {emoji}" : "D'imoibrigh tú le {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["D'fhreagair %n duine le {emoji}","D'imoibrigh %n duine le {emoji}","D'imoibrigh %n duine le {emoji}","D'imoibrigh %n duine le {emoji}","D'imoibrigh %n duine le {emoji}"],
|
||||
"Write your reply …" : "Scríobh do fhreagra…",
|
||||
"Post reply" : "Freagra poist",
|
||||
"Submit reply" : "Cuir freagra isteach",
|
||||
"Are you sure you want to discard your reply?" : "An bhfuil tú cinnte gur mian leat do fhreagra a chaitheamh amach?",
|
||||
"In thread" : "Sa snáithe",
|
||||
"Thread unavailable" : "Snáithe ar fáil",
|
||||
"Pinned thread" : "Snáithe bioráilte",
|
||||
"Locked thread" : "Snáithe faoi ghlas",
|
||||
"Uncategorized" : "Gan catagóir",
|
||||
"_%n post_::_%n posts_" : ["%n post","%n poist","%n poist","%n poist","%n poist"],
|
||||
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
|
||||
"_%n view_::_%n views_" : ["%n radharc","%n radharic","%n radharic","%n radharic","%n radharc"],
|
||||
"Replies" : "Freagraí",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
"Write your first post …" : "Scríobh do chéad phost …",
|
||||
"Write your thread content …" : "Scríobh ábhar do shnáithe …",
|
||||
"Create thread" : "Cruthaigh snáithe",
|
||||
"Are you sure you want to discard this thread?" : "An bhfuil tú cinnte gur mian leat an snáithe seo a chaitheamh amach?",
|
||||
"Saving draft …" : "Dréacht á shábháil…",
|
||||
"Draft saved" : "Sábháladh an dréacht",
|
||||
"Unsaved changes" : "Athruithe gan sábháil",
|
||||
"Back to home" : "Ar ais sa bhaile",
|
||||
"Refresh" : "Athnuaigh",
|
||||
"Loading …" : "Á lódáil…",
|
||||
"Your bookmarked threads" : "Do shnáitheanna leabharmharcáilte",
|
||||
"Error loading bookmarks" : "Earráid ag luchtú leabharmharcanna",
|
||||
"No bookmarks yet" : "Gan aon leabharmharcanna fós",
|
||||
"Bookmark threads to quickly find them later." : "Cuir snáitheanna i leabharmharcanna le go bhfaighidh tú iad go tapa níos déanaí.",
|
||||
"Retry" : "Bain triail eile as",
|
||||
"An unexpected error occurred" : "Tharla earráid gan choinne",
|
||||
"Failed to load bookmarks" : "Theip ar leabharmharcanna a lódáil",
|
||||
"No categories yet" : "Gan aon chatagóirí fós",
|
||||
"Categories will appear here once they are created." : "Beidh catagóirí le feiceáil anseo a luaithe a bheidh siad cruthaithe.",
|
||||
"No categories in this section" : "Níl aon chatagóirí sa chuid seo",
|
||||
@@ -150,9 +189,6 @@ OC.L10N.register(
|
||||
"Error loading category" : "Earráid ag lódáil na catagóire",
|
||||
"No threads yet" : "Gan aon snáitheanna fós",
|
||||
"Be the first to start a discussion in this category." : "Bí ar an gcéad duine chun plé a thosú sa chatagóir seo.",
|
||||
"Retry" : "Bain triail eile as",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Ag taispeáint %n snáithe","Ag taispeáint %n snáitheanna","Ag taispeáint %n snáitheanna","Ag taispeáint %n snáitheanna","Ag taispeáint %n snáitheanna"],
|
||||
"An unexpected error occurred" : "Tharla earráid gan choinne",
|
||||
"No category ID or slug provided" : "Níor soláthraíodh aon aitheantas catagóire ná seilide",
|
||||
"Failed to load threads" : "Theip ar snáitheanna a luchtú",
|
||||
"Create New Thread" : "Cruthaigh Snáithe Nua",
|
||||
@@ -162,17 +198,17 @@ OC.L10N.register(
|
||||
"Failed to create thread" : "Theip ar an snáithe a chruthú",
|
||||
"No category specified" : "Gan catagóir sonraithe",
|
||||
"Error" : "Earráid",
|
||||
"First post" : "An chéad phost",
|
||||
"First activity" : "An chéad ghníomhaíocht",
|
||||
"Threads ({count})" : "Snáitheanna ({count})",
|
||||
"Replies ({count})" : "Freagraí ({count})",
|
||||
"No threads" : "Gan snáitheanna",
|
||||
"This user has not created any threads yet" : "Níor chruthaigh an t-úsáideoir seo aon snáitheanna go fóill",
|
||||
"No replies" : "Gan freagraí",
|
||||
"This user has not posted any replies yet" : "Níl aon fhreagraí curtha suas ag an úsáideoir seo go fóill",
|
||||
"This user has not written any replies yet" : "Níl aon fhreagraí scríofa ag an úsáideoir seo go fóill",
|
||||
"Failed to load user profile" : "Theip ar phróifíl an úsáideora a lódáil",
|
||||
"Enter search query …" : "Cuir isteach fiosrúchán cuardaigh …",
|
||||
"Search in threads" : "Cuardaigh i snáitheanna",
|
||||
"Search in posts" : "Cuardaigh i bpoist",
|
||||
"Search in replies" : "Cuardaigh sna freagraí",
|
||||
"Syntax help" : "Cabhair le comhréir",
|
||||
"Search syntax" : "Comhréir cuardaigh",
|
||||
"Match exact phrase" : "Meaitseáil frása cruinn",
|
||||
@@ -183,11 +219,11 @@ OC.L10N.register(
|
||||
"Searching …" : "Ag cuardach…",
|
||||
"Search Error" : "Earráid Chuardaigh",
|
||||
"Enter a search query" : "Cuir isteach fiosrúchán cuardaigh",
|
||||
"Use the search box above to find threads and posts" : "Úsáid an bosca cuardaigh thuas chun snáitheanna agus poist a aimsiú",
|
||||
"Use the search box above to find threads and replies" : "Úsáid an bosca cuardaigh thuas chun snáitheanna agus freagraí a aimsiú",
|
||||
"No results found" : "Níor aimsíodh aon torthaí",
|
||||
"Try different keywords or check your syntax" : "Bain triail as eochairfhocail éagsúla nó seiceáil do chomhréir",
|
||||
"_%n thread found_::_%n threads found_" : ["%n snáithe aimsithe","%n snáitheanna aimsithe","%n snáitheanna aimsithe","%n snáitheanna aimsithe","%n snáitheanna aimsithe"],
|
||||
"_%n post found_::_%n posts found_" : ["%n post aimsithe","%n poist aimsithe","%n poist aimsithe","%n poist aimsithe","%n poist aimsithe"],
|
||||
"_%n reply found_::_%n replies found_" : ["%n freagra aimsithe","%n freagraí aimsithe","%n freagraí aimsithe","%n freagraí aimsithe","%n freagraí aimsithe"],
|
||||
"Please enter a search query" : "Cuir isteach fiosrúchán cuardaigh le do thoil",
|
||||
"Please select at least one search scope" : "Roghnaigh raon cuardaigh amháin ar a laghad",
|
||||
"Failed to search" : "Theip ar an gcuardach",
|
||||
@@ -196,13 +232,12 @@ OC.L10N.register(
|
||||
"Back to {category}" : "Ar ais go dtí {category}",
|
||||
"Reply" : "Freagra",
|
||||
"Error loading thread" : "Earráid ag luchtú an snáithe",
|
||||
"No posts yet" : "Gan aon phoist fós",
|
||||
"Be the first to post in this thread." : "Bí ar an gcéad duine chun postáil sa snáithe seo.",
|
||||
"No replies yet" : "Gan aon fhreagraí fós",
|
||||
"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 post replies." : "Tá an snáithe seo faoi ghlas. Ní féidir ach le modhnóirí freagraí a phostáil.",
|
||||
"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 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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Ag taispeáint %n post","Ag taispeáint %n poist","Ag taispeáint %n poist","Ag taispeáint %n poist","Ag taispeáint %n poist"],
|
||||
"Lock thread" : "Glasáil snáithe",
|
||||
"Unlock thread" : "Díghlasáil snáithe",
|
||||
"Pin thread" : "Snáithe bioráin",
|
||||
@@ -215,18 +250,30 @@ OC.L10N.register(
|
||||
"Subscribed" : "Suibscríofa",
|
||||
"Subscribed to thread" : "Liostáilte leis an snáithe",
|
||||
"Unsubscribed from thread" : "Díliostáilte ón snáithe",
|
||||
"Bookmark" : "Leabharmharc",
|
||||
"Remove bookmark" : "Bain leabharmharc",
|
||||
"Thread bookmarked" : "Snáithe curtha i leabharmharc",
|
||||
"Bookmark removed" : "Baineadh an leabharmharc",
|
||||
"Edit title" : "Cuir teideal in eagar",
|
||||
"Save title" : "Sábháil teideal",
|
||||
"Thread title updated" : "Teideal an tsnáithe nuashonraithe",
|
||||
"Move thread" : "Bog snáithe",
|
||||
"Thread moved successfully" : "Bogadh an snáithe go rathúil",
|
||||
"No thread ID or slug provided" : "Níor soláthraíodh aon ID snáithe ná slug",
|
||||
"Failed to load posts" : "Theip ar phoist a lódáil",
|
||||
"Post updated" : "Post nuashonraithe",
|
||||
"Failed to update post" : "Theip ar an bpost a nuashonrú",
|
||||
"Failed to load replies" : "Theip ar lódáil na freagraí",
|
||||
"Thread updated" : "Nuashonraithe ag an snáithe",
|
||||
"Reply updated" : "Freagra nuashonraithe",
|
||||
"Failed to update thread" : "Theip ar an snáithe a nuashonrú",
|
||||
"Failed to update reply" : "Theip ar an bhfreagra a nuashonrú",
|
||||
"Thread deleted" : "Scriosadh an snáithe",
|
||||
"Post deleted" : "Scriosadh an post",
|
||||
"Failed to delete post" : "Theip ar an bpost a scriosadh",
|
||||
"Reply deleted" : "Scriosadh an freagra",
|
||||
"Failed to delete reply" : "Theip ar an bhfreagra a scriosadh",
|
||||
"Failed to update thread lock status" : "Theip ar stádas glasála snáithe a nuashonrú",
|
||||
"Failed to update thread pin status" : "Theip ar stádas bioráin an snáithe a nuashonrú",
|
||||
"Failed to update subscription" : "Theip ar an síntiús a nuashonrú",
|
||||
"Failed to update bookmark" : "Theip ar an leabharmharc a nuashonrú",
|
||||
"Failed to update thread title" : "Theip ar theideal an tsnáithe a nuashonrú",
|
||||
"Failed to move thread" : "Theip ar bhogadh an snáithe",
|
||||
"Preferences" : "Roghanna",
|
||||
"Customize your forum experience" : "Saincheap do thaithí fóraim",
|
||||
"Loading preferences …" : "Ag lódáil roghanna …",
|
||||
@@ -236,11 +283,19 @@ OC.L10N.register(
|
||||
"Auto-subscribe to threads I create" : "Liostáil go huathoibríoch le snáitheanna a chruthaím",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Nuair a bheidh sé cumasaithe, gheobhaidh tú fógraí go huathoibríoch le haghaidh freagraí ar shnáitheanna a chruthaíonn tú",
|
||||
"Files" : "Comhaid",
|
||||
"Configure file upload settings" : "Cumraigh socruithe uaslódála comhad",
|
||||
"Upload directory" : "Uaslódáil eolaire",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Uaslódálfar comhaid atá ceangailte le snáitheanna nó freagraí chuig an eolaire seo i do chomhaid Nextcloud",
|
||||
"Browse" : "Brabhsáil",
|
||||
"Preferences saved" : "Roghanna sábháilte",
|
||||
"Signature" : "Sínithe",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Feictear do shíniú ag bun do shnáitheanna nó do fhreagraí",
|
||||
"You can use BBCode formatting in your signature" : "Is féidir leat formáidiú BBCode a úsáid i do shíniú",
|
||||
"Enter your signature …" : "Cuir isteach do shíniú …",
|
||||
"Failed to save preferences" : "Theip ar na roghanna a shábháil",
|
||||
"Select upload directory" : "Roghnaigh eolaire uaslódála",
|
||||
"BBCode management" : "Bainistíocht BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Bainistigh clibeanna saincheaptha BBCode le haghaidh formáidiú post",
|
||||
"Manage custom BBCode tags for formatting" : "Bainistigh clibeanna saincheaptha BBCode le haghaidh formáidithe",
|
||||
"Error loading BBCodes" : "Earráid ag luchtú BBCóid",
|
||||
"Create BBCode" : "Cruthaigh BBCode",
|
||||
"Enable" : "Cumasaigh",
|
||||
@@ -278,6 +333,7 @@ OC.L10N.register(
|
||||
"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}\")",
|
||||
"Slug cannot be changed after category creation" : "Ní féidir an slug a athrú tar éis catagóir a chruthú",
|
||||
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
@@ -318,14 +374,10 @@ OC.L10N.register(
|
||||
"Loading statistics …" : "Staitisticí á lódáil …",
|
||||
"Error loading dashboard" : "Earráid ag lódáil an phainéil",
|
||||
"Total statistics" : "Staitisticí iomlána",
|
||||
"Total users" : "Líon iomlán úsáideoirí",
|
||||
"Total threads" : "Líon iomlán na snáitheanna",
|
||||
"Total posts" : "Líon iomlán na bpost",
|
||||
"Total categories" : "Iomlán na gcatagóirí",
|
||||
"Recent activity (last 7 days)" : "Gníomhaíocht le déanaí (7 lá anuas)",
|
||||
"New users" : "Úsáideoirí nua",
|
||||
"New threads" : "Snáitheanna nua",
|
||||
"New posts" : "Poist nua",
|
||||
"New replies" : "Freagraí nua",
|
||||
"Top contributors" : "Príomh-rannpháirtithe",
|
||||
"No contributors yet" : "Gan aon rannpháirtithe fós",
|
||||
"Last 7 days" : "7 lá seo caite",
|
||||
@@ -378,6 +430,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Ní féidir le ról aoi catagóirí a mhodhnú",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Is féidir leat na catagóirí is féidir le haíonna a fheiceáil a rialú trí na boscaí seiceála thíos a úsáid.",
|
||||
"Guest access is currently disabled" : "Tá rochtain aoi díchumasaithe faoi láthair",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Ní bheidh úsáideoirí aoi in ann rochtain a fháil ar an bhfóram go dtí go mbeidh rochtain aoi cumasaithe i socruithe an fhóraim.",
|
||||
"Go to forum settings" : "Téigh chuig socruithe an fhóraim",
|
||||
@@ -400,7 +453,6 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Posts" : "Poist",
|
||||
"Joined" : "Chuaigh isteach",
|
||||
"Status" : "Stádas",
|
||||
"Active" : "Gníomhach",
|
||||
|
||||
118
l10n/ga.json
118
l10n/ga.json
@@ -14,6 +14,8 @@
|
||||
"Support" : "Tacaíocht",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Cuir ceisteanna faoin bhfóram, tabhair aiseolas nó tuairiscigh fadhbanna.",
|
||||
"Inline code" : "Cód inlíne",
|
||||
"Spoiler title" : "Teideal an spoiler",
|
||||
"Hidden content" : "Ábhar i bhfolach",
|
||||
"Spoilers" : "Spoiléirí",
|
||||
"Attachment" : "Ceangaltán",
|
||||
"Welcome to Nextcloud Forums" : "Fáilte go Fóraim Nextcloud",
|
||||
@@ -34,12 +36,15 @@
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Ná bíodh drogall ort plé nua a thosú nó freagra a thabhairt ar shnáitheanna atá ann cheana féin. Go n-éirí leat ag postáil!",
|
||||
"Forum" : "Fóram",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count}freagra nua i {thread}","{count} freagraí nua i {thread}","{count} freagraí nua i {thread}","{count} freagraí nua i {thread}","{count} freagraí nua i {thread}"],
|
||||
"{user} mentioned you in {thread}" : "Luaigh {user} thú i {thread}",
|
||||
"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.",
|
||||
"Loading …" : "Á lódáil…",
|
||||
"Search" : "Cuardach",
|
||||
"Home" : "Baile",
|
||||
"Bookmarks" : "Leabharmharcanna",
|
||||
"User preferences" : "Roghanna úsáideora",
|
||||
"Dashboard" : "Deais",
|
||||
"Forum settings" : "Socruithe an fhóraim",
|
||||
@@ -50,7 +55,9 @@
|
||||
"Expand" : "Leathnaigh",
|
||||
"Collapse" : "Laghdaigh",
|
||||
"{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!",
|
||||
"Hello moon!" : "Haigh, a ghealach!",
|
||||
"Font style bold" : "Stíl cló trom",
|
||||
"Font style italic" : "Stíl cló iodálach",
|
||||
"Font style struck through" : "Stíl cló stróicthe tríd",
|
||||
@@ -81,12 +88,15 @@
|
||||
"No custom BBCodes configured." : "Níl aon BBCóid saincheaptha cumraithe.",
|
||||
"Failed to load custom BBCodes" : "Theip ar BBCóid saincheaptha a luchtú",
|
||||
"Insert emoji" : "Cuir isteach emoji",
|
||||
"Pick file from Nextcloud" : "Roghnaigh comhad ó Nextcloud",
|
||||
"Upload file to Nextcloud" : "Uaslódáil comhad chuig Nextcloud",
|
||||
"Uploading file …" : "Ag uaslódáil comhaid …",
|
||||
"Upload failed" : "Theip ar an uaslódáil",
|
||||
"Close" : "Dún",
|
||||
"Pick a file to attach" : "Roghnaigh comhad le ceangal",
|
||||
"Failed to upload file" : "Theip ar uaslódáil an chomhaid",
|
||||
"_Thread_::_Threads_" : ["Snáithe","Snáitheanna","Snáitheanna","Snáitheanna","Snáitheanna"],
|
||||
"_Post_::_Posts_" : ["Post","Poist","Poist","Poist","Poist"],
|
||||
"Threads" : "Snáitheanna",
|
||||
"Replies" : "Freagraí",
|
||||
"No description available" : "Níl aon chur síos ar fáil",
|
||||
"Create category header" : "Cruthaigh ceanntásc catagóire",
|
||||
"Edit category header" : "Cuir ceanntásc na catagóire in eagar",
|
||||
@@ -95,49 +105,78 @@
|
||||
"Header description" : "Cur síos ar an gceannteideal",
|
||||
"Enter header description (optional)" : "Cuir isteach cur síos ar an gceannteideal (roghnach)",
|
||||
"Sort order" : "Ordú sórtála",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Feictear uimhreacha níos ísle ar dtús",
|
||||
"Cancel" : "Cealaigh",
|
||||
"Create" : "Cruthaigh",
|
||||
"Update" : "Nuashonrú",
|
||||
"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 …",
|
||||
"Loading categories …" : "Ag lódáil catagóirí …",
|
||||
"Move" : "Bog",
|
||||
"Cannot move to a category header. Please select a category instead." : "Ní féidir bogadh go ceanntásc catagóire. Roghnaigh catagóir ina ionad.",
|
||||
"This thread is already in this category." : "Tá an snáithe seo sa chatagóir seo cheana féin.",
|
||||
"Failed to load categories" : "Theip ar na catagóirí a lódáil",
|
||||
"Page not found" : "Ní bhfuarthas an leathanach",
|
||||
"The page you are looking for could not be found." : "Níorbh fhéidir an leathanach atá á lorg agat a aimsiú.",
|
||||
"Back" : "Ar ais",
|
||||
"Go to home" : "Téigh go dtí an baile",
|
||||
"Pagination" : "Leathanachú",
|
||||
"First page" : "An chéad leathanach",
|
||||
"Previous page" : "Leathanach roimhe seo",
|
||||
"Next page" : "An chéad leathanach eile",
|
||||
"Last page" : "Leathanach deireanach",
|
||||
"Go to page {page}" : "Téigh go dtí leathanach {page}",
|
||||
"Edited" : "Eagarthóireacht déanta",
|
||||
"Quote reply" : "Freagra luachana",
|
||||
"Edit" : "Cuir in eagar",
|
||||
"Delete" : "Scrios",
|
||||
"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",
|
||||
"Edit your post …" : "Cuir do phost in eagar …",
|
||||
"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?",
|
||||
"Edit history" : "Stair eagarthóireachta",
|
||||
"Loading history …" : "Stair á luchtú …",
|
||||
"This post has no edit history." : "Níl aon stair eagarthóireachta ag an bpost seo.",
|
||||
"Current version" : "Leagan reatha",
|
||||
"Edited by" : "Eagarthóireacht déanta ag",
|
||||
"Failed to load edit history" : "Theip ar stair eagarthóireachta a lódáil",
|
||||
"Version {index}" : "Leagan {index}",
|
||||
"Add reaction" : "Cuir imoibriú leis",
|
||||
"React with {emoji}" : "Freagair le {emoji}",
|
||||
"You reacted with {emoji}" : "D'imoibrigh tú le {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}","D'imoibrigh tusa agus %n eile le {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["D'fhreagair %n duine le {emoji}","D'imoibrigh %n duine le {emoji}","D'imoibrigh %n duine le {emoji}","D'imoibrigh %n duine le {emoji}","D'imoibrigh %n duine le {emoji}"],
|
||||
"Write your reply …" : "Scríobh do fhreagra…",
|
||||
"Post reply" : "Freagra poist",
|
||||
"Submit reply" : "Cuir freagra isteach",
|
||||
"Are you sure you want to discard your reply?" : "An bhfuil tú cinnte gur mian leat do fhreagra a chaitheamh amach?",
|
||||
"In thread" : "Sa snáithe",
|
||||
"Thread unavailable" : "Snáithe ar fáil",
|
||||
"Pinned thread" : "Snáithe bioráilte",
|
||||
"Locked thread" : "Snáithe faoi ghlas",
|
||||
"Uncategorized" : "Gan catagóir",
|
||||
"_%n post_::_%n posts_" : ["%n post","%n poist","%n poist","%n poist","%n poist"],
|
||||
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
|
||||
"_%n view_::_%n views_" : ["%n radharc","%n radharic","%n radharic","%n radharic","%n radharc"],
|
||||
"Replies" : "Freagraí",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
"Write your first post …" : "Scríobh do chéad phost …",
|
||||
"Write your thread content …" : "Scríobh ábhar do shnáithe …",
|
||||
"Create thread" : "Cruthaigh snáithe",
|
||||
"Are you sure you want to discard this thread?" : "An bhfuil tú cinnte gur mian leat an snáithe seo a chaitheamh amach?",
|
||||
"Saving draft …" : "Dréacht á shábháil…",
|
||||
"Draft saved" : "Sábháladh an dréacht",
|
||||
"Unsaved changes" : "Athruithe gan sábháil",
|
||||
"Back to home" : "Ar ais sa bhaile",
|
||||
"Refresh" : "Athnuaigh",
|
||||
"Loading …" : "Á lódáil…",
|
||||
"Your bookmarked threads" : "Do shnáitheanna leabharmharcáilte",
|
||||
"Error loading bookmarks" : "Earráid ag luchtú leabharmharcanna",
|
||||
"No bookmarks yet" : "Gan aon leabharmharcanna fós",
|
||||
"Bookmark threads to quickly find them later." : "Cuir snáitheanna i leabharmharcanna le go bhfaighidh tú iad go tapa níos déanaí.",
|
||||
"Retry" : "Bain triail eile as",
|
||||
"An unexpected error occurred" : "Tharla earráid gan choinne",
|
||||
"Failed to load bookmarks" : "Theip ar leabharmharcanna a lódáil",
|
||||
"No categories yet" : "Gan aon chatagóirí fós",
|
||||
"Categories will appear here once they are created." : "Beidh catagóirí le feiceáil anseo a luaithe a bheidh siad cruthaithe.",
|
||||
"No categories in this section" : "Níl aon chatagóirí sa chuid seo",
|
||||
@@ -148,9 +187,6 @@
|
||||
"Error loading category" : "Earráid ag lódáil na catagóire",
|
||||
"No threads yet" : "Gan aon snáitheanna fós",
|
||||
"Be the first to start a discussion in this category." : "Bí ar an gcéad duine chun plé a thosú sa chatagóir seo.",
|
||||
"Retry" : "Bain triail eile as",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Ag taispeáint %n snáithe","Ag taispeáint %n snáitheanna","Ag taispeáint %n snáitheanna","Ag taispeáint %n snáitheanna","Ag taispeáint %n snáitheanna"],
|
||||
"An unexpected error occurred" : "Tharla earráid gan choinne",
|
||||
"No category ID or slug provided" : "Níor soláthraíodh aon aitheantas catagóire ná seilide",
|
||||
"Failed to load threads" : "Theip ar snáitheanna a luchtú",
|
||||
"Create New Thread" : "Cruthaigh Snáithe Nua",
|
||||
@@ -160,17 +196,17 @@
|
||||
"Failed to create thread" : "Theip ar an snáithe a chruthú",
|
||||
"No category specified" : "Gan catagóir sonraithe",
|
||||
"Error" : "Earráid",
|
||||
"First post" : "An chéad phost",
|
||||
"First activity" : "An chéad ghníomhaíocht",
|
||||
"Threads ({count})" : "Snáitheanna ({count})",
|
||||
"Replies ({count})" : "Freagraí ({count})",
|
||||
"No threads" : "Gan snáitheanna",
|
||||
"This user has not created any threads yet" : "Níor chruthaigh an t-úsáideoir seo aon snáitheanna go fóill",
|
||||
"No replies" : "Gan freagraí",
|
||||
"This user has not posted any replies yet" : "Níl aon fhreagraí curtha suas ag an úsáideoir seo go fóill",
|
||||
"This user has not written any replies yet" : "Níl aon fhreagraí scríofa ag an úsáideoir seo go fóill",
|
||||
"Failed to load user profile" : "Theip ar phróifíl an úsáideora a lódáil",
|
||||
"Enter search query …" : "Cuir isteach fiosrúchán cuardaigh …",
|
||||
"Search in threads" : "Cuardaigh i snáitheanna",
|
||||
"Search in posts" : "Cuardaigh i bpoist",
|
||||
"Search in replies" : "Cuardaigh sna freagraí",
|
||||
"Syntax help" : "Cabhair le comhréir",
|
||||
"Search syntax" : "Comhréir cuardaigh",
|
||||
"Match exact phrase" : "Meaitseáil frása cruinn",
|
||||
@@ -181,11 +217,11 @@
|
||||
"Searching …" : "Ag cuardach…",
|
||||
"Search Error" : "Earráid Chuardaigh",
|
||||
"Enter a search query" : "Cuir isteach fiosrúchán cuardaigh",
|
||||
"Use the search box above to find threads and posts" : "Úsáid an bosca cuardaigh thuas chun snáitheanna agus poist a aimsiú",
|
||||
"Use the search box above to find threads and replies" : "Úsáid an bosca cuardaigh thuas chun snáitheanna agus freagraí a aimsiú",
|
||||
"No results found" : "Níor aimsíodh aon torthaí",
|
||||
"Try different keywords or check your syntax" : "Bain triail as eochairfhocail éagsúla nó seiceáil do chomhréir",
|
||||
"_%n thread found_::_%n threads found_" : ["%n snáithe aimsithe","%n snáitheanna aimsithe","%n snáitheanna aimsithe","%n snáitheanna aimsithe","%n snáitheanna aimsithe"],
|
||||
"_%n post found_::_%n posts found_" : ["%n post aimsithe","%n poist aimsithe","%n poist aimsithe","%n poist aimsithe","%n poist aimsithe"],
|
||||
"_%n reply found_::_%n replies found_" : ["%n freagra aimsithe","%n freagraí aimsithe","%n freagraí aimsithe","%n freagraí aimsithe","%n freagraí aimsithe"],
|
||||
"Please enter a search query" : "Cuir isteach fiosrúchán cuardaigh le do thoil",
|
||||
"Please select at least one search scope" : "Roghnaigh raon cuardaigh amháin ar a laghad",
|
||||
"Failed to search" : "Theip ar an gcuardach",
|
||||
@@ -194,13 +230,12 @@
|
||||
"Back to {category}" : "Ar ais go dtí {category}",
|
||||
"Reply" : "Freagra",
|
||||
"Error loading thread" : "Earráid ag luchtú an snáithe",
|
||||
"No posts yet" : "Gan aon phoist fós",
|
||||
"Be the first to post in this thread." : "Bí ar an gcéad duine chun postáil sa snáithe seo.",
|
||||
"No replies yet" : "Gan aon fhreagraí fós",
|
||||
"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 post replies." : "Tá an snáithe seo faoi ghlas. Ní féidir ach le modhnóirí freagraí a phostáil.",
|
||||
"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 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",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Ag taispeáint %n post","Ag taispeáint %n poist","Ag taispeáint %n poist","Ag taispeáint %n poist","Ag taispeáint %n poist"],
|
||||
"Lock thread" : "Glasáil snáithe",
|
||||
"Unlock thread" : "Díghlasáil snáithe",
|
||||
"Pin thread" : "Snáithe bioráin",
|
||||
@@ -213,18 +248,30 @@
|
||||
"Subscribed" : "Suibscríofa",
|
||||
"Subscribed to thread" : "Liostáilte leis an snáithe",
|
||||
"Unsubscribed from thread" : "Díliostáilte ón snáithe",
|
||||
"Bookmark" : "Leabharmharc",
|
||||
"Remove bookmark" : "Bain leabharmharc",
|
||||
"Thread bookmarked" : "Snáithe curtha i leabharmharc",
|
||||
"Bookmark removed" : "Baineadh an leabharmharc",
|
||||
"Edit title" : "Cuir teideal in eagar",
|
||||
"Save title" : "Sábháil teideal",
|
||||
"Thread title updated" : "Teideal an tsnáithe nuashonraithe",
|
||||
"Move thread" : "Bog snáithe",
|
||||
"Thread moved successfully" : "Bogadh an snáithe go rathúil",
|
||||
"No thread ID or slug provided" : "Níor soláthraíodh aon ID snáithe ná slug",
|
||||
"Failed to load posts" : "Theip ar phoist a lódáil",
|
||||
"Post updated" : "Post nuashonraithe",
|
||||
"Failed to update post" : "Theip ar an bpost a nuashonrú",
|
||||
"Failed to load replies" : "Theip ar lódáil na freagraí",
|
||||
"Thread updated" : "Nuashonraithe ag an snáithe",
|
||||
"Reply updated" : "Freagra nuashonraithe",
|
||||
"Failed to update thread" : "Theip ar an snáithe a nuashonrú",
|
||||
"Failed to update reply" : "Theip ar an bhfreagra a nuashonrú",
|
||||
"Thread deleted" : "Scriosadh an snáithe",
|
||||
"Post deleted" : "Scriosadh an post",
|
||||
"Failed to delete post" : "Theip ar an bpost a scriosadh",
|
||||
"Reply deleted" : "Scriosadh an freagra",
|
||||
"Failed to delete reply" : "Theip ar an bhfreagra a scriosadh",
|
||||
"Failed to update thread lock status" : "Theip ar stádas glasála snáithe a nuashonrú",
|
||||
"Failed to update thread pin status" : "Theip ar stádas bioráin an snáithe a nuashonrú",
|
||||
"Failed to update subscription" : "Theip ar an síntiús a nuashonrú",
|
||||
"Failed to update bookmark" : "Theip ar an leabharmharc a nuashonrú",
|
||||
"Failed to update thread title" : "Theip ar theideal an tsnáithe a nuashonrú",
|
||||
"Failed to move thread" : "Theip ar bhogadh an snáithe",
|
||||
"Preferences" : "Roghanna",
|
||||
"Customize your forum experience" : "Saincheap do thaithí fóraim",
|
||||
"Loading preferences …" : "Ag lódáil roghanna …",
|
||||
@@ -234,11 +281,19 @@
|
||||
"Auto-subscribe to threads I create" : "Liostáil go huathoibríoch le snáitheanna a chruthaím",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Nuair a bheidh sé cumasaithe, gheobhaidh tú fógraí go huathoibríoch le haghaidh freagraí ar shnáitheanna a chruthaíonn tú",
|
||||
"Files" : "Comhaid",
|
||||
"Configure file upload settings" : "Cumraigh socruithe uaslódála comhad",
|
||||
"Upload directory" : "Uaslódáil eolaire",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Uaslódálfar comhaid atá ceangailte le snáitheanna nó freagraí chuig an eolaire seo i do chomhaid Nextcloud",
|
||||
"Browse" : "Brabhsáil",
|
||||
"Preferences saved" : "Roghanna sábháilte",
|
||||
"Signature" : "Sínithe",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Feictear do shíniú ag bun do shnáitheanna nó do fhreagraí",
|
||||
"You can use BBCode formatting in your signature" : "Is féidir leat formáidiú BBCode a úsáid i do shíniú",
|
||||
"Enter your signature …" : "Cuir isteach do shíniú …",
|
||||
"Failed to save preferences" : "Theip ar na roghanna a shábháil",
|
||||
"Select upload directory" : "Roghnaigh eolaire uaslódála",
|
||||
"BBCode management" : "Bainistíocht BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Bainistigh clibeanna saincheaptha BBCode le haghaidh formáidiú post",
|
||||
"Manage custom BBCode tags for formatting" : "Bainistigh clibeanna saincheaptha BBCode le haghaidh formáidithe",
|
||||
"Error loading BBCodes" : "Earráid ag luchtú BBCóid",
|
||||
"Create BBCode" : "Cruthaigh BBCode",
|
||||
"Enable" : "Cumasaigh",
|
||||
@@ -276,6 +331,7 @@
|
||||
"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}\")",
|
||||
"Slug cannot be changed after category creation" : "Ní féidir an slug a athrú tar éis catagóir a chruthú",
|
||||
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
@@ -316,14 +372,10 @@
|
||||
"Loading statistics …" : "Staitisticí á lódáil …",
|
||||
"Error loading dashboard" : "Earráid ag lódáil an phainéil",
|
||||
"Total statistics" : "Staitisticí iomlána",
|
||||
"Total users" : "Líon iomlán úsáideoirí",
|
||||
"Total threads" : "Líon iomlán na snáitheanna",
|
||||
"Total posts" : "Líon iomlán na bpost",
|
||||
"Total categories" : "Iomlán na gcatagóirí",
|
||||
"Recent activity (last 7 days)" : "Gníomhaíocht le déanaí (7 lá anuas)",
|
||||
"New users" : "Úsáideoirí nua",
|
||||
"New threads" : "Snáitheanna nua",
|
||||
"New posts" : "Poist nua",
|
||||
"New replies" : "Freagraí nua",
|
||||
"Top contributors" : "Príomh-rannpháirtithe",
|
||||
"No contributors yet" : "Gan aon rannpháirtithe fós",
|
||||
"Last 7 days" : "7 lá seo caite",
|
||||
@@ -376,6 +428,7 @@
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "Ní féidir le ról aoi catagóirí a mhodhnú",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Is féidir leat na catagóirí is féidir le haíonna a fheiceáil a rialú trí na boscaí seiceála thíos a úsáid.",
|
||||
"Guest access is currently disabled" : "Tá rochtain aoi díchumasaithe faoi láthair",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Ní bheidh úsáideoirí aoi in ann rochtain a fháil ar an bhfóram go dtí go mbeidh rochtain aoi cumasaithe i socruithe an fhóraim.",
|
||||
"Go to forum settings" : "Téigh chuig socruithe an fhóraim",
|
||||
@@ -398,7 +451,6 @@
|
||||
"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",
|
||||
"Posts" : "Poist",
|
||||
"Joined" : "Chuaigh isteach",
|
||||
"Status" : "Stádas",
|
||||
"Active" : "Gníomhach",
|
||||
|
||||
146
l10n/gl.js
146
l10n/gl.js
@@ -16,6 +16,8 @@ OC.L10N.register(
|
||||
"Support" : "Asistencia",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Faga preguntas sobre o foro, envíe comentarios ou informe de problemas.",
|
||||
"Inline code" : "Código en liña",
|
||||
"Spoiler title" : "Título do destripe",
|
||||
"Hidden content" : "Contido agochado",
|
||||
"Spoilers" : "Destripes",
|
||||
"Attachment" : "Anexo",
|
||||
"Welcome to Nextcloud Forums" : "Dámoslle a benvida a os Foros de Nextcloud",
|
||||
@@ -36,12 +38,15 @@ OC.L10N.register(
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Síntase libre de iniciar un novo debate ou de responder a fíos existentes. Feliz publicación!",
|
||||
"Forum" : "Foro",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} nova resposta en {thread}","{count} novas respostas en {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} mencionouno a Vde. en {thread}",
|
||||
"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.",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias do usuario",
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
@@ -49,10 +54,12 @@ OC.L10N.register(
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Estender",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Contraer",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Teña en conta:{bEnd} Os ficheiros anexos serán visíbeis para calquera no foro, independentemente da configuración de compartición do ficheiro.",
|
||||
"Hello world!" : "Ola xente!",
|
||||
"Drop file here to upload" : "Solte o ficheiro aquí para envialo",
|
||||
"Hello world!" : "Ola mundo!",
|
||||
"Hello moon!" : "Ola lúa!",
|
||||
"Font style bold" : "Estilo da letra grosa",
|
||||
"Font style italic" : "Estilo da letra en cursiva",
|
||||
"Font style struck through" : "Estilo da letra riscada",
|
||||
@@ -83,12 +90,15 @@ OC.L10N.register(
|
||||
"No custom BBCodes configured." : "Non hai ningunha BBCode configurada",
|
||||
"Failed to load custom BBCodes" : "Produciuse un fallo ao cargar algunhas BBCodes",
|
||||
"Insert emoji" : "Inserir un «emoji»",
|
||||
"Pick file from Nextcloud" : "Seleccionar un ficheiro en Nextcloud",
|
||||
"Upload file to Nextcloud" : "Enviar un ficheiro a Nextcloud",
|
||||
"Uploading file …" : "Enviando o ficheiro…",
|
||||
"Upload failed" : "Produciuse algún fallo no envío",
|
||||
"Close" : "Pechar",
|
||||
"Pick a file to attach" : "Escolla un ficheiro para anexar",
|
||||
"Failed to upload file" : "Produciuse un fallo ao enviar o ficheiro",
|
||||
"_Thread_::_Threads_" : ["Fío","Fíos"],
|
||||
"_Post_::_Posts_" : ["Publicación","Publicacións"],
|
||||
"Threads" : "Fíos",
|
||||
"Replies" : "Respostas",
|
||||
"No description available" : "Non hai ningunha descrición dispoñíbel",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
@@ -97,49 +107,78 @@ OC.L10N.register(
|
||||
"Header description" : "Descrición da cabeceira",
|
||||
"Enter header description (optional)" : "Introduza a descrición da cabeceira (opcional)",
|
||||
"Sort order" : "Criterio de ordenación",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Os números máis baixos aparecen primeiro",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move thread to category" : "Mover o fío a outra categoría",
|
||||
"Select the category to move this thread to:" : "Seleccione a categoría á que quere mover este fío:",
|
||||
"Select a category …" : "Seleccione unha categoría",
|
||||
"Loading categories …" : "Cargando categorías…",
|
||||
"Move" : "Mover",
|
||||
"Cannot move to a category header. Please select a category instead." : "Non foi posíbel mover a unha cabeceira de categoría. Seleccione unha categoría no canto diso.",
|
||||
"This thread is already in this category." : "Este fío xa está nesta categoría.",
|
||||
"Failed to load categories" : "Produciuse un fallo ao cargar as categorías",
|
||||
"Page not found" : "Non se atopou a páxina",
|
||||
"The page you are looking for could not be found." : "Non foi posíbel atopar a páxina que busca.",
|
||||
"Back" : "Atrás",
|
||||
"Go to home" : "Ir ao inicio",
|
||||
"Pagination" : "Paxinación",
|
||||
"First page" : "Primeira páxina",
|
||||
"Previous page" : "Páxina anterior",
|
||||
"Next page" : "Páxina seguinte",
|
||||
"Last page" : "Última páxina",
|
||||
"Go to page {page}" : "Ir á páxina {page}",
|
||||
"Edited" : "Editado",
|
||||
"Quote reply" : "Responder á cita",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"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",
|
||||
"Edit your post …" : "Edite a súa publicación…",
|
||||
"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?",
|
||||
"Edit history" : "Historial da edicións",
|
||||
"Loading history …" : "Cargando o historial…",
|
||||
"This post has no edit history." : "Esta publicación non ten historial de edicións.",
|
||||
"Current version" : "Versión actual",
|
||||
"Edited by" : "Editada por",
|
||||
"Failed to load edit history" : "Produciuse un fallo ao cargar o historial de edicións",
|
||||
"Version {index}" : "Versión {index}",
|
||||
"Add reaction" : "Engadir reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"You reacted with {emoji}" : "Vde. reaccionou con {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Vde. e %n persoa máis reaccionaron con {emoji}","Vde. e %n persoas máis reaccionaron con {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persoa reaccionou con {emoji}","%n persoas reaccionaron con {emoji}"],
|
||||
"Write your reply …" : "Escriba a súa resposta…",
|
||||
"Post reply" : "Publicar a resposta",
|
||||
"Submit reply" : "Enviar a resposta",
|
||||
"Are you sure you want to discard your reply?" : "Confirma que quere desbotar a súa resposta?",
|
||||
"In thread" : "No fío",
|
||||
"Thread unavailable" : "Fío non dispoñíbel",
|
||||
"Pinned thread" : "Fío fixado",
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
"Uncategorized" : "Sen categorizar",
|
||||
"_%n post_::_%n posts_" : ["%n publicación","%n publicacións"],
|
||||
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
|
||||
"_%n view_::_%n views_" : ["%n vista","%n vistas"],
|
||||
"Replies" : "Respostas",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Titulo",
|
||||
"Enter thread title …" : "Introduza o título do fío…",
|
||||
"Write your first post …" : "Escriba a súa primeira publicación…",
|
||||
"Write your thread content …" : "Escriba o contido do seu fío…",
|
||||
"Create thread" : "Crear un fío",
|
||||
"Are you sure you want to discard this thread?" : "Confirma que quere desbotar este fío?",
|
||||
"Saving draft …" : "Gardando o borrador…",
|
||||
"Draft saved" : "Gardouse o borrador",
|
||||
"Unsaved changes" : "Cambios sen gardar",
|
||||
"Back to home" : "Volver ao inicio",
|
||||
"Refresh" : "Actualizar",
|
||||
"Loading …" : "Cargando…",
|
||||
"Your bookmarked threads" : "Os sus fíos marcados",
|
||||
"Error loading bookmarks" : "Produciuse un erro ao cargar os marcadores",
|
||||
"No bookmarks yet" : "Aínda non hai marcadores. ",
|
||||
"Bookmark threads to quickly find them later." : "Marque os fíos para atopalos axiña máis adiante.",
|
||||
"Retry" : "Volver tentar",
|
||||
"An unexpected error occurred" : "Produciuse un erro non agardado",
|
||||
"Failed to load bookmarks" : "Produciuse un fallo ao cargar os marcadores",
|
||||
"No categories yet" : "Aínda non hai categorías",
|
||||
"Categories will appear here once they are created." : "As categorías aparecerán aquí unha vez creadas.",
|
||||
"No categories in this section" : "Non hai ningunha categoría nesta sección",
|
||||
@@ -150,9 +189,6 @@ OC.L10N.register(
|
||||
"Error loading category" : "Produciuse un erro ao cargar a categoría",
|
||||
"No threads yet" : "Aínda non hai ningún fío",
|
||||
"Be the first to start a discussion in this category." : "Sexa o primeiro en iniciar un debate nesta categoría.",
|
||||
"Retry" : "Volver tentar",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Amosando %n fío","Amosando %n fíos"],
|
||||
"An unexpected error occurred" : "Produciuse un erro non agardado",
|
||||
"No category ID or slug provided" : "Non forneceu ningún ID ou URL semántico",
|
||||
"Failed to load threads" : "Produciuse un fallo ao cargar os fíos",
|
||||
"Create New Thread" : "Crear un novo fío",
|
||||
@@ -162,17 +198,17 @@ 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 post" : "Primeira publicación",
|
||||
"First activity" : "First activity",
|
||||
"Threads ({count})" : "Fíos ({count})",
|
||||
"Replies ({count})" : "Respostas ({count})",
|
||||
"No threads" : "Non hai ningún fío",
|
||||
"This user has not created any threads yet" : "Este usuario aínda non creou ningún fío",
|
||||
"No replies" : "Non hai ningunha resposta",
|
||||
"This user has not posted any replies yet" : "Este usuario aínda non publicou ningunha resposta",
|
||||
"This user has not written any replies yet" : "Este usuario aínda non escribiu ningunha resposta",
|
||||
"Failed to load user profile" : "Produciuse un fallo ao cargar o perfil do usuario",
|
||||
"Enter search query …" : "Introduza a consulta de busca…",
|
||||
"Search in threads" : "Buscar nos fíos",
|
||||
"Search in posts" : "Buscar nas publicacións",
|
||||
"Search in replies" : "Buscar nas respostas",
|
||||
"Syntax help" : "Axuda coa sintaxe",
|
||||
"Search syntax" : "Sintaxe de busca",
|
||||
"Match exact phrase" : "Buscar frase exacta",
|
||||
@@ -183,11 +219,11 @@ OC.L10N.register(
|
||||
"Searching …" : "Buscando…",
|
||||
"Search Error" : "Erro de busca",
|
||||
"Enter a search query" : "Introduza unha consulta de busca…",
|
||||
"Use the search box above to find threads and posts" : "Empregue a caixa de buscas de enriba para atopar fíos e publicacións",
|
||||
"Use the search box above to find threads and replies" : "Empregue a caixa de busca de enriba para atopar fíos e respostas",
|
||||
"No results found" : "Non se atopou ningún resultado",
|
||||
"Try different keywords or check your syntax" : "Probe con diferentes palabras clave ou comprobe a sintaxe",
|
||||
"_%n thread found_::_%n threads found_" : ["Atopouse %n fío","Atopáronse %n fíos"],
|
||||
"_%n post found_::_%n posts found_" : ["Atopouse %n publicación","Atopáronse %n publicacións"],
|
||||
"_%n reply found_::_%n replies found_" : ["Atopouse %n resposta","Atopáronse %n respostas"],
|
||||
"Please enter a search query" : "Introduza unha consulta de busca",
|
||||
"Please select at least one search scope" : "Seleccione polo menos un ámbito de busca",
|
||||
"Failed to search" : "Produciuse un fallo na busca",
|
||||
@@ -196,13 +232,12 @@ OC.L10N.register(
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"Reply" : "Responder",
|
||||
"Error loading thread" : "Produciuse un erro ao cargar o fío",
|
||||
"No posts yet" : "Aínda non hai ningunha publicación",
|
||||
"Be the first to post in this thread." : "Sexa o primeiro en publicar neste fío.",
|
||||
"No replies yet" : "Aínda non hai respostas",
|
||||
"Be the first to reply in this thread." : "Sexao primeiro en responder neste fío.",
|
||||
"by" : "por",
|
||||
"This thread is locked. Only moderators can post replies." : "Este fío está bloqueado. Só os moderadores poden publicar respostas.",
|
||||
"This thread is locked. Only moderators can add replies." : "Este fío está bloqueado. Só os moderadores poden engadir respostas.",
|
||||
"You must be signed in to reply to this thread." : "Debe acceder para poder responder a este fío.",
|
||||
"Sign in to reply" : "Acceder para responder",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Amosando %n publicación","Amosando %n publicacións"],
|
||||
"Lock thread" : "Bloquear o fío",
|
||||
"Unlock thread" : "Desbloquear o fío",
|
||||
"Pin thread" : "Fixar o fío",
|
||||
@@ -215,18 +250,30 @@ OC.L10N.register(
|
||||
"Subscribed" : "Subscrito",
|
||||
"Subscribed to thread" : "Subscribirse ao fío",
|
||||
"Unsubscribed from thread" : "Desubscribirse ao fío",
|
||||
"Bookmark" : "Marcador",
|
||||
"Remove bookmark" : "Retirar o marcador",
|
||||
"Thread bookmarked" : "Fío marcado",
|
||||
"Bookmark removed" : "Marcador retirado",
|
||||
"Edit title" : "Editar o título",
|
||||
"Save title" : "Gardar o título",
|
||||
"Thread title updated" : "Título do fío actualizado",
|
||||
"Move thread" : "Mover o fío",
|
||||
"Thread moved successfully" : "O fío foi movido satisfactoriamente",
|
||||
"No thread ID or slug provided" : "Non foi fornecido ningún ID ou URL semántico",
|
||||
"Failed to load posts" : "Produciuse un fallo ao cargar as publicacións",
|
||||
"Post updated" : "Publicación actualizada",
|
||||
"Failed to update post" : "Produciuse un fallo ao actualizar a publicación",
|
||||
"Failed to load replies" : "Produciuse un fallo ao cargar as respostas",
|
||||
"Thread updated" : "Fío actualizado",
|
||||
"Reply updated" : "Resposta actualizada",
|
||||
"Failed to update thread" : "Produciuse un fallo ao actualizar o fío",
|
||||
"Failed to update reply" : "Produciuse un fallo ao actualizar a resposta",
|
||||
"Thread deleted" : "Fío eliminado",
|
||||
"Post deleted" : "Publicación eliminada",
|
||||
"Failed to delete post" : "Produciuse un fallo ao eliminar a publicación",
|
||||
"Reply deleted" : "Resposta eliminada",
|
||||
"Failed to delete reply" : "Produciuse un fallo ao eliminar a resposta",
|
||||
"Failed to update thread lock status" : "Produciuse un fallo ao actualizar o estado de bloqueado do fío",
|
||||
"Failed to update thread pin status" : "Produciuse un fallo ao actualizar o estado de fixado do fío",
|
||||
"Failed to update subscription" : "Produciuse un fallo ao actualizar a subscrición",
|
||||
"Failed to update bookmark" : "Produciuse un fallo ao actualizar o marcador",
|
||||
"Failed to update thread title" : "Produciuse un fallo ao actualizar o título do fío",
|
||||
"Failed to move thread" : "Produciuse un fallo ao mover o fío",
|
||||
"Preferences" : "Preferencias",
|
||||
"Customize your forum experience" : "Personalice as súa experiencia no foro",
|
||||
"Loading preferences …" : "Cargando as preferencias…",
|
||||
@@ -236,11 +283,19 @@ OC.L10N.register(
|
||||
"Auto-subscribe to threads I create" : "Subscríbirse automaticamente aos fíos que creou",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Cando estea activado, recibirá automaticamente notificacións das respostas aos fíos que cree",
|
||||
"Files" : "Ficheiros",
|
||||
"Configure file upload settings" : "Configurar os axustes de envío de ficheiros",
|
||||
"Upload directory" : "Directorio ao que enviar",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Os ficheiros anexos a fíos ou respostas enviaranse a este directorio nos seus ficheiros de Nextcloud",
|
||||
"Browse" : "Examinar",
|
||||
"Preferences saved" : "Preferencias gardadas",
|
||||
"Signature" : "Sinatura",
|
||||
"Your signature appears at the bottom of your threads or replies" : "A súa sinatura aparece ao final dos seus fíos ou respostas",
|
||||
"You can use BBCode formatting in your signature" : "Pode empregar o formato BBCode na súa sinatura",
|
||||
"Enter your signature …" : "Introduza a súa sinatura…",
|
||||
"Failed to save preferences" : "Produciuse un fallo ao gardar as preferencias",
|
||||
"Select upload directory" : "Seleccionar o directorio ao que enviar",
|
||||
"BBCode management" : "Xestión de BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Xestionar etiquetas personalizadas de BBCode para o formatado de publicacións",
|
||||
"Manage custom BBCode tags for formatting" : "Xestionar etiquetas personalizadas de BBCode para o formatado",
|
||||
"Error loading BBCodes" : "Produciuse un erro ao cargar BBCodes",
|
||||
"Create BBCode" : "Crear BBCode",
|
||||
"Enable" : "Activar",
|
||||
@@ -278,6 +333,7 @@ OC.L10N.register(
|
||||
"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}»)",
|
||||
"Slug cannot be changed after category creation" : "O URL semántico non pode ser cambiado após a creación da categoría",
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
@@ -318,14 +374,10 @@ OC.L10N.register(
|
||||
"Loading statistics …" : "Cargando as estatísticas…",
|
||||
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
|
||||
"Total statistics" : "Estatísticas totais",
|
||||
"Total users" : "Total de usuarios",
|
||||
"Total threads" : "Total de fíos",
|
||||
"Total posts" : "Total de publicacións",
|
||||
"Total categories" : "Total de categorías",
|
||||
"Recent activity (last 7 days)" : "Actividade recente (últimos 7 días)",
|
||||
"New users" : "Novos usuarios",
|
||||
"New threads" : "Novos fíos",
|
||||
"New posts" : "Novas publicacións",
|
||||
"New replies" : "Novas respostas",
|
||||
"Top contributors" : "Principais colaboradores",
|
||||
"No contributors yet" : "Aínda non hai colaboradores",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -360,9 +412,34 @@ OC.L10N.register(
|
||||
"Dark mode color" : "Cor do modo escuro",
|
||||
"Reset" : "Restabelecer",
|
||||
"Role permissions" : "Permisos de rol",
|
||||
"Set global permissions for this role" : "Definir os permisos globais para este rol",
|
||||
"Can access admin tools" : "Pode acceder a ferramentas de administración",
|
||||
"Allow access to the admin dashboard and tools" : "Permitir o acceso ao taboleiro de administración e ás ferramentas",
|
||||
"Can edit roles" : "Pode editar roles",
|
||||
"Allow creating, editing and deleting roles" : "Permitir crear, editar e eliminar roles",
|
||||
"Can edit categories" : "Pode editar categorías",
|
||||
"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",
|
||||
"No categories available" : "Non hai ningunha categoría dispoñíbel",
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "O rol de convidado non pode moderar categorías",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Vde. pode controlar que categorías poden ver os convidados usando as caixas de verificación de embaixo.",
|
||||
"Guest access is currently disabled" : "O acceso para convidados está actualmente desactivado",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Os usuarios convidados non poderán acceder ao foro ata que o acceso de convidado estea activado na configuración do foro.",
|
||||
"Go to forum settings" : "Ir aos axustes do foro",
|
||||
"Default role cannot moderate categories" : "O rol predeterminado non pode moderar categorías",
|
||||
"Role management" : "Xestión de roles",
|
||||
"Create and manage forum roles and permissions" : "Creación e xestión de roles e permisos do foro",
|
||||
"Loading roles …" : "Cargando roles…",
|
||||
"Error loading roles" : "Produciuse un erro ao cargar os roles",
|
||||
"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",
|
||||
@@ -376,7 +453,6 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Posts" : "Publicacións",
|
||||
"Joined" : "Uniuse",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activa",
|
||||
|
||||
146
l10n/gl.json
146
l10n/gl.json
@@ -14,6 +14,8 @@
|
||||
"Support" : "Asistencia",
|
||||
"Ask questions about the forum, provide feedback or report issues." : "Faga preguntas sobre o foro, envíe comentarios ou informe de problemas.",
|
||||
"Inline code" : "Código en liña",
|
||||
"Spoiler title" : "Título do destripe",
|
||||
"Hidden content" : "Contido agochado",
|
||||
"Spoilers" : "Destripes",
|
||||
"Attachment" : "Anexo",
|
||||
"Welcome to Nextcloud Forums" : "Dámoslle a benvida a os Foros de Nextcloud",
|
||||
@@ -34,12 +36,15 @@
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "Síntase libre de iniciar un novo debate ou de responder a fíos existentes. Feliz publicación!",
|
||||
"Forum" : "Foro",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["{count} nova resposta en {thread}","{count} novas respostas en {thread}"],
|
||||
"{user} mentioned you in {thread}" : "{user} mencionouno a Vde. en {thread}",
|
||||
"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.",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias do usuario",
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
@@ -47,10 +52,12 @@
|
||||
"Roles" : "Roles",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Expand" : "Estender",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Contraer",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Teña en conta:{bEnd} Os ficheiros anexos serán visíbeis para calquera no foro, independentemente da configuración de compartición do ficheiro.",
|
||||
"Hello world!" : "Ola xente!",
|
||||
"Drop file here to upload" : "Solte o ficheiro aquí para envialo",
|
||||
"Hello world!" : "Ola mundo!",
|
||||
"Hello moon!" : "Ola lúa!",
|
||||
"Font style bold" : "Estilo da letra grosa",
|
||||
"Font style italic" : "Estilo da letra en cursiva",
|
||||
"Font style struck through" : "Estilo da letra riscada",
|
||||
@@ -81,12 +88,15 @@
|
||||
"No custom BBCodes configured." : "Non hai ningunha BBCode configurada",
|
||||
"Failed to load custom BBCodes" : "Produciuse un fallo ao cargar algunhas BBCodes",
|
||||
"Insert emoji" : "Inserir un «emoji»",
|
||||
"Pick file from Nextcloud" : "Seleccionar un ficheiro en Nextcloud",
|
||||
"Upload file to Nextcloud" : "Enviar un ficheiro a Nextcloud",
|
||||
"Uploading file …" : "Enviando o ficheiro…",
|
||||
"Upload failed" : "Produciuse algún fallo no envío",
|
||||
"Close" : "Pechar",
|
||||
"Pick a file to attach" : "Escolla un ficheiro para anexar",
|
||||
"Failed to upload file" : "Produciuse un fallo ao enviar o ficheiro",
|
||||
"_Thread_::_Threads_" : ["Fío","Fíos"],
|
||||
"_Post_::_Posts_" : ["Publicación","Publicacións"],
|
||||
"Threads" : "Fíos",
|
||||
"Replies" : "Respostas",
|
||||
"No description available" : "Non hai ningunha descrición dispoñíbel",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
@@ -95,49 +105,78 @@
|
||||
"Header description" : "Descrición da cabeceira",
|
||||
"Enter header description (optional)" : "Introduza a descrición da cabeceira (opcional)",
|
||||
"Sort order" : "Criterio de ordenación",
|
||||
"0" : "0",
|
||||
"Lower numbers appear first" : "Os números máis baixos aparecen primeiro",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Move thread to category" : "Mover o fío a outra categoría",
|
||||
"Select the category to move this thread to:" : "Seleccione a categoría á que quere mover este fío:",
|
||||
"Select a category …" : "Seleccione unha categoría",
|
||||
"Loading categories …" : "Cargando categorías…",
|
||||
"Move" : "Mover",
|
||||
"Cannot move to a category header. Please select a category instead." : "Non foi posíbel mover a unha cabeceira de categoría. Seleccione unha categoría no canto diso.",
|
||||
"This thread is already in this category." : "Este fío xa está nesta categoría.",
|
||||
"Failed to load categories" : "Produciuse un fallo ao cargar as categorías",
|
||||
"Page not found" : "Non se atopou a páxina",
|
||||
"The page you are looking for could not be found." : "Non foi posíbel atopar a páxina que busca.",
|
||||
"Back" : "Atrás",
|
||||
"Go to home" : "Ir ao inicio",
|
||||
"Pagination" : "Paxinación",
|
||||
"First page" : "Primeira páxina",
|
||||
"Previous page" : "Páxina anterior",
|
||||
"Next page" : "Páxina seguinte",
|
||||
"Last page" : "Última páxina",
|
||||
"Go to page {page}" : "Ir á páxina {page}",
|
||||
"Edited" : "Editado",
|
||||
"Quote reply" : "Responder á cita",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"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",
|
||||
"Edit your post …" : "Edite a súa publicación…",
|
||||
"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?",
|
||||
"Edit history" : "Historial da edicións",
|
||||
"Loading history …" : "Cargando o historial…",
|
||||
"This post has no edit history." : "Esta publicación non ten historial de edicións.",
|
||||
"Current version" : "Versión actual",
|
||||
"Edited by" : "Editada por",
|
||||
"Failed to load edit history" : "Produciuse un fallo ao cargar o historial de edicións",
|
||||
"Version {index}" : "Versión {index}",
|
||||
"Add reaction" : "Engadir reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"You reacted with {emoji}" : "Vde. reaccionou con {emoji}",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Vde. e %n persoa máis reaccionaron con {emoji}","Vde. e %n persoas máis reaccionaron con {emoji}"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persoa reaccionou con {emoji}","%n persoas reaccionaron con {emoji}"],
|
||||
"Write your reply …" : "Escriba a súa resposta…",
|
||||
"Post reply" : "Publicar a resposta",
|
||||
"Submit reply" : "Enviar a resposta",
|
||||
"Are you sure you want to discard your reply?" : "Confirma que quere desbotar a súa resposta?",
|
||||
"In thread" : "No fío",
|
||||
"Thread unavailable" : "Fío non dispoñíbel",
|
||||
"Pinned thread" : "Fío fixado",
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
"Uncategorized" : "Sen categorizar",
|
||||
"_%n post_::_%n posts_" : ["%n publicación","%n publicacións"],
|
||||
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
|
||||
"_%n view_::_%n views_" : ["%n vista","%n vistas"],
|
||||
"Replies" : "Respostas",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Titulo",
|
||||
"Enter thread title …" : "Introduza o título do fío…",
|
||||
"Write your first post …" : "Escriba a súa primeira publicación…",
|
||||
"Write your thread content …" : "Escriba o contido do seu fío…",
|
||||
"Create thread" : "Crear un fío",
|
||||
"Are you sure you want to discard this thread?" : "Confirma que quere desbotar este fío?",
|
||||
"Saving draft …" : "Gardando o borrador…",
|
||||
"Draft saved" : "Gardouse o borrador",
|
||||
"Unsaved changes" : "Cambios sen gardar",
|
||||
"Back to home" : "Volver ao inicio",
|
||||
"Refresh" : "Actualizar",
|
||||
"Loading …" : "Cargando…",
|
||||
"Your bookmarked threads" : "Os sus fíos marcados",
|
||||
"Error loading bookmarks" : "Produciuse un erro ao cargar os marcadores",
|
||||
"No bookmarks yet" : "Aínda non hai marcadores. ",
|
||||
"Bookmark threads to quickly find them later." : "Marque os fíos para atopalos axiña máis adiante.",
|
||||
"Retry" : "Volver tentar",
|
||||
"An unexpected error occurred" : "Produciuse un erro non agardado",
|
||||
"Failed to load bookmarks" : "Produciuse un fallo ao cargar os marcadores",
|
||||
"No categories yet" : "Aínda non hai categorías",
|
||||
"Categories will appear here once they are created." : "As categorías aparecerán aquí unha vez creadas.",
|
||||
"No categories in this section" : "Non hai ningunha categoría nesta sección",
|
||||
@@ -148,9 +187,6 @@
|
||||
"Error loading category" : "Produciuse un erro ao cargar a categoría",
|
||||
"No threads yet" : "Aínda non hai ningún fío",
|
||||
"Be the first to start a discussion in this category." : "Sexa o primeiro en iniciar un debate nesta categoría.",
|
||||
"Retry" : "Volver tentar",
|
||||
"_Showing %n thread_::_Showing %n threads_" : ["Amosando %n fío","Amosando %n fíos"],
|
||||
"An unexpected error occurred" : "Produciuse un erro non agardado",
|
||||
"No category ID or slug provided" : "Non forneceu ningún ID ou URL semántico",
|
||||
"Failed to load threads" : "Produciuse un fallo ao cargar os fíos",
|
||||
"Create New Thread" : "Crear un novo fío",
|
||||
@@ -160,17 +196,17 @@
|
||||
"Failed to create thread" : "Produciuse un fallo ao crear o fío",
|
||||
"No category specified" : "Non se especificou ningunha categoría",
|
||||
"Error" : "Erro",
|
||||
"First post" : "Primeira publicación",
|
||||
"First activity" : "First activity",
|
||||
"Threads ({count})" : "Fíos ({count})",
|
||||
"Replies ({count})" : "Respostas ({count})",
|
||||
"No threads" : "Non hai ningún fío",
|
||||
"This user has not created any threads yet" : "Este usuario aínda non creou ningún fío",
|
||||
"No replies" : "Non hai ningunha resposta",
|
||||
"This user has not posted any replies yet" : "Este usuario aínda non publicou ningunha resposta",
|
||||
"This user has not written any replies yet" : "Este usuario aínda non escribiu ningunha resposta",
|
||||
"Failed to load user profile" : "Produciuse un fallo ao cargar o perfil do usuario",
|
||||
"Enter search query …" : "Introduza a consulta de busca…",
|
||||
"Search in threads" : "Buscar nos fíos",
|
||||
"Search in posts" : "Buscar nas publicacións",
|
||||
"Search in replies" : "Buscar nas respostas",
|
||||
"Syntax help" : "Axuda coa sintaxe",
|
||||
"Search syntax" : "Sintaxe de busca",
|
||||
"Match exact phrase" : "Buscar frase exacta",
|
||||
@@ -181,11 +217,11 @@
|
||||
"Searching …" : "Buscando…",
|
||||
"Search Error" : "Erro de busca",
|
||||
"Enter a search query" : "Introduza unha consulta de busca…",
|
||||
"Use the search box above to find threads and posts" : "Empregue a caixa de buscas de enriba para atopar fíos e publicacións",
|
||||
"Use the search box above to find threads and replies" : "Empregue a caixa de busca de enriba para atopar fíos e respostas",
|
||||
"No results found" : "Non se atopou ningún resultado",
|
||||
"Try different keywords or check your syntax" : "Probe con diferentes palabras clave ou comprobe a sintaxe",
|
||||
"_%n thread found_::_%n threads found_" : ["Atopouse %n fío","Atopáronse %n fíos"],
|
||||
"_%n post found_::_%n posts found_" : ["Atopouse %n publicación","Atopáronse %n publicacións"],
|
||||
"_%n reply found_::_%n replies found_" : ["Atopouse %n resposta","Atopáronse %n respostas"],
|
||||
"Please enter a search query" : "Introduza unha consulta de busca",
|
||||
"Please select at least one search scope" : "Seleccione polo menos un ámbito de busca",
|
||||
"Failed to search" : "Produciuse un fallo na busca",
|
||||
@@ -194,13 +230,12 @@
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"Reply" : "Responder",
|
||||
"Error loading thread" : "Produciuse un erro ao cargar o fío",
|
||||
"No posts yet" : "Aínda non hai ningunha publicación",
|
||||
"Be the first to post in this thread." : "Sexa o primeiro en publicar neste fío.",
|
||||
"No replies yet" : "Aínda non hai respostas",
|
||||
"Be the first to reply in this thread." : "Sexao primeiro en responder neste fío.",
|
||||
"by" : "por",
|
||||
"This thread is locked. Only moderators can post replies." : "Este fío está bloqueado. Só os moderadores poden publicar respostas.",
|
||||
"This thread is locked. Only moderators can add replies." : "Este fío está bloqueado. Só os moderadores poden engadir respostas.",
|
||||
"You must be signed in to reply to this thread." : "Debe acceder para poder responder a este fío.",
|
||||
"Sign in to reply" : "Acceder para responder",
|
||||
"_Showing %n post_::_Showing %n posts_" : ["Amosando %n publicación","Amosando %n publicacións"],
|
||||
"Lock thread" : "Bloquear o fío",
|
||||
"Unlock thread" : "Desbloquear o fío",
|
||||
"Pin thread" : "Fixar o fío",
|
||||
@@ -213,18 +248,30 @@
|
||||
"Subscribed" : "Subscrito",
|
||||
"Subscribed to thread" : "Subscribirse ao fío",
|
||||
"Unsubscribed from thread" : "Desubscribirse ao fío",
|
||||
"Bookmark" : "Marcador",
|
||||
"Remove bookmark" : "Retirar o marcador",
|
||||
"Thread bookmarked" : "Fío marcado",
|
||||
"Bookmark removed" : "Marcador retirado",
|
||||
"Edit title" : "Editar o título",
|
||||
"Save title" : "Gardar o título",
|
||||
"Thread title updated" : "Título do fío actualizado",
|
||||
"Move thread" : "Mover o fío",
|
||||
"Thread moved successfully" : "O fío foi movido satisfactoriamente",
|
||||
"No thread ID or slug provided" : "Non foi fornecido ningún ID ou URL semántico",
|
||||
"Failed to load posts" : "Produciuse un fallo ao cargar as publicacións",
|
||||
"Post updated" : "Publicación actualizada",
|
||||
"Failed to update post" : "Produciuse un fallo ao actualizar a publicación",
|
||||
"Failed to load replies" : "Produciuse un fallo ao cargar as respostas",
|
||||
"Thread updated" : "Fío actualizado",
|
||||
"Reply updated" : "Resposta actualizada",
|
||||
"Failed to update thread" : "Produciuse un fallo ao actualizar o fío",
|
||||
"Failed to update reply" : "Produciuse un fallo ao actualizar a resposta",
|
||||
"Thread deleted" : "Fío eliminado",
|
||||
"Post deleted" : "Publicación eliminada",
|
||||
"Failed to delete post" : "Produciuse un fallo ao eliminar a publicación",
|
||||
"Reply deleted" : "Resposta eliminada",
|
||||
"Failed to delete reply" : "Produciuse un fallo ao eliminar a resposta",
|
||||
"Failed to update thread lock status" : "Produciuse un fallo ao actualizar o estado de bloqueado do fío",
|
||||
"Failed to update thread pin status" : "Produciuse un fallo ao actualizar o estado de fixado do fío",
|
||||
"Failed to update subscription" : "Produciuse un fallo ao actualizar a subscrición",
|
||||
"Failed to update bookmark" : "Produciuse un fallo ao actualizar o marcador",
|
||||
"Failed to update thread title" : "Produciuse un fallo ao actualizar o título do fío",
|
||||
"Failed to move thread" : "Produciuse un fallo ao mover o fío",
|
||||
"Preferences" : "Preferencias",
|
||||
"Customize your forum experience" : "Personalice as súa experiencia no foro",
|
||||
"Loading preferences …" : "Cargando as preferencias…",
|
||||
@@ -234,11 +281,19 @@
|
||||
"Auto-subscribe to threads I create" : "Subscríbirse automaticamente aos fíos que creou",
|
||||
"When enabled, you will automatically receive notifications for replies to threads you create" : "Cando estea activado, recibirá automaticamente notificacións das respostas aos fíos que cree",
|
||||
"Files" : "Ficheiros",
|
||||
"Configure file upload settings" : "Configurar os axustes de envío de ficheiros",
|
||||
"Upload directory" : "Directorio ao que enviar",
|
||||
"Files attached to threads or replies will be uploaded to this directory in your Nextcloud files" : "Os ficheiros anexos a fíos ou respostas enviaranse a este directorio nos seus ficheiros de Nextcloud",
|
||||
"Browse" : "Examinar",
|
||||
"Preferences saved" : "Preferencias gardadas",
|
||||
"Signature" : "Sinatura",
|
||||
"Your signature appears at the bottom of your threads or replies" : "A súa sinatura aparece ao final dos seus fíos ou respostas",
|
||||
"You can use BBCode formatting in your signature" : "Pode empregar o formato BBCode na súa sinatura",
|
||||
"Enter your signature …" : "Introduza a súa sinatura…",
|
||||
"Failed to save preferences" : "Produciuse un fallo ao gardar as preferencias",
|
||||
"Select upload directory" : "Seleccionar o directorio ao que enviar",
|
||||
"BBCode management" : "Xestión de BBCode",
|
||||
"Manage custom BBCode tags for post formatting" : "Xestionar etiquetas personalizadas de BBCode para o formatado de publicacións",
|
||||
"Manage custom BBCode tags for formatting" : "Xestionar etiquetas personalizadas de BBCode para o formatado",
|
||||
"Error loading BBCodes" : "Produciuse un erro ao cargar BBCodes",
|
||||
"Create BBCode" : "Crear BBCode",
|
||||
"Enable" : "Activar",
|
||||
@@ -276,6 +331,7 @@
|
||||
"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}»)",
|
||||
"Slug cannot be changed after category creation" : "O URL semántico non pode ser cambiado após a creación da categoría",
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
@@ -316,14 +372,10 @@
|
||||
"Loading statistics …" : "Cargando as estatísticas…",
|
||||
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
|
||||
"Total statistics" : "Estatísticas totais",
|
||||
"Total users" : "Total de usuarios",
|
||||
"Total threads" : "Total de fíos",
|
||||
"Total posts" : "Total de publicacións",
|
||||
"Total categories" : "Total de categorías",
|
||||
"Recent activity (last 7 days)" : "Actividade recente (últimos 7 días)",
|
||||
"New users" : "Novos usuarios",
|
||||
"New threads" : "Novos fíos",
|
||||
"New posts" : "Novas publicacións",
|
||||
"New replies" : "Novas respostas",
|
||||
"Top contributors" : "Principais colaboradores",
|
||||
"No contributors yet" : "Aínda non hai colaboradores",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -358,9 +410,34 @@
|
||||
"Dark mode color" : "Cor do modo escuro",
|
||||
"Reset" : "Restabelecer",
|
||||
"Role permissions" : "Permisos de rol",
|
||||
"Set global permissions for this role" : "Definir os permisos globais para este rol",
|
||||
"Can access admin tools" : "Pode acceder a ferramentas de administración",
|
||||
"Allow access to the admin dashboard and tools" : "Permitir o acceso ao taboleiro de administración e ás ferramentas",
|
||||
"Can edit roles" : "Pode editar roles",
|
||||
"Allow creating, editing and deleting roles" : "Permitir crear, editar e eliminar roles",
|
||||
"Can edit categories" : "Pode editar categorías",
|
||||
"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",
|
||||
"No categories available" : "Non hai ningunha categoría dispoñíbel",
|
||||
"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",
|
||||
"Guest role cannot moderate categories" : "O rol de convidado non pode moderar categorías",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Vde. pode controlar que categorías poden ver os convidados usando as caixas de verificación de embaixo.",
|
||||
"Guest access is currently disabled" : "O acceso para convidados está actualmente desactivado",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Os usuarios convidados non poderán acceder ao foro ata que o acceso de convidado estea activado na configuración do foro.",
|
||||
"Go to forum settings" : "Ir aos axustes do foro",
|
||||
"Default role cannot moderate categories" : "O rol predeterminado non pode moderar categorías",
|
||||
"Role management" : "Xestión de roles",
|
||||
"Create and manage forum roles and permissions" : "Creación e xestión de roles e permisos do foro",
|
||||
"Loading roles …" : "Cargando roles…",
|
||||
"Error loading roles" : "Produciuse un erro ao cargar os roles",
|
||||
"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",
|
||||
@@ -374,7 +451,6 @@
|
||||
"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",
|
||||
"Posts" : "Publicacións",
|
||||
"Joined" : "Uniuse",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activa",
|
||||
|
||||
102
l10n/he.js
102
l10n/he.js
@@ -2,46 +2,140 @@ OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "מנהל",
|
||||
"Moderator" : "פיקוח",
|
||||
"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." : "שאלת שאלות לגבי הפורום, סיפוק הערות ודיווח תקלות",
|
||||
"Inline code" : "קוד מוטבע",
|
||||
"Spoiler title" : "כותרת ספוילר",
|
||||
"Hidden content" : "תוכן מוסתר",
|
||||
"Spoilers" : "ספוילרים",
|
||||
"Attachment" : "קובץ מצורף",
|
||||
"Welcome to Nextcloud Forums" : "ברוכים הבאים לפורום Nextcloud",
|
||||
"Welcome to the Nextcloud Forums!" : "ברוכים הבאים לפורום של Nextcloud!",
|
||||
"Features:" : "יכולות:",
|
||||
"Create and reply to threads" : "יצירה והגבה לשרשורים",
|
||||
"Organize discussions by categories" : "אירגון דיונים על-פי קטגוריות",
|
||||
"Attach files from your Nextcloud storage" : "צירוף קבצים מאחסון ה-Nextcloud שלך",
|
||||
"React to posts" : "תגובות לשרשורים",
|
||||
"Track read/unread threads" : "מעקב אחר שרשורים שנקראו\\לא נקראו",
|
||||
"Bold text" : "טקסט בולט",
|
||||
"Use %1$stext%2$s" : "השתמשו ב%1$sטקסט%2$s",
|
||||
"Italic text" : "טקסט מוטה",
|
||||
"Underlined text" : "טקסט בקו תחתון",
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "הרגישו חופשי להתחיל שרשור חדש או להגיב לשרשורים קיימים. כתיבה מהנה!",
|
||||
"Forum" : "פורום",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["תגובה {count} חדשה ב-{thread}","{count} תגובות חדשות ב-{thread}","{count} תגובות חדשות ב-{thread}"],
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
"Bookmarks" : "סימניות",
|
||||
"User preferences" : "העדפות משתמש",
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Categories" : "קטגוריות",
|
||||
"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" : "קוד",
|
||||
"Email (clickable)" : "דואר אלקטרוני (לחיץ)",
|
||||
"URL (clickable)" : "קישור (לחיץ)",
|
||||
"Image (not clickable)" : "תמונה (לא לחיצה)",
|
||||
"Quote" : "ציטוט",
|
||||
"Embedded YouTube video" : "סרטון יוטיוב מוטמע",
|
||||
"Font (name)" : "גופן (שם)",
|
||||
"Font size" : "גודל גופן",
|
||||
"Font color" : "צבע גופן",
|
||||
"Align left" : "יישור לשמאל",
|
||||
"Align center" : "יישור למרכז",
|
||||
"Align right" : "יישור ימין",
|
||||
"List" : "רשימה",
|
||||
"List item within a list" : "פריט רשימה בתוך רשימה",
|
||||
"List item within a list (alias)" : "פריט רשימה בתוך רשימה (חלופה)",
|
||||
"Example" : "דוגמה",
|
||||
"Replacement" : "החלפה",
|
||||
"Insert emoji" : "הכנסת אימוג'י",
|
||||
"Pick file from Nextcloud" : "בחירת קובץ מ-Nextcloud",
|
||||
"Upload file to Nextcloud" : "העלאת קובץ ל-Nextcloud",
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"0" : "0",
|
||||
"Cancel" : "Cancel",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"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" : "חזרה אל דף הבית",
|
||||
"Edited" : "נערך",
|
||||
"Quote reply" : "ציטוט בתגובה",
|
||||
"Edit" : "עריכה",
|
||||
"Delete" : "מחיקה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
"Current version" : "גרסה נוכחית",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Views" : "תצוגות",
|
||||
"Saving draft …" : "הטיוטה נשמרת…",
|
||||
"Draft saved" : "הטיוטה נשמרה",
|
||||
"Unsaved changes" : "שינויים שלא נשמרו",
|
||||
"Refresh" : "רענון",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Retry" : "ניסיון חוזר",
|
||||
"Error" : "שגיאה",
|
||||
"Searching …" : "מתבצע חיפוש…",
|
||||
"Back to {category}" : "חזרה אל {category}",
|
||||
"by" : "מאת",
|
||||
"Subscribe" : "הרשמה",
|
||||
"Bookmark" : "סימנייה",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Move thread" : "העברת שרשור",
|
||||
"Preferences" : "העדפות",
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
"Disable" : "השבתה",
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
|
||||
102
l10n/he.json
102
l10n/he.json
@@ -1,45 +1,139 @@
|
||||
{ "translations": {
|
||||
"Admin" : "מנהל",
|
||||
"Moderator" : "פיקוח",
|
||||
"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." : "שאלת שאלות לגבי הפורום, סיפוק הערות ודיווח תקלות",
|
||||
"Inline code" : "קוד מוטבע",
|
||||
"Spoiler title" : "כותרת ספוילר",
|
||||
"Hidden content" : "תוכן מוסתר",
|
||||
"Spoilers" : "ספוילרים",
|
||||
"Attachment" : "קובץ מצורף",
|
||||
"Welcome to Nextcloud Forums" : "ברוכים הבאים לפורום Nextcloud",
|
||||
"Welcome to the Nextcloud Forums!" : "ברוכים הבאים לפורום של Nextcloud!",
|
||||
"Features:" : "יכולות:",
|
||||
"Create and reply to threads" : "יצירה והגבה לשרשורים",
|
||||
"Organize discussions by categories" : "אירגון דיונים על-פי קטגוריות",
|
||||
"Attach files from your Nextcloud storage" : "צירוף קבצים מאחסון ה-Nextcloud שלך",
|
||||
"React to posts" : "תגובות לשרשורים",
|
||||
"Track read/unread threads" : "מעקב אחר שרשורים שנקראו\\לא נקראו",
|
||||
"Bold text" : "טקסט בולט",
|
||||
"Use %1$stext%2$s" : "השתמשו ב%1$sטקסט%2$s",
|
||||
"Italic text" : "טקסט מוטה",
|
||||
"Underlined text" : "טקסט בקו תחתון",
|
||||
"Feel free to start a new discussion or reply to existing threads. Happy posting!" : "הרגישו חופשי להתחיל שרשור חדש או להגיב לשרשורים קיימים. כתיבה מהנה!",
|
||||
"Forum" : "פורום",
|
||||
"_{count} new reply in {thread}_::_{count} new replies in {thread}_" : ["תגובה {count} חדשה ב-{thread}","{count} תגובות חדשות ב-{thread}","{count} תגובות חדשות ב-{thread}"],
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
"Bookmarks" : "סימניות",
|
||||
"User preferences" : "העדפות משתמש",
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Categories" : "קטגוריות",
|
||||
"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" : "קוד",
|
||||
"Email (clickable)" : "דואר אלקטרוני (לחיץ)",
|
||||
"URL (clickable)" : "קישור (לחיץ)",
|
||||
"Image (not clickable)" : "תמונה (לא לחיצה)",
|
||||
"Quote" : "ציטוט",
|
||||
"Embedded YouTube video" : "סרטון יוטיוב מוטמע",
|
||||
"Font (name)" : "גופן (שם)",
|
||||
"Font size" : "גודל גופן",
|
||||
"Font color" : "צבע גופן",
|
||||
"Align left" : "יישור לשמאל",
|
||||
"Align center" : "יישור למרכז",
|
||||
"Align right" : "יישור ימין",
|
||||
"List" : "רשימה",
|
||||
"List item within a list" : "פריט רשימה בתוך רשימה",
|
||||
"List item within a list (alias)" : "פריט רשימה בתוך רשימה (חלופה)",
|
||||
"Example" : "דוגמה",
|
||||
"Replacement" : "החלפה",
|
||||
"Insert emoji" : "הכנסת אימוג'י",
|
||||
"Pick file from Nextcloud" : "בחירת קובץ מ-Nextcloud",
|
||||
"Upload file to Nextcloud" : "העלאת קובץ ל-Nextcloud",
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"0" : "0",
|
||||
"Cancel" : "Cancel",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"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" : "חזרה אל דף הבית",
|
||||
"Edited" : "נערך",
|
||||
"Quote reply" : "ציטוט בתגובה",
|
||||
"Edit" : "עריכה",
|
||||
"Delete" : "מחיקה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
"Current version" : "גרסה נוכחית",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Views" : "תצוגות",
|
||||
"Saving draft …" : "הטיוטה נשמרת…",
|
||||
"Draft saved" : "הטיוטה נשמרה",
|
||||
"Unsaved changes" : "שינויים שלא נשמרו",
|
||||
"Refresh" : "רענון",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Retry" : "ניסיון חוזר",
|
||||
"Error" : "שגיאה",
|
||||
"Searching …" : "מתבצע חיפוש…",
|
||||
"Back to {category}" : "חזרה אל {category}",
|
||||
"by" : "מאת",
|
||||
"Subscribe" : "הרשמה",
|
||||
"Bookmark" : "סימנייה",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Move thread" : "העברת שרשור",
|
||||
"Preferences" : "העדפות",
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
"Disable" : "השבתה",
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
|
||||
@@ -7,8 +7,10 @@ OC.L10N.register(
|
||||
"Support" : "Podrška",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Izbrisan korisnik",
|
||||
"Loading …" : "Učitavanje…",
|
||||
"Search" : "Traži",
|
||||
"Home" : "Doma",
|
||||
"Bookmarks" : "Knjižne oznake",
|
||||
"Dashboard" : "Nadzorna ploča",
|
||||
"Users" : "Korisnici",
|
||||
"Categories" : "Kategorije",
|
||||
@@ -28,11 +30,14 @@ OC.L10N.register(
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Uncategorized" : "Nekategorizirani",
|
||||
"Views" : "Prikazi",
|
||||
"Title" : "Naslov",
|
||||
"Saving draft …" : "Spremanje skice...",
|
||||
"Draft saved" : "Skica je spremljena",
|
||||
"Unsaved changes" : "Nespremljene promjene",
|
||||
"Refresh" : "Osvježi",
|
||||
"Loading …" : "Učitavanje…",
|
||||
"Error" : "Pogreška",
|
||||
"Searching …" : "Traženje…",
|
||||
"No results found" : "Nema rezultata",
|
||||
@@ -40,11 +45,13 @@ OC.L10N.register(
|
||||
"by" : "od",
|
||||
"Subscribe" : "Preplata",
|
||||
"Subscribed" : "Pretplaćen",
|
||||
"Bookmark" : "Dodaj knjižnu oznaku",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Move thread" : "Premjesti dretvu",
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Signature" : "Potpis",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
"Tag" : "Oznaka",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user