Compare commits

...

28 Commits

Author SHA1 Message Date
github-actions[bot]
dc3ff74c55 chore(master): release 0.28.0 2026-03-21 22:34:34 +02:00
184f2c9c4c chore(deps): update dependencies 2026-03-21 14:59:05 +02:00
Nextcloud bot
9f39f6536f fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-21 02:08:43 +00:00
7147d79881 feat: add "last reply by" to thread card 2026-03-21 01:22:31 +02:00
7f577c2abd fix: scroll to first unread reply on thread 2026-03-21 00:40:39 +02:00
Nextcloud bot
1ff1b090d8 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-20 02:09:17 +00:00
Nextcloud bot
a45e8e46e7 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-19 02:33:41 +00:00
ba8f1692fe chore(deps): update dependencies 2026-03-19 01:17:46 +02:00
github-actions[bot]
28bfe1e96f chore(master): release 0.27.0 2026-03-18 23:38:05 +02:00
c0aa22adb0 feat: editable templates 2026-03-18 16:03:30 +02:00
699585aba0 fix: hide attachments bbcode button from guests 2026-03-18 11:55:44 +02:00
71b5a04d18 build: remove incremental migration tests 2026-03-18 10:24:33 +02:00
477e9e3dfd feat: allow guests to post/reply when given permissions 2026-03-18 10:24:33 +02:00
Nextcloud bot
53d789d1c7 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-18 02:31:58 +00:00
Nextcloud bot
520cceab9b fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-17 02:10:33 +00:00
github-actions[bot]
fe77c3ba2c chore(master): release 0.26.0 2026-03-16 22:54:10 +02:00
f13be9786b fix: add api list limits 2026-03-16 22:51:06 +02:00
27f5e7b044 fix: category edit team permissions 2026-03-16 22:44:23 +02:00
e226861a3f fix: category read status after thread creation 2026-03-16 22:33:32 +02:00
6fb4e4fd54 feat: add id+members count+icon to teams table 2026-03-16 17:09:36 +02:00
Nextcloud bot
0fb78f7d76 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-16 02:12:24 +00:00
github-actions[bot]
c6a1e897bb chore(master): release 0.25.0 2026-03-16 00:42:15 +02:00
6f3b007f90 feat: editable category design 2026-03-16 00:38:27 +02:00
3b75ed7363 feat: overflow icons into menu button in bbcode toolbar 2026-03-15 23:59:04 +02:00
10c60c6739 feat: update admin settings, role/team edit, category edit uis 2026-03-15 16:41:04 +02:00
Nextcloud bot
33f96db435 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-15 02:15:11 +00:00
b6ba9ab2d6 chore(deps): update dependencies 2026-03-14 22:58:36 +02:00
Nextcloud bot
35c536dd0a fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-14 02:10:12 +00:00
272 changed files with 10276 additions and 2073 deletions

View File

@@ -1,30 +0,0 @@
name: PHPUnit Incremental Migration
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: phpunit-incremental-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
phpunit-incremental-v0-14-0:
uses: chenasraf/workflows/.github/workflows/nextcloud-phpunit-incremental.yml@nextcloud-latest
secrets: inherit
with:
baseline-version: 'v0.14.0'
validation-query: 'SELECT COUNT(*) FROM oc_forum_users'
phpunit-incremental-v0-22-8:
uses: chenasraf/workflows/.github/workflows/nextcloud-phpunit-incremental.yml@nextcloud-latest
secrets: inherit
with:
baseline-version: 'v0.22.8'
validation-query: 'SELECT COUNT(*) FROM oc_forum_users'

View File

@@ -1 +1 @@
{".":"0.24.0"}
{".":"0.28.0"}

View File

@@ -1,5 +1,65 @@
# Changelog
## [0.28.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.27.0...v0.28.0) (2026-03-21)
### Features
* add "last reply by" to thread card ([7147d79](https://github.com/chenasraf/nextcloud-forum/commit/7147d79881418497f331eb66aa02684d88b22331))
### Bug Fixes
* **l10n:** Update translations from Transifex ([9f39f65](https://github.com/chenasraf/nextcloud-forum/commit/9f39f6536f023fc856b77bddd42061504f53424c))
* **l10n:** Update translations from Transifex ([1ff1b09](https://github.com/chenasraf/nextcloud-forum/commit/1ff1b090d87a7d3b5db3d46c9f87c79744b76046))
* **l10n:** Update translations from Transifex ([a45e8e4](https://github.com/chenasraf/nextcloud-forum/commit/a45e8e46e7ae4bfd10692678110e01411ab7fe35))
* scroll to first unread reply on thread ([7f577c2](https://github.com/chenasraf/nextcloud-forum/commit/7f577c2abd93706c7a7852df51e36ffc582f6a92))
## [0.27.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.26.0...v0.27.0) (2026-03-18)
### Features
* allow guests to post/reply when given permissions ([477e9e3](https://github.com/chenasraf/nextcloud-forum/commit/477e9e3dfd75d1c13b624e1a15a9a933c8c72522))
* editable templates ([c0aa22a](https://github.com/chenasraf/nextcloud-forum/commit/c0aa22adb095192fb8a6b888df65f327cfbe0ab5))
### Bug Fixes
* hide attachments bbcode button from guests ([699585a](https://github.com/chenasraf/nextcloud-forum/commit/699585aba0663da4379e4911d0a33cb8db1185f4))
* **l10n:** Update translations from Transifex ([53d789d](https://github.com/chenasraf/nextcloud-forum/commit/53d789d1c7063795d0d14f2b907b97db8711f74b))
* **l10n:** Update translations from Transifex ([520ccea](https://github.com/chenasraf/nextcloud-forum/commit/520cceab9b8e78aee6b4aa1e19854b22d26eb023))
## [0.26.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.25.0...v0.26.0) (2026-03-16)
### Features
* add id+members count+icon to teams table ([6fb4e4f](https://github.com/chenasraf/nextcloud-forum/commit/6fb4e4fd54cf65baf76cd6890b4751cdb90b016e))
### Bug Fixes
* add api list limits ([f13be97](https://github.com/chenasraf/nextcloud-forum/commit/f13be9786b8ba77fdaa41e0399360b024a4a4f47))
* category edit team permissions ([27f5e7b](https://github.com/chenasraf/nextcloud-forum/commit/27f5e7b04408d5bc485a6d2171849e4e39c09a7e))
* category read status after thread creation ([e226861](https://github.com/chenasraf/nextcloud-forum/commit/e226861a3fab0b0903fca8b11078425fd8db791a))
* **l10n:** Update translations from Transifex ([0fb78f7](https://github.com/chenasraf/nextcloud-forum/commit/0fb78f7d76e964d8d683cc03ded24aa56c100b34))
## [0.25.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.24.0...v0.25.0) (2026-03-15)
### Features
* editable category design ([6f3b007](https://github.com/chenasraf/nextcloud-forum/commit/6f3b007f90fae5d361098e66af3b761dd27e4f60))
* overflow icons into menu button in bbcode toolbar ([3b75ed7](https://github.com/chenasraf/nextcloud-forum/commit/3b75ed7363e6468b548879fabd764ca8749587ae))
* update admin settings, role/team edit, category edit uis ([10c60c6](https://github.com/chenasraf/nextcloud-forum/commit/10c60c673938c3fa99e75974b34089d2e8b55768))
### Bug Fixes
* **l10n:** Update translations from Transifex ([33f96db](https://github.com/chenasraf/nextcloud-forum/commit/33f96db4355397a1fbc2cc7917bd525aab371bc3))
* **l10n:** Update translations from Transifex ([35c536d](https://github.com/chenasraf/nextcloud-forum/commit/35c536dd0a3e7578300756cb4a6e0eb2149d261c))
## [0.24.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.23.1...v0.24.0) (2026-03-13)

View File

@@ -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.24.0</version>
<version>0.28.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>Forum</namespace>

60
composer.lock generated
View File

@@ -180,12 +180,12 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "aa9d5a01d17cb9c19ca32532e08e999d693679fc"
"reference": "5d6430816fd4afb6b87251b06e7eabcefba47610"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/aa9d5a01d17cb9c19ca32532e08e999d693679fc",
"reference": "aa9d5a01d17cb9c19ca32532e08e999d693679fc",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5d6430816fd4afb6b87251b06e7eabcefba47610",
"reference": "5d6430816fd4afb6b87251b06e7eabcefba47610",
"shasum": ""
},
"require": {
@@ -220,7 +220,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/stable32"
},
"time": "2026-02-24T01:08:25+00:00"
"time": "2026-03-21T01:05:00+00:00"
},
{
"name": "nikic/php-parser",
@@ -1035,18 +1035,18 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "02591cb7fac238665b60c4249e9bdda79a5b4eed"
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/02591cb7fac238665b60c4249e9bdda79a5b4eed",
"reference": "02591cb7fac238665b60c4249e9bdda79a5b4eed",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e19b0f27b204991af95a5fefad00630bc3e376ae",
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae",
"shasum": ""
},
"conflict": {
"3f/pygmentize": "<1.2",
"adaptcms/adaptcms": "<=1.3",
"admidio/admidio": "<5.0.6",
"admidio/admidio": "<=5.0.6",
"adodb/adodb-php": "<=5.22.9",
"aheinze/cockpit": "<2.2",
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
@@ -1088,6 +1088,7 @@
"athlon1600/php-proxy": "<=5.1",
"athlon1600/php-proxy-app": "<=3",
"athlon1600/youtube-downloader": "<=4",
"aureuserp/aureuserp": "<1.3.0.0-beta1",
"austintoddj/canvas": "<=3.4.2",
"auth0/auth0-php": ">=3.3,<8.18",
"auth0/login": "<7.20",
@@ -1095,8 +1096,10 @@
"auth0/wordpress": "<=5.4",
"automad/automad": "<2.0.0.0-alpha5",
"automattic/jetpack": "<9.8",
"avideo/avideo": "<=26",
"awesome-support/awesome-support": "<=6.0.7",
"aws/aws-sdk-php": "<3.368",
"ayacoo/redirect-tab": "<2.1.2|>=3,<3.1.7|>=4,<4.0.5",
"azuracast/azuracast": "<=0.23.3",
"b13/seo_basics": "<0.8.2",
"backdrop/backdrop": "<=1.32",
@@ -1157,7 +1160,7 @@
"ckeditor/ckeditor": "<4.25",
"clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
"co-stack/fal_sftp": "<0.2.6",
"cockpit-hq/cockpit": "<2.11.4",
"cockpit-hq/cockpit": "<2.13.5",
"code16/sharp": "<9.11.1",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<3.1.10",
@@ -1182,11 +1185,15 @@
"corveda/phpsandbox": "<1.3.5",
"cosenary/instagram": "<=2.3",
"couleurcitron/tarteaucitron-wp": "<0.3",
"cpsit/typo3-mailqueue": "<0.4.3|>=0.5,<0.5.1",
"craftcms/cms": "<4.17.3|>=5,<5.9.6",
"cpsit/typo3-mailqueue": "<0.4.5|>=0.5,<0.5.2",
"craftcms/aws-s3": ">=2.0.2,<=2.2.4",
"craftcms/azure-blob": ">=2.0.0.0-beta1,<=2.1",
"craftcms/cms": "<=4.17.5|>=5,<=5.9.11",
"craftcms/commerce": ">=4,<4.11|>=5,<5.6",
"craftcms/composer": ">=4.0.0.0-RC1-dev,<=4.10|>=5.0.0.0-RC1-dev,<=5.5.1",
"craftcms/craft": ">=3.5,<=4.16.17|>=5.0.0.0-RC1-dev,<=5.8.21",
"craftcms/google-cloud": ">=2.0.0.0-beta1,<=2.2",
"craftcms/webhooks": ">=3,<3.2",
"croogo/croogo": "<=4.0.7",
"cuyz/valinor": "<0.12",
"czim/file-handling": "<1.5|>=2,<2.3",
@@ -1224,6 +1231,7 @@
"dolibarr/dolibarr": "<21.0.3",
"dompdf/dompdf": "<2.0.4",
"doublethreedigital/guest-entries": "<3.1.2",
"dreamfactory/df-core": "<1.0.4",
"drupal-pattern-lab/unified-twig-extensions": "<=0.1",
"drupal/access_code": "<2.0.5",
"drupal/acquia_dam": "<1.1.5",
@@ -1307,7 +1315,7 @@
"filament/actions": ">=3.2,<3.2.123",
"filament/filament": ">=4,<4.3.1",
"filament/infolists": ">=3,<3.2.115",
"filament/tables": ">=3,<3.2.115",
"filament/tables": ">=3,<3.2.115|>=4,<4.8.5|>=5,<5.3.5",
"filegator/filegator": "<7.8",
"filp/whoops": "<2.1.13",
"fineuploader/php-traditional-server": "<=1.2.2",
@@ -1421,6 +1429,7 @@
"jbartels/wec-map": "<3.0.3",
"jcbrand/converse.js": "<3.3.3",
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
"johnbillion/query-monitor": "<3.20.4",
"johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
"joomla/application": "<1.0.13",
"joomla/archive": "<1.1.12|>=2,<2.0.1",
@@ -1439,6 +1448,7 @@
"jweiland/events2": "<8.3.8|>=9,<9.0.6",
"jweiland/kk-downloader": "<1.2.2",
"kazist/phpwhois": "<=4.2.6",
"kelvinmo/simplejwt": "<=1.1",
"kelvinmo/simplexrd": "<3.1.1",
"kevinpapst/kimai2": "<1.16.7",
"khodakhah/nodcms": "<=3",
@@ -1467,7 +1477,7 @@
"lavalite/cms": "<=10.1",
"lavitto/typo3-form-to-database": "<2.2.5|>=3,<3.2.2|>=4,<4.2.3|>=5,<5.0.2",
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
"league/commonmark": "<=2.8",
"league/commonmark": "<=2.8.1",
"league/flysystem": "<1.1.4|>=2,<2.1.1",
"league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
"leantime/leantime": "<3.3",
@@ -1476,7 +1486,7 @@
"librenms/librenms": "<26.2",
"liftkit/database": "<2.13.2",
"lightsaml/lightsaml": "<1.3.5",
"limesurvey/limesurvey": "<6.5.12",
"limesurvey/limesurvey": "<6.15.4",
"livehelperchat/livehelperchat": "<=3.91",
"livewire-filemanager/filemanager": "<=1.0.4",
"livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.6.4",
@@ -1639,7 +1649,7 @@
"phpoffice/phpexcel": "<=1.8.2",
"phpoffice/phpspreadsheet": "<1.30|>=2,<2.1.12|>=2.2,<2.4|>=3,<3.10|>=4,<5",
"phppgadmin/phppgadmin": "<=7.13",
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
"phpseclib/phpseclib": "<=2.0.51|>=3,<=3.0.49",
"phpservermon/phpservermon": "<3.6",
"phpsysinfo/phpsysinfo": "<3.4.3",
"phpunit/phpunit": "<8.5.52|>=9,<9.6.33|>=10,<10.5.62|>=11,<11.5.50|>=12,<12.5.8",
@@ -1695,6 +1705,7 @@
"rainlab/blog-plugin": "<1.4.1",
"rainlab/debugbar-plugin": "<3.1",
"rainlab/user-plugin": "<=1.4.5",
"ralffreit/mfa-email": "<=2",
"rankmath/seo-by-rank-math": "<=1.0.95",
"rap2hpoutre/laravel-log-viewer": "<0.13",
"react/http": ">=0.7,<1.9",
@@ -1705,7 +1716,7 @@
"reportico-web/reportico": "<=8.1",
"rhukster/dom-sanitizer": "<1.0.7",
"rmccue/requests": ">=1.6,<1.8",
"robrichards/xmlseclibs": "<=3.1.3",
"robrichards/xmlseclibs": "<3.1.5",
"roots/soil": "<4.1",
"roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
"rudloff/alltube": "<3.0.3",
@@ -1721,8 +1732,8 @@
"setasign/fpdi": "<2.6.4",
"sfroemken/url_redirect": "<=1.2.1",
"sheng/yiicms": "<1.2.1",
"shopware/core": "<6.6.10.9-dev|>=6.7,<6.7.6.1-dev",
"shopware/platform": "<6.6.10.7-dev|>=6.7,<6.7.3.1-dev",
"shopware/core": "<6.6.10.15-dev|>=6.7,<6.7.8.1-dev",
"shopware/platform": "<6.6.10.15-dev|>=6.7,<6.7.8.1-dev",
"shopware/production": "<=6.3.5.2",
"shopware/shopware": "<=5.7.17|>=6.4.6,<6.6.10.10-dev|>=6.7,<6.7.6.1-dev",
"shopware/storefront": "<6.6.10.10-dev|>=6.7,<6.7.5.1-dev",
@@ -1756,7 +1767,7 @@
"simplesamlphp/simplesamlphp-module-openid": "<1",
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
"simplesamlphp/xml-common": "<1.20",
"simplesamlphp/xml-security": "==1.6.11",
"simplesamlphp/xml-security": "<1.13.9|>=2,<2.3.1",
"simplito/elliptic-php": "<1.0.6",
"sitegeist/fluid-components": "<3.5",
"sjbr/sr-feuser-register": "<2.6.2|>=5.1,<12.5",
@@ -1784,7 +1795,7 @@
"starcitizentools/short-description": ">=4,<4.0.1",
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
"starcitizenwiki/embedvideo": "<=4",
"statamic/cms": "<5.73.11|>=6,<6.4",
"statamic/cms": "<5.73.14|>=6,<6.7.1",
"stormpath/sdk": "<9.9.99",
"studio-42/elfinder": "<=2.1.64",
"studiomitte/friendlycaptcha": "<0.1.4",
@@ -1803,7 +1814,7 @@
"sylius/grid-bundle": "<1.10.1",
"sylius/paypal-plugin": "<1.6.2|>=1.7,<1.7.2|>=2,<2.0.2",
"sylius/resource-bundle": ">=1,<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
"sylius/sylius": "<1.9.12|>=1.10,<1.10.16|>=1.11,<1.11.17|>=1.12.0.0-alpha1,<1.12.19|>=1.13.0.0-alpha1,<1.13.4",
"sylius/sylius": "<1.9.12|>=1.10,<1.10.16|>=1.11,<1.11.17|>=1.12,<=1.12.22|>=1.13,<=1.13.14|>=1.14,<=1.14.17|>=2,<=2.0.15|>=2.1,<=2.1.11|>=2.2,<=2.2.2",
"symbiote/silverstripe-multivaluefield": ">=3,<3.1",
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
"symbiote/silverstripe-seed": "<6.0.3",
@@ -1945,7 +1956,7 @@
"wikibase/wikibase": "<=1.39.3",
"wikimedia/parsoid": "<0.12.2",
"willdurand/js-translation-bundle": "<2.1.1",
"winter/wn-backend-module": "<1.2.4",
"winter/wn-backend-module": "<1.2.12",
"winter/wn-cms-module": "<=1.2.9",
"winter/wn-dusk-plugin": "<2.1",
"winter/wn-system-module": "<1.2.4",
@@ -1959,7 +1970,7 @@
"wpcloud/wp-stateless": "<3.2",
"wpglobus/wpglobus": "<=1.9.6",
"wpmetabox/meta-box": "<5.11.2",
"wwbn/avideo": "<25",
"wwbn/avideo": "<=26",
"xataface/xataface": "<3",
"xpressengine/xpressengine": "<3.0.15",
"yab/quarx": "<2.4.5",
@@ -1978,6 +1989,7 @@
"yiisoft/yii2-redis": "<2.0.20",
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
"yoast/duplicate-post": "<=4.5",
"yourls/yourls": "<=1.10.2",
"yuan1994/tpadmin": "<=1.3.12",
"yungifez/skuul": "<=2.6.5",
@@ -2057,7 +2069,7 @@
"type": "tidelift"
}
],
"time": "2026-03-10T23:09:02+00:00"
"time": "2026-03-20T22:08:23+00:00"
},
{
"name": "sebastian/cli-parser",

View File

@@ -45,6 +45,12 @@ OC.L10N.register(
"Current version" : "النسخة الحالية",
"React with {emoji}" : "تفاعل باستخدام {emoji}",
"Uncategorized" : "غير مُصنّفة",
"Templates" : "القوالب",
"Name" : "الاسم",
"Template name" : "اسم القالب",
"Content" : "المحتوى",
"Both" : "كلاهما",
"Insert" : "إدخال",
"Views" : "مشاهدات",
"Title" : "العنوان",
"Saving draft …" : "حفظ المسوّدة جارٍ...",
@@ -53,6 +59,7 @@ OC.L10N.register(
"Refresh" : "إنعاش",
"Retry" : "أعِدِ المحاولة",
"Error" : "خطأ",
"Created" : "أُنشِئَ",
"Searching …" : "يتم الآن البحث…",
"No results found" : "لا توجد أي نتائج",
"Back to {category}" : "عودة إلى {category}",
@@ -72,9 +79,9 @@ OC.L10N.register(
"Disable" : "تعطيل",
"Description" : "الوصف",
"Enabled" : "مُفعّل",
"Name" : "الاسم",
"New" : "جديد",
"Permissions" : "الصلاحيّات",
"Preview" : "معاينة",
"Move up" : "نقلٌ للأعلي",
"Move down" : "نقلٌ للأسفل",
"Last 7 days" : "آخر 7 أيام",
@@ -86,10 +93,10 @@ OC.L10N.register(
"Reset" : "إعادة تعيين",
"ID" : "معرف ID",
"Owner" : "المالك",
"Created" : "أُنشِئَ",
"Actions" : "الإجراءات",
"No description" : "بدون وصف",
"No teams found" : "لا يوجد أي فريق",
"Members" : "الاعضاء",
"User management" : "إدارة المستخدِمين",
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
"No users found" : "لا يوجد مستخدمون",

View File

@@ -43,6 +43,12 @@
"Current version" : "النسخة الحالية",
"React with {emoji}" : "تفاعل باستخدام {emoji}",
"Uncategorized" : "غير مُصنّفة",
"Templates" : "القوالب",
"Name" : "الاسم",
"Template name" : "اسم القالب",
"Content" : "المحتوى",
"Both" : "كلاهما",
"Insert" : "إدخال",
"Views" : "مشاهدات",
"Title" : "العنوان",
"Saving draft …" : "حفظ المسوّدة جارٍ...",
@@ -51,6 +57,7 @@
"Refresh" : "إنعاش",
"Retry" : "أعِدِ المحاولة",
"Error" : "خطأ",
"Created" : "أُنشِئَ",
"Searching …" : "يتم الآن البحث…",
"No results found" : "لا توجد أي نتائج",
"Back to {category}" : "عودة إلى {category}",
@@ -70,9 +77,9 @@
"Disable" : "تعطيل",
"Description" : "الوصف",
"Enabled" : "مُفعّل",
"Name" : "الاسم",
"New" : "جديد",
"Permissions" : "الصلاحيّات",
"Preview" : "معاينة",
"Move up" : "نقلٌ للأعلي",
"Move down" : "نقلٌ للأسفل",
"Last 7 days" : "آخر 7 أيام",
@@ -84,10 +91,10 @@
"Reset" : "إعادة تعيين",
"ID" : "معرف ID",
"Owner" : "المالك",
"Created" : "أُنشِئَ",
"Actions" : "الإجراءات",
"No description" : "بدون وصف",
"No teams found" : "لا يوجد أي فريق",
"Members" : "الاعضاء",
"User management" : "إدارة المستخدِمين",
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
"No users found" : "لا يوجد مستخدمون",

View File

@@ -39,6 +39,12 @@ OC.L10N.register(
"Save" : "Guardar",
"Current version" : "Versión actual",
"Uncategorized" : "Ensin categoría",
"Templates" : "Plantíes",
"Name" : "Nome",
"Template name" : "Nome de la plantía",
"Content" : "Conteníu",
"Both" : "Dambos",
"Insert" : "Inxertar",
"Views" : "Vistes",
"Title" : "Títulu",
"Draft saved" : "Guardóse'l borrador",
@@ -62,9 +68,9 @@ OC.L10N.register(
"Disable" : "Desactivar",
"Description" : "Descripción",
"Enabled" : "Activóse",
"Name" : "Nome",
"New" : "Nuevu",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"Move up" : "Xubir",
"Move down" : "Baxar",
"Last 7 days" : "Los últimos 7 díes",
@@ -79,6 +85,7 @@ OC.L10N.register(
"Owner" : "Propietariu",
"Actions" : "Aiciones",
"No teams found" : "Nun s'atopó nengún equipu",
"Members" : "Miembros",
"User management" : "Xestión d'usuarios",
"Loading users …" : "Cargando los usuarios…",
"No users found" : "Nun s'atopó nengún usuariu",

View File

@@ -37,6 +37,12 @@
"Save" : "Guardar",
"Current version" : "Versión actual",
"Uncategorized" : "Ensin categoría",
"Templates" : "Plantíes",
"Name" : "Nome",
"Template name" : "Nome de la plantía",
"Content" : "Conteníu",
"Both" : "Dambos",
"Insert" : "Inxertar",
"Views" : "Vistes",
"Title" : "Títulu",
"Draft saved" : "Guardóse'l borrador",
@@ -60,9 +66,9 @@
"Disable" : "Desactivar",
"Description" : "Descripción",
"Enabled" : "Activóse",
"Name" : "Nome",
"New" : "Nuevu",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"Move up" : "Xubir",
"Move down" : "Baxar",
"Last 7 days" : "Los últimos 7 díes",
@@ -77,6 +83,7 @@
"Owner" : "Propietariu",
"Actions" : "Aiciones",
"No teams found" : "Nun s'atopó nengún equipu",
"Members" : "Miembros",
"User management" : "Xestión d'usuarios",
"Loading users …" : "Cargando los usuarios…",
"No users found" : "Nun s'atopó nengún usuariu",

View File

@@ -20,6 +20,7 @@ OC.L10N.register(
"Edit" : "Dəyişiklik et",
"Delete" : "Sil",
"Save" : "Saxla",
"Name" : "Ad",
"Refresh" : "Yenilə",
"Error" : "Səhv",
"by" : "onunla",
@@ -28,7 +29,6 @@ OC.L10N.register(
"Disable" : "Dayandır",
"Description" : "Açıqlanma",
"Enabled" : "İşə salınıb",
"Name" : "Ad",
"New" : "Yeni",
"Settings saved" : "Parametrlər yaddaşa verildi",
"Reset" : "Sıfırla",

View File

@@ -18,6 +18,7 @@
"Edit" : "Dəyişiklik et",
"Delete" : "Sil",
"Save" : "Saxla",
"Name" : "Ad",
"Refresh" : "Yenilə",
"Error" : "Səhv",
"by" : "onunla",
@@ -26,7 +27,6 @@
"Disable" : "Dayandır",
"Description" : "Açıqlanma",
"Enabled" : "İşə salınıb",
"Name" : "Ad",
"New" : "Yeni",
"Settings saved" : "Parametrlər yaddaşa verildi",
"Reset" : "Sıfırla",

View File

@@ -1,6 +1,7 @@
OC.L10N.register(
"forum",
{
"%1$s (Guest)" : "%1$s (госць)",
"Admin" : "Адміністратар",
"Moderator" : "Мадэратар",
"User" : "Карыстальнік",
@@ -26,6 +27,7 @@ OC.L10N.register(
"Categories" : "Катэгорыі",
"Expand" : "Разгарнуць",
"Collapse" : "Згарнуць",
"(Guest)" : "(Госць)",
"Hello world!" : "Hello world!",
"Code" : "Код",
"Font size" : "Памер шрыфта",
@@ -64,6 +66,12 @@ OC.L10N.register(
"Add reaction" : "Дадаць рэакцыю",
"React with {emoji}" : "Адрэагаваць з {emoji}",
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
"Templates" : "Шаблоны",
"Name" : "Назва",
"Template name" : "Назва шаблона",
"Content" : "Змест",
"Both" : "Абодва",
"Insert" : "Уставіць",
"Title" : "Загаловак",
"Saving draft …" : "Захаванне чарнавіка …",
"Draft saved" : "Чарнавік захаваны",
@@ -86,10 +94,10 @@ OC.L10N.register(
"Tag" : "Тэг",
"Description" : "Апісанне",
"Enabled" : "Уключаны",
"Name" : "Назва",
"Enter category name" : "Увядзіце назву катэгорыі",
"New" : "Новы",
"Permissions" : "Дазволы",
"Preview" : "Перадпрагляд",
"Move up" : "Перамясціць уверх",
"Move down" : "Перамясціць уніз",
"Last 7 days" : "Апошнія 7 дзён",
@@ -102,6 +110,7 @@ OC.L10N.register(
"Owner" : "Уладальнік",
"Actions" : "Дзеянні",
"No teams found" : "Каманд не знойдзена",
"Members" : "Удзельнікі",
"Roles" : "Ролі",
"Status" : "Статус",
"Active" : "Актыўны",

View File

@@ -1,4 +1,5 @@
{ "translations": {
"%1$s (Guest)" : "%1$s (госць)",
"Admin" : "Адміністратар",
"Moderator" : "Мадэратар",
"User" : "Карыстальнік",
@@ -24,6 +25,7 @@
"Categories" : "Катэгорыі",
"Expand" : "Разгарнуць",
"Collapse" : "Згарнуць",
"(Guest)" : "(Госць)",
"Hello world!" : "Hello world!",
"Code" : "Код",
"Font size" : "Памер шрыфта",
@@ -62,6 +64,12 @@
"Add reaction" : "Дадаць рэакцыю",
"React with {emoji}" : "Адрэагаваць з {emoji}",
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
"Templates" : "Шаблоны",
"Name" : "Назва",
"Template name" : "Назва шаблона",
"Content" : "Змест",
"Both" : "Абодва",
"Insert" : "Уставіць",
"Title" : "Загаловак",
"Saving draft …" : "Захаванне чарнавіка …",
"Draft saved" : "Чарнавік захаваны",
@@ -84,10 +92,10 @@
"Tag" : "Тэг",
"Description" : "Апісанне",
"Enabled" : "Уключаны",
"Name" : "Назва",
"Enter category name" : "Увядзіце назву катэгорыі",
"New" : "Новы",
"Permissions" : "Дазволы",
"Preview" : "Перадпрагляд",
"Move up" : "Перамясціць уверх",
"Move down" : "Перамясціць уніз",
"Last 7 days" : "Апошнія 7 дзён",
@@ -100,6 +108,7 @@
"Owner" : "Уладальнік",
"Actions" : "Дзеянні",
"No teams found" : "Каманд не знойдзена",
"Members" : "Удзельнікі",
"Roles" : "Ролі",
"Status" : "Статус",
"Active" : "Актыўны",

View File

@@ -47,6 +47,11 @@ OC.L10N.register(
"Current version" : "Текуща версия",
"React with {emoji}" : "Реагирайте с {emoji}",
"Uncategorized" : "Некатегоризирани",
"Templates" : "Шаблони",
"Name" : "Име",
"Template name" : "Име на шаблон",
"Content" : "Съдържание",
"Insert" : "Вмъкване",
"Views" : "Изгледи",
"Title" : "Заглавие",
"Saving draft …" : "Записване на чернова …",
@@ -73,9 +78,9 @@ OC.L10N.register(
"Tag" : "Етикет",
"Description" : "Описание",
"Enabled" : "Включено",
"Name" : "Име",
"New" : "Нов",
"Permissions" : "Права",
"Preview" : "Визуализация",
"Move up" : "Преместване нагоре",
"Move down" : "Преместване надолу",
"Last 7 days" : "Последните 7 дни",
@@ -89,6 +94,7 @@ OC.L10N.register(
"Owner" : "Създател",
"Actions" : "Действия",
"No description" : "Без описание",
"Members" : "Членове",
"No users found" : "Няма намерени потребители",
"Joined" : "Присъединен",
"Status" : "Състояние",

View File

@@ -45,6 +45,11 @@
"Current version" : "Текуща версия",
"React with {emoji}" : "Реагирайте с {emoji}",
"Uncategorized" : "Некатегоризирани",
"Templates" : "Шаблони",
"Name" : "Име",
"Template name" : "Име на шаблон",
"Content" : "Съдържание",
"Insert" : "Вмъкване",
"Views" : "Изгледи",
"Title" : "Заглавие",
"Saving draft …" : "Записване на чернова …",
@@ -71,9 +76,9 @@
"Tag" : "Етикет",
"Description" : "Описание",
"Enabled" : "Включено",
"Name" : "Име",
"New" : "Нов",
"Permissions" : "Права",
"Preview" : "Визуализация",
"Move up" : "Преместване нагоре",
"Move down" : "Преместване надолу",
"Last 7 days" : "Последните 7 дни",
@@ -87,6 +92,7 @@
"Owner" : "Създател",
"Actions" : "Действия",
"No description" : "Без описание",
"Members" : "Членове",
"No users found" : "Няма намерени потребители",
"Joined" : "Присъединен",
"Status" : "Състояние",

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
"Save" : "সংরক্ষণ",
"Name" : "নাম",
"Refresh" : "নবোদ্যম",
"Error" : "সমস্যা",
"by" : "কর্তৃক",
@@ -24,7 +25,6 @@ OC.L10N.register(
"Disable" : "নিষ্ক্রিয়",
"Description" : "বিবরণ",
"Enabled" : "কার্যকর",
"Name" : "নাম",
"New" : "নতুন",
"Reset" : "পূণঃনির্ধানণ",
"Actions" : "পদক্ষেপসমূহ",

View File

@@ -15,6 +15,7 @@
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
"Save" : "সংরক্ষণ",
"Name" : "নাম",
"Refresh" : "নবোদ্যম",
"Error" : "সমস্যা",
"by" : "কর্তৃক",
@@ -22,7 +23,6 @@
"Disable" : "নিষ্ক্রিয়",
"Description" : "বিবরণ",
"Enabled" : "কার্যকর",
"Name" : "নাম",
"New" : "নতুন",
"Reset" : "পূণঃনির্ধানণ",
"Actions" : "পদক্ষেপসমূহ",

View File

@@ -21,11 +21,13 @@ OC.L10N.register(
"Edit" : "Embann",
"Delete" : "Dilemel",
"Save" : "Enrollañ",
"Name" : "Anv",
"Title" : "Titl",
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
"Refresh" : "Freskaat",
"Retry" : "Klaskit en dro",
"Error" : "Fazi",
"Created" : "Krouet",
"Searching …" : "O klask ...",
"Back to {category}" : "Distro da {category}",
"by" : "gant",
@@ -34,13 +36,12 @@ OC.L10N.register(
"Enable" : "Aotreañ",
"Disable" : "Diweredekaat",
"Description" : "Deskrivadur",
"Name" : "Anv",
"New" : "Nevez",
"Preview" : "Ragwell",
"General settings" : "Stummoù hollek",
"Access control" : "Kontrol tremen",
"Settings saved" : "Stummoù enrollet",
"ID" : "ID",
"Created" : "Krouet",
"Actions" : "Oberoù",
"Status" : "Statud",
"Active" : "O labourat",

View File

@@ -19,11 +19,13 @@
"Edit" : "Embann",
"Delete" : "Dilemel",
"Save" : "Enrollañ",
"Name" : "Anv",
"Title" : "Titl",
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
"Refresh" : "Freskaat",
"Retry" : "Klaskit en dro",
"Error" : "Fazi",
"Created" : "Krouet",
"Searching …" : "O klask ...",
"Back to {category}" : "Distro da {category}",
"by" : "gant",
@@ -32,13 +34,12 @@
"Enable" : "Aotreañ",
"Disable" : "Diweredekaat",
"Description" : "Deskrivadur",
"Name" : "Anv",
"New" : "Nevez",
"Preview" : "Ragwell",
"General settings" : "Stummoù hollek",
"Access control" : "Kontrol tremen",
"Settings saved" : "Stummoù enrollet",
"ID" : "ID",
"Created" : "Krouet",
"Actions" : "Oberoù",
"Status" : "Statud",
"Active" : "O labourat",

View File

@@ -1,31 +0,0 @@
OC.L10N.register(
"forum",
{
"Admin" : "Administrator",
"User" : "User",
"Forum" : "Forum",
"Search" : "Search",
"Home" : "Početna stranica",
"Users" : "Korisnici",
"Collapse" : "Proširi",
"Hello world!" : "Halo svijete!",
"Close" : "Zatvori",
"Cancel" : "Cancel",
"Create" : "Kreiraj",
"Update" : "Ažuriraj",
"Move" : "Move",
"Edit" : "Izmjeni",
"Delete" : "Obriši",
"Save" : "Spremi",
"Title" : "Naslov",
"Error" : "Greška",
"by" : "od strane",
"Disable" : "Onemogući",
"Description" : "Opis",
"Enabled" : "Aktivirano",
"Name" : "Ime",
"New" : "Novo",
"Owner" : "Vlasnik",
"Actions" : "Radnje"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@@ -1,29 +0,0 @@
{ "translations": {
"Admin" : "Administrator",
"User" : "User",
"Forum" : "Forum",
"Search" : "Search",
"Home" : "Početna stranica",
"Users" : "Korisnici",
"Collapse" : "Proširi",
"Hello world!" : "Halo svijete!",
"Close" : "Zatvori",
"Cancel" : "Cancel",
"Create" : "Kreiraj",
"Update" : "Ažuriraj",
"Move" : "Move",
"Edit" : "Izmjeni",
"Delete" : "Obriši",
"Save" : "Spremi",
"Title" : "Naslov",
"Error" : "Greška",
"by" : "od strane",
"Disable" : "Onemogući",
"Description" : "Opis",
"Enabled" : "Aktivirano",
"Name" : "Ime",
"New" : "Novo",
"Owner" : "Vlasnik",
"Actions" : "Radnje"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View File

@@ -49,6 +49,12 @@ OC.L10N.register(
"Current version" : "Versió actual",
"React with {emoji}" : "Reacciona amb {emoji}",
"Uncategorized" : "Sense categoria",
"Templates" : "Plantilles",
"Name" : "Nom",
"Template name" : "Nom de la plantilla",
"Content" : "Contingut",
"Both" : "Tots dos",
"Insert" : "Insereix",
"Views" : "Vistes",
"Title" : "Títol",
"Saving draft …" : "S'està desant l'esborrany …",
@@ -58,6 +64,7 @@ OC.L10N.register(
"Refresh" : "Actualitza",
"Retry" : "Torna-ho a provar",
"Error" : "Error",
"Created" : "S'ha creat",
"Searching …" : "S'està cercant…",
"No results found" : "No s'ha trobat cap resultat",
"Back to {category}" : "Torna a {category}",
@@ -78,9 +85,9 @@ OC.L10N.register(
"Tag" : "Etiqueta",
"Description" : "Descripció",
"Enabled" : "Habilitat",
"Name" : "Nom",
"New" : "Crea",
"Permissions" : "Permisos",
"Preview" : "Previsualitza",
"Move up" : "Mou amunt",
"Move down" : "Mou avall",
"Last 7 days" : "Darrers 7 dies",
@@ -93,9 +100,9 @@ OC.L10N.register(
"Reset" : "Reinicialitza",
"ID" : "ID",
"Owner" : "Propietat",
"Created" : "S'ha creat",
"Actions" : "Accions",
"No teams found" : "No s'ha trobat cap equip",
"Members" : "Membres",
"User management" : "Gestió d'usuaris",
"Loading users …" : "S'estan carregant usuaris …",
"No users found" : "No s'ha trobat cap usuari",

View File

@@ -47,6 +47,12 @@
"Current version" : "Versió actual",
"React with {emoji}" : "Reacciona amb {emoji}",
"Uncategorized" : "Sense categoria",
"Templates" : "Plantilles",
"Name" : "Nom",
"Template name" : "Nom de la plantilla",
"Content" : "Contingut",
"Both" : "Tots dos",
"Insert" : "Insereix",
"Views" : "Vistes",
"Title" : "Títol",
"Saving draft …" : "S'està desant l'esborrany …",
@@ -56,6 +62,7 @@
"Refresh" : "Actualitza",
"Retry" : "Torna-ho a provar",
"Error" : "Error",
"Created" : "S'ha creat",
"Searching …" : "S'està cercant…",
"No results found" : "No s'ha trobat cap resultat",
"Back to {category}" : "Torna a {category}",
@@ -76,9 +83,9 @@
"Tag" : "Etiqueta",
"Description" : "Descripció",
"Enabled" : "Habilitat",
"Name" : "Nom",
"New" : "Crea",
"Permissions" : "Permisos",
"Preview" : "Previsualitza",
"Move up" : "Mou amunt",
"Move down" : "Mou avall",
"Last 7 days" : "Darrers 7 dies",
@@ -91,9 +98,9 @@
"Reset" : "Reinicialitza",
"ID" : "ID",
"Owner" : "Propietat",
"Created" : "S'ha creat",
"Actions" : "Accions",
"No teams found" : "No s'ha trobat cap equip",
"Members" : "Membres",
"User management" : "Gestió d'usuaris",
"Loading users …" : "S'estan carregant usuaris …",
"No users found" : "No s'ha trobat cap usuari",

View File

@@ -130,6 +130,7 @@ OC.L10N.register(
"Can view" : "Může zobrazovat",
"Can moderate" : "Může moderovat",
"Allow" : "Umožnit",
"Pick a color" : "Zvolte barvu",
"Create category header" : "Vytvořit záhlaví kategorie",
"Edit category header" : "Upravit záhlaví kategorie",
"Header name" : "Název záhlaví",
@@ -190,6 +191,12 @@ OC.L10N.register(
"Locked thread" : "Uzamčené vlákno",
"Uncategorized" : "Nezařazeno",
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
"Templates" : "Šablony",
"Name" : "Název",
"Template name" : "Název šablony",
"Content" : "Obsah",
"Both" : "Obojí",
"Insert" : "Vložit",
"Views" : "Zobrazení",
"Title" : "Titul",
"Enter thread title …" : "Zadejte titulek vlákna …",
@@ -227,7 +234,7 @@ OC.L10N.register(
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
"No category specified" : "Neurčena žádná kategorie",
"Error" : "Error",
"First activity" : "První aktivita",
"Created" : "Vytvořeno",
"Threads ({count})" : "Vlákna ({count})",
"Replies ({count})" : "Odpovědi ({count})",
"No threads" : "Žádná vlákna",
@@ -360,7 +367,6 @@ OC.L10N.register(
"Basic information" : "Základní informace",
"Category header" : "Záhlaví kategorie",
"-- Select a header --" : "-- Vybrat záhlaví --",
"Name" : "Název",
"Enter category name" : "Zadejte název kategorie",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
@@ -368,10 +374,7 @@ OC.L10N.register(
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
"New" : "Nové",
"Permissions" : "Oprávnění",
"Control which roles can access and moderate this category" : "Určete které role mohou k této kategorii přistupovat a moderovat v ní",
"Select roles that can view this category and its threads" : "Vyberte role které si mohou zobrazovat tuto kategorii a její vlákna",
"Select roles that can moderate (edit/delete) content in this category" : "Vyberte role které mohou moderovat (upravovat/mazat) obsah v této kategorii",
"Select roles …" : "Vybrat role …",
"Preview" : "Náhled",
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
"Error loading categories" : "Chyba při načítání kategorií",
"No categories in this header" : "Žádné kategorie v tomto záhlaví",
@@ -466,12 +469,12 @@ OC.L10N.register(
"Create your first role to get started" : "Začněte vytvořením první role",
"ID" : "Identif.",
"Owner" : "Vlastník",
"Created" : "Vytvořeno",
"Actions" : "Akce",
"No description" : "Bez popisu",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Opravdu chcete roli „{name}“ smazat? Tuto akci nepůjde vzít zpět.",
"System roles cannot be deleted" : "Systémové role není možné smazat",
"No teams found" : "Nenalezeny žádné týmy",
"Members" : "Členové",
"User management" : "Správa uživatelů",
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
"Loading users …" : "Načítání uživatelů …",

View File

@@ -128,6 +128,7 @@
"Can view" : "Může zobrazovat",
"Can moderate" : "Může moderovat",
"Allow" : "Umožnit",
"Pick a color" : "Zvolte barvu",
"Create category header" : "Vytvořit záhlaví kategorie",
"Edit category header" : "Upravit záhlaví kategorie",
"Header name" : "Název záhlaví",
@@ -188,6 +189,12 @@
"Locked thread" : "Uzamčené vlákno",
"Uncategorized" : "Nezařazeno",
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
"Templates" : "Šablony",
"Name" : "Název",
"Template name" : "Název šablony",
"Content" : "Obsah",
"Both" : "Obojí",
"Insert" : "Vložit",
"Views" : "Zobrazení",
"Title" : "Titul",
"Enter thread title …" : "Zadejte titulek vlákna …",
@@ -225,7 +232,7 @@
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
"No category specified" : "Neurčena žádná kategorie",
"Error" : "Error",
"First activity" : "První aktivita",
"Created" : "Vytvořeno",
"Threads ({count})" : "Vlákna ({count})",
"Replies ({count})" : "Odpovědi ({count})",
"No threads" : "Žádná vlákna",
@@ -358,7 +365,6 @@
"Basic information" : "Základní informace",
"Category header" : "Záhlaví kategorie",
"-- Select a header --" : "-- Vybrat záhlaví --",
"Name" : "Název",
"Enter category name" : "Zadejte název kategorie",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
@@ -366,10 +372,7 @@
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
"New" : "Nové",
"Permissions" : "Oprávnění",
"Control which roles can access and moderate this category" : "Určete které role mohou k této kategorii přistupovat a moderovat v ní",
"Select roles that can view this category and its threads" : "Vyberte role které si mohou zobrazovat tuto kategorii a její vlákna",
"Select roles that can moderate (edit/delete) content in this category" : "Vyberte role které mohou moderovat (upravovat/mazat) obsah v této kategorii",
"Select roles …" : "Vybrat role …",
"Preview" : "Náhled",
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
"Error loading categories" : "Chyba při načítání kategorií",
"No categories in this header" : "Žádné kategorie v tomto záhlaví",
@@ -464,12 +467,12 @@
"Create your first role to get started" : "Začněte vytvořením první role",
"ID" : "Identif.",
"Owner" : "Vlastník",
"Created" : "Vytvořeno",
"Actions" : "Akce",
"No description" : "Bez popisu",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Opravdu chcete roli „{name}“ smazat? Tuto akci nepůjde vzít zpět.",
"System roles cannot be deleted" : "Systémové role není možné smazat",
"No teams found" : "Nenalezeny žádné týmy",
"Members" : "Členové",
"User management" : "Správa uživatelů",
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
"Loading users …" : "Načítání uživatelů …",

View File

@@ -23,6 +23,7 @@ OC.L10N.register(
"Delete" : "Dileu",
"Save" : "Cadw",
"Uncategorized" : "Dim categori",
"Name" : "Enw",
"Views" : "Dangosiadau",
"Saving draft …" : "Yn cadw drafft …",
"Draft saved" : "Cadwyd y drafft",
@@ -34,8 +35,8 @@ OC.L10N.register(
"Signature" : "Llofnod",
"Disable" : "Analluogi",
"Description" : "Disgrifiad",
"Name" : "Enw",
"New" : "Newydd",
"Preview" : "Rhagolwg",
"ID" : "ID",
"Owner" : "Perchennog",
"Actions" : "Gweithredoedd",

View File

@@ -21,6 +21,7 @@
"Delete" : "Dileu",
"Save" : "Cadw",
"Uncategorized" : "Dim categori",
"Name" : "Enw",
"Views" : "Dangosiadau",
"Saving draft …" : "Yn cadw drafft …",
"Draft saved" : "Cadwyd y drafft",
@@ -32,8 +33,8 @@
"Signature" : "Llofnod",
"Disable" : "Analluogi",
"Description" : "Disgrifiad",
"Name" : "Enw",
"New" : "Newydd",
"Preview" : "Rhagolwg",
"ID" : "ID",
"Owner" : "Perchennog",
"Actions" : "Gweithredoedd",

View File

@@ -46,6 +46,11 @@ OC.L10N.register(
"Current version" : "Nuværende version",
"Uncategorized" : "Udenfor kategori",
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
"Templates" : "Skabeloner",
"Name" : "Navn",
"Content" : "Indhold",
"Both" : "Begge",
"Insert" : "Indsæt",
"Views" : "Visninger",
"Title" : "Titel",
"Saving draft …" : "Gemmer kladde…",
@@ -55,6 +60,7 @@ OC.L10N.register(
"Refresh" : "Opdatér",
"Retry" : "Prøv igen",
"Error" : "Fejl",
"Created" : "Oprettet",
"Searching …" : "Søger …",
"No results found" : "Ingen resultater fundet",
"Back to {category}" : "Tilbage til {category}",
@@ -74,9 +80,9 @@ OC.L10N.register(
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
"Description" : "Beskrivelse",
"Enabled" : "Aktiveret",
"Name" : "Navn",
"New" : "Nyt",
"Permissions" : "Rettigheder",
"Preview" : "Forhåndsvisning",
"Move up" : "Flyt op",
"Move down" : "Flyt ned",
"Last 7 days" : "Sidste 7 dage",
@@ -88,9 +94,9 @@ OC.L10N.register(
"Reset" : "Nulstil",
"ID" : "ID",
"Owner" : "Ejer",
"Created" : "Oprettet",
"Actions" : "Handlinger",
"No teams found" : "Ingen teams fundet",
"Members" : "Medlemmer",
"Loading users …" : "Henter brugere ...",
"No users found" : "Ingen brugere fundet",
"Joined" : "Forbind",

View File

@@ -44,6 +44,11 @@
"Current version" : "Nuværende version",
"Uncategorized" : "Udenfor kategori",
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
"Templates" : "Skabeloner",
"Name" : "Navn",
"Content" : "Indhold",
"Both" : "Begge",
"Insert" : "Indsæt",
"Views" : "Visninger",
"Title" : "Titel",
"Saving draft …" : "Gemmer kladde…",
@@ -53,6 +58,7 @@
"Refresh" : "Opdatér",
"Retry" : "Prøv igen",
"Error" : "Fejl",
"Created" : "Oprettet",
"Searching …" : "Søger …",
"No results found" : "Ingen resultater fundet",
"Back to {category}" : "Tilbage til {category}",
@@ -72,9 +78,9 @@
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
"Description" : "Beskrivelse",
"Enabled" : "Aktiveret",
"Name" : "Navn",
"New" : "Nyt",
"Permissions" : "Rettigheder",
"Preview" : "Forhåndsvisning",
"Move up" : "Flyt op",
"Move down" : "Flyt ned",
"Last 7 days" : "Sidste 7 dage",
@@ -86,9 +92,9 @@
"Reset" : "Nulstil",
"ID" : "ID",
"Owner" : "Ejer",
"Created" : "Oprettet",
"Actions" : "Handlinger",
"No teams found" : "Ingen teams fundet",
"Members" : "Medlemmer",
"Loading users …" : "Henter brugere ...",
"No users found" : "Ingen brugere fundet",
"Joined" : "Forbind",

View File

@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Recent Forum activity" : "Neueste Forumsaktivitäten",
"More activity" : "Weitere Aktivitäten",
"%1$s (Guest)" : "%1$s (Gast)",
"New thread by %1$s" : "Neues Thema von %1$s",
"Reply by %1$s" : "Antwort von %1$s",
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
@@ -70,7 +71,7 @@ OC.L10N.register(
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
"Loading …" : "Lade …",
"Loading …" : "Lade …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
@@ -83,6 +84,7 @@ OC.L10N.register(
"BBCodes" : "BBCodes",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
"Hello world!" : "Hallo Welt!",
@@ -122,6 +124,8 @@ OC.L10N.register(
"Uploading file …" : "Lade Datei hoch …",
"Upload failed" : "Hochladen fehlgeschlagen",
"Close" : "Schließen",
"More formatting options" : "Weitere Formatierungsoptionen",
"Insert template" : "Vorlage einfügen",
"Pick a file to attach" : "Eine Datei zum Anhängen auswählen",
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
"Threads" : "Themen",
@@ -139,6 +143,7 @@ OC.L10N.register(
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wähle eine Farbe",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -150,6 +155,15 @@ OC.L10N.register(
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
"Forum admin accounts:" : "Forum-Administrationskonten:",
"Select accounts …" : "Konten auswählen …",
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle",
"Initialize forum" : "Forum initialisieren",
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -175,11 +189,11 @@ OC.L10N.register(
"View edit history" : "Bearbeitungsverlauf anzeigen",
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
"Unread" : "Ungelesen",
"Edit your reply …" : "Deine Antwort bearbeiten …",
"Edit your reply …" : "Deine Antwort bearbeiten …",
"Save" : "Speichern",
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
"Edit history" : "Verlauf bearbeiten",
"Loading history …" : "Lade Verlauf …",
"Loading history …" : "Lade Verlauf …",
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
"Current version" : "Aktuelle Version",
"Edited by" : "Bearbeitet von",
@@ -190,7 +204,7 @@ OC.L10N.register(
"You reacted with {emoji}" : "Du hast mit {emoji} reagiert",
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Du und %n Anderer haben mit {emoji} reagiert","Du 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 ...",
"Write your reply …" : "Schreibe deine Antwort …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll deine Antwort verworfen werden?",
"In thread" : "Im Thema",
@@ -199,13 +213,29 @@ OC.L10N.register(
"Locked thread" : "Gesperrtes Thema",
"Uncategorized" : "Ohne Kategorie",
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
"Templates" : "Vorlagen",
"Add template" : "Vorlage hinzufügen",
"Edit template" : "Vorlage bearbeiten",
"No templates yet" : "Bislang keine Vorlagen",
"Loading templates …" : "Lade Vorlagen …",
"Name" : "Name",
"Template name" : "Name",
"Content" : "Inhalt",
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
"Show in:" : "Anzeigen in:",
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
"Both" : "Beide",
"Threads & replies" : "Themen & Antworten",
"Neither (disabled)" : "Weder noch (deaktiviert)",
"Insert" : "Einfügen",
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
"Views" : "Ansichten",
"Title" : "Titel",
"Enter thread title …" : "Titel des Themas eingeben …",
"Write your thread content …" : "Deinen Themeninhalt schreiben …",
"Write your thread content …" : "Deinen Themeninhalt schreiben …",
"Create thread" : "Thema erstellen",
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
"Saving draft …" : "Speichere Entwurf …",
"Saving draft …" : "Speichere Entwurf …",
"Draft saved" : "Entwurf gespeichert",
"Unsaved changes" : "Nicht gespeicherte Änderungen",
"Back to home" : "Zurück zur Hauptseite",
@@ -237,7 +267,7 @@ OC.L10N.register(
"No category specified" : "Keine Kategorie angegeben",
"You do not have permission to create threads in this category." : "Du hast keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
"Error" : "Fehler",
"First activity" : "Erste Aktivität",
"Created" : "Erstellt",
"Threads ({count})" : "Themen ({count})",
"Replies ({count})" : "Antworten ({count})",
"No threads" : "Keine Themen",
@@ -245,7 +275,7 @@ OC.L10N.register(
"No replies" : "Keine Antworten",
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
"Enter search query …" : "Suchanfrage eingeben ...",
"Enter search query …" : "Suchanfrage eingeben …",
"Search in threads" : "In Themen suchen",
"Search in replies" : "In den Antworten suchen",
"Syntax help" : "Syntaxhilfe",
@@ -255,7 +285,7 @@ OC.L10N.register(
"Either term matches" : "Jeder der beiden Begriffe passt",
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
"Searching …" : "Suche …",
"Searching …" : "Suche …",
"Search Error" : "Suchfehler",
"Enter a search query" : "Eine Suchabfrage eingeben",
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
@@ -316,7 +346,7 @@ OC.L10N.register(
"Failed to move thread" : "Thema konnte nicht verschoben werden",
"Preferences" : "Einstellungen",
"Customize your forum experience" : "Dein Forenerlebnis anpassen",
"Loading preferences …" : "Einstellungen laden ...",
"Loading preferences …" : "Einstellungen laden …",
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
"Notifications" : "Benachrichtigungen",
"Configure how you receive notifications" : "Einrichten, wie du Benachrichtigungen erhältst",
@@ -333,7 +363,7 @@ OC.L10N.register(
"Signature" : "Signatur",
"Your signature appears at the bottom of your threads or replies" : "Deine Signatur erscheint am Ende deiner Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Du kannst die BBCode-Formatierung in deiner Signatur verwenden",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Failed to save preferences" : "Einstellungen konnten nicht gespeichert werden",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -371,7 +401,6 @@ OC.L10N.register(
"Basic information" : "Grundlegende Information",
"Category header" : "Kategorieüberschrift",
"-- Select a header --" : "-- Eine Überschrift auswählen --",
"Name" : "Name",
"Enter category name" : "Kategorienamen eingeben",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
@@ -379,12 +408,19 @@ OC.L10N.register(
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
"New" : "Neu",
"Permissions" : "Berechtigungen",
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles …" : "Rollen auswählen ...",
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles or teams that can create new threads in this category" : "Rollen oder Teams auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles or teams that can reply to threads in this category" : "Rollen oder Teams auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles or teams that can moderate (edit/delete) content in this category" : "Rollen oder Teams auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles or teams …" : "Rollen oder Teams auswählen …",
"Design" : "Design",
"Customize the appearance of this category" : "Das Erscheinungsbild dieser Kategorie anpassen",
"Category color" : "Kategoriefarbe",
"Text color" : "Textfarbe",
"Dark text" : "Dunkler Text",
"Light text" : "Heller Text",
"Preview" : "Vorschau",
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
"Error loading categories" : "Kategorien laden fehlgeschlagen",
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
@@ -479,7 +515,6 @@ OC.L10N.register(
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
"ID" : "ID",
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Actions" : "Aktionen",
"No description" : "Keine Beschreibung",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
@@ -489,6 +524,7 @@ OC.L10N.register(
"Loading teams …" : "Lade Teams …",
"Error loading teams" : "Fehler beim Laden der Teams",
"No teams found" : "Keine Teams gefunden",
"Members" : "Mitglieder",
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
"Edit team" : "Team bearbeiten",
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
@@ -497,7 +533,7 @@ OC.L10N.register(
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
"User management" : "Benutzerverwaltung",
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
"Loading users …" : "Lade Benutzer …",
"Loading users …" : "Lade Benutzer …",
"Error loading users" : "Fehler beim Laden der Benutzer",
"No users found" : "Keine Benutzer gefunden",
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",

View File

@@ -1,6 +1,7 @@
{ "translations": {
"Recent Forum activity" : "Neueste Forumsaktivitäten",
"More activity" : "Weitere Aktivitäten",
"%1$s (Guest)" : "%1$s (Gast)",
"New thread by %1$s" : "Neues Thema von %1$s",
"Reply by %1$s" : "Antwort von %1$s",
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
@@ -68,7 +69,7 @@
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
"Loading …" : "Lade …",
"Loading …" : "Lade …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
@@ -81,6 +82,7 @@
"BBCodes" : "BBCodes",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
"Hello world!" : "Hallo Welt!",
@@ -120,6 +122,8 @@
"Uploading file …" : "Lade Datei hoch …",
"Upload failed" : "Hochladen fehlgeschlagen",
"Close" : "Schließen",
"More formatting options" : "Weitere Formatierungsoptionen",
"Insert template" : "Vorlage einfügen",
"Pick a file to attach" : "Eine Datei zum Anhängen auswählen",
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
"Threads" : "Themen",
@@ -137,6 +141,7 @@
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wähle eine Farbe",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -148,6 +153,15 @@
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
"Forum admin accounts:" : "Forum-Administrationskonten:",
"Select accounts …" : "Konten auswählen …",
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle",
"Initialize forum" : "Forum initialisieren",
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -173,11 +187,11 @@
"View edit history" : "Bearbeitungsverlauf anzeigen",
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
"Unread" : "Ungelesen",
"Edit your reply …" : "Deine Antwort bearbeiten …",
"Edit your reply …" : "Deine Antwort bearbeiten …",
"Save" : "Speichern",
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
"Edit history" : "Verlauf bearbeiten",
"Loading history …" : "Lade Verlauf …",
"Loading history …" : "Lade Verlauf …",
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
"Current version" : "Aktuelle Version",
"Edited by" : "Bearbeitet von",
@@ -188,7 +202,7 @@
"You reacted with {emoji}" : "Du hast mit {emoji} reagiert",
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Du und %n Anderer haben mit {emoji} reagiert","Du 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 ...",
"Write your reply …" : "Schreibe deine Antwort …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll deine Antwort verworfen werden?",
"In thread" : "Im Thema",
@@ -197,13 +211,29 @@
"Locked thread" : "Gesperrtes Thema",
"Uncategorized" : "Ohne Kategorie",
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
"Templates" : "Vorlagen",
"Add template" : "Vorlage hinzufügen",
"Edit template" : "Vorlage bearbeiten",
"No templates yet" : "Bislang keine Vorlagen",
"Loading templates …" : "Lade Vorlagen …",
"Name" : "Name",
"Template name" : "Name",
"Content" : "Inhalt",
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
"Show in:" : "Anzeigen in:",
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
"Both" : "Beide",
"Threads & replies" : "Themen & Antworten",
"Neither (disabled)" : "Weder noch (deaktiviert)",
"Insert" : "Einfügen",
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
"Views" : "Ansichten",
"Title" : "Titel",
"Enter thread title …" : "Titel des Themas eingeben …",
"Write your thread content …" : "Deinen Themeninhalt schreiben …",
"Write your thread content …" : "Deinen Themeninhalt schreiben …",
"Create thread" : "Thema erstellen",
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
"Saving draft …" : "Speichere Entwurf …",
"Saving draft …" : "Speichere Entwurf …",
"Draft saved" : "Entwurf gespeichert",
"Unsaved changes" : "Nicht gespeicherte Änderungen",
"Back to home" : "Zurück zur Hauptseite",
@@ -235,7 +265,7 @@
"No category specified" : "Keine Kategorie angegeben",
"You do not have permission to create threads in this category." : "Du hast keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
"Error" : "Fehler",
"First activity" : "Erste Aktivität",
"Created" : "Erstellt",
"Threads ({count})" : "Themen ({count})",
"Replies ({count})" : "Antworten ({count})",
"No threads" : "Keine Themen",
@@ -243,7 +273,7 @@
"No replies" : "Keine Antworten",
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
"Enter search query …" : "Suchanfrage eingeben ...",
"Enter search query …" : "Suchanfrage eingeben …",
"Search in threads" : "In Themen suchen",
"Search in replies" : "In den Antworten suchen",
"Syntax help" : "Syntaxhilfe",
@@ -253,7 +283,7 @@
"Either term matches" : "Jeder der beiden Begriffe passt",
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
"Searching …" : "Suche …",
"Searching …" : "Suche …",
"Search Error" : "Suchfehler",
"Enter a search query" : "Eine Suchabfrage eingeben",
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
@@ -314,7 +344,7 @@
"Failed to move thread" : "Thema konnte nicht verschoben werden",
"Preferences" : "Einstellungen",
"Customize your forum experience" : "Dein Forenerlebnis anpassen",
"Loading preferences …" : "Einstellungen laden ...",
"Loading preferences …" : "Einstellungen laden …",
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
"Notifications" : "Benachrichtigungen",
"Configure how you receive notifications" : "Einrichten, wie du Benachrichtigungen erhältst",
@@ -331,7 +361,7 @@
"Signature" : "Signatur",
"Your signature appears at the bottom of your threads or replies" : "Deine Signatur erscheint am Ende deiner Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Du kannst die BBCode-Formatierung in deiner Signatur verwenden",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Failed to save preferences" : "Einstellungen konnten nicht gespeichert werden",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -369,7 +399,6 @@
"Basic information" : "Grundlegende Information",
"Category header" : "Kategorieüberschrift",
"-- Select a header --" : "-- Eine Überschrift auswählen --",
"Name" : "Name",
"Enter category name" : "Kategorienamen eingeben",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
@@ -377,12 +406,19 @@
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
"New" : "Neu",
"Permissions" : "Berechtigungen",
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles …" : "Rollen auswählen ...",
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles or teams that can create new threads in this category" : "Rollen oder Teams auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles or teams that can reply to threads in this category" : "Rollen oder Teams auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles or teams that can moderate (edit/delete) content in this category" : "Rollen oder Teams auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles or teams …" : "Rollen oder Teams auswählen …",
"Design" : "Design",
"Customize the appearance of this category" : "Das Erscheinungsbild dieser Kategorie anpassen",
"Category color" : "Kategoriefarbe",
"Text color" : "Textfarbe",
"Dark text" : "Dunkler Text",
"Light text" : "Heller Text",
"Preview" : "Vorschau",
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
"Error loading categories" : "Kategorien laden fehlgeschlagen",
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
@@ -477,7 +513,6 @@
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
"ID" : "ID",
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Actions" : "Aktionen",
"No description" : "Keine Beschreibung",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
@@ -487,6 +522,7 @@
"Loading teams …" : "Lade Teams …",
"Error loading teams" : "Fehler beim Laden der Teams",
"No teams found" : "Keine Teams gefunden",
"Members" : "Mitglieder",
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
"Edit team" : "Team bearbeiten",
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
@@ -495,7 +531,7 @@
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
"User management" : "Benutzerverwaltung",
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
"Loading users …" : "Lade Benutzer …",
"Loading users …" : "Lade Benutzer …",
"Error loading users" : "Fehler beim Laden der Benutzer",
"No users found" : "Keine Benutzer gefunden",
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",

View File

@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Recent Forum activity" : "Neueste Forumsaktivitäten",
"More activity" : "Weitere Aktivitäten",
"%1$s (Guest)" : "%1$s (Gast)",
"New thread by %1$s" : "Neues Thema von %1$s",
"Reply by %1$s" : "Antwort von %1$s",
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
@@ -70,7 +71,7 @@ OC.L10N.register(
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
"Loading …" : "Lade …",
"Loading …" : "Lade …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
@@ -83,6 +84,7 @@ OC.L10N.register(
"BBCodes" : "BBCodes",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
"Hello world!" : "Hallo Welt!",
@@ -122,6 +124,8 @@ OC.L10N.register(
"Uploading file …" : "Lade Datei hoch …",
"Upload failed" : "Hochladen fehlgeschlagen",
"Close" : "Schließen",
"More formatting options" : "Weitere Formatierungsoptionen",
"Insert template" : "Vorlage einfügen",
"Pick a file to attach" : "Wähle eine Datei zum Anhängen aus",
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
"Threads" : "Themen",
@@ -139,6 +143,7 @@ OC.L10N.register(
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wählen Sie eine Farbe",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -150,6 +155,15 @@ OC.L10N.register(
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
"Forum admin accounts:" : "Forum-Administrationskonten:",
"Select accounts …" : "Konten auswählen …",
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle.",
"Initialize forum" : "Forum initialisieren",
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -175,11 +189,11 @@ OC.L10N.register(
"View edit history" : "Bearbeitungsverlauf anzeigen",
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
"Unread" : "Ungelesen",
"Edit your reply …" : "Ihre Antwort bearbeiten …",
"Edit your reply …" : "Ihre Antwort bearbeiten …",
"Save" : "Speichern",
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
"Edit history" : "Verlauf bearbeiten",
"Loading history …" : "Lade Verlauf …",
"Loading history …" : "Lade Verlauf …",
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
"Current version" : "Aktuelle Version",
"Edited by" : "Bearbeitet von",
@@ -190,7 +204,7 @@ OC.L10N.register(
"You reacted with {emoji}" : "Sie haben mit {emoji} reagiert",
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sie und %n Anderer haben mit {emoji} reagiert","Sie und %n Andere haben mit {emoji} reagiert"],
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n Person hat mit {emoji} reagiert","%n Personen haben mit {emoji} reagiert"],
"Write your reply …" : "Ihre Antwort schreiben …",
"Write your reply …" : "Ihre Antwort schreiben …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
"In thread" : "Im Thema",
@@ -199,13 +213,29 @@ OC.L10N.register(
"Locked thread" : "Gesperrtes Thema",
"Uncategorized" : "Ohne Kategorie",
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
"Templates" : "Vorlagen",
"Add template" : "Vorlage hinzufügen",
"Edit template" : "Vorlage bearbeiten",
"No templates yet" : "Bislang keine Vorlagen",
"Loading templates …" : "Lade Vorlagen …",
"Name" : "Name",
"Template name" : "Vorlagenname",
"Content" : "Inhalt",
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
"Show in:" : "Anzeigen in:",
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
"Both" : "Beide",
"Threads & replies" : "Themen & Antworten",
"Neither (disabled)" : "Weder noch (deaktiviert)",
"Insert" : "Einfügen",
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
"Views" : "Ansichten",
"Title" : "Titel",
"Enter thread title …" : "Titel des Themas eingeben …",
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
"Create thread" : "Thema erstellen",
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
"Saving draft …" : "Speichere Entwurf …",
"Saving draft …" : "Speichere Entwurf …",
"Draft saved" : "Entwurf gespeichert",
"Unsaved changes" : "Nicht gespeicherte Änderungen",
"Back to home" : "Zurück zum Start",
@@ -237,7 +267,7 @@ OC.L10N.register(
"No category specified" : "Keine Kategorie angegeben",
"You do not have permission to create threads in this category." : "Sie haben keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
"Error" : "Fehler",
"First activity" : "Erste Aktivität",
"Created" : "Erstellt",
"Threads ({count})" : "Themen ({count})",
"Replies ({count})" : "Antworten ({count})",
"No threads" : "Keine Themen",
@@ -245,7 +275,7 @@ OC.L10N.register(
"No replies" : "Keine Antworten",
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
"Enter search query …" : "Suchanfrage eingeben ...",
"Enter search query …" : "Suchanfrage eingeben …",
"Search in threads" : "In Themen suchen",
"Search in replies" : "In den Antworten suchen",
"Syntax help" : "Syntaxhilfe",
@@ -255,7 +285,7 @@ OC.L10N.register(
"Either term matches" : "Jeder der beiden Begriffe passt",
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
"Searching …" : "Suche …",
"Searching …" : "Suche …",
"Search Error" : "Suchfehler",
"Enter a search query" : "Eine Suchabfrage eingeben",
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
@@ -316,7 +346,7 @@ OC.L10N.register(
"Failed to move thread" : "Thema konnte nicht verschoben werden",
"Preferences" : "Einstellungen",
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
"Loading preferences …" : "Einstellungen laden ...",
"Loading preferences …" : "Einstellungen laden …",
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
"Notifications" : "Benachrichtigungen",
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
@@ -333,7 +363,7 @@ OC.L10N.register(
"Signature" : "Signatur",
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -371,7 +401,6 @@ OC.L10N.register(
"Basic information" : "Grundlegende Information",
"Category header" : "Kategorieüberschrift",
"-- Select a header --" : "-- Eine Überschrift auswählen --",
"Name" : "Name",
"Enter category name" : "Kategorienamen eingeben",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
@@ -379,12 +408,19 @@ OC.L10N.register(
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
"New" : "Neu",
"Permissions" : "Berechtigungen",
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles …" : "Rollen auswählen ...",
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles or teams that can create new threads in this category" : "Rollen oder Teams auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles or teams that can reply to threads in this category" : "Rollen oder Teams auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles or teams that can moderate (edit/delete) content in this category" : "Rollen oder Teams auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles or teams …" : "Rollen oder Teams auswählen …",
"Design" : "Design",
"Customize the appearance of this category" : "Das Erscheinungsbild dieser Kategorie anpassen",
"Category color" : "Kategoriefarbe",
"Text color" : "Textfarbe",
"Dark text" : "Dunkler Text",
"Light text" : "Heller Text",
"Preview" : "Vorschau",
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
"Error loading categories" : "Kategorien laden fehlgeschlagen",
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
@@ -479,7 +515,6 @@ OC.L10N.register(
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
"ID" : "ID",
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Actions" : "Aktionen",
"No description" : "Keine Beschreibung",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
@@ -489,6 +524,7 @@ OC.L10N.register(
"Loading teams …" : "Lade Teams …",
"Error loading teams" : "Fehler beim Laden der Teams",
"No teams found" : "Keine Teams gefunden",
"Members" : "Mitglieder",
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
"Edit team" : "Team bearbeiten",
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",

View File

@@ -1,6 +1,7 @@
{ "translations": {
"Recent Forum activity" : "Neueste Forumsaktivitäten",
"More activity" : "Weitere Aktivitäten",
"%1$s (Guest)" : "%1$s (Gast)",
"New thread by %1$s" : "Neues Thema von %1$s",
"Reply by %1$s" : "Antwort von %1$s",
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
@@ -68,7 +69,7 @@
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
"Loading …" : "Lade …",
"Loading …" : "Lade …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
@@ -81,6 +82,7 @@
"BBCodes" : "BBCodes",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
"Hello world!" : "Hallo Welt!",
@@ -120,6 +122,8 @@
"Uploading file …" : "Lade Datei hoch …",
"Upload failed" : "Hochladen fehlgeschlagen",
"Close" : "Schließen",
"More formatting options" : "Weitere Formatierungsoptionen",
"Insert template" : "Vorlage einfügen",
"Pick a file to attach" : "Wähle eine Datei zum Anhängen aus",
"Failed to upload file" : "Datei konnte nicht hochgeladen werden",
"Threads" : "Themen",
@@ -137,6 +141,7 @@
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Beitrag:{bEnd} Ermöglicht das Erstellen neuer Themen in der Kategorie.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
"Pick a color" : "Wählen Sie eine Farbe",
"Create category header" : "Kategorieüberschrift erstellen",
"Edit category header" : "Kategorieüberschrift bearbeiten",
"Header name" : "Name der Überschrift",
@@ -148,6 +153,15 @@
"Cancel" : "Abbrechen",
"Create" : "Erstellen",
"Update" : "Aktualisieren",
"Forum setup required" : "Einrichtung des Forums erforderlich",
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
"Forum admin accounts:" : "Forum-Administrationskonten:",
"Select accounts …" : "Konten auswählen …",
"All other accounts will receive the default role." : "Alle anderen Konten erhalten die Standardrolle.",
"Initialize forum" : "Forum initialisieren",
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -173,11 +187,11 @@
"View edit history" : "Bearbeitungsverlauf anzeigen",
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
"Unread" : "Ungelesen",
"Edit your reply …" : "Ihre Antwort bearbeiten …",
"Edit your reply …" : "Ihre Antwort bearbeiten …",
"Save" : "Speichern",
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
"Edit history" : "Verlauf bearbeiten",
"Loading history …" : "Lade Verlauf …",
"Loading history …" : "Lade Verlauf …",
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
"Current version" : "Aktuelle Version",
"Edited by" : "Bearbeitet von",
@@ -188,7 +202,7 @@
"You reacted with {emoji}" : "Sie haben mit {emoji} reagiert",
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sie und %n Anderer haben mit {emoji} reagiert","Sie und %n Andere haben mit {emoji} reagiert"],
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n Person hat mit {emoji} reagiert","%n Personen haben mit {emoji} reagiert"],
"Write your reply …" : "Ihre Antwort schreiben …",
"Write your reply …" : "Ihre Antwort schreiben …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
"In thread" : "Im Thema",
@@ -197,13 +211,29 @@
"Locked thread" : "Gesperrtes Thema",
"Uncategorized" : "Ohne Kategorie",
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
"Templates" : "Vorlagen",
"Add template" : "Vorlage hinzufügen",
"Edit template" : "Vorlage bearbeiten",
"No templates yet" : "Bislang keine Vorlagen",
"Loading templates …" : "Lade Vorlagen …",
"Name" : "Name",
"Template name" : "Vorlagenname",
"Content" : "Inhalt",
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
"Show in:" : "Anzeigen in:",
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
"Both" : "Beide",
"Threads & replies" : "Themen & Antworten",
"Neither (disabled)" : "Weder noch (deaktiviert)",
"Insert" : "Einfügen",
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
"Views" : "Ansichten",
"Title" : "Titel",
"Enter thread title …" : "Titel des Themas eingeben …",
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
"Create thread" : "Thema erstellen",
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
"Saving draft …" : "Speichere Entwurf …",
"Saving draft …" : "Speichere Entwurf …",
"Draft saved" : "Entwurf gespeichert",
"Unsaved changes" : "Nicht gespeicherte Änderungen",
"Back to home" : "Zurück zum Start",
@@ -235,7 +265,7 @@
"No category specified" : "Keine Kategorie angegeben",
"You do not have permission to create threads in this category." : "Sie haben keine Berechtigung, Themen in dieser Kategorie zu erstellen.",
"Error" : "Fehler",
"First activity" : "Erste Aktivität",
"Created" : "Erstellt",
"Threads ({count})" : "Themen ({count})",
"Replies ({count})" : "Antworten ({count})",
"No threads" : "Keine Themen",
@@ -243,7 +273,7 @@
"No replies" : "Keine Antworten",
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
"Enter search query …" : "Suchanfrage eingeben ...",
"Enter search query …" : "Suchanfrage eingeben …",
"Search in threads" : "In Themen suchen",
"Search in replies" : "In den Antworten suchen",
"Syntax help" : "Syntaxhilfe",
@@ -253,7 +283,7 @@
"Either term matches" : "Jeder der beiden Begriffe passt",
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
"Searching …" : "Suche …",
"Searching …" : "Suche …",
"Search Error" : "Suchfehler",
"Enter a search query" : "Eine Suchabfrage eingeben",
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
@@ -314,7 +344,7 @@
"Failed to move thread" : "Thema konnte nicht verschoben werden",
"Preferences" : "Einstellungen",
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
"Loading preferences …" : "Einstellungen laden ...",
"Loading preferences …" : "Einstellungen laden …",
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
"Notifications" : "Benachrichtigungen",
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
@@ -331,7 +361,7 @@
"Signature" : "Signatur",
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -369,7 +399,6 @@
"Basic information" : "Grundlegende Information",
"Category header" : "Kategorieüberschrift",
"-- Select a header --" : "-- Eine Überschrift auswählen --",
"Name" : "Name",
"Enter category name" : "Kategorienamen eingeben",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
@@ -377,12 +406,19 @@
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
"New" : "Neu",
"Permissions" : "Berechtigungen",
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
"Select roles that can view this category and its threads" : "Rollen auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles that can create new threads in this category" : "Rollen auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles that can reply to threads in this category" : "Rollen auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles that can moderate (edit/delete) content in this category" : "Rollen auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles …" : "Rollen auswählen ...",
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
"Select roles or teams that can create new threads in this category" : "Rollen oder Teams auswählen, die neue Themen in dieser Kategorie erstellen können.",
"Select roles or teams that can reply to threads in this category" : "Rollen oder Teams auswählen, die auf Themen in der dieser Kategorie antworten können.",
"Select roles or teams that can moderate (edit/delete) content in this category" : "Rollen oder Teams auswählen, die Inhalte in dieser Kategorie moderieren (bearbeiten/löschen) können",
"Select roles or teams …" : "Rollen oder Teams auswählen …",
"Design" : "Design",
"Customize the appearance of this category" : "Das Erscheinungsbild dieser Kategorie anpassen",
"Category color" : "Kategoriefarbe",
"Text color" : "Textfarbe",
"Dark text" : "Dunkler Text",
"Light text" : "Heller Text",
"Preview" : "Vorschau",
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
"Error loading categories" : "Kategorien laden fehlgeschlagen",
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
@@ -477,7 +513,6 @@
"Create your first role to get started" : "Zum Beginnen, eine erste Rolle erstellen",
"ID" : "ID",
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Actions" : "Aktionen",
"No description" : "Keine Beschreibung",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Soll die Rolle \"{name}\" gelöscht werden? Dies kann nicht rückgängig gemacht werden.",
@@ -487,6 +522,7 @@
"Loading teams …" : "Lade Teams …",
"Error loading teams" : "Fehler beim Laden der Teams",
"No teams found" : "Keine Teams gefunden",
"Members" : "Mitglieder",
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
"Edit team" : "Team bearbeiten",
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",

View File

@@ -131,6 +131,7 @@ OC.L10N.register(
"Can view" : "Μπορεί να προβάλλει",
"Can moderate" : "Μπορεί να συντονίζει",
"Allow" : "Επιτρέπεται",
"Pick a color" : "Επιλέξτε ένα χρώμα",
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
"Header name" : "Όνομα κεφαλίδας",
@@ -191,6 +192,12 @@ OC.L10N.register(
"Locked thread" : "Κλειδωμένο θέμα",
"Uncategorized" : "Χωρίς κατηγορία",
"_%n reply_::_%n replies_" : ["%n απάντηση","%n απαντήσεις"],
"Templates" : "Πρότυπα",
"Name" : "Όνομα",
"Template name" : "Όνομα προτύπου",
"Content" : "Περιεχόμενο",
"Both" : "Και τα δύο",
"Insert" : "Εισαγωγή",
"Views" : "Προβολές",
"Title" : "Τίτλος",
"Enter thread title …" : "Εισαγάγετε τίτλο θέματος …",
@@ -228,7 +235,7 @@ OC.L10N.register(
"Failed to create thread" : "Αποτυχία δημιουργίας θέματος",
"No category specified" : "Δεν ορίστηκε κατηγορία",
"Error" : "Σφάλμα",
"First activity" : "Πρώτη δραστηριότητα",
"Created" : "Δημιουργήθηκε",
"Threads ({count})" : "Θέματα ({count})",
"Replies ({count})" : "Απαντήσεις ({count})",
"No threads" : "Δεν υπάρχουν θέματα",
@@ -361,7 +368,6 @@ OC.L10N.register(
"Basic information" : "Βασικές πληροφορίες",
"Category header" : "Κεφαλίδα κατηγορίας",
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
"Name" : "Όνομα",
"Enter category name" : "Εισάγετε όνομα κατηγορίας",
"Slug" : "Slug (αναγνωριστικό URL)",
"URL-friendly identifier (e.g., \"{slug}\")" : "Αναγνωριστικό φιλικό προς το URL (π.χ., \"{slug}\")",
@@ -369,10 +375,7 @@ OC.L10N.register(
"Enter category description (optional)" : "Εισάγετε περιγραφή κατηγορίας (προαιρετικά)",
"New" : "Νέα",
"Permissions" : "Δικαιώματα",
"Control which roles can access and moderate this category" : "Ελέγξτε ποιοι ρόλοι έχουν πρόσβαση και μπορούν να συντονίζουν αυτήν την κατηγορία",
"Select roles that can view this category and its threads" : "Επιλέξτε ρόλους που μπορούν να βλέπουν αυτήν την κατηγορία και τα θέματά της",
"Select roles that can moderate (edit/delete) content in this category" : "Επιλέξτε ρόλους που μπορούν να συντονίζουν (επεξεργασία/διαγραφή) το περιεχόμενο σε αυτήν την κατηγορία",
"Select roles …" : "Επιλέξτε ρόλους …",
"Preview" : "Προεπισκόπηση",
"Manage forum categories and organization" : "Διαχείριση κατηγοριών και οργάνωσης του φόρουμ",
"Error loading categories" : "Σφάλμα κατά τη φόρτωση των κατηγοριών",
"No categories in this header" : "Δεν υπάρχουν κατηγορίες σε αυτήν την κεφαλίδα",
@@ -467,12 +470,12 @@ OC.L10N.register(
"Create your first role to get started" : "Δημιουργήστε τον πρώτο σας ρόλο για να ξεκινήσετε",
"ID" : "ID",
"Owner" : "Κάτοχος",
"Created" : "Δημιουργήθηκε",
"Actions" : "Ενέργειες",
"No description" : "Χωρίς περιγραφή",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Είστε σίγουροι ότι θέλετε να διαγράψετε τον ρόλο \"{name}\"; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
"System roles cannot be deleted" : "Οι ρόλοι συστήματος δεν μπορούν να διαγραφούν",
"No teams found" : "Δεν βρέθηκαν ομάδες",
"Members" : "Μέλη",
"User management" : "Διαχείριση χρηστών",
"Manage forum users, roles and permissions" : "Διαχείριση χρηστών, ρόλων και δικαιωμάτων του φόρουμ",
"Loading users …" : "Φόρτωση χρηστών …",

View File

@@ -129,6 +129,7 @@
"Can view" : "Μπορεί να προβάλλει",
"Can moderate" : "Μπορεί να συντονίζει",
"Allow" : "Επιτρέπεται",
"Pick a color" : "Επιλέξτε ένα χρώμα",
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
"Header name" : "Όνομα κεφαλίδας",
@@ -189,6 +190,12 @@
"Locked thread" : "Κλειδωμένο θέμα",
"Uncategorized" : "Χωρίς κατηγορία",
"_%n reply_::_%n replies_" : ["%n απάντηση","%n απαντήσεις"],
"Templates" : "Πρότυπα",
"Name" : "Όνομα",
"Template name" : "Όνομα προτύπου",
"Content" : "Περιεχόμενο",
"Both" : "Και τα δύο",
"Insert" : "Εισαγωγή",
"Views" : "Προβολές",
"Title" : "Τίτλος",
"Enter thread title …" : "Εισαγάγετε τίτλο θέματος …",
@@ -226,7 +233,7 @@
"Failed to create thread" : "Αποτυχία δημιουργίας θέματος",
"No category specified" : "Δεν ορίστηκε κατηγορία",
"Error" : "Σφάλμα",
"First activity" : "Πρώτη δραστηριότητα",
"Created" : "Δημιουργήθηκε",
"Threads ({count})" : "Θέματα ({count})",
"Replies ({count})" : "Απαντήσεις ({count})",
"No threads" : "Δεν υπάρχουν θέματα",
@@ -359,7 +366,6 @@
"Basic information" : "Βασικές πληροφορίες",
"Category header" : "Κεφαλίδα κατηγορίας",
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
"Name" : "Όνομα",
"Enter category name" : "Εισάγετε όνομα κατηγορίας",
"Slug" : "Slug (αναγνωριστικό URL)",
"URL-friendly identifier (e.g., \"{slug}\")" : "Αναγνωριστικό φιλικό προς το URL (π.χ., \"{slug}\")",
@@ -367,10 +373,7 @@
"Enter category description (optional)" : "Εισάγετε περιγραφή κατηγορίας (προαιρετικά)",
"New" : "Νέα",
"Permissions" : "Δικαιώματα",
"Control which roles can access and moderate this category" : "Ελέγξτε ποιοι ρόλοι έχουν πρόσβαση και μπορούν να συντονίζουν αυτήν την κατηγορία",
"Select roles that can view this category and its threads" : "Επιλέξτε ρόλους που μπορούν να βλέπουν αυτήν την κατηγορία και τα θέματά της",
"Select roles that can moderate (edit/delete) content in this category" : "Επιλέξτε ρόλους που μπορούν να συντονίζουν (επεξεργασία/διαγραφή) το περιεχόμενο σε αυτήν την κατηγορία",
"Select roles …" : "Επιλέξτε ρόλους …",
"Preview" : "Προεπισκόπηση",
"Manage forum categories and organization" : "Διαχείριση κατηγοριών και οργάνωσης του φόρουμ",
"Error loading categories" : "Σφάλμα κατά τη φόρτωση των κατηγοριών",
"No categories in this header" : "Δεν υπάρχουν κατηγορίες σε αυτήν την κεφαλίδα",
@@ -465,12 +468,12 @@
"Create your first role to get started" : "Δημιουργήστε τον πρώτο σας ρόλο για να ξεκινήσετε",
"ID" : "ID",
"Owner" : "Κάτοχος",
"Created" : "Δημιουργήθηκε",
"Actions" : "Ενέργειες",
"No description" : "Χωρίς περιγραφή",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Είστε σίγουροι ότι θέλετε να διαγράψετε τον ρόλο \"{name}\"; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.",
"System roles cannot be deleted" : "Οι ρόλοι συστήματος δεν μπορούν να διαγραφούν",
"No teams found" : "Δεν βρέθηκαν ομάδες",
"Members" : "Μέλη",
"User management" : "Διαχείριση χρηστών",
"Manage forum users, roles and permissions" : "Διαχείριση χρηστών, ρόλων και δικαιωμάτων του φόρουμ",
"Loading users …" : "Φόρτωση χρηστών …",

View File

@@ -78,6 +78,7 @@ OC.L10N.register(
"Dashboard" : "Dashboard",
"Forum settings" : "Forum settings",
"Users" : "Users",
"Roles & Teams" : "Roles & Teams",
"Categories" : "Categories",
"BBCodes" : "BBCodes",
"Expand" : "Expand",
@@ -121,6 +122,7 @@ OC.L10N.register(
"Uploading file …" : "Uploading file …",
"Upload failed" : "Upload failed",
"Close" : "Close",
"More formatting options" : "More formatting options",
"Pick a file to attach" : "Pick a file to attach",
"Failed to upload file" : "Failed to upload file",
"Threads" : "Threads",
@@ -129,8 +131,16 @@ OC.L10N.register(
"New activity" : "New activity",
"Category" : "Category",
"Can view" : "Can view",
"Can post" : "Can post",
"Can reply" : "Can reply",
"Can moderate" : "Can moderate",
"Allow" : "Allow",
"Allow All" : "Allow All",
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}View:{bEnd} Allows seeing the category and its threads.",
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Allows creating new threads in the category.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
"Pick a color" : "Pick a colour",
"Create category header" : "Create category header",
"Edit category header" : "Edit category header",
"Header name" : "Header name",
@@ -142,6 +152,15 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Create",
"Update" : "Update",
"Forum setup required" : "Forum setup required",
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
"Forum admin accounts:" : "Forum admin accounts:",
"Select accounts …" : "Select accounts …",
"All other accounts will receive the default role." : "All other accounts will receive the default role.",
"Initialize forum" : "Initialize forum",
"Initializing …" : "Initializing …",
"Forum not set up" : "Forum not set up",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
"Move thread to category" : "Move thread to category",
"Select the category to move this thread to:" : "Select the category to move this thread to:",
"Select a category …" : "Select a category …",
@@ -191,6 +210,12 @@ OC.L10N.register(
"Locked thread" : "Locked thread",
"Uncategorized" : "Uncategorised",
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
"Templates" : "Templates",
"Name" : "Surname",
"Template name" : "Template name",
"Content" : "Content",
"Both" : "Both",
"Insert" : "Insert",
"Views" : "Views",
"Title" : "Title",
"Enter thread title …" : "Enter thread title …",
@@ -227,8 +252,9 @@ OC.L10N.register(
"Thread created" : "Thread created",
"Failed to create thread" : "Failed to create thread",
"No category specified" : "No category specified",
"You do not have permission to create threads in this category." : "You do not have permission to create threads in this category.",
"Error" : "Error",
"First activity" : "First activity",
"Created" : "Created",
"Threads ({count})" : "Threads ({count})",
"Replies ({count})" : "Replies ({count})",
"No threads" : "No threads",
@@ -266,6 +292,7 @@ OC.L10N.register(
"Be the first to reply in this thread." : "Be the first to reply in this thread.",
"by" : "by",
"This thread is locked. Only moderators can add replies." : "This thread is locked. Only moderators can add replies.",
"You do not have permission to reply in this category." : "You do not have permission to reply in this category.",
"You must be signed in to reply to this thread." : "You must be signed in to reply to this thread.",
"Sign in to reply" : "Sign in to reply",
"Lock thread" : "Lock thread",
@@ -361,7 +388,6 @@ OC.L10N.register(
"Basic information" : "Basic information",
"Category header" : "Category header",
"-- Select a header --" : "-- Select a header --",
"Name" : "Surname",
"Enter category name" : "Enter category name",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
@@ -369,10 +395,19 @@ OC.L10N.register(
"Enter category description (optional)" : "Enter category description (optional)",
"New" : "New",
"Permissions" : "Permissions",
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
"Select roles …" : "Select roles …",
"Control which roles and teams can access and moderate this category" : "Control which roles and teams can access and moderate this category",
"Select roles or teams that can view this category and its threads" : "Select roles or teams that can view this category and its threads",
"Select roles or teams that can create new threads in this category" : "Select roles or teams that can create new threads in this category",
"Select roles or teams that can reply to threads in this category" : "Select roles or teams that can reply to threads in this category",
"Select roles or teams that can moderate (edit/delete) content in this category" : "Select roles or teams that can moderate (edit/delete) content in this category",
"Select roles or teams …" : "Select roles or teams …",
"Design" : "Design",
"Customize the appearance of this category" : "Customize the appearance of this category",
"Category color" : "Category color",
"Text color" : "Text color",
"Dark text" : "Dark text",
"Light text" : "Light text",
"Preview" : "Preview",
"Manage forum categories and organization" : "Manage forum categories and organization",
"Error loading categories" : "Error loading categories",
"No categories in this header" : "No categories in this header",
@@ -467,12 +502,22 @@ OC.L10N.register(
"Create your first role to get started" : "Create your first role to get started",
"ID" : "ID",
"Owner" : "Owner",
"Created" : "Created",
"Actions" : "Actions",
"No description" : "No description",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Are you sure you want to delete the role \"{name}\"? This action cannot be undone.",
"System roles cannot be deleted" : "System roles cannot be deleted",
"Team permissions" : "Team permissions",
"Manage category permissions for Nextcloud Teams" : "Manage category permissions for Nextcloud Teams",
"Loading teams …" : "Loading teams …",
"Error loading teams" : "Error loading teams",
"No teams found" : "No teams found",
"Members" : "Members",
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
"Edit team" : "Edit team",
"Configure category permissions for this team" : "Configure category permissions for this team",
"Error loading team" : "Error loading team",
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Editing category permissions for this team. Team membership is managed via Nextcloud Teams.",
"Set which categories this team can access" : "Set which categories this team can access",
"User management" : "User management",
"Manage forum users, roles and permissions" : "Manage forum users, roles and permissions",
"Loading users …" : "Loading users …",

View File

@@ -76,6 +76,7 @@
"Dashboard" : "Dashboard",
"Forum settings" : "Forum settings",
"Users" : "Users",
"Roles & Teams" : "Roles & Teams",
"Categories" : "Categories",
"BBCodes" : "BBCodes",
"Expand" : "Expand",
@@ -119,6 +120,7 @@
"Uploading file …" : "Uploading file …",
"Upload failed" : "Upload failed",
"Close" : "Close",
"More formatting options" : "More formatting options",
"Pick a file to attach" : "Pick a file to attach",
"Failed to upload file" : "Failed to upload file",
"Threads" : "Threads",
@@ -127,8 +129,16 @@
"New activity" : "New activity",
"Category" : "Category",
"Can view" : "Can view",
"Can post" : "Can post",
"Can reply" : "Can reply",
"Can moderate" : "Can moderate",
"Allow" : "Allow",
"Allow All" : "Allow All",
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}View:{bEnd} Allows seeing the category and its threads.",
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Allows creating new threads in the category.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
"Pick a color" : "Pick a colour",
"Create category header" : "Create category header",
"Edit category header" : "Edit category header",
"Header name" : "Header name",
@@ -140,6 +150,15 @@
"Cancel" : "Cancel",
"Create" : "Create",
"Update" : "Update",
"Forum setup required" : "Forum setup required",
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
"Forum admin accounts:" : "Forum admin accounts:",
"Select accounts …" : "Select accounts …",
"All other accounts will receive the default role." : "All other accounts will receive the default role.",
"Initialize forum" : "Initialize forum",
"Initializing …" : "Initializing …",
"Forum not set up" : "Forum not set up",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
"Move thread to category" : "Move thread to category",
"Select the category to move this thread to:" : "Select the category to move this thread to:",
"Select a category …" : "Select a category …",
@@ -189,6 +208,12 @@
"Locked thread" : "Locked thread",
"Uncategorized" : "Uncategorised",
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
"Templates" : "Templates",
"Name" : "Surname",
"Template name" : "Template name",
"Content" : "Content",
"Both" : "Both",
"Insert" : "Insert",
"Views" : "Views",
"Title" : "Title",
"Enter thread title …" : "Enter thread title …",
@@ -225,8 +250,9 @@
"Thread created" : "Thread created",
"Failed to create thread" : "Failed to create thread",
"No category specified" : "No category specified",
"You do not have permission to create threads in this category." : "You do not have permission to create threads in this category.",
"Error" : "Error",
"First activity" : "First activity",
"Created" : "Created",
"Threads ({count})" : "Threads ({count})",
"Replies ({count})" : "Replies ({count})",
"No threads" : "No threads",
@@ -264,6 +290,7 @@
"Be the first to reply in this thread." : "Be the first to reply in this thread.",
"by" : "by",
"This thread is locked. Only moderators can add replies." : "This thread is locked. Only moderators can add replies.",
"You do not have permission to reply in this category." : "You do not have permission to reply in this category.",
"You must be signed in to reply to this thread." : "You must be signed in to reply to this thread.",
"Sign in to reply" : "Sign in to reply",
"Lock thread" : "Lock thread",
@@ -359,7 +386,6 @@
"Basic information" : "Basic information",
"Category header" : "Category header",
"-- Select a header --" : "-- Select a header --",
"Name" : "Surname",
"Enter category name" : "Enter category name",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
@@ -367,10 +393,19 @@
"Enter category description (optional)" : "Enter category description (optional)",
"New" : "New",
"Permissions" : "Permissions",
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
"Select roles …" : "Select roles …",
"Control which roles and teams can access and moderate this category" : "Control which roles and teams can access and moderate this category",
"Select roles or teams that can view this category and its threads" : "Select roles or teams that can view this category and its threads",
"Select roles or teams that can create new threads in this category" : "Select roles or teams that can create new threads in this category",
"Select roles or teams that can reply to threads in this category" : "Select roles or teams that can reply to threads in this category",
"Select roles or teams that can moderate (edit/delete) content in this category" : "Select roles or teams that can moderate (edit/delete) content in this category",
"Select roles or teams …" : "Select roles or teams …",
"Design" : "Design",
"Customize the appearance of this category" : "Customize the appearance of this category",
"Category color" : "Category color",
"Text color" : "Text color",
"Dark text" : "Dark text",
"Light text" : "Light text",
"Preview" : "Preview",
"Manage forum categories and organization" : "Manage forum categories and organization",
"Error loading categories" : "Error loading categories",
"No categories in this header" : "No categories in this header",
@@ -465,12 +500,22 @@
"Create your first role to get started" : "Create your first role to get started",
"ID" : "ID",
"Owner" : "Owner",
"Created" : "Created",
"Actions" : "Actions",
"No description" : "No description",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Are you sure you want to delete the role \"{name}\"? This action cannot be undone.",
"System roles cannot be deleted" : "System roles cannot be deleted",
"Team permissions" : "Team permissions",
"Manage category permissions for Nextcloud Teams" : "Manage category permissions for Nextcloud Teams",
"Loading teams …" : "Loading teams …",
"Error loading teams" : "Error loading teams",
"No teams found" : "No teams found",
"Members" : "Members",
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
"Edit team" : "Edit team",
"Configure category permissions for this team" : "Configure category permissions for this team",
"Error loading team" : "Error loading team",
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Editing category permissions for this team. Team membership is managed via Nextcloud Teams.",
"Set which categories this team can access" : "Set which categories this team can access",
"User management" : "User management",
"Manage forum users, roles and permissions" : "Manage forum users, roles and permissions",
"Loading users …" : "Loading users …",

View File

@@ -28,12 +28,16 @@ OC.L10N.register(
"Save" : "Konservi",
"Current version" : "Nuna versio",
"Uncategorized" : "Senkategoria",
"Templates" : "Ŝablonoj",
"Name" : "Nomo",
"Content" : "Enhavo",
"Saving draft …" : "Konservado de malneto...",
"Draft saved" : "Malneto konservita",
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
"Refresh" : "Aktualigi",
"Retry" : "Reprovi",
"Error" : "Eraro",
"Created" : "Kreita",
"Searching …" : "Serĉado ...",
"Back to {category}" : "Antaŭen al {category}",
"by" : "de",
@@ -43,8 +47,8 @@ OC.L10N.register(
"Enable" : "Ŝalti",
"Disable" : "Malŝalti",
"Description" : "Priskribo",
"Name" : "Nomo",
"New" : "Nova",
"Preview" : "Antaŭvidi",
"Move down" : "Movi malsupren",
"Last 7 days" : "Lastaj 7 tagoj",
"Access control" : "Alirkontrolo",
@@ -53,8 +57,8 @@ OC.L10N.register(
"Reset" : "Restarigi",
"ID" : "Identigilo",
"Owner" : "Posedanto",
"Created" : "Kreita",
"Actions" : "Agoj",
"Members" : "Membroj",
"Joined" : "Membriĝinta",
"Deleted" : "Forigita"
},

View File

@@ -26,12 +26,16 @@
"Save" : "Konservi",
"Current version" : "Nuna versio",
"Uncategorized" : "Senkategoria",
"Templates" : "Ŝablonoj",
"Name" : "Nomo",
"Content" : "Enhavo",
"Saving draft …" : "Konservado de malneto...",
"Draft saved" : "Malneto konservita",
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
"Refresh" : "Aktualigi",
"Retry" : "Reprovi",
"Error" : "Eraro",
"Created" : "Kreita",
"Searching …" : "Serĉado ...",
"Back to {category}" : "Antaŭen al {category}",
"by" : "de",
@@ -41,8 +45,8 @@
"Enable" : "Ŝalti",
"Disable" : "Malŝalti",
"Description" : "Priskribo",
"Name" : "Nomo",
"New" : "Nova",
"Preview" : "Antaŭvidi",
"Move down" : "Movi malsupren",
"Last 7 days" : "Lastaj 7 tagoj",
"Access control" : "Alirkontrolo",
@@ -51,8 +55,8 @@
"Reset" : "Restarigi",
"ID" : "Identigilo",
"Owner" : "Posedanto",
"Created" : "Kreita",
"Actions" : "Agoj",
"Members" : "Membroj",
"Joined" : "Membriĝinta",
"Deleted" : "Forigita"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@@ -112,6 +112,7 @@ OC.L10N.register(
"Threads" : "Hilos",
"Category" : "Categoría",
"Allow" : "Permitir",
"Pick a color" : "Escoja un color",
"Sort order" : "Ordenar por",
"Cancel" : "Cancelar",
"Create" : "Crear",
@@ -132,6 +133,12 @@ OC.L10N.register(
"React with {emoji}" : "Reaccionar con {emoji}",
"Uncategorized" : "Sin categoría",
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
"Templates" : "Plantillas",
"Name" : "Nombre",
"Template name" : "Nombre de la plantilla",
"Content" : "Contenido",
"Both" : "Ambos",
"Insert" : "Insertar",
"Views" : "Vistas",
"Title" : "Título",
"Saving draft …" : "Guardando borrador…",
@@ -141,6 +148,7 @@ OC.L10N.register(
"Retry" : "Reintentar",
"In {category}" : "En {category}",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando …",
"No results found" : "Sin resultados",
"Back to {category}" : "Volver a {category}",
@@ -162,9 +170,9 @@ OC.L10N.register(
"Tag" : "Etiqueta",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Vista previa",
"Move up" : "Mover hacia arriba",
"Move down" : "Mover hacia abajo",
"Last 7 days" : "Últimos 7 días",
@@ -177,10 +185,10 @@ OC.L10N.register(
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Propietario",
"Created" : "Creado",
"Actions" : "Acciones",
"No description" : "Sin descripción",
"No teams found" : "No se encontraron equipos",
"Members" : "Miembros",
"User management" : "Administración de usuarios",
"Loading users …" : "Cargando usuarios …",
"No users found" : "No se han encontrado usuarios",

View File

@@ -110,6 +110,7 @@
"Threads" : "Hilos",
"Category" : "Categoría",
"Allow" : "Permitir",
"Pick a color" : "Escoja un color",
"Sort order" : "Ordenar por",
"Cancel" : "Cancelar",
"Create" : "Crear",
@@ -130,6 +131,12 @@
"React with {emoji}" : "Reaccionar con {emoji}",
"Uncategorized" : "Sin categoría",
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
"Templates" : "Plantillas",
"Name" : "Nombre",
"Template name" : "Nombre de la plantilla",
"Content" : "Contenido",
"Both" : "Ambos",
"Insert" : "Insertar",
"Views" : "Vistas",
"Title" : "Título",
"Saving draft …" : "Guardando borrador…",
@@ -139,6 +146,7 @@
"Retry" : "Reintentar",
"In {category}" : "En {category}",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando …",
"No results found" : "Sin resultados",
"Back to {category}" : "Volver a {category}",
@@ -160,9 +168,9 @@
"Tag" : "Etiqueta",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Vista previa",
"Move up" : "Mover hacia arriba",
"Move down" : "Mover hacia abajo",
"Last 7 days" : "Últimos 7 días",
@@ -175,10 +183,10 @@
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Propietario",
"Created" : "Creado",
"Actions" : "Acciones",
"No description" : "Sin descripción",
"No teams found" : "No se encontraron equipos",
"Members" : "Miembros",
"User management" : "Administración de usuarios",
"Loading users …" : "Cargando usuarios …",
"No users found" : "No se han encontrado usuarios",

View File

@@ -25,6 +25,8 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
@@ -35,9 +37,9 @@ OC.L10N.register(
"Signature" : "Firma",
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
@@ -45,6 +47,7 @@ OC.L10N.register(
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -23,6 +23,8 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
@@ -33,9 +35,9 @@
"Signature" : "Firma",
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
@@ -43,6 +45,7 @@
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -27,9 +27,11 @@ OC.L10N.register(
"Edit" : "Editar",
"Delete" : "Eliminar",
"Save" : "Guardar",
"Name" : "Nombre",
"Refresh" : "Recargar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando ...",
"Back to {category}" : "Volver a {category}",
"by" : "por",
@@ -41,17 +43,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Vista previa",
"All time" : "Tiempo total",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Configuraciones guardadas",
"Reset" : "Restablecer",
"ID" : "ID",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Loading users …" : "Cargando usuarios...",
"Joined" : "Se ha unido",
"Deleted" : "Eliminado"

View File

@@ -25,9 +25,11 @@
"Edit" : "Editar",
"Delete" : "Eliminar",
"Save" : "Guardar",
"Name" : "Nombre",
"Refresh" : "Recargar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando ...",
"Back to {category}" : "Volver a {category}",
"by" : "por",
@@ -39,17 +41,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Vista previa",
"All time" : "Tiempo total",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Configuraciones guardadas",
"Reset" : "Restablecer",
"ID" : "ID",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Loading users …" : "Cargando usuarios...",
"Joined" : "Se ha unido",
"Deleted" : "Eliminado"

View File

@@ -23,11 +23,14 @@ OC.L10N.register(
"Delete" : "Eliminar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -35,17 +38,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -21,11 +21,14 @@
"Delete" : "Eliminar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -33,17 +36,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -25,10 +25,13 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Preferences" : "Preferencias",
@@ -37,16 +40,16 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Reiniciar",
"ID" : "ID",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -23,10 +23,13 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Preferences" : "Preferencias",
@@ -35,16 +38,16 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Reiniciar",
"ID" : "ID",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,11 +24,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -36,17 +39,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,11 +22,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -34,17 +37,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -25,11 +25,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -38,17 +41,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -23,11 +23,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -36,17 +39,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -136,6 +136,11 @@ OC.L10N.register(
"Pinned thread" : "Hilo fijado",
"Locked thread" : "Hilo bloqueado",
"Uncategorized" : "Sin categoría",
"Templates" : "Plantillas",
"Name" : "Nombre",
"Template name" : "Nombre de la plantilla",
"Content" : "Contenido",
"Insert" : "Insertar",
"Views" : "Vistas",
"Title" : "Título",
"Enter thread title …" : "Ingresa el título del hilo …",
@@ -166,6 +171,7 @@ OC.L10N.register(
"Failed to create thread" : "Error al crear hilo",
"No category specified" : "No se especificó categoría",
"Error" : "Error",
"Created" : "Creado",
"Threads ({count})" : "Hilos ({count})",
"Replies ({count})" : "Respuestas ({count})",
"No threads" : "No hay hilos",
@@ -264,17 +270,13 @@ OC.L10N.register(
"Basic information" : "Información básica",
"Category header" : "Encabezado de categoría",
"-- Select a header --" : "-- Selecciona un encabezado --",
"Name" : "Nombre",
"Enter category name" : "Ingresa el nombre de la categoría",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigable para URL (ej., \"{slug}\")",
"Enter category description (optional)" : "Ingresa la descripción de la categoría (opcional)",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Control which roles can access and moderate this category" : "Controla qué roles pueden acceder y moderar esta categoría",
"Select roles that can view this category and its threads" : "Selecciona los roles que pueden ver esta categoría y sus hilos",
"Select roles that can moderate (edit/delete) content in this category" : "Selecciona los roles que pueden moderar (editar/eliminar) contenido en esta categoría",
"Select roles …" : "Seleccionar roles …",
"Preview" : "Previsualizar",
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
"Error loading categories" : "Error al cargar categorías",
"No categories in this header" : "No hay categorías en este encabezado",
@@ -367,11 +369,11 @@ OC.L10N.register(
"Create your first role to get started" : "Crea tu primer rol para comenzar",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"No description" : "Sin descripción",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "¿Estás seguro de que deseas eliminar el rol \"{name}\"? Esta acción no se puede deshacer.",
"System roles cannot be deleted" : "Los roles del sistema no se pueden eliminar",
"Members" : "Miembros",
"User management" : "Gestión de usuarios",
"Manage forum users, roles and permissions" : "Gestionar usuarios del foro, roles y permisos",
"Loading users …" : "Cargando usuarios …",

View File

@@ -134,6 +134,11 @@
"Pinned thread" : "Hilo fijado",
"Locked thread" : "Hilo bloqueado",
"Uncategorized" : "Sin categoría",
"Templates" : "Plantillas",
"Name" : "Nombre",
"Template name" : "Nombre de la plantilla",
"Content" : "Contenido",
"Insert" : "Insertar",
"Views" : "Vistas",
"Title" : "Título",
"Enter thread title …" : "Ingresa el título del hilo …",
@@ -164,6 +169,7 @@
"Failed to create thread" : "Error al crear hilo",
"No category specified" : "No se especificó categoría",
"Error" : "Error",
"Created" : "Creado",
"Threads ({count})" : "Hilos ({count})",
"Replies ({count})" : "Respuestas ({count})",
"No threads" : "No hay hilos",
@@ -262,17 +268,13 @@
"Basic information" : "Información básica",
"Category header" : "Encabezado de categoría",
"-- Select a header --" : "-- Selecciona un encabezado --",
"Name" : "Nombre",
"Enter category name" : "Ingresa el nombre de la categoría",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigable para URL (ej., \"{slug}\")",
"Enter category description (optional)" : "Ingresa la descripción de la categoría (opcional)",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Control which roles can access and moderate this category" : "Controla qué roles pueden acceder y moderar esta categoría",
"Select roles that can view this category and its threads" : "Selecciona los roles que pueden ver esta categoría y sus hilos",
"Select roles that can moderate (edit/delete) content in this category" : "Selecciona los roles que pueden moderar (editar/eliminar) contenido en esta categoría",
"Select roles …" : "Seleccionar roles …",
"Preview" : "Previsualizar",
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
"Error loading categories" : "Error al cargar categorías",
"No categories in this header" : "No hay categorías en este encabezado",
@@ -365,11 +367,11 @@
"Create your first role to get started" : "Crea tu primer rol para comenzar",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"No description" : "Sin descripción",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "¿Estás seguro de que deseas eliminar el rol \"{name}\"? Esta acción no se puede deshacer.",
"System roles cannot be deleted" : "Los roles del sistema no se pueden eliminar",
"Members" : "Miembros",
"User management" : "Gestión de usuarios",
"Manage forum users, roles and permissions" : "Gestionar usuarios del foro, roles y permisos",
"Loading users …" : "Cargando usuarios …",

View File

@@ -24,12 +24,15 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Saving draft …" : "Guardando borrador…",
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -37,17 +40,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,12 +22,15 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Saving draft …" : "Guardando borrador…",
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -35,17 +38,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,11 +24,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -36,17 +39,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,11 +22,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -34,17 +37,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -38,6 +38,11 @@ OC.L10N.register(
"Save" : "Guardar",
"Current version" : "Versión actual",
"Uncategorized" : "Sin categoría",
"Templates" : "Plantillas",
"Name" : "Nombre",
"Content" : "Contenido",
"Both" : "Ambos",
"Insert" : "Insertar",
"Views" : "Vistas",
"Saving draft …" : "Guardando borrador...",
"Draft saved" : "Borrador guardado",
@@ -46,6 +51,7 @@ OC.L10N.register(
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando …",
"Back to {category}" : "Volver a {category}",
"by" : "por",
@@ -60,9 +66,9 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"Move up" : "Mover arriba",
"Move down" : "Mover abajo",
"Last 7 days" : "Últimos 7 días",
@@ -75,9 +81,9 @@ OC.L10N.register(
"Reset" : "Reiniciar",
"ID" : "ID",
"Owner" : "Propietario",
"Created" : "Creado",
"Actions" : "Acciones",
"No teams found" : "No se encontraron equipos",
"Members" : "Miembros",
"User management" : "Administración de usuarios",
"Loading users …" : "Cargando usuarios …",
"No users found" : "No se encontraron usuarios",

View File

@@ -36,6 +36,11 @@
"Save" : "Guardar",
"Current version" : "Versión actual",
"Uncategorized" : "Sin categoría",
"Templates" : "Plantillas",
"Name" : "Nombre",
"Content" : "Contenido",
"Both" : "Ambos",
"Insert" : "Insertar",
"Views" : "Vistas",
"Saving draft …" : "Guardando borrador...",
"Draft saved" : "Borrador guardado",
@@ -44,6 +49,7 @@
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando …",
"Back to {category}" : "Volver a {category}",
"by" : "por",
@@ -58,9 +64,9 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"Move up" : "Mover arriba",
"Move down" : "Mover abajo",
"Last 7 days" : "Últimos 7 días",
@@ -73,9 +79,9 @@
"Reset" : "Reiniciar",
"ID" : "ID",
"Owner" : "Propietario",
"Created" : "Creado",
"Actions" : "Acciones",
"No teams found" : "No se encontraron equipos",
"Members" : "Miembros",
"User management" : "Administración de usuarios",
"Loading users …" : "Cargando usuarios …",
"No users found" : "No se encontraron usuarios",

View File

@@ -24,11 +24,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -36,17 +39,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,11 +22,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -34,17 +37,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,11 +24,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -36,17 +39,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,11 +22,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -34,17 +37,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,6 +24,8 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
@@ -35,9 +37,9 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
@@ -45,6 +47,7 @@ OC.L10N.register(
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,6 +22,8 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
@@ -33,9 +35,9 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
@@ -43,6 +45,7 @@
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,6 +24,8 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
@@ -36,9 +38,9 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
@@ -46,6 +48,7 @@ OC.L10N.register(
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,6 +22,8 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
@@ -34,9 +36,9 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
@@ -44,6 +46,7 @@
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -24,11 +24,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Back to {category}" : "Volver a {category}",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -37,16 +40,16 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -22,11 +22,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Back to {category}" : "Volver a {category}",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -35,16 +38,16 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -25,10 +25,13 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -36,17 +39,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -23,10 +23,13 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -34,17 +37,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -23,11 +23,14 @@ OC.L10N.register(
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -35,17 +38,17 @@ OC.L10N.register(
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},

View File

@@ -21,11 +21,14 @@
"Delete" : "Borrar",
"Save" : "Guardar",
"Uncategorized" : "Sin categoría",
"Name" : "Nombre",
"Content" : "Contenido",
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -33,17 +36,17 @@
"Disable" : "Deshabilitar",
"Description" : "Descripción",
"Enabled" : "Habilitado",
"Name" : "Nombre",
"New" : "Nuevo",
"Permissions" : "Permisos",
"Preview" : "Previsualizar",
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Created" : "Creado",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

View File

@@ -138,6 +138,7 @@ OC.L10N.register(
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Postitamine:{bEnd} Võib selles kategoorias lisada uusi jutulõnge.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
"Pick a color" : "Vali värv",
"Create category header" : "Lisa kategooria päis",
"Edit category header" : "Muuda kategooria päist",
"Header name" : "Kategooria päise nimi",
@@ -198,6 +199,12 @@ OC.L10N.register(
"Locked thread" : "Lukustatud jutulõng",
"Uncategorized" : "Määratlemata",
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
"Templates" : "Mallid",
"Name" : "Nimi",
"Template name" : "Malli nimi",
"Content" : "Sisu",
"Both" : "Mõlemad",
"Insert" : "Lisa",
"Views" : "Vaated",
"Title" : "Pealkiri",
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
@@ -236,7 +243,7 @@ OC.L10N.register(
"No category specified" : "Ühtegi kategooriat pole määratletud",
"You do not have permission to create threads in this category." : "Sul pole õigusi selles kategoorias jutulõngade lisamiseks.",
"Error" : "Viga",
"First activity" : "Esimene tegevus",
"Created" : "Loodud",
"Threads ({count})" : "Jutulõngad ({count})",
"Replies ({count})" : "Vastused ({count})",
"No threads" : "Jutulõngu pole",
@@ -370,7 +377,6 @@ OC.L10N.register(
"Basic information" : "Põhiteave",
"Category header" : "Kategooria päis",
"-- Select a header --" : "-- Vali päis --",
"Name" : "Nimi",
"Enter category name" : "Sisesta kategooria nimi",
"Slug" : "Aadressi lõputunnus",
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
@@ -378,12 +384,7 @@ OC.L10N.register(
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
"New" : "Uus",
"Permissions" : "Õigused",
"Control which roles can access and moderate this category" : "Halda rollide õigusi selle kategooria vaatamisel ja modeerimisel",
"Select roles that can view this category and its threads" : "Vali rollid, mis võivad seda kategooriat ja tema jutulõngu näha",
"Select roles that can create new threads in this category" : "Vali rollid, mis võivad selles kategoorias uusi jutulõngu lisada",
"Select roles that can reply to threads in this category" : "Vali rollid, mis võivad selle kategooria jutulõngadele vastata",
"Select roles that can moderate (edit/delete) content in this category" : "Vali rollid, mis võivad seda kategooriat modereerida (muuta ja kustutada)",
"Select roles …" : "Vali rollid…",
"Preview" : "Eelvaade",
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
"Error loading categories" : "Viga kategooriate laadimisel",
"No categories in this header" : "Selles päises pole kategooriaid",
@@ -478,7 +479,6 @@ OC.L10N.register(
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
"ID" : "Tunnus",
"Owner" : "Omanik",
"Created" : "Loodud",
"Actions" : "Tegevused",
"No description" : "Kirjeldus puudub",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Kas sa oled kindel, et soovid „{name}“ rolli kustutada? Seda tegevust ei saa tagasi pöörata.",
@@ -488,6 +488,7 @@ OC.L10N.register(
"Loading teams …" : "Laadin tiime…",
"Error loading teams" : "Viga tiimide laadimisel",
"No teams found" : "Tiime ei leidu",
"Members" : "Liikmed",
"No Nextcloud Teams are available" : "Ühtegi Nextcloud tiimi pole saadaval",
"Edit team" : "Muuda tiimi",
"Configure category permissions for this team" : "Seadista selle tiimi õigusi kategooriate kontekstis",

View File

@@ -136,6 +136,7 @@
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Postitamine:{bEnd} Võib selles kategoorias lisada uusi jutulõnge.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
"Pick a color" : "Vali värv",
"Create category header" : "Lisa kategooria päis",
"Edit category header" : "Muuda kategooria päist",
"Header name" : "Kategooria päise nimi",
@@ -196,6 +197,12 @@
"Locked thread" : "Lukustatud jutulõng",
"Uncategorized" : "Määratlemata",
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
"Templates" : "Mallid",
"Name" : "Nimi",
"Template name" : "Malli nimi",
"Content" : "Sisu",
"Both" : "Mõlemad",
"Insert" : "Lisa",
"Views" : "Vaated",
"Title" : "Pealkiri",
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
@@ -234,7 +241,7 @@
"No category specified" : "Ühtegi kategooriat pole määratletud",
"You do not have permission to create threads in this category." : "Sul pole õigusi selles kategoorias jutulõngade lisamiseks.",
"Error" : "Viga",
"First activity" : "Esimene tegevus",
"Created" : "Loodud",
"Threads ({count})" : "Jutulõngad ({count})",
"Replies ({count})" : "Vastused ({count})",
"No threads" : "Jutulõngu pole",
@@ -368,7 +375,6 @@
"Basic information" : "Põhiteave",
"Category header" : "Kategooria päis",
"-- Select a header --" : "-- Vali päis --",
"Name" : "Nimi",
"Enter category name" : "Sisesta kategooria nimi",
"Slug" : "Aadressi lõputunnus",
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
@@ -376,12 +382,7 @@
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
"New" : "Uus",
"Permissions" : "Õigused",
"Control which roles can access and moderate this category" : "Halda rollide õigusi selle kategooria vaatamisel ja modeerimisel",
"Select roles that can view this category and its threads" : "Vali rollid, mis võivad seda kategooriat ja tema jutulõngu näha",
"Select roles that can create new threads in this category" : "Vali rollid, mis võivad selles kategoorias uusi jutulõngu lisada",
"Select roles that can reply to threads in this category" : "Vali rollid, mis võivad selle kategooria jutulõngadele vastata",
"Select roles that can moderate (edit/delete) content in this category" : "Vali rollid, mis võivad seda kategooriat modereerida (muuta ja kustutada)",
"Select roles …" : "Vali rollid…",
"Preview" : "Eelvaade",
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
"Error loading categories" : "Viga kategooriate laadimisel",
"No categories in this header" : "Selles päises pole kategooriaid",
@@ -476,7 +477,6 @@
"Create your first role to get started" : "Alustamiseks lisa foorumi esimene roll",
"ID" : "Tunnus",
"Owner" : "Omanik",
"Created" : "Loodud",
"Actions" : "Tegevused",
"No description" : "Kirjeldus puudub",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Kas sa oled kindel, et soovid „{name}“ rolli kustutada? Seda tegevust ei saa tagasi pöörata.",
@@ -486,6 +486,7 @@
"Loading teams …" : "Laadin tiime…",
"Error loading teams" : "Viga tiimide laadimisel",
"No teams found" : "Tiime ei leidu",
"Members" : "Liikmed",
"No Nextcloud Teams are available" : "Ühtegi Nextcloud tiimi pole saadaval",
"Edit team" : "Muuda tiimi",
"Configure category permissions for this team" : "Seadista selle tiimi õigusi kategooriate kontekstis",

View File

@@ -49,6 +49,12 @@ OC.L10N.register(
"Current version" : "Uneko bertsioa",
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
"Uncategorized" : "Kategoria gabe",
"Templates" : "Txantiloiak",
"Name" : "Izena",
"Template name" : "Txantiloi berria",
"Content" : "Edukia",
"Both" : "Biak",
"Insert" : "Txertatu",
"Views" : "Ikuspegiak",
"Title" : "Izenburua",
"Saving draft …" : "Zirriborroa gordetzen...",
@@ -58,6 +64,7 @@ OC.L10N.register(
"Refresh" : "Freskatu",
"Retry" : "saiatu berriro",
"Error" : "Errorea",
"Created" : "Sortua",
"Searching …" : "Bilatzen…",
"No results found" : "Ez da emaitzarik aurkitu",
"Back to {category}" : "Itzuli {category}(e)ra",
@@ -77,9 +84,9 @@ OC.L10N.register(
"Tag" : "Etiketa",
"Description" : "Deskripzioa",
"Enabled" : "Gaituta",
"Name" : "Izena",
"New" : "Berria",
"Permissions" : "Baimenak",
"Preview" : "Aurrebista",
"Move up" : "Eraman gora",
"Move down" : "Eraman behera",
"Last 7 days" : "Azken 7 egunetan",
@@ -91,10 +98,10 @@ OC.L10N.register(
"Reset" : "Berrezarri",
"ID" : "ID",
"Owner" : "Jabea",
"Created" : "Sortua",
"Actions" : "Ekintzak",
"No description" : "Deskribapenik ez",
"No teams found" : "Ez da lantalderik aurkitu",
"Members" : "Partaideak",
"User management" : "Erabiltzaileen kudeaketa",
"Loading users …" : "Erabiltzaileak kargatzen ...",
"No users found" : "Ez da erabiltzailerik aurkitu",

View File

@@ -47,6 +47,12 @@
"Current version" : "Uneko bertsioa",
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
"Uncategorized" : "Kategoria gabe",
"Templates" : "Txantiloiak",
"Name" : "Izena",
"Template name" : "Txantiloi berria",
"Content" : "Edukia",
"Both" : "Biak",
"Insert" : "Txertatu",
"Views" : "Ikuspegiak",
"Title" : "Izenburua",
"Saving draft …" : "Zirriborroa gordetzen...",
@@ -56,6 +62,7 @@
"Refresh" : "Freskatu",
"Retry" : "saiatu berriro",
"Error" : "Errorea",
"Created" : "Sortua",
"Searching …" : "Bilatzen…",
"No results found" : "Ez da emaitzarik aurkitu",
"Back to {category}" : "Itzuli {category}(e)ra",
@@ -75,9 +82,9 @@
"Tag" : "Etiketa",
"Description" : "Deskripzioa",
"Enabled" : "Gaituta",
"Name" : "Izena",
"New" : "Berria",
"Permissions" : "Baimenak",
"Preview" : "Aurrebista",
"Move up" : "Eraman gora",
"Move down" : "Eraman behera",
"Last 7 days" : "Azken 7 egunetan",
@@ -89,10 +96,10 @@
"Reset" : "Berrezarri",
"ID" : "ID",
"Owner" : "Jabea",
"Created" : "Sortua",
"Actions" : "Ekintzak",
"No description" : "Deskribapenik ez",
"No teams found" : "Ez da lantalderik aurkitu",
"Members" : "Partaideak",
"User management" : "Erabiltzaileen kudeaketa",
"Loading users …" : "Erabiltzaileak kargatzen ...",
"No users found" : "Ez da erabiltzailerik aurkitu",

View File

@@ -44,6 +44,12 @@ OC.L10N.register(
"Current version" : "نسخه فعلی",
"React with {emoji}" : "React with {emoji}",
"Uncategorized" : "دسته‌بندی نشده",
"Templates" : "قالب‌ها",
"Name" : "نام",
"Template name" : "Template name",
"Content" : "Content",
"Both" : "Both",
"Insert" : "Insert",
"Views" : "بازدیدها",
"Title" : "Title",
"Saving draft …" : "در حال ذخیره پیش نویس ...",
@@ -52,6 +58,7 @@ OC.L10N.register(
"Refresh" : "تازه‌سازی",
"Retry" : "تلاش دوباره",
"Error" : "خطا",
"Created" : "ایجاد شده",
"Searching …" : "جستجوکردن …",
"Back to {category}" : "بازگشت به {category}",
"by" : "با",
@@ -68,9 +75,9 @@ OC.L10N.register(
"Disable" : "غیرفعال کردن",
"Description" : "شرح",
"Enabled" : "فعال شده",
"Name" : "نام",
"New" : "جدید",
"Permissions" : "مجوزها",
"Preview" : "پیش‌نمایش",
"Move up" : "حرکت به بالا",
"Move down" : "حرکت به پایین",
"Last 7 days" : "۷ روز گذشته.",
@@ -82,10 +89,10 @@ OC.L10N.register(
"Reset" : "بازنشانی",
"ID" : "شناسه",
"Owner" : "مالک",
"Created" : "ایجاد شده",
"Actions" : "کنش‌ها",
"No description" : "No description",
"No teams found" : "هیچ تیمی یافت نشد",
"Members" : "اعضا",
"Loading users …" : "Loading users …",
"No users found" : "No users found",
"Joined" : "پیوستن",

View File

@@ -42,6 +42,12 @@
"Current version" : "نسخه فعلی",
"React with {emoji}" : "React with {emoji}",
"Uncategorized" : "دسته‌بندی نشده",
"Templates" : "قالب‌ها",
"Name" : "نام",
"Template name" : "Template name",
"Content" : "Content",
"Both" : "Both",
"Insert" : "Insert",
"Views" : "بازدیدها",
"Title" : "Title",
"Saving draft …" : "در حال ذخیره پیش نویس ...",
@@ -50,6 +56,7 @@
"Refresh" : "تازه‌سازی",
"Retry" : "تلاش دوباره",
"Error" : "خطا",
"Created" : "ایجاد شده",
"Searching …" : "جستجوکردن …",
"Back to {category}" : "بازگشت به {category}",
"by" : "با",
@@ -66,9 +73,9 @@
"Disable" : "غیرفعال کردن",
"Description" : "شرح",
"Enabled" : "فعال شده",
"Name" : "نام",
"New" : "جدید",
"Permissions" : "مجوزها",
"Preview" : "پیش‌نمایش",
"Move up" : "حرکت به بالا",
"Move down" : "حرکت به پایین",
"Last 7 days" : "۷ روز گذشته.",
@@ -80,10 +87,10 @@
"Reset" : "بازنشانی",
"ID" : "شناسه",
"Owner" : "مالک",
"Created" : "ایجاد شده",
"Actions" : "کنش‌ها",
"No description" : "No description",
"No teams found" : "هیچ تیمی یافت نشد",
"Members" : "اعضا",
"Loading users …" : "Loading users …",
"No users found" : "No users found",
"Joined" : "پیوستن",

View File

@@ -33,6 +33,7 @@ OC.L10N.register(
"Threads" : "Keskusteluketjut",
"Category" : "Kategoria",
"Allow" : "Salli",
"Pick a color" : "Valitse väri",
"Cancel" : "Peruuta",
"Create" : "Luo",
"Update" : "Päivitä",
@@ -51,6 +52,12 @@ OC.L10N.register(
"Add reaction" : "Lisää reaktio",
"React with {emoji}" : "Reagoi emojilla {emoji}",
"Uncategorized" : "Luokittelematon",
"Templates" : "Mallipohjat",
"Name" : "Nimi",
"Template name" : "Mallin nimi",
"Content" : "Sisältö",
"Both" : "Molemmat",
"Insert" : "Lisää",
"Views" : "Näkymät",
"Title" : "Nimeke",
"Saving draft …" : "Tallennetaan luonnosta…",
@@ -59,6 +66,7 @@ OC.L10N.register(
"Refresh" : "Päivitä",
"Retry" : "Yritä uudelleen",
"Error" : "Virhe",
"Created" : "Luonut",
"Searching …" : "Haetaan…",
"No results found" : "Ei tuloksia",
"Back to {category}" : "Takaisin kohtaan {category}",
@@ -79,9 +87,9 @@ OC.L10N.register(
"Tag" : "Tunniste",
"Description" : "Kuvaus",
"Enabled" : "Käytössä",
"Name" : "Nimi",
"New" : "Uusi",
"Permissions" : "Oikeudet",
"Preview" : "Esikatselu",
"Move up" : "Siirrä ylös",
"Move down" : "Siirrä alas",
"Last 7 days" : "Edelliset 7 päivää",
@@ -93,10 +101,10 @@ OC.L10N.register(
"Reset" : "Palauta",
"ID" : "ID",
"Owner" : "Omistaja",
"Created" : "Luonut",
"Actions" : "Toiminnot",
"No description" : "Ei kuvausta",
"No teams found" : "Tiimejä ei löytynyt",
"Members" : "Jäsenet",
"User management" : "Käyttäjähallinta",
"Loading users …" : "Ladataan käyttäjiä…",
"No users found" : "Käyttäjiä ei löytynyt",

View File

@@ -31,6 +31,7 @@
"Threads" : "Keskusteluketjut",
"Category" : "Kategoria",
"Allow" : "Salli",
"Pick a color" : "Valitse väri",
"Cancel" : "Peruuta",
"Create" : "Luo",
"Update" : "Päivitä",
@@ -49,6 +50,12 @@
"Add reaction" : "Lisää reaktio",
"React with {emoji}" : "Reagoi emojilla {emoji}",
"Uncategorized" : "Luokittelematon",
"Templates" : "Mallipohjat",
"Name" : "Nimi",
"Template name" : "Mallin nimi",
"Content" : "Sisältö",
"Both" : "Molemmat",
"Insert" : "Lisää",
"Views" : "Näkymät",
"Title" : "Nimeke",
"Saving draft …" : "Tallennetaan luonnosta…",
@@ -57,6 +64,7 @@
"Refresh" : "Päivitä",
"Retry" : "Yritä uudelleen",
"Error" : "Virhe",
"Created" : "Luonut",
"Searching …" : "Haetaan…",
"No results found" : "Ei tuloksia",
"Back to {category}" : "Takaisin kohtaan {category}",
@@ -77,9 +85,9 @@
"Tag" : "Tunniste",
"Description" : "Kuvaus",
"Enabled" : "Käytössä",
"Name" : "Nimi",
"New" : "Uusi",
"Permissions" : "Oikeudet",
"Preview" : "Esikatselu",
"Move up" : "Siirrä ylös",
"Move down" : "Siirrä alas",
"Last 7 days" : "Edelliset 7 päivää",
@@ -91,10 +99,10 @@
"Reset" : "Palauta",
"ID" : "ID",
"Owner" : "Omistaja",
"Created" : "Luonut",
"Actions" : "Toiminnot",
"No description" : "Ei kuvausta",
"No teams found" : "Tiimejä ei löytynyt",
"Members" : "Jäsenet",
"User management" : "Käyttäjähallinta",
"Loading users …" : "Ladataan käyttäjiä…",
"No users found" : "Käyttäjiä ei löytynyt",

View File

@@ -34,6 +34,7 @@ OC.L10N.register(
"Threads" : "Fils de discussion",
"Category" : "Catégorie",
"Allow" : "Autoriser",
"Pick a color" : "Choisir une couleur",
"Sort order" : "Ordre de tri",
"Cancel" : "Annuler",
"Create" : "Créer",
@@ -53,6 +54,12 @@ OC.L10N.register(
"React with {emoji}" : "Réagir avec {emoji}",
"Uncategorized" : "Non catégorisé",
"_%n reply_::_%n replies_" : ["%n réponse","%n réponses","%n réponses"],
"Templates" : "Modèles",
"Name" : "Nom",
"Template name" : "Nom du modèle",
"Content" : "Contenu",
"Both" : "Les deux",
"Insert" : "Insérer",
"Views" : "Vues",
"Title" : "Titre",
"Saving draft …" : "Sauvegarde du brouillon en cours …",
@@ -63,6 +70,7 @@ OC.L10N.register(
"Retry" : "Réessayer",
"In {category}" : "Dans {category}",
"Error" : "Erreur",
"Created" : "Créée",
"Searching …" : "Recherche…",
"No results found" : "Aucun résultat",
"Back to {category}" : "Retourner à {category}",
@@ -84,10 +92,10 @@ OC.L10N.register(
"Tag" : "Étiquette",
"Description" : "Description",
"Enabled" : "Activé",
"Name" : "Nom",
"Enter category name" : "Saisissez le nom de la catégorie",
"New" : "Nouveau",
"Permissions" : "Autorisations",
"Preview" : "Prévisualiser",
"Move up" : "Déplacer vers le haut",
"Move down" : "Déplacer vers le bas",
"Last 7 days" : "7 derniers jours",
@@ -100,10 +108,10 @@ OC.L10N.register(
"Reset" : "Réinitialiser",
"ID" : "ID",
"Owner" : "Propriétaire",
"Created" : "Créée",
"Actions" : "Actions",
"No description" : "Pas de description",
"No teams found" : "Aucune équipe trouvée",
"Members" : "Membres",
"User management" : "Gestion des utilisateurs",
"Loading users …" : "Chargement des utilisateurs...",
"No users found" : "Aucun utilisateur trouvé",

View File

@@ -32,6 +32,7 @@
"Threads" : "Fils de discussion",
"Category" : "Catégorie",
"Allow" : "Autoriser",
"Pick a color" : "Choisir une couleur",
"Sort order" : "Ordre de tri",
"Cancel" : "Annuler",
"Create" : "Créer",
@@ -51,6 +52,12 @@
"React with {emoji}" : "Réagir avec {emoji}",
"Uncategorized" : "Non catégorisé",
"_%n reply_::_%n replies_" : ["%n réponse","%n réponses","%n réponses"],
"Templates" : "Modèles",
"Name" : "Nom",
"Template name" : "Nom du modèle",
"Content" : "Contenu",
"Both" : "Les deux",
"Insert" : "Insérer",
"Views" : "Vues",
"Title" : "Titre",
"Saving draft …" : "Sauvegarde du brouillon en cours …",
@@ -61,6 +68,7 @@
"Retry" : "Réessayer",
"In {category}" : "Dans {category}",
"Error" : "Erreur",
"Created" : "Créée",
"Searching …" : "Recherche…",
"No results found" : "Aucun résultat",
"Back to {category}" : "Retourner à {category}",
@@ -82,10 +90,10 @@
"Tag" : "Étiquette",
"Description" : "Description",
"Enabled" : "Activé",
"Name" : "Nom",
"Enter category name" : "Saisissez le nom de la catégorie",
"New" : "Nouveau",
"Permissions" : "Autorisations",
"Preview" : "Prévisualiser",
"Move up" : "Déplacer vers le haut",
"Move down" : "Déplacer vers le bas",
"Last 7 days" : "7 derniers jours",
@@ -98,10 +106,10 @@
"Reset" : "Réinitialiser",
"ID" : "ID",
"Owner" : "Propriétaire",
"Created" : "Créée",
"Actions" : "Actions",
"No description" : "Pas de description",
"No teams found" : "Aucune équipe trouvée",
"Members" : "Membres",
"User management" : "Gestion des utilisateurs",
"Loading users …" : "Chargement des utilisateurs...",
"No users found" : "Aucun utilisateur trouvé",

View File

@@ -78,6 +78,7 @@ OC.L10N.register(
"Dashboard" : "Deais",
"Forum settings" : "Socruithe an fhóraim",
"Users" : "Úsáideoirí",
"Roles & Teams" : "Róil & Foirne",
"Categories" : "Catagóirí",
"BBCodes" : "BBCóid",
"Expand" : "Leathnaigh",
@@ -129,8 +130,16 @@ OC.L10N.register(
"New activity" : "Gníomhaíocht nua",
"Category" : "Catagóir",
"Can view" : "Is féidir féachaint air",
"Can post" : "Is féidir postáil",
"Can reply" : "Is féidir freagra a thabhairt",
"Can moderate" : "Is féidir maolú a dhéanamh",
"Allow" : "Ceadaigh",
"Allow All" : "Ceadaigh Gach Rud",
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Amharc:{bEnd} Ceadaíonn sé seo an chatagóir agus a snáitheanna a fheiceáil.",
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Ceadaíonn sé seo snáitheanna nua a chruthú sa chatagóir.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Freagra:{bEnd} Ceadaíonn sé seo freagra a thabhairt ar shnáitheanna atá ann cheana féin sa chatagóir.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modhnóireacht:{bEnd} Ceadaíonn sé seo poist a chur in eagar agus a scriosadh, snáitheanna a phionáil, a ghlasáil agus a bhogadh sa chatagóir.",
"Pick a color" : "Roghnaigh dath",
"Create category header" : "Cruthaigh ceanntásc catagóire",
"Edit category header" : "Cuir ceanntásc na catagóire in eagar",
"Header name" : "Ainm an cheanntásca",
@@ -142,6 +151,15 @@ OC.L10N.register(
"Cancel" : "Cealaigh",
"Create" : "Cruthaigh",
"Update" : "Nuashonrú",
"Forum setup required" : "Socrú fóraim ag teastáil",
"Select the accounts that should have the forum admin role." : "Roghnaigh na cuntais ar cheart dóibh ról riarthóra an fhóraim a bheith acu.",
"Forum admin accounts:" : "Cuntais riarthóra an fhóraim:",
"Select accounts …" : "Roghnaigh cuntais …",
"All other accounts will receive the default role." : "Gheobhaidh gach cuntas eile an ról réamhshocraithe.",
"Initialize forum" : "Tús a chur leis an bhfóram",
"Initializing …" : "Ag tosú …",
"Forum not set up" : "Fóram gan bhunú",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Níl an fóram socraithe fós. Téigh i dteagmháil le ball den riarachán le do thoil chun an socrú a chríochnú.",
"Move thread to category" : "Bog snáithe go catagóir",
"Select the category to move this thread to:" : "Roghnaigh an chatagóir chun an snáithe seo a bhogadh chuici:",
"Select a category …" : "Roghnaigh catagóir …",
@@ -191,6 +209,12 @@ OC.L10N.register(
"Locked thread" : "Snáithe faoi ghlas",
"Uncategorized" : "Gan catagóir",
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
"Templates" : "Teimpléid",
"Name" : "Ainm",
"Template name" : "Ainm teimpléad",
"Content" : "Ábhar",
"Both" : "An dá",
"Insert" : "cuir isteach",
"Views" : "Radhairc",
"Title" : "Teideal",
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
@@ -227,8 +251,9 @@ OC.L10N.register(
"Thread created" : "Snáithe cruthaithe",
"Failed to create thread" : "Theip ar an snáithe a chruthú",
"No category specified" : "Gan catagóir sonraithe",
"You do not have permission to create threads in this category." : "Níl cead agat snáitheanna a chruthú sa chatagóir seo.",
"Error" : "Earráid",
"First activity" : "An chéad ghníomhaíocht",
"Created" : "Cruthaithe",
"Threads ({count})" : "Snáitheanna ({count})",
"Replies ({count})" : "Freagraí ({count})",
"No threads" : "Gan snáitheanna",
@@ -266,6 +291,7 @@ OC.L10N.register(
"Be the first to reply in this thread." : "Bí ar an gcéad duine chun freagra a thabhairt sa snáithe seo.",
"by" : "le",
"This thread is locked. Only moderators can add replies." : "Tá an snáithe seo faoi ghlas. Ní féidir ach le modhnóirí freagraí a chur leis.",
"You do not have permission to reply in this category." : "Níl cead agat freagra a thabhairt sa chatagóir seo.",
"You must be signed in to reply to this thread." : "Ní mór duit a bheith logáilte isteach chun freagra a thabhairt ar an snáithe seo.",
"Sign in to reply" : "Sínigh isteach le freagra a thabhairt",
"Lock thread" : "Glasáil snáithe",
@@ -361,7 +387,6 @@ OC.L10N.register(
"Basic information" : "Faisnéis bhunúsach",
"Category header" : "Ceanntásc catagóire",
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
"Name" : "Ainm",
"Enter category name" : "Cuir isteach ainm na catagóire",
"Slug" : "Sluga",
"URL-friendly identifier (e.g., \"{slug}\")" : "Aitheantóir atá cairdiúil do URL (m.sh., \"{slug}\")",
@@ -369,10 +394,7 @@ OC.L10N.register(
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
"New" : "Nua",
"Permissions" : "Ceadanna",
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
"Select roles that can view this category and its threads" : "Roghnaigh róil ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
"Select roles …" : "Roghnaigh róil …",
"Preview" : "Réamhamharc",
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
"Error loading categories" : "Earráid ag luchtú catagóirí",
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
@@ -467,12 +489,22 @@ OC.L10N.register(
"Create your first role to get started" : "Cruthaigh do chéad ról le tosú",
"ID" : "ID",
"Owner" : "Úinéir",
"Created" : "Cruthaithe",
"Actions" : "Gníomhartha",
"No description" : "Gan cur síos",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an ról \"{name}\" a scriosadh? Ní féidir an gníomh seo a chealú.",
"System roles cannot be deleted" : "Ní féidir róil chórais a scriosadh",
"Team permissions" : "Ceadanna foirne",
"Manage category permissions for Nextcloud Teams" : "Bainistigh ceadanna catagóire do Nextcloud Teams",
"Loading teams …" : "Ag lódáil foirne …",
"Error loading teams" : "Earráid ag luchtú foirne",
"No teams found" : "Níor aimsíodh foirne",
"Members" : "Baill",
"No Nextcloud Teams are available" : "Níl aon Fhoireann Nextcloud ar fáil",
"Edit team" : "Foireann a chur in eagar",
"Configure category permissions for this team" : "Cumraigh ceadanna catagóire don fhoireann seo",
"Error loading team" : "Earráid ag lódáil na foirne",
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Ceadanna catagóire á n-eagarthóireacht don fhoireann seo. Déantar ballraíocht foirne a bhainistiú trí Nextcloud Teams.",
"Set which categories this team can access" : "Socraigh cé na catagóirí ar féidir leis an bhfoireann seo rochtain a fháil orthu",
"User management" : "Bainistíocht úsáideora",
"Manage forum users, roles and permissions" : "Bainistigh úsáideoirí, róil agus ceadanna an fhóraim",
"Loading users …" : "Úsáideoirí á lódáil…",

View File

@@ -76,6 +76,7 @@
"Dashboard" : "Deais",
"Forum settings" : "Socruithe an fhóraim",
"Users" : "Úsáideoirí",
"Roles & Teams" : "Róil & Foirne",
"Categories" : "Catagóirí",
"BBCodes" : "BBCóid",
"Expand" : "Leathnaigh",
@@ -127,8 +128,16 @@
"New activity" : "Gníomhaíocht nua",
"Category" : "Catagóir",
"Can view" : "Is féidir féachaint air",
"Can post" : "Is féidir postáil",
"Can reply" : "Is féidir freagra a thabhairt",
"Can moderate" : "Is féidir maolú a dhéanamh",
"Allow" : "Ceadaigh",
"Allow All" : "Ceadaigh Gach Rud",
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Amharc:{bEnd} Ceadaíonn sé seo an chatagóir agus a snáitheanna a fheiceáil.",
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Post:{bEnd} Ceadaíonn sé seo snáitheanna nua a chruthú sa chatagóir.",
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Freagra:{bEnd} Ceadaíonn sé seo freagra a thabhairt ar shnáitheanna atá ann cheana féin sa chatagóir.",
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modhnóireacht:{bEnd} Ceadaíonn sé seo poist a chur in eagar agus a scriosadh, snáitheanna a phionáil, a ghlasáil agus a bhogadh sa chatagóir.",
"Pick a color" : "Roghnaigh dath",
"Create category header" : "Cruthaigh ceanntásc catagóire",
"Edit category header" : "Cuir ceanntásc na catagóire in eagar",
"Header name" : "Ainm an cheanntásca",
@@ -140,6 +149,15 @@
"Cancel" : "Cealaigh",
"Create" : "Cruthaigh",
"Update" : "Nuashonrú",
"Forum setup required" : "Socrú fóraim ag teastáil",
"Select the accounts that should have the forum admin role." : "Roghnaigh na cuntais ar cheart dóibh ról riarthóra an fhóraim a bheith acu.",
"Forum admin accounts:" : "Cuntais riarthóra an fhóraim:",
"Select accounts …" : "Roghnaigh cuntais …",
"All other accounts will receive the default role." : "Gheobhaidh gach cuntas eile an ról réamhshocraithe.",
"Initialize forum" : "Tús a chur leis an bhfóram",
"Initializing …" : "Ag tosú …",
"Forum not set up" : "Fóram gan bhunú",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Níl an fóram socraithe fós. Téigh i dteagmháil le ball den riarachán le do thoil chun an socrú a chríochnú.",
"Move thread to category" : "Bog snáithe go catagóir",
"Select the category to move this thread to:" : "Roghnaigh an chatagóir chun an snáithe seo a bhogadh chuici:",
"Select a category …" : "Roghnaigh catagóir …",
@@ -189,6 +207,12 @@
"Locked thread" : "Snáithe faoi ghlas",
"Uncategorized" : "Gan catagóir",
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
"Templates" : "Teimpléid",
"Name" : "Ainm",
"Template name" : "Ainm teimpléad",
"Content" : "Ábhar",
"Both" : "An dá",
"Insert" : "cuir isteach",
"Views" : "Radhairc",
"Title" : "Teideal",
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
@@ -225,8 +249,9 @@
"Thread created" : "Snáithe cruthaithe",
"Failed to create thread" : "Theip ar an snáithe a chruthú",
"No category specified" : "Gan catagóir sonraithe",
"You do not have permission to create threads in this category." : "Níl cead agat snáitheanna a chruthú sa chatagóir seo.",
"Error" : "Earráid",
"First activity" : "An chéad ghníomhaíocht",
"Created" : "Cruthaithe",
"Threads ({count})" : "Snáitheanna ({count})",
"Replies ({count})" : "Freagraí ({count})",
"No threads" : "Gan snáitheanna",
@@ -264,6 +289,7 @@
"Be the first to reply in this thread." : "Bí ar an gcéad duine chun freagra a thabhairt sa snáithe seo.",
"by" : "le",
"This thread is locked. Only moderators can add replies." : "Tá an snáithe seo faoi ghlas. Ní féidir ach le modhnóirí freagraí a chur leis.",
"You do not have permission to reply in this category." : "Níl cead agat freagra a thabhairt sa chatagóir seo.",
"You must be signed in to reply to this thread." : "Ní mór duit a bheith logáilte isteach chun freagra a thabhairt ar an snáithe seo.",
"Sign in to reply" : "Sínigh isteach le freagra a thabhairt",
"Lock thread" : "Glasáil snáithe",
@@ -359,7 +385,6 @@
"Basic information" : "Faisnéis bhunúsach",
"Category header" : "Ceanntásc catagóire",
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
"Name" : "Ainm",
"Enter category name" : "Cuir isteach ainm na catagóire",
"Slug" : "Sluga",
"URL-friendly identifier (e.g., \"{slug}\")" : "Aitheantóir atá cairdiúil do URL (m.sh., \"{slug}\")",
@@ -367,10 +392,7 @@
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
"New" : "Nua",
"Permissions" : "Ceadanna",
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
"Select roles that can view this category and its threads" : "Roghnaigh róil ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
"Select roles …" : "Roghnaigh róil …",
"Preview" : "Réamhamharc",
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
"Error loading categories" : "Earráid ag luchtú catagóirí",
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
@@ -465,12 +487,22 @@
"Create your first role to get started" : "Cruthaigh do chéad ról le tosú",
"ID" : "ID",
"Owner" : "Úinéir",
"Created" : "Cruthaithe",
"Actions" : "Gníomhartha",
"No description" : "Gan cur síos",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an ról \"{name}\" a scriosadh? Ní féidir an gníomh seo a chealú.",
"System roles cannot be deleted" : "Ní féidir róil chórais a scriosadh",
"Team permissions" : "Ceadanna foirne",
"Manage category permissions for Nextcloud Teams" : "Bainistigh ceadanna catagóire do Nextcloud Teams",
"Loading teams …" : "Ag lódáil foirne …",
"Error loading teams" : "Earráid ag luchtú foirne",
"No teams found" : "Níor aimsíodh foirne",
"Members" : "Baill",
"No Nextcloud Teams are available" : "Níl aon Fhoireann Nextcloud ar fáil",
"Edit team" : "Foireann a chur in eagar",
"Configure category permissions for this team" : "Cumraigh ceadanna catagóire don fhoireann seo",
"Error loading team" : "Earráid ag lódáil na foirne",
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Ceadanna catagóire á n-eagarthóireacht don fhoireann seo. Déantar ballraíocht foirne a bhainistiú trí Nextcloud Teams.",
"Set which categories this team can access" : "Socraigh cé na catagóirí ar féidir leis an bhfoireann seo rochtain a fháil orthu",
"User management" : "Bainistíocht úsáideora",
"Manage forum users, roles and permissions" : "Bainistigh úsáideoirí, róil agus ceadanna an fhóraim",
"Loading users …" : "Úsáideoirí á lódáil…",

View File

@@ -131,6 +131,7 @@ OC.L10N.register(
"Can view" : "Pode ver",
"Can moderate" : "Pode moderar",
"Allow" : "Permitir",
"Pick a color" : "Escolla unha cor",
"Create category header" : "Crear a cabeceira de categoría",
"Edit category header" : "Editar a cabeceira de categoría",
"Header name" : "Nome da cabeceira",
@@ -191,6 +192,12 @@ OC.L10N.register(
"Locked thread" : "Fío bloqueado",
"Uncategorized" : "Sen categorizar",
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
"Templates" : "Modelos",
"Name" : "Nome",
"Template name" : "Nome do modelo",
"Content" : "Contido",
"Both" : "Ambos",
"Insert" : "Inserir",
"Views" : "Vistas",
"Title" : "Titulo",
"Enter thread title …" : "Introduza o título do fío…",
@@ -228,7 +235,7 @@ OC.L10N.register(
"Failed to create thread" : "Produciuse un fallo ao crear o fío",
"No category specified" : "Non se especificou ningunha categoría",
"Error" : "Erro",
"First activity" : "First activity",
"Created" : "Creado",
"Threads ({count})" : "Fíos ({count})",
"Replies ({count})" : "Respostas ({count})",
"No threads" : "Non hai ningún fío",
@@ -361,7 +368,6 @@ OC.L10N.register(
"Basic information" : "Información básica",
"Category header" : "Cabeceira de categoría",
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
"Name" : "Nome",
"Enter category name" : "Introduza o nome da categoría",
"Slug" : "URL semántico",
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
@@ -369,10 +375,7 @@ OC.L10N.register(
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
"New" : "Novo",
"Permissions" : "Permisos",
"Control which roles can access and moderate this category" : "Controle que roles poden acceder e moderar esta categoría",
"Select roles that can view this category and its threads" : "Seleccione os roles que poidan ver esta categoría e os seus fíos",
"Select roles that can moderate (edit/delete) content in this category" : "Seleccione os roles que poidan moderar (editar/eliminar) contido nesta categoría",
"Select roles …" : "Seleccionar roles…",
"Preview" : "Vista previa",
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
"Error loading categories" : "Produciuse un erro ao cargar as categorías",
"No categories in this header" : "Non hai ningunha categoría neste fío",
@@ -467,12 +470,12 @@ OC.L10N.register(
"Create your first role to get started" : "Cree o seu primeiro rol para comezar",
"ID" : "ID",
"Owner" : "Propietario",
"Created" : "Creado",
"Actions" : "Accións",
"No description" : "Sen descrición",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Confirma que quere eliminar o rol «{name}»? Esta acción non é posíbel desfacela.",
"System roles cannot be deleted" : "Non é posíbel eliminar os roles do sistema",
"No teams found" : "Non se atopou ningún equipo",
"Members" : "Membros",
"User management" : "Xestión de usuarios",
"Manage forum users, roles and permissions" : "Xestionar usuarios, roles e permisos do foro",
"Loading users …" : "Cargando usuarios…",

View File

@@ -129,6 +129,7 @@
"Can view" : "Pode ver",
"Can moderate" : "Pode moderar",
"Allow" : "Permitir",
"Pick a color" : "Escolla unha cor",
"Create category header" : "Crear a cabeceira de categoría",
"Edit category header" : "Editar a cabeceira de categoría",
"Header name" : "Nome da cabeceira",
@@ -189,6 +190,12 @@
"Locked thread" : "Fío bloqueado",
"Uncategorized" : "Sen categorizar",
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
"Templates" : "Modelos",
"Name" : "Nome",
"Template name" : "Nome do modelo",
"Content" : "Contido",
"Both" : "Ambos",
"Insert" : "Inserir",
"Views" : "Vistas",
"Title" : "Titulo",
"Enter thread title …" : "Introduza o título do fío…",
@@ -226,7 +233,7 @@
"Failed to create thread" : "Produciuse un fallo ao crear o fío",
"No category specified" : "Non se especificou ningunha categoría",
"Error" : "Erro",
"First activity" : "First activity",
"Created" : "Creado",
"Threads ({count})" : "Fíos ({count})",
"Replies ({count})" : "Respostas ({count})",
"No threads" : "Non hai ningún fío",
@@ -359,7 +366,6 @@
"Basic information" : "Información básica",
"Category header" : "Cabeceira de categoría",
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
"Name" : "Nome",
"Enter category name" : "Introduza o nome da categoría",
"Slug" : "URL semántico",
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
@@ -367,10 +373,7 @@
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
"New" : "Novo",
"Permissions" : "Permisos",
"Control which roles can access and moderate this category" : "Controle que roles poden acceder e moderar esta categoría",
"Select roles that can view this category and its threads" : "Seleccione os roles que poidan ver esta categoría e os seus fíos",
"Select roles that can moderate (edit/delete) content in this category" : "Seleccione os roles que poidan moderar (editar/eliminar) contido nesta categoría",
"Select roles …" : "Seleccionar roles…",
"Preview" : "Vista previa",
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
"Error loading categories" : "Produciuse un erro ao cargar as categorías",
"No categories in this header" : "Non hai ningunha categoría neste fío",
@@ -465,12 +468,12 @@
"Create your first role to get started" : "Cree o seu primeiro rol para comezar",
"ID" : "ID",
"Owner" : "Propietario",
"Created" : "Creado",
"Actions" : "Accións",
"No description" : "Sen descrición",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Confirma que quere eliminar o rol «{name}»? Esta acción non é posíbel desfacela.",
"System roles cannot be deleted" : "Non é posíbel eliminar os roles do sistema",
"No teams found" : "Non se atopou ningún equipo",
"Members" : "Membros",
"User management" : "Xestión de usuarios",
"Manage forum users, roles and permissions" : "Xestionar usuarios, roles e permisos do foro",
"Loading users …" : "Cargando usuarios…",

View File

@@ -162,6 +162,9 @@ OC.L10N.register(
"Locked thread" : "נושא נעול",
"Uncategorized" : "ללא קטגוריה",
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
"Name" : "שם",
"Template name" : "שם התבנית",
"Content" : "תוכן",
"Views" : "תצוגות",
"Title" : "כותרת",
"Enter thread title …" : "כתבו כותרת לנושא …",
@@ -199,7 +202,7 @@ OC.L10N.register(
"Failed to create thread" : "כשלון ביצירת נושא",
"No category specified" : "קטגוריה לא סופקה",
"Error" : "שגיאה",
"First activity" : "פעילות ראשונה",
"Created" : "יצירה",
"Threads ({count})" : "נושאים ({count})",
"Replies ({count})" : "תגובות ({count})",
"No threads" : "ללא נושאים",
@@ -259,9 +262,9 @@ OC.L10N.register(
"Tag" : "תגית",
"Description" : "תיאור",
"Enabled" : "מופעל",
"Name" : "שם",
"New" : "חדש",
"Permissions" : "הרשאות",
"Preview" : "תצוגה מקדימה",
"Move down" : "להוריד למטה",
"General settings" : "הגדרות כלליות",
"Appearance" : "מראה",
@@ -271,8 +274,8 @@ OC.L10N.register(
"Reset" : "איפוס",
"ID" : "מזהה",
"Owner" : "בעלות",
"Created" : "יצירה",
"Actions" : "פעולות",
"Members" : "חברים",
"No users found" : "לא נמצאו משתמשים",
"Roles" : "תפקידים",
"Active" : "פעיל",

View File

@@ -160,6 +160,9 @@
"Locked thread" : "נושא נעול",
"Uncategorized" : "ללא קטגוריה",
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
"Name" : "שם",
"Template name" : "שם התבנית",
"Content" : "תוכן",
"Views" : "תצוגות",
"Title" : "כותרת",
"Enter thread title …" : "כתבו כותרת לנושא …",
@@ -197,7 +200,7 @@
"Failed to create thread" : "כשלון ביצירת נושא",
"No category specified" : "קטגוריה לא סופקה",
"Error" : "שגיאה",
"First activity" : "פעילות ראשונה",
"Created" : "יצירה",
"Threads ({count})" : "נושאים ({count})",
"Replies ({count})" : "תגובות ({count})",
"No threads" : "ללא נושאים",
@@ -257,9 +260,9 @@
"Tag" : "תגית",
"Description" : "תיאור",
"Enabled" : "מופעל",
"Name" : "שם",
"New" : "חדש",
"Permissions" : "הרשאות",
"Preview" : "תצוגה מקדימה",
"Move down" : "להוריד למטה",
"General settings" : "הגדרות כלליות",
"Appearance" : "מראה",
@@ -269,8 +272,8 @@
"Reset" : "איפוס",
"ID" : "מזהה",
"Owner" : "בעלות",
"Created" : "יצירה",
"Actions" : "פעולות",
"Members" : "חברים",
"No users found" : "לא נמצאו משתמשים",
"Roles" : "תפקידים",
"Active" : "פעיל",

View File

@@ -32,6 +32,7 @@ OC.L10N.register(
"Threads" : "Niti",
"Category" : "Kategorija",
"Allow" : "Dopusti",
"Pick a color" : "Odaberite boju",
"Cancel" : "Cancel",
"Create" : "Stvori",
"Update" : "Ažuriraj",
@@ -48,6 +49,12 @@ OC.L10N.register(
"React with {emoji}" : "Reagiraj s {emoji}",
"Uncategorized" : "Nekategorizirani",
"_%n reply_::_%n replies_" : ["%n odgovor","%n odgovora","%n odgovora"],
"Templates" : "Predlošci",
"Name" : "Naziv",
"Template name" : "Naziv predloška",
"Content" : "Sadržaj",
"Both" : "Oboje",
"Insert" : "Umetni",
"Views" : "Prikazi",
"Title" : "Naslov",
"Saving draft …" : "Spremanje skice...",
@@ -57,6 +64,7 @@ OC.L10N.register(
"Retry" : "Pokušaj ponovno",
"In {category}" : "U {category}",
"Error" : "Pogreška",
"Created" : "Stvoreno",
"Searching …" : "Traženje…",
"No results found" : "Nema rezultata",
"Back to {category}" : "Natrag na {category}",
@@ -77,7 +85,6 @@ OC.L10N.register(
"Tag" : "Oznaka",
"Description" : "Opis",
"Enabled" : "Omogućeno",
"Name" : "Naziv",
"New" : "Novo",
"Permissions" : "Dopuštenja",
"Move up" : "Premjesti gore",
@@ -91,9 +98,9 @@ OC.L10N.register(
"Reset" : "Resetiraj",
"ID" : "ID",
"Owner" : "Vlasnik",
"Created" : "Stvoreno",
"Actions" : "Radnje",
"No teams found" : "Nema pronađenih timova",
"Members" : "Članovi",
"No users found" : "Nije pronađen nijedan korisnik",
"Joined" : "Pridružen",
"Status" : "Status",

View File

@@ -30,6 +30,7 @@
"Threads" : "Niti",
"Category" : "Kategorija",
"Allow" : "Dopusti",
"Pick a color" : "Odaberite boju",
"Cancel" : "Cancel",
"Create" : "Stvori",
"Update" : "Ažuriraj",
@@ -46,6 +47,12 @@
"React with {emoji}" : "Reagiraj s {emoji}",
"Uncategorized" : "Nekategorizirani",
"_%n reply_::_%n replies_" : ["%n odgovor","%n odgovora","%n odgovora"],
"Templates" : "Predlošci",
"Name" : "Naziv",
"Template name" : "Naziv predloška",
"Content" : "Sadržaj",
"Both" : "Oboje",
"Insert" : "Umetni",
"Views" : "Prikazi",
"Title" : "Naslov",
"Saving draft …" : "Spremanje skice...",
@@ -55,6 +62,7 @@
"Retry" : "Pokušaj ponovno",
"In {category}" : "U {category}",
"Error" : "Pogreška",
"Created" : "Stvoreno",
"Searching …" : "Traženje…",
"No results found" : "Nema rezultata",
"Back to {category}" : "Natrag na {category}",
@@ -75,7 +83,6 @@
"Tag" : "Oznaka",
"Description" : "Opis",
"Enabled" : "Omogućeno",
"Name" : "Naziv",
"New" : "Novo",
"Permissions" : "Dopuštenja",
"Move up" : "Premjesti gore",
@@ -89,9 +96,9 @@
"Reset" : "Resetiraj",
"ID" : "ID",
"Owner" : "Vlasnik",
"Created" : "Stvoreno",
"Actions" : "Radnje",
"No teams found" : "Nema pronađenih timova",
"Members" : "Članovi",
"No users found" : "Nije pronađen nijedan korisnik",
"Joined" : "Pridružen",
"Status" : "Status",

View File

@@ -32,6 +32,7 @@ OC.L10N.register(
"Threads" : "Szálak",
"Category" : "Kategória",
"Allow" : "Engedélyezés",
"Pick a color" : "Szín kiválasztása",
"Sort order" : "Rendezési sorrend",
"Cancel" : "Cancel",
"Create" : "Létrehozás",
@@ -51,6 +52,12 @@ OC.L10N.register(
"React with {emoji}" : "Reagálás ezzel: {emoji}",
"Uncategorized" : "Kategorizálatlan",
"_%n reply_::_%n replies_" : ["%n válasz","%n válasz"],
"Templates" : "Sablonok",
"Name" : "Név",
"Template name" : "Sablonnév",
"Content" : "Tartalom",
"Both" : "Mindkettő",
"Insert" : "Beillesztés",
"Views" : "Nézetek",
"Title" : "Cím",
"Saving draft …" : "Piszkozat mentése…",
@@ -61,6 +68,7 @@ OC.L10N.register(
"Retry" : "Újra",
"In {category}" : "Ebben: {category}",
"Error" : "Hiba",
"Created" : "Létrehozva",
"Searching …" : "Keresés…",
"No results found" : "Nincs találat",
"Back to {category}" : "Vissza ide: {category}",
@@ -81,9 +89,9 @@ OC.L10N.register(
"Tag" : "Címke",
"Description" : "Leírás",
"Enabled" : "Engedélyezve",
"Name" : "Név",
"New" : "Új",
"Permissions" : "Jogosultságok",
"Preview" : "Előnézet",
"Move up" : "Mozgatás fel",
"Move down" : "Mozgatás le",
"Last 7 days" : "Előző 7 nap",
@@ -95,10 +103,10 @@ OC.L10N.register(
"Reset" : "Alaphelyzetbe állítás",
"ID" : "Azonosító",
"Owner" : "Tulajdonos",
"Created" : "Létrehozva",
"Actions" : "Műveletek",
"No description" : "Nincs leírás",
"No teams found" : "Nem találhatók csapatok",
"Members" : "Tagok",
"Loading users …" : "Felhasználók betöltése…",
"No users found" : "Nem találhatók felhasználók",
"Joined" : "Csatlakozott",

View File

@@ -30,6 +30,7 @@
"Threads" : "Szálak",
"Category" : "Kategória",
"Allow" : "Engedélyezés",
"Pick a color" : "Szín kiválasztása",
"Sort order" : "Rendezési sorrend",
"Cancel" : "Cancel",
"Create" : "Létrehozás",
@@ -49,6 +50,12 @@
"React with {emoji}" : "Reagálás ezzel: {emoji}",
"Uncategorized" : "Kategorizálatlan",
"_%n reply_::_%n replies_" : ["%n válasz","%n válasz"],
"Templates" : "Sablonok",
"Name" : "Név",
"Template name" : "Sablonnév",
"Content" : "Tartalom",
"Both" : "Mindkettő",
"Insert" : "Beillesztés",
"Views" : "Nézetek",
"Title" : "Cím",
"Saving draft …" : "Piszkozat mentése…",
@@ -59,6 +66,7 @@
"Retry" : "Újra",
"In {category}" : "Ebben: {category}",
"Error" : "Hiba",
"Created" : "Létrehozva",
"Searching …" : "Keresés…",
"No results found" : "Nincs találat",
"Back to {category}" : "Vissza ide: {category}",
@@ -79,9 +87,9 @@
"Tag" : "Címke",
"Description" : "Leírás",
"Enabled" : "Engedélyezve",
"Name" : "Név",
"New" : "Új",
"Permissions" : "Jogosultságok",
"Preview" : "Előnézet",
"Move up" : "Mozgatás fel",
"Move down" : "Mozgatás le",
"Last 7 days" : "Előző 7 nap",
@@ -93,10 +101,10 @@
"Reset" : "Alaphelyzetbe állítás",
"ID" : "Azonosító",
"Owner" : "Tulajdonos",
"Created" : "Létrehozva",
"Actions" : "Műveletek",
"No description" : "Nincs leírás",
"No teams found" : "Nem találhatók csapatok",
"Members" : "Tagok",
"Loading users …" : "Felhasználók betöltése…",
"No users found" : "Nem találhatók felhasználók",
"Joined" : "Csatlakozott",

View File

@@ -25,9 +25,11 @@ OC.L10N.register(
"Description" : "Description",
"Enabled" : "Activate",
"New" : "Nove",
"Preview" : "Previsualisar",
"Settings saved" : "Configurationes salveguardate",
"Reset" : "Re-fixar",
"Actions" : "Actiones",
"Members" : "Membros",
"Deleted" : "Delite"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -23,9 +23,11 @@
"Description" : "Description",
"Enabled" : "Activate",
"New" : "Nove",
"Preview" : "Previsualisar",
"Settings saved" : "Configurationes salveguardate",
"Reset" : "Re-fixar",
"Actions" : "Actiones",
"Members" : "Membros",
"Deleted" : "Delite"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -174,6 +174,12 @@ OC.L10N.register(
"Locked thread" : "Utas dikunci",
"Uncategorized" : "Tidak terkategori",
"_%n reply_::_%n replies_" : ["%n balasan"],
"Templates" : "Templat",
"Name" : "Nama",
"Template name" : "Nama template",
"Content" : "Konten",
"Both" : "Keduanya",
"Insert" : "Sisipkan",
"Views" : "Tampilan",
"Title" : "Judul",
"Enter thread title …" : "Masukkan judul utas …",
@@ -211,7 +217,7 @@ OC.L10N.register(
"Failed to create thread" : "Gagal membuat utas",
"No category specified" : "Tidak ada kategori yang ditentukan",
"Error" : "Galat",
"First activity" : "Aktivitas pertama",
"Created" : "Dibuat",
"Threads ({count})" : "Utas ({count})",
"Replies ({count})" : "Balasan ({count})",
"No threads" : "Tidak ada utas",
@@ -344,7 +350,6 @@ OC.L10N.register(
"Basic information" : "Informasi dasar",
"Category header" : "Header kategori",
"-- Select a header --" : "-- Pilih sebuah header --",
"Name" : "Nama",
"Enter category name" : "Masukkan nama kategori",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "Pengenal ramah-URL (misalnya, \"{slug}\")",
@@ -352,10 +357,7 @@ OC.L10N.register(
"Enter category description (optional)" : "Masukkan deskripsi kategori (opsional)",
"New" : "Baru",
"Permissions" : "Izin",
"Control which roles can access and moderate this category" : "Kendalikan peran mana yang dapat mengakses dan memoderasi kategori ini",
"Select roles that can view this category and its threads" : "Pilih peran yang dapat melihat kategori ini dan utasnya",
"Select roles that can moderate (edit/delete) content in this category" : "Pilih peran yang dapat memoderasi (mengedit/menghapus) konten di kategori ini",
"Select roles …" : "Pilih peran …",
"Preview" : "Pratinjau",
"Manage forum categories and organization" : "Kelola kategori forum dan pengorganisasiannya",
"Error loading categories" : "Kesalahan saat memuat kategori",
"No categories in this header" : "Tidak ada kategori dalam header ini",
@@ -450,12 +452,12 @@ OC.L10N.register(
"Create your first role to get started" : "Buat peran pertama Anda untuk memulai",
"ID" : "ID",
"Owner" : "Pemilik",
"Created" : "Dibuat",
"Actions" : "Tindakan",
"No description" : "Tanpa deskripsi",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Apakah Anda yakin ingin menghapus peran \"{name}\"? Tindakan ini tidak dapat dibatalkan.",
"System roles cannot be deleted" : "Peran sistem tidak dapat dihapus",
"No teams found" : "Tidak ada tim yang ditemukan",
"Members" : "Anggota",
"User management" : "Pengelolaan pengguna",
"Manage forum users, roles and permissions" : "Kelola pengguna forum, peran, dan izin",
"Loading users …" : "Memuat pengguna …",

View File

@@ -172,6 +172,12 @@
"Locked thread" : "Utas dikunci",
"Uncategorized" : "Tidak terkategori",
"_%n reply_::_%n replies_" : ["%n balasan"],
"Templates" : "Templat",
"Name" : "Nama",
"Template name" : "Nama template",
"Content" : "Konten",
"Both" : "Keduanya",
"Insert" : "Sisipkan",
"Views" : "Tampilan",
"Title" : "Judul",
"Enter thread title …" : "Masukkan judul utas …",
@@ -209,7 +215,7 @@
"Failed to create thread" : "Gagal membuat utas",
"No category specified" : "Tidak ada kategori yang ditentukan",
"Error" : "Galat",
"First activity" : "Aktivitas pertama",
"Created" : "Dibuat",
"Threads ({count})" : "Utas ({count})",
"Replies ({count})" : "Balasan ({count})",
"No threads" : "Tidak ada utas",
@@ -342,7 +348,6 @@
"Basic information" : "Informasi dasar",
"Category header" : "Header kategori",
"-- Select a header --" : "-- Pilih sebuah header --",
"Name" : "Nama",
"Enter category name" : "Masukkan nama kategori",
"Slug" : "Slug",
"URL-friendly identifier (e.g., \"{slug}\")" : "Pengenal ramah-URL (misalnya, \"{slug}\")",
@@ -350,10 +355,7 @@
"Enter category description (optional)" : "Masukkan deskripsi kategori (opsional)",
"New" : "Baru",
"Permissions" : "Izin",
"Control which roles can access and moderate this category" : "Kendalikan peran mana yang dapat mengakses dan memoderasi kategori ini",
"Select roles that can view this category and its threads" : "Pilih peran yang dapat melihat kategori ini dan utasnya",
"Select roles that can moderate (edit/delete) content in this category" : "Pilih peran yang dapat memoderasi (mengedit/menghapus) konten di kategori ini",
"Select roles …" : "Pilih peran …",
"Preview" : "Pratinjau",
"Manage forum categories and organization" : "Kelola kategori forum dan pengorganisasiannya",
"Error loading categories" : "Kesalahan saat memuat kategori",
"No categories in this header" : "Tidak ada kategori dalam header ini",
@@ -448,12 +450,12 @@
"Create your first role to get started" : "Buat peran pertama Anda untuk memulai",
"ID" : "ID",
"Owner" : "Pemilik",
"Created" : "Dibuat",
"Actions" : "Tindakan",
"No description" : "Tanpa deskripsi",
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Apakah Anda yakin ingin menghapus peran \"{name}\"? Tindakan ini tidak dapat dibatalkan.",
"System roles cannot be deleted" : "Peran sistem tidak dapat dihapus",
"No teams found" : "Tidak ada tim yang ditemukan",
"Members" : "Anggota",
"User management" : "Pengelolaan pengguna",
"Manage forum users, roles and permissions" : "Kelola pengguna forum, peran, dan izin",
"Loading users …" : "Memuat pengguna …",

View File

@@ -40,6 +40,12 @@ OC.L10N.register(
"Save" : "Vista",
"Current version" : "Fyrirliggjandi útgáfa",
"Uncategorized" : "Óflokkað",
"Templates" : "Sniðmát",
"Name" : "Heiti",
"Template name" : "Heiti sniðmáts",
"Content" : "Efni",
"Both" : "Bæði",
"Insert" : "Setja inn",
"Views" : "Skoðun",
"Saving draft …" : "Vista drög …",
"Draft saved" : "Drög vistuð",
@@ -48,6 +54,7 @@ OC.L10N.register(
"Refresh" : "Endurnýja",
"Retry" : "Reyna aftur",
"Error" : "Villa",
"Created" : "Búið til þann",
"Searching …" : "Leita …",
"Back to {category}" : "Til baka í {category}",
"by" : "af",
@@ -63,9 +70,9 @@ OC.L10N.register(
"Tag" : "Merki",
"Description" : "Lýsing",
"Enabled" : "Virkt",
"Name" : "Heiti",
"New" : "Nýtt",
"Permissions" : "Heimildir",
"Preview" : "Forskoðun",
"Move up" : "Færa upp",
"Move down" : "Færa niður",
"Last 7 days" : "Síðustu 7 daga",
@@ -78,9 +85,9 @@ OC.L10N.register(
"Reset" : "Endurstilla",
"ID" : "ID",
"Owner" : "Eigandi",
"Created" : "Búið til þann",
"Actions" : "Aðgerðir",
"No teams found" : "Engin teymi fundust",
"Members" : "Meðlimir",
"Loading users …" : "Hleð inn notendum …",
"Joined" : "Gekk inn",
"Active" : "Virkur",

Some files were not shown because too many files have changed in this diff Show More