mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
40 Commits
v0.25.0
...
feature/ed
| Author | SHA1 | Date | |
|---|---|---|---|
| 78052cda97 | |||
| b8a5ae5e04 | |||
|
|
b6840dea3b | ||
|
|
5de034d983 | ||
|
|
aa60e29b38 | ||
|
|
4f237881df | ||
| d73d99c596 | |||
| 96ecf51162 | |||
|
|
071b4875ff | ||
| 5dcfbf40b8 | |||
| 94dc945857 | |||
| cf561cd44f | |||
|
|
300acb69c6 | ||
| 6257f41b58 | |||
| f1140c5a4a | |||
| 4863610331 | |||
|
|
22a4e8e30e | ||
|
|
594d036dcf | ||
| 82376feb5d | |||
|
|
dc3ff74c55 | ||
| 184f2c9c4c | |||
|
|
9f39f6536f | ||
| 7147d79881 | |||
| 7f577c2abd | |||
|
|
1ff1b090d8 | ||
|
|
a45e8e46e7 | ||
| ba8f1692fe | |||
|
|
28bfe1e96f | ||
| c0aa22adb0 | |||
| 699585aba0 | |||
| 71b5a04d18 | |||
| 477e9e3dfd | |||
|
|
53d789d1c7 | ||
|
|
520cceab9b | ||
|
|
fe77c3ba2c | ||
| f13be9786b | |||
| 27f5e7b044 | |||
| e226861a3f | |||
| 6fb4e4fd54 | |||
|
|
0fb78f7d76 |
30
.github/workflows/phpunit-incremental.yml
vendored
30
.github/workflows/phpunit-incremental.yml
vendored
@@ -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'
|
||||
@@ -13,5 +13,5 @@ module.exports = {
|
||||
}
|
||||
return commands
|
||||
},
|
||||
'*Controller.php': [() => 'make openapi', () => 'git add openapi.json'],
|
||||
'*Controller.php': [() => 'make openapi', () => 'git add openapi-*.json'],
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{".":"0.25.0"}
|
||||
{".":"0.29.3"}
|
||||
|
||||
90
CHANGELOG.md
90
CHANGELOG.md
@@ -1,5 +1,95 @@
|
||||
# Changelog
|
||||
|
||||
## [0.29.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.2...v0.29.3) (2026-03-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([5de034d](https://github.com/chenasraf/nextcloud-forum/commit/5de034d98369310b5ab2cc468d4eb2c51a001158))
|
||||
* **l10n:** Update translations from Transifex ([aa60e29](https://github.com/chenasraf/nextcloud-forum/commit/aa60e29b3801ca568b8280c7be0ae66e1e003fe0))
|
||||
|
||||
## [0.29.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.1...v0.29.2) (2026-03-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* stats rebuild task ([d73d99c](https://github.com/chenasraf/nextcloud-forum/commit/d73d99c5966017261450071bf183b6d67d517fbb))
|
||||
* thread sorting ([96ecf51](https://github.com/chenasraf/nextcloud-forum/commit/96ecf511623939641ed09e4eb48be0568b60fbb1))
|
||||
|
||||
## [0.29.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.0...v0.29.1) (2026-03-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add templates pagination ([5dcfbf4](https://github.com/chenasraf/nextcloud-forum/commit/5dcfbf40b8a0f4f72f374cc07ef32f4fd2c28613))
|
||||
* directly link to replies from profile+search pages ([94dc945](https://github.com/chenasraf/nextcloud-forum/commit/94dc945857ca7e778721c708bc0019b513df08e7))
|
||||
|
||||
## [0.29.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.28.1...v0.29.0) (2026-03-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add direct link to posts ([4863610](https://github.com/chenasraf/nextcloud-forum/commit/48636103318a5852f50aefe437f9387e02cdd75e))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([22a4e8e](https://github.com/chenasraf/nextcloud-forum/commit/22a4e8e30e97f83ee727f043a360a7a20bd998a2))
|
||||
* longer post highlight ([6257f41](https://github.com/chenasraf/nextcloud-forum/commit/6257f41b5805c243f6416a778152611b863bc146))
|
||||
* page navigation url change ([f1140c5](https://github.com/chenasraf/nextcloud-forum/commit/f1140c5a4aaeec9b503942e17c353e06eac188ce))
|
||||
|
||||
## [0.28.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.28.0...v0.28.1) (2026-03-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add "last reply by" to all thread cards ([82376fe](https://github.com/chenasraf/nextcloud-forum/commit/82376feb5dc1adee74ddf668e983fb8fd12a7119))
|
||||
|
||||
## [0.28.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.27.0...v0.28.0) (2026-03-21)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add "last reply by" to thread card ([7147d79](https://github.com/chenasraf/nextcloud-forum/commit/7147d79881418497f331eb66aa02684d88b22331))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([9f39f65](https://github.com/chenasraf/nextcloud-forum/commit/9f39f6536f023fc856b77bddd42061504f53424c))
|
||||
* **l10n:** Update translations from Transifex ([1ff1b09](https://github.com/chenasraf/nextcloud-forum/commit/1ff1b090d87a7d3b5db3d46c9f87c79744b76046))
|
||||
* **l10n:** Update translations from Transifex ([a45e8e4](https://github.com/chenasraf/nextcloud-forum/commit/a45e8e46e7ae4bfd10692678110e01411ab7fe35))
|
||||
* scroll to first unread reply on thread ([7f577c2](https://github.com/chenasraf/nextcloud-forum/commit/7f577c2abd93706c7a7852df51e36ffc582f6a92))
|
||||
|
||||
## [0.27.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.26.0...v0.27.0) (2026-03-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow guests to post/reply when given permissions ([477e9e3](https://github.com/chenasraf/nextcloud-forum/commit/477e9e3dfd75d1c13b624e1a15a9a933c8c72522))
|
||||
* editable templates ([c0aa22a](https://github.com/chenasraf/nextcloud-forum/commit/c0aa22adb095192fb8a6b888df65f327cfbe0ab5))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* hide attachments bbcode button from guests ([699585a](https://github.com/chenasraf/nextcloud-forum/commit/699585aba0663da4379e4911d0a33cb8db1185f4))
|
||||
* **l10n:** Update translations from Transifex ([53d789d](https://github.com/chenasraf/nextcloud-forum/commit/53d789d1c7063795d0d14f2b907b97db8711f74b))
|
||||
* **l10n:** Update translations from Transifex ([520ccea](https://github.com/chenasraf/nextcloud-forum/commit/520cceab9b8e78aee6b4aa1e19854b22d26eb023))
|
||||
|
||||
## [0.26.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.25.0...v0.26.0) (2026-03-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add id+members count+icon to teams table ([6fb4e4f](https://github.com/chenasraf/nextcloud-forum/commit/6fb4e4fd54cf65baf76cd6890b4751cdb90b016e))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add api list limits ([f13be97](https://github.com/chenasraf/nextcloud-forum/commit/f13be9786b8ba77fdaa41e0399360b024a4a4f47))
|
||||
* category edit team permissions ([27f5e7b](https://github.com/chenasraf/nextcloud-forum/commit/27f5e7b04408d5bc485a6d2171849e4e39c09a7e))
|
||||
* category read status after thread creation ([e226861](https://github.com/chenasraf/nextcloud-forum/commit/e226861a3fab0b0903fca8b11078425fd8db791a))
|
||||
* **l10n:** Update translations from Transifex ([0fb78f7](https://github.com/chenasraf/nextcloud-forum/commit/0fb78f7d76e964d8d683cc03ded24aa56c100b34))
|
||||
|
||||
## [0.25.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.24.0...v0.25.0) (2026-03-15)
|
||||
|
||||
|
||||
|
||||
@@ -14,13 +14,6 @@ threads, and posts within their Nextcloud instance.
|
||||
|
||||

|
||||
|
||||
## ⚠️ Early Development Notice
|
||||
|
||||
**This app is in early stages of development.** While functional, you may encounter bugs or
|
||||
incomplete features. Please report any issues on
|
||||
[GitHub](https://github.com/chenasraf/nextcloud-forum/issues/new/choose) and consider backing up
|
||||
your data regularly.
|
||||
|
||||
## Features
|
||||
|
||||
- **Category Management**: Organize discussions into categories with headers and custom permissions
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
<description><![CDATA[
|
||||
Create discussions, share ideas and collaborate with your community directly in Nextcloud.
|
||||
|
||||
**⚠️ Early Development Notice:**
|
||||
This app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.
|
||||
|
||||
**Key features:**
|
||||
- **Thread-based Discussions** - Create and reply to organized discussion threads
|
||||
- **Category Organization** - Structure your forum with customizable categories and headers
|
||||
@@ -37,7 +34,7 @@ This app is in early stages of development. While functional, you may encounter
|
||||
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.
|
||||
]]></description>
|
||||
<version>0.25.0</version>
|
||||
<version>0.29.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
|
||||
48
composer.lock
generated
48
composer.lock
generated
@@ -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": "0d2dce39eb2bce812e8c71a73be98b0f5d78f489"
|
||||
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0d2dce39eb2bce812e8c71a73be98b0f5d78f489",
|
||||
"reference": "0d2dce39eb2bce812e8c71a73be98b0f5d78f489",
|
||||
"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.8",
|
||||
"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",
|
||||
@@ -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",
|
||||
@@ -1756,7 +1767,7 @@
|
||||
"simplesamlphp/simplesamlphp-module-openid": "<1",
|
||||
"simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
|
||||
"simplesamlphp/xml-common": "<1.20",
|
||||
"simplesamlphp/xml-security": "<2.3.1",
|
||||
"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.6.2",
|
||||
"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",
|
||||
@@ -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-13T21:11:59+00:00"
|
||||
"time": "2026-03-20T22:08:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
||||
@@ -16,6 +16,7 @@ OC.L10N.register(
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Direct link" : "Direkte skakel",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Direct link" : "Direkte skakel",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
|
||||
11
l10n/ar.js
11
l10n/ar.js
@@ -41,10 +41,18 @@ OC.L10N.register(
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Direct link" : "رابط مباشر",
|
||||
"Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
"Uncategorized" : "غير مُصنّفة",
|
||||
"Templates" : "القوالب",
|
||||
"Name" : "الاسم",
|
||||
"Template name" : "اسم القالب",
|
||||
"Content" : "المحتوى",
|
||||
"Both" : "كلاهما",
|
||||
"Insert" : "إدخال",
|
||||
"Views" : "مشاهدات",
|
||||
"Title" : "العنوان",
|
||||
"Saving draft …" : "حفظ المسوّدة جارٍ...",
|
||||
@@ -73,9 +81,9 @@ OC.L10N.register(
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"Name" : "الاسم",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
"Move down" : "نقلٌ للأسفل",
|
||||
"Last 7 days" : "آخر 7 أيام",
|
||||
@@ -90,6 +98,7 @@ OC.L10N.register(
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
|
||||
11
l10n/ar.json
11
l10n/ar.json
@@ -39,10 +39,18 @@
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Direct link" : "رابط مباشر",
|
||||
"Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
"Uncategorized" : "غير مُصنّفة",
|
||||
"Templates" : "القوالب",
|
||||
"Name" : "الاسم",
|
||||
"Template name" : "اسم القالب",
|
||||
"Content" : "المحتوى",
|
||||
"Both" : "كلاهما",
|
||||
"Insert" : "إدخال",
|
||||
"Views" : "مشاهدات",
|
||||
"Title" : "العنوان",
|
||||
"Saving draft …" : "حفظ المسوّدة جارٍ...",
|
||||
@@ -71,9 +79,9 @@
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"Name" : "الاسم",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
"Move down" : "نقلٌ للأسفل",
|
||||
"Last 7 days" : "آخر 7 أيام",
|
||||
@@ -88,6 +96,7 @@
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
|
||||
10
l10n/ast.js
10
l10n/ast.js
@@ -36,9 +36,16 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Direct link" : "Enllaz direutu",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
"Templates" : "Plantíes",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome de la plantía",
|
||||
"Content" : "Conteníu",
|
||||
"Both" : "Dambos",
|
||||
"Insert" : "Inxertar",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títulu",
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
@@ -62,9 +69,9 @@ OC.L10N.register(
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"Name" : "Nome",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
"Move down" : "Baxar",
|
||||
"Last 7 days" : "Los últimos 7 díes",
|
||||
@@ -79,6 +86,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",
|
||||
|
||||
@@ -34,9 +34,16 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Direct link" : "Enllaz direutu",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
"Templates" : "Plantíes",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome de la plantía",
|
||||
"Content" : "Conteníu",
|
||||
"Both" : "Dambos",
|
||||
"Insert" : "Inxertar",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títulu",
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
@@ -60,9 +67,9 @@
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"Name" : "Nome",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
"Move down" : "Baxar",
|
||||
"Last 7 days" : "Los últimos 7 díes",
|
||||
@@ -77,6 +84,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",
|
||||
|
||||
@@ -19,7 +19,9 @@ OC.L10N.register(
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
"Direct link" : "Birbaşa link",
|
||||
"Save" : "Saxla",
|
||||
"Name" : "Ad",
|
||||
"Refresh" : "Yenilə",
|
||||
"Error" : "Səhv",
|
||||
"by" : "onunla",
|
||||
@@ -28,7 +30,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",
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
"Direct link" : "Birbaşa link",
|
||||
"Save" : "Saxla",
|
||||
"Name" : "Ad",
|
||||
"Refresh" : "Yenilə",
|
||||
"Error" : "Səhv",
|
||||
"by" : "onunla",
|
||||
@@ -26,7 +28,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",
|
||||
|
||||
13
l10n/be.js
13
l10n/be.js
@@ -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" : "Памер шрыфта",
|
||||
@@ -58,12 +60,20 @@ OC.L10N.register(
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Direct link" : "Прамая спасылка",
|
||||
"Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
"Add reaction" : "Дадаць рэакцыю",
|
||||
"React with {emoji}" : "Адрэагаваць з {emoji}",
|
||||
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
|
||||
"Templates" : "Шаблоны",
|
||||
"Name" : "Назва",
|
||||
"Template name" : "Назва шаблона",
|
||||
"Content" : "Змест",
|
||||
"Both" : "Абодва",
|
||||
"Insert" : "Уставіць",
|
||||
"Title" : "Загаловак",
|
||||
"Saving draft …" : "Захаванне чарнавіка …",
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
@@ -86,10 +96,10 @@ OC.L10N.register(
|
||||
"Tag" : "Тэг",
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Name" : "Назва",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
"Move down" : "Перамясціць уніз",
|
||||
"Last 7 days" : "Апошнія 7 дзён",
|
||||
@@ -102,6 +112,7 @@ OC.L10N.register(
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
|
||||
13
l10n/be.json
13
l10n/be.json
@@ -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" : "Памер шрыфта",
|
||||
@@ -56,12 +58,20 @@
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Direct link" : "Прамая спасылка",
|
||||
"Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
"Add reaction" : "Дадаць рэакцыю",
|
||||
"React with {emoji}" : "Адрэагаваць з {emoji}",
|
||||
"_%n reply_::_%n replies_" : ["%n адказ","%n адказы","%n адказаў","%n адказаў"],
|
||||
"Templates" : "Шаблоны",
|
||||
"Name" : "Назва",
|
||||
"Template name" : "Назва шаблона",
|
||||
"Content" : "Змест",
|
||||
"Both" : "Абодва",
|
||||
"Insert" : "Уставіць",
|
||||
"Title" : "Загаловак",
|
||||
"Saving draft …" : "Захаванне чарнавіка …",
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
@@ -84,10 +94,10 @@
|
||||
"Tag" : "Тэг",
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Name" : "Назва",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
"Move down" : "Перамясціць уніз",
|
||||
"Last 7 days" : "Апошнія 7 дзён",
|
||||
@@ -100,6 +110,7 @@
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
|
||||
@@ -43,10 +43,16 @@ OC.L10N.register(
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
"Uncategorized" : "Некатегоризирани",
|
||||
"Templates" : "Шаблони",
|
||||
"Name" : "Име",
|
||||
"Template name" : "Име на шаблон",
|
||||
"Content" : "Съдържание",
|
||||
"Insert" : "Вмъкване",
|
||||
"Views" : "Изгледи",
|
||||
"Title" : "Заглавие",
|
||||
"Saving draft …" : "Записване на чернова …",
|
||||
@@ -73,9 +79,9 @@ OC.L10N.register(
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"Name" : "Име",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
"Move down" : "Преместване надолу",
|
||||
"Last 7 days" : "Последните 7 дни",
|
||||
@@ -89,6 +95,7 @@ OC.L10N.register(
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
|
||||
@@ -41,10 +41,16 @@
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
"Uncategorized" : "Некатегоризирани",
|
||||
"Templates" : "Шаблони",
|
||||
"Name" : "Име",
|
||||
"Template name" : "Име на шаблон",
|
||||
"Content" : "Съдържание",
|
||||
"Insert" : "Вмъкване",
|
||||
"Views" : "Изгледи",
|
||||
"Title" : "Заглавие",
|
||||
"Saving draft …" : "Записване на чернова …",
|
||||
@@ -71,9 +77,9 @@
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"Name" : "Име",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
"Move down" : "Преместване надолу",
|
||||
"Last 7 days" : "Последните 7 дни",
|
||||
@@ -87,6 +93,7 @@
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
|
||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
@@ -24,7 +25,6 @@ OC.L10N.register(
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"Name" : "নাম",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
@@ -22,7 +23,6 @@
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"Name" : "নাম",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
|
||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
"Save" : "Enrollañ",
|
||||
"Name" : "Anv",
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
@@ -35,8 +36,8 @@ 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",
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
"Save" : "Enrollañ",
|
||||
"Name" : "Anv",
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
@@ -33,8 +34,8 @@
|
||||
"Enable" : "Aotreañ",
|
||||
"Disable" : "Diweredekaat",
|
||||
"Description" : "Deskrivadur",
|
||||
"Name" : "Anv",
|
||||
"New" : "Nevez",
|
||||
"Preview" : "Ragwell",
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
|
||||
31
l10n/bs.js
31
l10n/bs.js
@@ -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);");
|
||||
29
l10n/bs.json
29
l10n/bs.json
@@ -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);"
|
||||
}
|
||||
10
l10n/ca.js
10
l10n/ca.js
@@ -45,10 +45,17 @@ OC.L10N.register(
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
"Uncategorized" : "Sense categoria",
|
||||
"Templates" : "Plantilles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom de la plantilla",
|
||||
"Content" : "Contingut",
|
||||
"Both" : "Tots dos",
|
||||
"Insert" : "Insereix",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títol",
|
||||
"Saving draft …" : "S'està desant l'esborrany …",
|
||||
@@ -79,9 +86,9 @@ OC.L10N.register(
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"Name" : "Nom",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
"Move down" : "Mou avall",
|
||||
"Last 7 days" : "Darrers 7 dies",
|
||||
@@ -96,6 +103,7 @@ OC.L10N.register(
|
||||
"Owner" : "Propietat",
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
|
||||
10
l10n/ca.json
10
l10n/ca.json
@@ -43,10 +43,17 @@
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
"Uncategorized" : "Sense categoria",
|
||||
"Templates" : "Plantilles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom de la plantilla",
|
||||
"Content" : "Contingut",
|
||||
"Both" : "Tots dos",
|
||||
"Insert" : "Insereix",
|
||||
"Views" : "Vistes",
|
||||
"Title" : "Títol",
|
||||
"Saving draft …" : "S'està desant l'esborrany …",
|
||||
@@ -77,9 +84,9 @@
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"Name" : "Nom",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
"Move down" : "Mou avall",
|
||||
"Last 7 days" : "Darrers 7 dies",
|
||||
@@ -94,6 +101,7 @@
|
||||
"Owner" : "Propietat",
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
|
||||
71
l10n/cs.js
71
l10n/cs.js
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Recent Forum activity" : "Nedávná aktivita na fóru",
|
||||
"More activity" : "Další aktivita",
|
||||
"%1$s (Guest)" : "%1$s (host)",
|
||||
"New thread by %1$s" : "Nové vlákno od %1$s",
|
||||
"Reply by %1$s" : "Odpověď od %1$s",
|
||||
"No recent forum activity" : "Žádná nedávná aktivita na fóru",
|
||||
@@ -77,10 +78,12 @@ OC.L10N.register(
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Roles & Teams" : "Role a týmy",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -120,6 +123,8 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Nahrávání souboru …",
|
||||
"Upload failed" : "Nahrání se nezdařilo",
|
||||
"Close" : "Zavřít",
|
||||
"More formatting options" : "Další možnosti formátování",
|
||||
"Insert template" : "Vložit šablonu",
|
||||
"Pick a file to attach" : "Vyberte soubor a nasdílejte ho",
|
||||
"Failed to upload file" : "Nepodařilo se nahrát soubor",
|
||||
"Threads" : "Vláken",
|
||||
@@ -128,8 +133,16 @@ OC.L10N.register(
|
||||
"New activity" : "Nová aktivita",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Může zobrazovat",
|
||||
"Can post" : "Může přidávat příspěvky",
|
||||
"Can reply" : "Může odpovídat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Allow All" : "Umožnit vše",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Zobrazit:{bEnd} Umožňuje zobrazení kategorie a jejích vláken.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Příspěvky:{bEnd} Umožňuje vytváření nových vláken v kategorii.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -141,6 +154,15 @@ OC.L10N.register(
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"Forum setup required" : "Fórum je třeba napřed nastavit",
|
||||
"Select the accounts that should have the forum admin role." : "Vyberte účty které mají mít roli správce fóra.",
|
||||
"Forum admin accounts:" : "Účty pro správu fóra:",
|
||||
"Select accounts …" : "Vybrat účty …",
|
||||
"All other accounts will receive the default role." : "Všechny ostatní účty obdrží výchozí roli.",
|
||||
"Initialize forum" : "Inicializovat fórum",
|
||||
"Initializing …" : "Inicializace…",
|
||||
"Forum not set up" : "Fórum nenastaveno",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Fórum ještě nebylo nastaveno. Obraťte se na člena-správce aby nastavení dokončil.",
|
||||
"Move thread to category" : "Přesunout vlákno do kategorie",
|
||||
"Select the category to move this thread to:" : "Vyberte kategorii do které toto vlákno přesunout:",
|
||||
"Select a category …" : "Vybrat kategorii …",
|
||||
@@ -166,6 +188,7 @@ OC.L10N.register(
|
||||
"View edit history" : "Zobrazit historii úprav",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -189,7 +212,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
"Uncategorized" : "Nezařazeno",
|
||||
"Last reply by {name}" : "Poslední odpověď od {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
|
||||
"Templates" : "Šablony",
|
||||
"Add template" : "Přidat šablonu",
|
||||
"Edit template" : "Upravit šablonu",
|
||||
"No templates yet" : "Zatím ještě žádné šablony",
|
||||
"Loading templates …" : "Načítání šablon …",
|
||||
"Name" : "Název",
|
||||
"Template name" : "Název šablony",
|
||||
"Content" : "Obsah",
|
||||
"Template content (BBCode) …" : "Obsah šablony (BBCode) …",
|
||||
"Show in:" : "Zobrazit v:",
|
||||
"Are you sure you want to delete this template?" : "Opravdu chcete tuto šablonu smazat?",
|
||||
"Both" : "Obojí",
|
||||
"Threads & replies" : "Vlákna a odpovědi",
|
||||
"Neither (disabled)" : "Ani jedno (vypnuto)",
|
||||
"Insert" : "Vložit",
|
||||
"Failed to load templates" : "Nepodařilo se načíst šablony",
|
||||
"Views" : "Zobrazení",
|
||||
"Title" : "Titul",
|
||||
"Enter thread title …" : "Zadejte titulek vlákna …",
|
||||
@@ -226,6 +266,7 @@ OC.L10N.register(
|
||||
"Thread created" : "Vlákno vytvořeno",
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"You do not have permission to create threads in this category." : "Nemáte oprávnění pro vytváření vláken v této kategorii.",
|
||||
"Error" : "Error",
|
||||
"Created" : "Vytvořeno",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
@@ -265,6 +306,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "Buďte první kdo odpoví v tomto vlákně.",
|
||||
"by" : "od",
|
||||
"This thread is locked. Only moderators can add replies." : "Toto vlákno je uzamčené. Odpovědi mohou přidávat pouze moderátoři.",
|
||||
"You do not have permission to reply in this category." : "Nemáte oprávnění odpovídat v této kategorii.",
|
||||
"You must be signed in to reply to this thread." : "Pokud chcete v tomto vlákně odpovědět, je třeba, abyste byli přihlášení.",
|
||||
"Sign in to reply" : "Pokud chcete odpovědět, přihlaste se ke svému účtu",
|
||||
"Lock thread" : "Uzamknout vlákno",
|
||||
@@ -360,7 +402,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Základní informace",
|
||||
"Category header" : "Záhlaví kategorie",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Name" : "Název",
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
@@ -368,10 +409,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
"Control which roles can access and moderate this category" : "Určete které role mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"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 …",
|
||||
"Control which roles and teams can access and moderate this category" : "Určete které role a týmy mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Select roles or teams that can view this category and its threads" : "Vyberte role nebo týmy které si mohou tuto kategorie a její vlákna zobrazovat.",
|
||||
"Select roles or teams that can create new threads in this category" : "Vyberte role nebo týmy které v této kategorii mohou vytvářet nová vlákna",
|
||||
"Select roles or teams that can reply to threads in this category" : "Vyberte role nebo týmy které mohou v této kategorii odpovídat na vlákna",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Vyberte role nebo týmy které v této kategorii mohou moderovat (upravovat/mazat)",
|
||||
"Select roles or teams …" : "Vyberte role nebo týmy …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Přizpůsobit vzhled této kategorie",
|
||||
"Category color" : "Barva kategorie",
|
||||
"Text color" : "Barva textu",
|
||||
"Dark text" : "Tmavý text",
|
||||
"Light text" : "Světlý text",
|
||||
"Preview" : "Náhled",
|
||||
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
|
||||
"Error loading categories" : "Chyba při načítání kategorií",
|
||||
"No categories in this header" : "Žádné kategorie v tomto záhlaví",
|
||||
@@ -470,7 +520,18 @@ OC.L10N.register(
|
||||
"No description" : "Bez popisu",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Opravdu chcete roli „{name}“ smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"System roles cannot be deleted" : "Systémové role není možné smazat",
|
||||
"Team permissions" : "Oprávnění týmu",
|
||||
"Manage category permissions for Nextcloud Teams" : "Spravovat oprávnění kategorie pro Nextcloud týmy",
|
||||
"Loading teams …" : "Načítání týmů …",
|
||||
"Error loading teams" : "Chyba při načítání týmů",
|
||||
"No teams found" : "Nenalezeny žádné týmy",
|
||||
"Members" : "Členové",
|
||||
"No Nextcloud Teams are available" : "Nejsou k dispozici žádné Nextcloud týmy",
|
||||
"Edit team" : "Upravit tým",
|
||||
"Configure category permissions for this team" : "Nastavit oprávnění kategorií pro tento tým",
|
||||
"Error loading team" : "Chyba při načítání týmu",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"User management" : "Správa uživatelů",
|
||||
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
|
||||
"Loading users …" : "Načítání uživatelů …",
|
||||
|
||||
71
l10n/cs.json
71
l10n/cs.json
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Nedávná aktivita na fóru",
|
||||
"More activity" : "Další aktivita",
|
||||
"%1$s (Guest)" : "%1$s (host)",
|
||||
"New thread by %1$s" : "Nové vlákno od %1$s",
|
||||
"Reply by %1$s" : "Odpověď od %1$s",
|
||||
"No recent forum activity" : "Žádná nedávná aktivita na fóru",
|
||||
@@ -75,10 +76,12 @@
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Roles & Teams" : "Role a týmy",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -118,6 +121,8 @@
|
||||
"Uploading file …" : "Nahrávání souboru …",
|
||||
"Upload failed" : "Nahrání se nezdařilo",
|
||||
"Close" : "Zavřít",
|
||||
"More formatting options" : "Další možnosti formátování",
|
||||
"Insert template" : "Vložit šablonu",
|
||||
"Pick a file to attach" : "Vyberte soubor a nasdílejte ho",
|
||||
"Failed to upload file" : "Nepodařilo se nahrát soubor",
|
||||
"Threads" : "Vláken",
|
||||
@@ -126,8 +131,16 @@
|
||||
"New activity" : "Nová aktivita",
|
||||
"Category" : "Kategorie",
|
||||
"Can view" : "Může zobrazovat",
|
||||
"Can post" : "Může přidávat příspěvky",
|
||||
"Can reply" : "Může odpovídat",
|
||||
"Can moderate" : "Může moderovat",
|
||||
"Allow" : "Umožnit",
|
||||
"Allow All" : "Umožnit vše",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}Zobrazit:{bEnd} Umožňuje zobrazení kategorie a jejích vláken.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}Příspěvky:{bEnd} Umožňuje vytváření nových vláken v kategorii.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -139,6 +152,15 @@
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"Forum setup required" : "Fórum je třeba napřed nastavit",
|
||||
"Select the accounts that should have the forum admin role." : "Vyberte účty které mají mít roli správce fóra.",
|
||||
"Forum admin accounts:" : "Účty pro správu fóra:",
|
||||
"Select accounts …" : "Vybrat účty …",
|
||||
"All other accounts will receive the default role." : "Všechny ostatní účty obdrží výchozí roli.",
|
||||
"Initialize forum" : "Inicializovat fórum",
|
||||
"Initializing …" : "Inicializace…",
|
||||
"Forum not set up" : "Fórum nenastaveno",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Fórum ještě nebylo nastaveno. Obraťte se na člena-správce aby nastavení dokončil.",
|
||||
"Move thread to category" : "Přesunout vlákno do kategorie",
|
||||
"Select the category to move this thread to:" : "Vyberte kategorii do které toto vlákno přesunout:",
|
||||
"Select a category …" : "Vybrat kategorii …",
|
||||
@@ -164,6 +186,7 @@
|
||||
"View edit history" : "Zobrazit historii úprav",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -187,7 +210,24 @@
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
"Uncategorized" : "Nezařazeno",
|
||||
"Last reply by {name}" : "Poslední odpověď od {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n odpověď","%n odpovědi","%n odpovědí","%n odpovědi"],
|
||||
"Templates" : "Šablony",
|
||||
"Add template" : "Přidat šablonu",
|
||||
"Edit template" : "Upravit šablonu",
|
||||
"No templates yet" : "Zatím ještě žádné šablony",
|
||||
"Loading templates …" : "Načítání šablon …",
|
||||
"Name" : "Název",
|
||||
"Template name" : "Název šablony",
|
||||
"Content" : "Obsah",
|
||||
"Template content (BBCode) …" : "Obsah šablony (BBCode) …",
|
||||
"Show in:" : "Zobrazit v:",
|
||||
"Are you sure you want to delete this template?" : "Opravdu chcete tuto šablonu smazat?",
|
||||
"Both" : "Obojí",
|
||||
"Threads & replies" : "Vlákna a odpovědi",
|
||||
"Neither (disabled)" : "Ani jedno (vypnuto)",
|
||||
"Insert" : "Vložit",
|
||||
"Failed to load templates" : "Nepodařilo se načíst šablony",
|
||||
"Views" : "Zobrazení",
|
||||
"Title" : "Titul",
|
||||
"Enter thread title …" : "Zadejte titulek vlákna …",
|
||||
@@ -224,6 +264,7 @@
|
||||
"Thread created" : "Vlákno vytvořeno",
|
||||
"Failed to create thread" : "Vlákno se nepodařilo vytvořit",
|
||||
"No category specified" : "Neurčena žádná kategorie",
|
||||
"You do not have permission to create threads in this category." : "Nemáte oprávnění pro vytváření vláken v této kategorii.",
|
||||
"Error" : "Error",
|
||||
"Created" : "Vytvořeno",
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
@@ -263,6 +304,7 @@
|
||||
"Be the first to reply in this thread." : "Buďte první kdo odpoví v tomto vlákně.",
|
||||
"by" : "od",
|
||||
"This thread is locked. Only moderators can add replies." : "Toto vlákno je uzamčené. Odpovědi mohou přidávat pouze moderátoři.",
|
||||
"You do not have permission to reply in this category." : "Nemáte oprávnění odpovídat v této kategorii.",
|
||||
"You must be signed in to reply to this thread." : "Pokud chcete v tomto vlákně odpovědět, je třeba, abyste byli přihlášení.",
|
||||
"Sign in to reply" : "Pokud chcete odpovědět, přihlaste se ke svému účtu",
|
||||
"Lock thread" : "Uzamknout vlákno",
|
||||
@@ -358,7 +400,6 @@
|
||||
"Basic information" : "Základní informace",
|
||||
"Category header" : "Záhlaví kategorie",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Name" : "Název",
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
@@ -366,10 +407,19 @@
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
"Control which roles can access and moderate this category" : "Určete které role mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"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 …",
|
||||
"Control which roles and teams can access and moderate this category" : "Určete které role a týmy mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Select roles or teams that can view this category and its threads" : "Vyberte role nebo týmy které si mohou tuto kategorie a její vlákna zobrazovat.",
|
||||
"Select roles or teams that can create new threads in this category" : "Vyberte role nebo týmy které v této kategorii mohou vytvářet nová vlákna",
|
||||
"Select roles or teams that can reply to threads in this category" : "Vyberte role nebo týmy které mohou v této kategorii odpovídat na vlákna",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Vyberte role nebo týmy které v této kategorii mohou moderovat (upravovat/mazat)",
|
||||
"Select roles or teams …" : "Vyberte role nebo týmy …",
|
||||
"Design" : "Design",
|
||||
"Customize the appearance of this category" : "Přizpůsobit vzhled této kategorie",
|
||||
"Category color" : "Barva kategorie",
|
||||
"Text color" : "Barva textu",
|
||||
"Dark text" : "Tmavý text",
|
||||
"Light text" : "Světlý text",
|
||||
"Preview" : "Náhled",
|
||||
"Manage forum categories and organization" : "Spravovat kategorie fóra a organizování",
|
||||
"Error loading categories" : "Chyba při načítání kategorií",
|
||||
"No categories in this header" : "Žádné kategorie v tomto záhlaví",
|
||||
@@ -468,7 +518,18 @@
|
||||
"No description" : "Bez popisu",
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "Opravdu chcete roli „{name}“ smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"System roles cannot be deleted" : "Systémové role není možné smazat",
|
||||
"Team permissions" : "Oprávnění týmu",
|
||||
"Manage category permissions for Nextcloud Teams" : "Spravovat oprávnění kategorie pro Nextcloud týmy",
|
||||
"Loading teams …" : "Načítání týmů …",
|
||||
"Error loading teams" : "Chyba při načítání týmů",
|
||||
"No teams found" : "Nenalezeny žádné týmy",
|
||||
"Members" : "Členové",
|
||||
"No Nextcloud Teams are available" : "Nejsou k dispozici žádné Nextcloud týmy",
|
||||
"Edit team" : "Upravit tým",
|
||||
"Configure category permissions for this team" : "Nastavit oprávnění kategorií pro tento tým",
|
||||
"Error loading team" : "Chyba při načítání týmu",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"User management" : "Správa uživatelů",
|
||||
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
|
||||
"Loading users …" : "Načítání uživatelů …",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
10
l10n/da.js
10
l10n/da.js
@@ -42,10 +42,17 @@ OC.L10N.register(
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Direct link" : "Direkte link",
|
||||
"Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
|
||||
"Templates" : "Skabeloner",
|
||||
"Name" : "Navn",
|
||||
"Content" : "Indhold",
|
||||
"Both" : "Begge",
|
||||
"Insert" : "Indsæt",
|
||||
"Views" : "Visninger",
|
||||
"Title" : "Titel",
|
||||
"Saving draft …" : "Gemmer kladde…",
|
||||
@@ -75,9 +82,9 @@ OC.L10N.register(
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
"Description" : "Beskrivelse",
|
||||
"Enabled" : "Aktiveret",
|
||||
"Name" : "Navn",
|
||||
"New" : "Nyt",
|
||||
"Permissions" : "Rettigheder",
|
||||
"Preview" : "Forhåndsvisning",
|
||||
"Move up" : "Flyt op",
|
||||
"Move down" : "Flyt ned",
|
||||
"Last 7 days" : "Sidste 7 dage",
|
||||
@@ -91,6 +98,7 @@ OC.L10N.register(
|
||||
"Owner" : "Ejer",
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Members" : "Medlemmer",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
10
l10n/da.json
10
l10n/da.json
@@ -40,10 +40,17 @@
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Direct link" : "Direkte link",
|
||||
"Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
"_%n reply_::_%n replies_" : ["%n svar","%n svar"],
|
||||
"Templates" : "Skabeloner",
|
||||
"Name" : "Navn",
|
||||
"Content" : "Indhold",
|
||||
"Both" : "Begge",
|
||||
"Insert" : "Indsæt",
|
||||
"Views" : "Visninger",
|
||||
"Title" : "Titel",
|
||||
"Saving draft …" : "Gemmer kladde…",
|
||||
@@ -73,9 +80,9 @@
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
"Description" : "Beskrivelse",
|
||||
"Enabled" : "Aktiveret",
|
||||
"Name" : "Navn",
|
||||
"New" : "Nyt",
|
||||
"Permissions" : "Rettigheder",
|
||||
"Preview" : "Forhåndsvisning",
|
||||
"Move up" : "Flyt op",
|
||||
"Move down" : "Flyt ned",
|
||||
"Last 7 days" : "Sidste 7 dage",
|
||||
@@ -89,6 +96,7 @@
|
||||
"Owner" : "Ejer",
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Members" : "Medlemmer",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Joined" : "Forbind",
|
||||
|
||||
69
l10n/de.js
69
l10n/de.js
File diff suppressed because one or more lines are too long
69
l10n/de.json
69
l10n/de.json
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Recent Forum activity" : "Neueste Forumsaktivitäten",
|
||||
"More activity" : "Weitere Aktivitäten",
|
||||
"%1$s (Guest)" : "%1$s (Gast)",
|
||||
"New thread by %1$s" : "Neues Thema von %1$s",
|
||||
"Reply by %1$s" : "Antwort von %1$s",
|
||||
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
|
||||
@@ -56,7 +57,7 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Willkommen in den Nextcloud Foren!",
|
||||
"Deleted user" : "Gelöschter Benutzer",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ein Community-basiertes Forum, das direkt in Ihre Nextcloud-Instanz integriert ist.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Diskussionen starten, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**⚠️ Hinweis zur frühen Entwicklungsphase:** \nDiese App befindet sich in einer frühen Entwicklungsphase. Sie ist zwar funktionsfähig, es können jedoch Fehler oder unvollständige Funktionen auftreten. Bitte melden Sie alle Probleme auf GitHub und erstellen Sie regelmäßig Backups Ihrer Daten.\n\n**Hauptfunktionen:**\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthemen erstellen und beantworten\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Themen bereits gelesen wurden.\n- **Suche** – Diskussionen schnell mit der integrierten Suche finden.\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n- **Moderations-Tools** – Themen und Beiträge anheften, sperren und verwalten.\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum integriert sich nahtlos in die Nextcloud-Instanz und nutzt die bestehenden Benutzer und Gruppen für die Anmeldung und die Zugriffskontrolle.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit Ihrer Community zusammenarbeiten.\n\n**Hauptfunktionen:**\n- **Threadbasierte Diskussionen** - Organisierte Diskussionsthemen erstellen und darauf antworten\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien und Überschriften strukturieren\n- **Rich Text Formatierung** - BBCode zum Formatieren von Beiträgen mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr verwenden\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher an Beiträge anhängen\n- **Reaktionen auf Posts** - Auf Posts mit Emojis reagieren\n- **Lese-/Unlese-Tracking** - Den Überblick darüber behalten, welche Themen Sie gelesen haben\n- **Suche** - Diskussionen schnell mit der integrierten Suche finden\n- **Benutzerprofile** - Benutzerpostverlauf und Statistiken anzeigen\n- **Rollenbasierte Berechtigungen** - Zugriff und Moderation mit flexiblen Rollen kontrollieren\n- **Gästezugriff**: Optionaler öffentlicher Zugriff für nicht angemeldete Benutzer mit konfigurierbaren Berechtigungen\n- **Administrations-Tools** - Kategorien, Rollen, BBCodes und Foreneinstellungen verwalten\n- **Moderations-Tools** - Themen und Beiträge fixieren, sperren und verwalten\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Benutzer und Gruppen zur Anmeldung und Zugriffskontrolle.",
|
||||
"Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Den Befehl \"Anfangsdaten der Datenbank reparieren\" ausführen, um die Standard-Forendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies kann problemlos mehrfach ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Run Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
@@ -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",
|
||||
@@ -184,11 +189,13 @@ OC.L10N.register(
|
||||
"View edit history" : "Bearbeitungsverlauf anzeigen",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"Unread" : "Ungelesen",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
"Edit history" : "Verlauf bearbeiten",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
|
||||
"Current version" : "Aktuelle Version",
|
||||
"Edited by" : "Bearbeitet von",
|
||||
@@ -199,7 +206,7 @@ OC.L10N.register(
|
||||
"You reacted with {emoji}" : "Sie haben mit {emoji} reagiert",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sie und %n Anderer haben mit {emoji} reagiert","Sie und %n Andere haben mit {emoji} reagiert"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n Person hat mit {emoji} reagiert","%n Personen haben mit {emoji} reagiert"],
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"In thread" : "Im Thema",
|
||||
@@ -207,14 +214,31 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
"Last reply by {name}" : "Letzte Antwort von {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
|
||||
"Templates" : "Vorlagen",
|
||||
"Add template" : "Vorlage hinzufügen",
|
||||
"Edit template" : "Vorlage bearbeiten",
|
||||
"No templates yet" : "Bislang keine Vorlagen",
|
||||
"Loading templates …" : "Lade Vorlagen …",
|
||||
"Name" : "Name",
|
||||
"Template name" : "Vorlagenname",
|
||||
"Content" : "Inhalt",
|
||||
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
|
||||
"Show in:" : "Anzeigen in:",
|
||||
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
|
||||
"Both" : "Beide",
|
||||
"Threads & replies" : "Themen & Antworten",
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Create thread" : "Thema erstellen",
|
||||
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Draft saved" : "Entwurf gespeichert",
|
||||
"Unsaved changes" : "Nicht gespeicherte Änderungen",
|
||||
"Back to home" : "Zurück zum Start",
|
||||
@@ -254,7 +278,7 @@ OC.L10N.register(
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben ...",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
"Syntax help" : "Syntaxhilfe",
|
||||
@@ -264,7 +288,7 @@ OC.L10N.register(
|
||||
"Either term matches" : "Jeder der beiden Begriffe passt",
|
||||
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
|
||||
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
|
||||
"Searching …" : "Suche …",
|
||||
"Searching …" : "Suche …",
|
||||
"Search Error" : "Suchfehler",
|
||||
"Enter a search query" : "Eine Suchabfrage eingeben",
|
||||
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
|
||||
@@ -325,7 +349,7 @@ OC.L10N.register(
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden ...",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
|
||||
@@ -342,7 +366,7 @@ OC.L10N.register(
|
||||
"Signature" : "Signatur",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
|
||||
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
@@ -380,7 +404,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Name" : "Name",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
@@ -388,12 +411,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
|
||||
"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",
|
||||
@@ -497,6 +527,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",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Neueste Forumsaktivitäten",
|
||||
"More activity" : "Weitere Aktivitäten",
|
||||
"%1$s (Guest)" : "%1$s (Gast)",
|
||||
"New thread by %1$s" : "Neues Thema von %1$s",
|
||||
"Reply by %1$s" : "Antwort von %1$s",
|
||||
"No recent forum activity" : "Keine aktuellen Forumsaktivitäten",
|
||||
@@ -54,7 +55,7 @@
|
||||
"Welcome to the forum!" : "Willkommen in den Nextcloud Foren!",
|
||||
"Deleted user" : "Gelöschter Benutzer",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ein Community-basiertes Forum, das direkt in Ihre Nextcloud-Instanz integriert ist.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Diskussionen starten, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**⚠️ Hinweis zur frühen Entwicklungsphase:** \nDiese App befindet sich in einer frühen Entwicklungsphase. Sie ist zwar funktionsfähig, es können jedoch Fehler oder unvollständige Funktionen auftreten. Bitte melden Sie alle Probleme auf GitHub und erstellen Sie regelmäßig Backups Ihrer Daten.\n\n**Hauptfunktionen:**\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthemen erstellen und beantworten\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Themen bereits gelesen wurden.\n- **Suche** – Diskussionen schnell mit der integrierten Suche finden.\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n- **Moderations-Tools** – Themen und Beiträge anheften, sperren und verwalten.\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum integriert sich nahtlos in die Nextcloud-Instanz und nutzt die bestehenden Benutzer und Gruppen für die Anmeldung und die Zugriffskontrolle.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit Ihrer Community zusammenarbeiten.\n\n**Hauptfunktionen:**\n- **Threadbasierte Diskussionen** - Organisierte Diskussionsthemen erstellen und darauf antworten\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien und Überschriften strukturieren\n- **Rich Text Formatierung** - BBCode zum Formatieren von Beiträgen mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr verwenden\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher an Beiträge anhängen\n- **Reaktionen auf Posts** - Auf Posts mit Emojis reagieren\n- **Lese-/Unlese-Tracking** - Den Überblick darüber behalten, welche Themen Sie gelesen haben\n- **Suche** - Diskussionen schnell mit der integrierten Suche finden\n- **Benutzerprofile** - Benutzerpostverlauf und Statistiken anzeigen\n- **Rollenbasierte Berechtigungen** - Zugriff und Moderation mit flexiblen Rollen kontrollieren\n- **Gästezugriff**: Optionaler öffentlicher Zugriff für nicht angemeldete Benutzer mit konfigurierbaren Berechtigungen\n- **Administrations-Tools** - Kategorien, Rollen, BBCodes und Foreneinstellungen verwalten\n- **Moderations-Tools** - Themen und Beiträge fixieren, sperren und verwalten\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Benutzer und Gruppen zur Anmeldung und Zugriffskontrolle.",
|
||||
"Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Den Befehl \"Anfangsdaten der Datenbank reparieren\" ausführen, um die Standard-Forendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies kann problemlos mehrfach ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Run Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
@@ -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",
|
||||
@@ -182,11 +187,13 @@
|
||||
"View edit history" : "Bearbeitungsverlauf anzeigen",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"Unread" : "Ungelesen",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
"Edit history" : "Verlauf bearbeiten",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"Loading history …" : "Lade Verlauf …",
|
||||
"This post has no edit history." : "Diese Nachricht hat keinen Bearbeitungsverlauf.",
|
||||
"Current version" : "Aktuelle Version",
|
||||
"Edited by" : "Bearbeitet von",
|
||||
@@ -197,7 +204,7 @@
|
||||
"You reacted with {emoji}" : "Sie haben mit {emoji} reagiert",
|
||||
"_You and %n other reacted with {emoji}_::_You and %n others reacted with {emoji}_" : ["Sie und %n Anderer haben mit {emoji} reagiert","Sie und %n Andere haben mit {emoji} reagiert"],
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n Person hat mit {emoji} reagiert","%n Personen haben mit {emoji} reagiert"],
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"In thread" : "Im Thema",
|
||||
@@ -205,14 +212,31 @@
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
"Last reply by {name}" : "Letzte Antwort von {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n Antwort","%n Antworten"],
|
||||
"Templates" : "Vorlagen",
|
||||
"Add template" : "Vorlage hinzufügen",
|
||||
"Edit template" : "Vorlage bearbeiten",
|
||||
"No templates yet" : "Bislang keine Vorlagen",
|
||||
"Loading templates …" : "Lade Vorlagen …",
|
||||
"Name" : "Name",
|
||||
"Template name" : "Vorlagenname",
|
||||
"Content" : "Inhalt",
|
||||
"Template content (BBCode) …" : "Vorlageninhalt (BBCode) …",
|
||||
"Show in:" : "Anzeigen in:",
|
||||
"Are you sure you want to delete this template?" : "Soll diese Vorlage gelöscht werden?",
|
||||
"Both" : "Beide",
|
||||
"Threads & replies" : "Themen & Antworten",
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Write your thread content …" : "Ihren Themeninhalt schreiben …",
|
||||
"Create thread" : "Thema erstellen",
|
||||
"Are you sure you want to discard this thread?" : "Soll dieses Thema verworfen werden?",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Saving draft …" : "Speichere Entwurf …",
|
||||
"Draft saved" : "Entwurf gespeichert",
|
||||
"Unsaved changes" : "Nicht gespeicherte Änderungen",
|
||||
"Back to home" : "Zurück zum Start",
|
||||
@@ -252,7 +276,7 @@
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben ...",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
"Syntax help" : "Syntaxhilfe",
|
||||
@@ -262,7 +286,7 @@
|
||||
"Either term matches" : "Jeder der beiden Begriffe passt",
|
||||
"Group conditions with parentheses" : "Bedingungen mit Klammern gruppieren",
|
||||
"Exclude term from results" : "Begriff von den Ergebnissen ausschließen",
|
||||
"Searching …" : "Suche …",
|
||||
"Searching …" : "Suche …",
|
||||
"Search Error" : "Suchfehler",
|
||||
"Enter a search query" : "Eine Suchabfrage eingeben",
|
||||
"Use the search box above to find threads and replies" : "Das Suchfeld oben nutzen, um Beiträge und Antworten zu finden",
|
||||
@@ -323,7 +347,7 @@
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden ...",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
"Notifications" : "Benachrichtigungen",
|
||||
"Configure how you receive notifications" : "Einrichten, wie Sie Benachrichtigungen erhalten",
|
||||
@@ -340,7 +364,7 @@
|
||||
"Signature" : "Signatur",
|
||||
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
|
||||
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
@@ -378,7 +402,6 @@
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Name" : "Name",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
@@ -386,12 +409,19 @@
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles can access and moderate this category" : "Steuern der Rollen, die auf diese Kategorie zugreifen und sie moderieren können",
|
||||
"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",
|
||||
@@ -495,6 +525,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",
|
||||
|
||||
17
l10n/el.js
17
l10n/el.js
File diff suppressed because one or more lines are too long
17
l10n/el.json
17
l10n/el.json
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Recent Forum activity" : "Recent Forum activity",
|
||||
"More activity" : "More activity",
|
||||
"%1$s (Guest)" : "%1$s (Guest)",
|
||||
"New thread by %1$s" : "New thread by %1$s",
|
||||
"Reply by %1$s" : "Reply by %1$s",
|
||||
"No recent forum activity" : "No recent forum activity",
|
||||
@@ -56,7 +57,7 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Welcome to the forum!",
|
||||
"Deleted user" : "Deleted user",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.",
|
||||
"Repair Database Initial Data" : "Repair Database Initial Data",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
|
||||
"Run Repair Database Initial Data" : "Run Repair Database Initial Data",
|
||||
@@ -83,6 +84,7 @@ OC.L10N.register(
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"(Guest)" : "(Guest)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings.",
|
||||
"Drop file here to upload" : "Drop file here to upload",
|
||||
"Hello world!" : "Hello world!",
|
||||
@@ -122,6 +124,8 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Uploading file …",
|
||||
"Upload failed" : "Upload failed",
|
||||
"Close" : "Close",
|
||||
"More formatting options" : "More formatting options",
|
||||
"Insert template" : "Insert template",
|
||||
"Pick a file to attach" : "Pick a file to attach",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"Threads" : "Threads",
|
||||
@@ -139,6 +143,7 @@ OC.L10N.register(
|
||||
"{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",
|
||||
@@ -184,6 +189,8 @@ OC.L10N.register(
|
||||
"View edit history" : "View edit history",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Are you sure you want to delete this post? This action cannot be undone.",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Edit your reply …" : "Edit your reply …",
|
||||
"Save" : "Save",
|
||||
"Are you sure you want to discard your changes?" : "Are you sure you want to discard your changes?",
|
||||
@@ -207,7 +214,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
"Last reply by {name}" : "Last reply by {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
|
||||
"Templates" : "Templates",
|
||||
"Add template" : "Add template",
|
||||
"Edit template" : "Edit template",
|
||||
"No templates yet" : "No templates yet",
|
||||
"Loading templates …" : "Loading templates …",
|
||||
"Name" : "Surname",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Template content (BBCode) …" : "Template content (BBCode) …",
|
||||
"Show in:" : "Show in:",
|
||||
"Are you sure you want to delete this template?" : "Are you sure you want to delete this template?",
|
||||
"Both" : "Both",
|
||||
"Threads & replies" : "Threads & replies",
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -380,7 +404,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Basic information",
|
||||
"Category header" : "Category header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Name" : "Surname",
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
@@ -388,12 +411,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
|
||||
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
|
||||
"Select roles that can create new threads in this category" : "Select roles that can create new threads in this category",
|
||||
"Select roles that can reply to threads in this category" : "Select roles that can reply to threads in this category",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
|
||||
"Select roles …" : "Select roles …",
|
||||
"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",
|
||||
@@ -497,6 +527,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Recent Forum activity",
|
||||
"More activity" : "More activity",
|
||||
"%1$s (Guest)" : "%1$s (Guest)",
|
||||
"New thread by %1$s" : "New thread by %1$s",
|
||||
"Reply by %1$s" : "Reply by %1$s",
|
||||
"No recent forum activity" : "No recent forum activity",
|
||||
@@ -54,7 +55,7 @@
|
||||
"Welcome to the forum!" : "Welcome to the forum!",
|
||||
"Deleted user" : "Deleted user",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.",
|
||||
"Repair Database Initial Data" : "Repair Database Initial Data",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
|
||||
"Run Repair Database Initial Data" : "Run Repair Database Initial Data",
|
||||
@@ -81,6 +82,7 @@
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"(Guest)" : "(Guest)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings.",
|
||||
"Drop file here to upload" : "Drop file here to upload",
|
||||
"Hello world!" : "Hello world!",
|
||||
@@ -120,6 +122,8 @@
|
||||
"Uploading file …" : "Uploading file …",
|
||||
"Upload failed" : "Upload failed",
|
||||
"Close" : "Close",
|
||||
"More formatting options" : "More formatting options",
|
||||
"Insert template" : "Insert template",
|
||||
"Pick a file to attach" : "Pick a file to attach",
|
||||
"Failed to upload file" : "Failed to upload file",
|
||||
"Threads" : "Threads",
|
||||
@@ -137,6 +141,7 @@
|
||||
"{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",
|
||||
@@ -182,6 +187,8 @@
|
||||
"View edit history" : "View edit history",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Are you sure you want to delete this post? This action cannot be undone.",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Edit your reply …" : "Edit your reply …",
|
||||
"Save" : "Save",
|
||||
"Are you sure you want to discard your changes?" : "Are you sure you want to discard your changes?",
|
||||
@@ -205,7 +212,24 @@
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
"Last reply by {name}" : "Last reply by {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n reply","%n replies"],
|
||||
"Templates" : "Templates",
|
||||
"Add template" : "Add template",
|
||||
"Edit template" : "Edit template",
|
||||
"No templates yet" : "No templates yet",
|
||||
"Loading templates …" : "Loading templates …",
|
||||
"Name" : "Surname",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Template content (BBCode) …" : "Template content (BBCode) …",
|
||||
"Show in:" : "Show in:",
|
||||
"Are you sure you want to delete this template?" : "Are you sure you want to delete this template?",
|
||||
"Both" : "Both",
|
||||
"Threads & replies" : "Threads & replies",
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -378,7 +402,6 @@
|
||||
"Basic information" : "Basic information",
|
||||
"Category header" : "Category header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Name" : "Surname",
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
@@ -386,12 +409,19 @@
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles can access and moderate this category" : "Control which roles can access and moderate this category",
|
||||
"Select roles that can view this category and its threads" : "Select roles that can view this category and its threads",
|
||||
"Select roles that can create new threads in this category" : "Select roles that can create new threads in this category",
|
||||
"Select roles that can reply to threads in this category" : "Select roles that can reply to threads in this category",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Select roles that can moderate (edit/delete) content in this category",
|
||||
"Select roles …" : "Select roles …",
|
||||
"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",
|
||||
@@ -495,6 +525,7 @@
|
||||
"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",
|
||||
|
||||
@@ -25,9 +25,13 @@ OC.L10N.register(
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Direct link" : "Direkta ligilo",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
"Templates" : "Ŝablonoj",
|
||||
"Name" : "Nomo",
|
||||
"Content" : "Enhavo",
|
||||
"Saving draft …" : "Konservado de malneto...",
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
@@ -44,8 +48,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",
|
||||
@@ -55,6 +59,7 @@ OC.L10N.register(
|
||||
"ID" : "Identigilo",
|
||||
"Owner" : "Posedanto",
|
||||
"Actions" : "Agoj",
|
||||
"Members" : "Membroj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
},
|
||||
|
||||
@@ -23,9 +23,13 @@
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Direct link" : "Direkta ligilo",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
"Templates" : "Ŝablonoj",
|
||||
"Name" : "Nomo",
|
||||
"Content" : "Enhavo",
|
||||
"Saving draft …" : "Konservado de malneto...",
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
@@ -42,8 +46,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",
|
||||
@@ -53,6 +57,7 @@
|
||||
"ID" : "Identigilo",
|
||||
"Owner" : "Posedanto",
|
||||
"Actions" : "Agoj",
|
||||
"Members" : "Membroj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
12
l10n/es.js
12
l10n/es.js
@@ -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",
|
||||
@@ -126,12 +127,20 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Add reaction" : "Añadir reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Template name" : "Nombre de la plantilla",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
@@ -163,9 +172,9 @@ OC.L10N.register(
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
"Move down" : "Mover hacia abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -181,6 +190,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
12
l10n/es.json
12
l10n/es.json
@@ -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",
|
||||
@@ -124,12 +125,20 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Add reaction" : "Añadir reacción",
|
||||
"React with {emoji}" : "Reaccionar con {emoji}",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"_%n reply_::_%n replies_" : ["%n respuesta","%n respuestas","%n respuestas"],
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Template name" : "Nombre de la plantilla",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Título",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
@@ -161,9 +170,9 @@
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
"Move down" : "Mover hacia abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -179,6 +188,7 @@
|
||||
"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",
|
||||
|
||||
@@ -23,8 +23,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -35,9 +38,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 +48,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -21,8 +21,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -33,9 +36,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 +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;"
|
||||
|
||||
@@ -26,7 +26,9 @@ OC.L10N.register(
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Link directa",
|
||||
"Save" : "Guardar",
|
||||
"Name" : "Nombre",
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
@@ -42,9 +44,9 @@ 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",
|
||||
@@ -52,6 +54,7 @@ OC.L10N.register(
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Eliminado"
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Link directa",
|
||||
"Save" : "Guardar",
|
||||
"Name" : "Nombre",
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
@@ -40,9 +42,9 @@
|
||||
"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",
|
||||
@@ -50,6 +52,7 @@
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Eliminado"
|
||||
|
||||
@@ -21,8 +21,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -36,9 +39,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 +49,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -19,8 +19,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -34,9 +37,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 +47,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;"
|
||||
|
||||
@@ -23,8 +23,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -38,15 +41,16 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -21,8 +21,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -36,15 +39,16 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Reiniciar",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -37,9 +40,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 ",
|
||||
@@ -47,6 +50,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -35,9 +38,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 ",
|
||||
@@ -45,6 +48,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;"
|
||||
|
||||
@@ -23,8 +23,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -39,9 +42,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 ",
|
||||
@@ -49,6 +52,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -21,8 +21,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -37,9 +40,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 ",
|
||||
@@ -47,6 +50,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;"
|
||||
|
||||
@@ -42,7 +42,6 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "¡Bienvenido al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado directamente en tu instancia de Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Crea discusiones, comparte ideas y colabora con tu comunidad directamente en Nextcloud.\n\n**⚠️ Aviso de Desarrollo Temprano:**\nEsta aplicación se encuentra en etapas iniciales de desarrollo. Aunque funcional, podrías encontrar errores o funciones incompletas. Por favor reporta cualquier problema en GitHub y considera hacer copias de seguridad regularmente.\n\n**Funciones clave:**\n- **Discusiones por hilos** - Crea y responde a hilos organizados\n- **Organización por categorías** - Estructura tu foro con categorías y encabezados personalizables\n- **Formato de texto enriquecido** - Usa BBCode para dar formato a las publicaciones con negrita, cursiva, enlaces, imágenes, bloques de código y más\n- **Adjuntos de archivos** - Adjunta archivos desde tu almacenamiento de Nextcloud a las publicaciones\n- **Reacciones a publicaciones** - Reacciona a publicaciones con emojis\n- **Seguimiento leído/no leído** - Mantén el control de qué hilos has leído\n- **Búsqueda** - Encuentra discusiones rápidamente con la búsqueda incorporada\n- **Perfiles de usuario** - Consulta el historial de publicaciones y estadísticas de usuarios\n- **Permisos basados en roles** - Controla el acceso y la moderación con roles flexibles\n- **Acceso de invitados** - Acceso público opcional para usuarios no autenticados con permisos configurables\n- **Herramientas de administración** - Gestiona categorías, roles, BBCodes y configuraciones del foro\n- **Herramientas de moderación** - Fija, bloquea y gestiona hilos y publicaciones\n\n**Ideal para:**\n- Discusiones y colaboración en equipo\n- Foros comunitarios\n- Canales de soporte\n- Bases de conocimiento\n- Discusiones de proyectos\n- Comunicación interna\n\nEl foro se integra perfectamente con tu instancia de Nextcloud, utilizando tus usuarios y grupos existentes para autenticación y control de acceso.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
@@ -121,6 +120,7 @@ OC.L10N.register(
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "¿Estás seguro de que deseas eliminar esta publicación? Esta acción no se puede deshacer.",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Save" : "Guardar",
|
||||
"Are you sure you want to discard your changes?" : "¿Estás seguro de que deseas descartar tus cambios?",
|
||||
"Current version" : "Versión actual",
|
||||
@@ -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 …",
|
||||
@@ -265,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",
|
||||
@@ -372,6 +373,7 @@ OC.L10N.register(
|
||||
"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 …",
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
"Welcome to the forum!" : "¡Bienvenido al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado directamente en tu instancia de Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Crea discusiones, comparte ideas y colabora con tu comunidad directamente en Nextcloud.\n\n**⚠️ Aviso de Desarrollo Temprano:**\nEsta aplicación se encuentra en etapas iniciales de desarrollo. Aunque funcional, podrías encontrar errores o funciones incompletas. Por favor reporta cualquier problema en GitHub y considera hacer copias de seguridad regularmente.\n\n**Funciones clave:**\n- **Discusiones por hilos** - Crea y responde a hilos organizados\n- **Organización por categorías** - Estructura tu foro con categorías y encabezados personalizables\n- **Formato de texto enriquecido** - Usa BBCode para dar formato a las publicaciones con negrita, cursiva, enlaces, imágenes, bloques de código y más\n- **Adjuntos de archivos** - Adjunta archivos desde tu almacenamiento de Nextcloud a las publicaciones\n- **Reacciones a publicaciones** - Reacciona a publicaciones con emojis\n- **Seguimiento leído/no leído** - Mantén el control de qué hilos has leído\n- **Búsqueda** - Encuentra discusiones rápidamente con la búsqueda incorporada\n- **Perfiles de usuario** - Consulta el historial de publicaciones y estadísticas de usuarios\n- **Permisos basados en roles** - Controla el acceso y la moderación con roles flexibles\n- **Acceso de invitados** - Acceso público opcional para usuarios no autenticados con permisos configurables\n- **Herramientas de administración** - Gestiona categorías, roles, BBCodes y configuraciones del foro\n- **Herramientas de moderación** - Fija, bloquea y gestiona hilos y publicaciones\n\n**Ideal para:**\n- Discusiones y colaboración en equipo\n- Foros comunitarios\n- Canales de soporte\n- Bases de conocimiento\n- Discusiones de proyectos\n- Comunicación interna\n\nEl foro se integra perfectamente con tu instancia de Nextcloud, utilizando tus usuarios y grupos existentes para autenticación y control de acceso.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
@@ -119,6 +118,7 @@
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "¿Estás seguro de que deseas eliminar esta publicación? Esta acción no se puede deshacer.",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Save" : "Guardar",
|
||||
"Are you sure you want to discard your changes?" : "¿Estás seguro de que deseas descartar tus cambios?",
|
||||
"Current version" : "Versión actual",
|
||||
@@ -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 …",
|
||||
@@ -263,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",
|
||||
@@ -370,6 +371,7 @@
|
||||
"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 …",
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
@@ -38,9 +41,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 ",
|
||||
@@ -48,6 +51,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Saving draft …" : "Guardando borrador…",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
@@ -36,9 +39,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 ",
|
||||
@@ -46,6 +49,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;"
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -37,9 +40,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 ",
|
||||
@@ -47,6 +50,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -35,9 +38,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 ",
|
||||
@@ -45,6 +48,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;"
|
||||
|
||||
@@ -35,9 +35,16 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Liga directa",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
@@ -61,9 +68,9 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
"Move down" : "Mover abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -78,6 +85,7 @@ OC.L10N.register(
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
|
||||
@@ -33,9 +33,16 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Liga directa",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Templates" : "Plantillas",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Insertar",
|
||||
"Views" : "Vistas",
|
||||
"Saving draft …" : "Guardando borrador...",
|
||||
"Draft saved" : "Borrador guardado",
|
||||
@@ -59,9 +66,9 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
"Move down" : "Mover abajo",
|
||||
"Last 7 days" : "Últimos 7 días",
|
||||
@@ -76,6 +83,7 @@
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -37,9 +40,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 ",
|
||||
@@ -47,6 +50,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -35,9 +38,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 ",
|
||||
@@ -45,6 +48,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;"
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -37,9 +40,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 ",
|
||||
@@ -47,6 +50,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -35,9 +38,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 ",
|
||||
@@ -45,6 +48,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;"
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
@@ -35,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 ",
|
||||
@@ -45,6 +48,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
@@ -33,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 ",
|
||||
@@ -43,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;"
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -36,9 +39,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 +49,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -34,9 +37,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 +47,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;"
|
||||
|
||||
@@ -22,8 +22,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -38,15 +41,16 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -36,15 +39,16 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"Name" : "Nombre",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -23,8 +23,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
@@ -37,9 +40,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 ",
|
||||
@@ -47,6 +50,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -21,8 +21,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
@@ -35,9 +38,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 ",
|
||||
@@ -45,6 +48,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;"
|
||||
|
||||
@@ -21,8 +21,11 @@ OC.L10N.register(
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -36,9 +39,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 +49,7 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
},
|
||||
|
||||
@@ -19,8 +19,11 @@
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
@@ -34,9 +37,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 +47,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;"
|
||||
|
||||
@@ -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",
|
||||
@@ -174,6 +175,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Vaata muudatuste ajalugu",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Kas sa oled kindel, et soovid selle postituse kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"Unread" : "Lugemata",
|
||||
"Direct link" : "Otselink",
|
||||
"Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud",
|
||||
"Edit your reply …" : "Muuda oma vastust…",
|
||||
"Save" : "Salvesta",
|
||||
"Are you sure you want to discard your changes?" : "Kas sa oled kindel, et soovid oma muudatustest loobuda?",
|
||||
@@ -198,6 +201,12 @@ OC.L10N.register(
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
"Uncategorized" : "Määratlemata",
|
||||
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
|
||||
"Templates" : "Mallid",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Malli nimi",
|
||||
"Content" : "Sisu",
|
||||
"Both" : "Mõlemad",
|
||||
"Insert" : "Lisa",
|
||||
"Views" : "Vaated",
|
||||
"Title" : "Pealkiri",
|
||||
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
|
||||
@@ -370,7 +379,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Põhiteave",
|
||||
"Category header" : "Kategooria päis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Name" : "Nimi",
|
||||
"Enter category name" : "Sisesta kategooria nimi",
|
||||
"Slug" : "Aadressi lõputunnus",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
|
||||
@@ -378,12 +386,7 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
|
||||
"New" : "Uus",
|
||||
"Permissions" : "Õigused",
|
||||
"Control which roles can access and moderate this category" : "Halda rollide õigusi selle kategooria vaatamisel ja modeerimisel",
|
||||
"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",
|
||||
@@ -487,6 +490,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",
|
||||
|
||||
@@ -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",
|
||||
@@ -172,6 +173,8 @@
|
||||
"View edit history" : "Vaata muudatuste ajalugu",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Kas sa oled kindel, et soovid selle postituse kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"Unread" : "Lugemata",
|
||||
"Direct link" : "Otselink",
|
||||
"Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud",
|
||||
"Edit your reply …" : "Muuda oma vastust…",
|
||||
"Save" : "Salvesta",
|
||||
"Are you sure you want to discard your changes?" : "Kas sa oled kindel, et soovid oma muudatustest loobuda?",
|
||||
@@ -196,6 +199,12 @@
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
"Uncategorized" : "Määratlemata",
|
||||
"_%n reply_::_%n replies_" : ["%n vastus","%n vastust"],
|
||||
"Templates" : "Mallid",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Malli nimi",
|
||||
"Content" : "Sisu",
|
||||
"Both" : "Mõlemad",
|
||||
"Insert" : "Lisa",
|
||||
"Views" : "Vaated",
|
||||
"Title" : "Pealkiri",
|
||||
"Enter thread title …" : "Sisesta jutulõnga pealkiri…",
|
||||
@@ -368,7 +377,6 @@
|
||||
"Basic information" : "Põhiteave",
|
||||
"Category header" : "Kategooria päis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Name" : "Nimi",
|
||||
"Enter category name" : "Sisesta kategooria nimi",
|
||||
"Slug" : "Aadressi lõputunnus",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
|
||||
@@ -376,12 +384,7 @@
|
||||
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
|
||||
"New" : "Uus",
|
||||
"Permissions" : "Õigused",
|
||||
"Control which roles can access and moderate this category" : "Halda rollide õigusi selle kategooria vaatamisel ja modeerimisel",
|
||||
"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",
|
||||
@@ -485,6 +488,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",
|
||||
|
||||
11
l10n/eu.js
11
l10n/eu.js
@@ -45,10 +45,18 @@ OC.L10N.register(
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Direct link" : "Esteka zuzena",
|
||||
"Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
"Uncategorized" : "Kategoria gabe",
|
||||
"Templates" : "Txantiloiak",
|
||||
"Name" : "Izena",
|
||||
"Template name" : "Txantiloi berria",
|
||||
"Content" : "Edukia",
|
||||
"Both" : "Biak",
|
||||
"Insert" : "Txertatu",
|
||||
"Views" : "Ikuspegiak",
|
||||
"Title" : "Izenburua",
|
||||
"Saving draft …" : "Zirriborroa gordetzen...",
|
||||
@@ -78,9 +86,9 @@ OC.L10N.register(
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"Name" : "Izena",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
"Move down" : "Eraman behera",
|
||||
"Last 7 days" : "Azken 7 egunetan",
|
||||
@@ -95,6 +103,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
11
l10n/eu.json
11
l10n/eu.json
@@ -43,10 +43,18 @@
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Direct link" : "Esteka zuzena",
|
||||
"Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
"Uncategorized" : "Kategoria gabe",
|
||||
"Templates" : "Txantiloiak",
|
||||
"Name" : "Izena",
|
||||
"Template name" : "Txantiloi berria",
|
||||
"Content" : "Edukia",
|
||||
"Both" : "Biak",
|
||||
"Insert" : "Txertatu",
|
||||
"Views" : "Ikuspegiak",
|
||||
"Title" : "Izenburua",
|
||||
"Saving draft …" : "Zirriborroa gordetzen...",
|
||||
@@ -76,9 +84,9 @@
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"Name" : "Izena",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
"Move down" : "Eraman behera",
|
||||
"Last 7 days" : "Azken 7 egunetan",
|
||||
@@ -93,6 +101,7 @@
|
||||
"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",
|
||||
|
||||
11
l10n/fa.js
11
l10n/fa.js
@@ -40,10 +40,18 @@ OC.L10N.register(
|
||||
"Edit" : "ویرایش",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "لینک مستقیم",
|
||||
"Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "دستهبندی نشده",
|
||||
"Templates" : "قالبها",
|
||||
"Name" : "نام",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Both" : "Both",
|
||||
"Insert" : "Insert",
|
||||
"Views" : "بازدیدها",
|
||||
"Title" : "Title",
|
||||
"Saving draft …" : "در حال ذخیره پیش نویس ...",
|
||||
@@ -69,9 +77,9 @@ OC.L10N.register(
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"Name" : "نام",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
"Move down" : "حرکت به پایین",
|
||||
"Last 7 days" : "۷ روز گذشته.",
|
||||
@@ -86,6 +94,7 @@ OC.L10N.register(
|
||||
"Actions" : "کنشها",
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
|
||||
11
l10n/fa.json
11
l10n/fa.json
@@ -38,10 +38,18 @@
|
||||
"Edit" : "ویرایش",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "لینک مستقیم",
|
||||
"Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
"Uncategorized" : "دستهبندی نشده",
|
||||
"Templates" : "قالبها",
|
||||
"Name" : "نام",
|
||||
"Template name" : "Template name",
|
||||
"Content" : "Content",
|
||||
"Both" : "Both",
|
||||
"Insert" : "Insert",
|
||||
"Views" : "بازدیدها",
|
||||
"Title" : "Title",
|
||||
"Saving draft …" : "در حال ذخیره پیش نویس ...",
|
||||
@@ -67,9 +75,9 @@
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"Name" : "نام",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
"Move down" : "حرکت به پایین",
|
||||
"Last 7 days" : "۷ روز گذشته.",
|
||||
@@ -84,6 +92,7 @@
|
||||
"Actions" : "کنشها",
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
|
||||
12
l10n/fi.js
12
l10n/fi.js
@@ -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ä",
|
||||
@@ -46,11 +47,19 @@ OC.L10N.register(
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Direct link" : "Suora linkki",
|
||||
"Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"Add reaction" : "Lisää reaktio",
|
||||
"React with {emoji}" : "Reagoi emojilla {emoji}",
|
||||
"Uncategorized" : "Luokittelematon",
|
||||
"Templates" : "Mallipohjat",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Mallin nimi",
|
||||
"Content" : "Sisältö",
|
||||
"Both" : "Molemmat",
|
||||
"Insert" : "Lisää",
|
||||
"Views" : "Näkymät",
|
||||
"Title" : "Nimeke",
|
||||
"Saving draft …" : "Tallennetaan luonnosta…",
|
||||
@@ -80,9 +89,9 @@ OC.L10N.register(
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"Name" : "Nimi",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
"Move down" : "Siirrä alas",
|
||||
"Last 7 days" : "Edelliset 7 päivää",
|
||||
@@ -97,6 +106,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
12
l10n/fi.json
12
l10n/fi.json
@@ -31,6 +31,7 @@
|
||||
"Threads" : "Keskusteluketjut",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"Pick a color" : "Valitse väri",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -44,11 +45,19 @@
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Direct link" : "Suora linkki",
|
||||
"Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"Add reaction" : "Lisää reaktio",
|
||||
"React with {emoji}" : "Reagoi emojilla {emoji}",
|
||||
"Uncategorized" : "Luokittelematon",
|
||||
"Templates" : "Mallipohjat",
|
||||
"Name" : "Nimi",
|
||||
"Template name" : "Mallin nimi",
|
||||
"Content" : "Sisältö",
|
||||
"Both" : "Molemmat",
|
||||
"Insert" : "Lisää",
|
||||
"Views" : "Näkymät",
|
||||
"Title" : "Nimeke",
|
||||
"Saving draft …" : "Tallennetaan luonnosta…",
|
||||
@@ -78,9 +87,9 @@
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"Name" : "Nimi",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
"Move down" : "Siirrä alas",
|
||||
"Last 7 days" : "Edelliset 7 päivää",
|
||||
@@ -95,6 +104,7 @@
|
||||
"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",
|
||||
|
||||
16
l10n/fr.js
16
l10n/fr.js
@@ -7,9 +7,13 @@ OC.L10N.register(
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"BBCode examples:" : "Exemples de BBCode :",
|
||||
"Bold text" : "Texte en gras",
|
||||
"Italic text" : "Texte en italique",
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Welcome to Nextcloud Forums" : "Bienvenue dans les Forums Nextcloud",
|
||||
"Forum" : "Forum",
|
||||
"Welcome to the forum!" : "Bienvenue dans le forum !",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"User ID" : "Identifiant utilisateur",
|
||||
"Role" : "Rôle",
|
||||
@@ -34,6 +38,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",
|
||||
@@ -48,11 +53,19 @@ OC.L10N.register(
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"Direct link" : "Lien direct",
|
||||
"Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers",
|
||||
"Save" : "Enregistrer",
|
||||
"Current version" : "Version actuelle",
|
||||
"React with {emoji}" : "Réagir avec {emoji}",
|
||||
"Uncategorized" : "Non catégorisé",
|
||||
"_%n reply_::_%n replies_" : ["%n réponse","%n réponses","%n réponses"],
|
||||
"Templates" : "Modèles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom du modèle",
|
||||
"Content" : "Contenu",
|
||||
"Both" : "Les deux",
|
||||
"Insert" : "Insérer",
|
||||
"Views" : "Vues",
|
||||
"Title" : "Titre",
|
||||
"Saving draft …" : "Sauvegarde du brouillon en cours …",
|
||||
@@ -85,10 +98,10 @@ OC.L10N.register(
|
||||
"Tag" : "Étiquette",
|
||||
"Description" : "Description",
|
||||
"Enabled" : "Activé",
|
||||
"Name" : "Nom",
|
||||
"Enter category name" : "Saisissez le nom de la catégorie",
|
||||
"New" : "Nouveau",
|
||||
"Permissions" : "Autorisations",
|
||||
"Preview" : "Prévisualiser",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
"Move down" : "Déplacer vers le bas",
|
||||
"Last 7 days" : "7 derniers jours",
|
||||
@@ -104,6 +117,7 @@ OC.L10N.register(
|
||||
"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é",
|
||||
|
||||
16
l10n/fr.json
16
l10n/fr.json
@@ -5,9 +5,13 @@
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"BBCode examples:" : "Exemples de BBCode :",
|
||||
"Bold text" : "Texte en gras",
|
||||
"Italic text" : "Texte en italique",
|
||||
"Underlined text" : "Texte souligné",
|
||||
"Welcome to Nextcloud Forums" : "Bienvenue dans les Forums Nextcloud",
|
||||
"Forum" : "Forum",
|
||||
"Welcome to the forum!" : "Bienvenue dans le forum !",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"User ID" : "Identifiant utilisateur",
|
||||
"Role" : "Rôle",
|
||||
@@ -32,6 +36,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",
|
||||
@@ -46,11 +51,19 @@
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"Direct link" : "Lien direct",
|
||||
"Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers",
|
||||
"Save" : "Enregistrer",
|
||||
"Current version" : "Version actuelle",
|
||||
"React with {emoji}" : "Réagir avec {emoji}",
|
||||
"Uncategorized" : "Non catégorisé",
|
||||
"_%n reply_::_%n replies_" : ["%n réponse","%n réponses","%n réponses"],
|
||||
"Templates" : "Modèles",
|
||||
"Name" : "Nom",
|
||||
"Template name" : "Nom du modèle",
|
||||
"Content" : "Contenu",
|
||||
"Both" : "Les deux",
|
||||
"Insert" : "Insérer",
|
||||
"Views" : "Vues",
|
||||
"Title" : "Titre",
|
||||
"Saving draft …" : "Sauvegarde du brouillon en cours …",
|
||||
@@ -83,10 +96,10 @@
|
||||
"Tag" : "Étiquette",
|
||||
"Description" : "Description",
|
||||
"Enabled" : "Activé",
|
||||
"Name" : "Nom",
|
||||
"Enter category name" : "Saisissez le nom de la catégorie",
|
||||
"New" : "Nouveau",
|
||||
"Permissions" : "Autorisations",
|
||||
"Preview" : "Prévisualiser",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
"Move down" : "Déplacer vers le bas",
|
||||
"Last 7 days" : "7 derniers jours",
|
||||
@@ -102,6 +115,7 @@
|
||||
"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é",
|
||||
|
||||
46
l10n/ga.js
46
l10n/ga.js
@@ -3,6 +3,7 @@ OC.L10N.register(
|
||||
{
|
||||
"Recent Forum activity" : "Gníomhaíocht an Fhóraim le Déanaí",
|
||||
"More activity" : "Tuilleadh gníomhaíochta",
|
||||
"%1$s (Guest)" : "%1$s (Aoi)",
|
||||
"New thread by %1$s" : "Snáithe nua le %1$s",
|
||||
"Reply by %1$s" : "Freagra ó %1$s",
|
||||
"No recent forum activity" : "Gan aon ghníomhaíocht fóram le déanaí",
|
||||
@@ -56,7 +57,6 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Fáilte romhat chuig an bhfóram!",
|
||||
"Deleted user" : "Úsáideoir scriosta",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Fóram atá tiomáinte ag an bpobal atá tógtha isteach i do chás Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cruthaigh plé, roinn smaointe agus comhoibrigh le do phobal go díreach i Nextcloud.\n\n**⚠️ Fógra Forbartha Luath:**\nTá an aip seo i gcéimeanna luatha forbartha. Cé go bhfuil sí feidhmiúil, d'fhéadfadh fabhtanna nó gnéithe neamhiomlána teacht ort. Tuairiscigh aon fhadhbanna ar GitHub agus smaoinigh ar chúltaca de do shonraí a dhéanamh go rialta.\n\n**Príomhghnéithe:**\n- **Plé bunaithe ar shnáitheanna** - Cruthaigh agus freagair snáitheanna plé eagraithe\n- **Eagrú Catagóirí** - Struchtúraigh do fhóram le catagóirí agus ceanntásca saincheaptha\n- **Formáidiú Téacs Saibhir** - Úsáid BBCode chun poist a fhormáidiú le cló trom, iodálach, naisc, íomhánna, bloic chód agus níos mó\n- **Ceangaltáin Chomhad** - Ceangail comhaid ó do stóras Nextcloud le poist\n- **Imoibrithe Poist** - Imoibriú le poist le himoibrithe emoji\n- **Rianú Léite/Gan Léite** - Coinnigh súil ar na snáitheanna atá léite agat\n- **Cuardaigh** - Aimsigh plé go tapa le cuardach ionsuite\n- **Próifílí Úsáideoirí** - Féach ar stair agus staitisticí post úsáideoirí\n- **Ceadanna Bunaithe ar Ról** - Rialú rochtana agus modhnóireachta le róil sholúbtha\n- **Rochtain Aoi**: Rochtain phoiblí roghnach d'úsáideoirí neamhúdaraithe le ceadanna inchumraithe\n- **Uirlisí Riaracháin** - Bainistigh catagóirí, róil, BBCóid agus socruithe fóraim\n- **Uirlisí Modhnóireachta** - Snáitheanna agus poist a phionáil, a ghlasáil agus a bhainistiú\n\n**Foirfe do:**\n- Plé foirne agus comhoibriú\n- Fóraim phobail\n- Bealaí tacaíochta\n- Bunachair eolais\n- Plé tionscadail\n- Cumarsáid inmheánach\n\nComhtháthaíonn an fóram go gan uaim le do chás Nextcloud, ag baint úsáide as d'úsáideoirí agus do ghrúpaí atá ann cheana féin le haghaidh fíordheimhnithe agus rialú rochtana.",
|
||||
"Repair Database Initial Data" : "Deisigh Sonraí Tosaigh Bunachar Sonraí",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Rith an t-ordú \"deisigh sonraí tosaigh bunachar sonraí\" chun sonraí réamhshocraithe an fhóraim (róil, catagóirí, ceadanna, BBCóid) a athbhunú. Tá sé sábháilte é seo a rith arís agus arís eile mar go scipeálfaidh sé sonraí atá ann cheana féin.",
|
||||
"Run Repair Database Initial Data" : "Rith Deisiúchán Bunachar Sonraí Tosaigh",
|
||||
@@ -83,6 +83,7 @@ OC.L10N.register(
|
||||
"BBCodes" : "BBCóid",
|
||||
"Expand" : "Leathnaigh",
|
||||
"Collapse" : "Laghdaigh",
|
||||
"(Guest)" : "(Aoi)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Tabhair faoi deara le do thoil:{bEnd} Beidh comhaid cheangailte le feiceáil ag aon duine san fhóram, beag beann ar shocruithe comhroinnte an chomhaid.",
|
||||
"Drop file here to upload" : "Scaoil comhad anseo le huaslódáil",
|
||||
"Hello world!" : "Dia duit, a dhomhan!",
|
||||
@@ -122,6 +123,8 @@ OC.L10N.register(
|
||||
"Uploading file …" : "Ag uaslódáil comhaid …",
|
||||
"Upload failed" : "Theip ar an uaslódáil",
|
||||
"Close" : "Dún",
|
||||
"More formatting options" : "Tuilleadh roghanna formáidithe",
|
||||
"Insert template" : "Cuir teimpléad isteach",
|
||||
"Pick a file to attach" : "Roghnaigh comhad le ceangal",
|
||||
"Failed to upload file" : "Theip ar uaslódáil an chomhaid",
|
||||
"Threads" : "Snáitheanna",
|
||||
@@ -139,6 +142,7 @@ OC.L10N.register(
|
||||
"{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",
|
||||
@@ -184,6 +188,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Féach ar stair eagarthóireachta",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an post seo a scriosadh? Ní féidir an gníomh seo a chealú.",
|
||||
"Unread" : "Neamhléite",
|
||||
"Direct link" : "Nasc díreach",
|
||||
"Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce",
|
||||
"Edit your reply …" : "Cuir d’fhreagra in eagar …",
|
||||
"Save" : "Sábháil",
|
||||
"Are you sure you want to discard your changes?" : "An bhfuil tú cinnte gur mian leat do chuid athruithe a chaitheamh amach?",
|
||||
@@ -207,7 +213,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "Snáithe bioráilte",
|
||||
"Locked thread" : "Snáithe faoi ghlas",
|
||||
"Uncategorized" : "Gan catagóir",
|
||||
"Last reply by {name}" : "An freagra deireanach ó {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
|
||||
"Templates" : "Teimpléid",
|
||||
"Add template" : "Cuir teimpléad leis",
|
||||
"Edit template" : "Cuir an teimpléad in eagar",
|
||||
"No templates yet" : "Gan aon teimpléid fós",
|
||||
"Loading templates …" : "Ag lódáil teimpléid …",
|
||||
"Name" : "Ainm",
|
||||
"Template name" : "Ainm teimpléad",
|
||||
"Content" : "Ábhar",
|
||||
"Template content (BBCode) …" : "Ábhar teimpléid (BBCode) …",
|
||||
"Show in:" : "Taispeáin i:",
|
||||
"Are you sure you want to delete this template?" : "An bhfuil tú cinnte gur mian leat an teimpléad seo a scriosadh?",
|
||||
"Both" : "An dá",
|
||||
"Threads & replies" : "Snáitheanna & freagraí",
|
||||
"Neither (disabled)" : "Ceachtar acu (míchumasaithe)",
|
||||
"Insert" : "cuir isteach",
|
||||
"Failed to load templates" : "Theip ar na teimpléid a lódáil",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
@@ -380,7 +403,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Faisnéis bhunúsach",
|
||||
"Category header" : "Ceanntásc catagóire",
|
||||
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
|
||||
"Name" : "Ainm",
|
||||
"Enter category name" : "Cuir isteach ainm na catagóire",
|
||||
"Slug" : "Sluga",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Aitheantóir atá cairdiúil do URL (m.sh., \"{slug}\")",
|
||||
@@ -388,12 +410,19 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
|
||||
"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 create new threads in this category" : "Roghnaigh róil ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles that can reply to threads in this category" : "Roghnaigh róil ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles …" : "Roghnaigh róil …",
|
||||
"Control which roles and teams can access and moderate this category" : "Rialú cé na róil agus na foirne ar féidir leo rochtain a fháil ar an gcatagóir seo agus í a mhodhnú",
|
||||
"Select roles or teams that can view this category and its threads" : "Roghnaigh róil nó foirne ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Select roles or teams that can create new threads in this category" : "Roghnaigh róil nó foirne ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles or teams that can reply to threads in this category" : "Roghnaigh róil nó foirne ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Roghnaigh róil nó foirne ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles or teams …" : "Roghnaigh róil nó foirne …",
|
||||
"Design" : "Dearadh",
|
||||
"Customize the appearance of this category" : "Saincheap cuma na catagóire seo",
|
||||
"Category color" : "Dath na catagóire",
|
||||
"Text color" : "Dath an téacs",
|
||||
"Dark text" : "Téacs dorcha",
|
||||
"Light text" : "Téacs éadrom",
|
||||
"Preview" : "Réamhamharc",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
"Error loading categories" : "Earráid ag luchtú catagóirí",
|
||||
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
|
||||
@@ -497,6 +526,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
46
l10n/ga.json
46
l10n/ga.json
@@ -1,6 +1,7 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Gníomhaíocht an Fhóraim le Déanaí",
|
||||
"More activity" : "Tuilleadh gníomhaíochta",
|
||||
"%1$s (Guest)" : "%1$s (Aoi)",
|
||||
"New thread by %1$s" : "Snáithe nua le %1$s",
|
||||
"Reply by %1$s" : "Freagra ó %1$s",
|
||||
"No recent forum activity" : "Gan aon ghníomhaíocht fóram le déanaí",
|
||||
@@ -54,7 +55,6 @@
|
||||
"Welcome to the forum!" : "Fáilte romhat chuig an bhfóram!",
|
||||
"Deleted user" : "Úsáideoir scriosta",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Fóram atá tiomáinte ag an bpobal atá tógtha isteach i do chás Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cruthaigh plé, roinn smaointe agus comhoibrigh le do phobal go díreach i Nextcloud.\n\n**⚠️ Fógra Forbartha Luath:**\nTá an aip seo i gcéimeanna luatha forbartha. Cé go bhfuil sí feidhmiúil, d'fhéadfadh fabhtanna nó gnéithe neamhiomlána teacht ort. Tuairiscigh aon fhadhbanna ar GitHub agus smaoinigh ar chúltaca de do shonraí a dhéanamh go rialta.\n\n**Príomhghnéithe:**\n- **Plé bunaithe ar shnáitheanna** - Cruthaigh agus freagair snáitheanna plé eagraithe\n- **Eagrú Catagóirí** - Struchtúraigh do fhóram le catagóirí agus ceanntásca saincheaptha\n- **Formáidiú Téacs Saibhir** - Úsáid BBCode chun poist a fhormáidiú le cló trom, iodálach, naisc, íomhánna, bloic chód agus níos mó\n- **Ceangaltáin Chomhad** - Ceangail comhaid ó do stóras Nextcloud le poist\n- **Imoibrithe Poist** - Imoibriú le poist le himoibrithe emoji\n- **Rianú Léite/Gan Léite** - Coinnigh súil ar na snáitheanna atá léite agat\n- **Cuardaigh** - Aimsigh plé go tapa le cuardach ionsuite\n- **Próifílí Úsáideoirí** - Féach ar stair agus staitisticí post úsáideoirí\n- **Ceadanna Bunaithe ar Ról** - Rialú rochtana agus modhnóireachta le róil sholúbtha\n- **Rochtain Aoi**: Rochtain phoiblí roghnach d'úsáideoirí neamhúdaraithe le ceadanna inchumraithe\n- **Uirlisí Riaracháin** - Bainistigh catagóirí, róil, BBCóid agus socruithe fóraim\n- **Uirlisí Modhnóireachta** - Snáitheanna agus poist a phionáil, a ghlasáil agus a bhainistiú\n\n**Foirfe do:**\n- Plé foirne agus comhoibriú\n- Fóraim phobail\n- Bealaí tacaíochta\n- Bunachair eolais\n- Plé tionscadail\n- Cumarsáid inmheánach\n\nComhtháthaíonn an fóram go gan uaim le do chás Nextcloud, ag baint úsáide as d'úsáideoirí agus do ghrúpaí atá ann cheana féin le haghaidh fíordheimhnithe agus rialú rochtana.",
|
||||
"Repair Database Initial Data" : "Deisigh Sonraí Tosaigh Bunachar Sonraí",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Rith an t-ordú \"deisigh sonraí tosaigh bunachar sonraí\" chun sonraí réamhshocraithe an fhóraim (róil, catagóirí, ceadanna, BBCóid) a athbhunú. Tá sé sábháilte é seo a rith arís agus arís eile mar go scipeálfaidh sé sonraí atá ann cheana féin.",
|
||||
"Run Repair Database Initial Data" : "Rith Deisiúchán Bunachar Sonraí Tosaigh",
|
||||
@@ -81,6 +81,7 @@
|
||||
"BBCodes" : "BBCóid",
|
||||
"Expand" : "Leathnaigh",
|
||||
"Collapse" : "Laghdaigh",
|
||||
"(Guest)" : "(Aoi)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Tabhair faoi deara le do thoil:{bEnd} Beidh comhaid cheangailte le feiceáil ag aon duine san fhóram, beag beann ar shocruithe comhroinnte an chomhaid.",
|
||||
"Drop file here to upload" : "Scaoil comhad anseo le huaslódáil",
|
||||
"Hello world!" : "Dia duit, a dhomhan!",
|
||||
@@ -120,6 +121,8 @@
|
||||
"Uploading file …" : "Ag uaslódáil comhaid …",
|
||||
"Upload failed" : "Theip ar an uaslódáil",
|
||||
"Close" : "Dún",
|
||||
"More formatting options" : "Tuilleadh roghanna formáidithe",
|
||||
"Insert template" : "Cuir teimpléad isteach",
|
||||
"Pick a file to attach" : "Roghnaigh comhad le ceangal",
|
||||
"Failed to upload file" : "Theip ar uaslódáil an chomhaid",
|
||||
"Threads" : "Snáitheanna",
|
||||
@@ -137,6 +140,7 @@
|
||||
"{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",
|
||||
@@ -182,6 +186,8 @@
|
||||
"View edit history" : "Féach ar stair eagarthóireachta",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "An bhfuil tú cinnte gur mian leat an post seo a scriosadh? Ní féidir an gníomh seo a chealú.",
|
||||
"Unread" : "Neamhléite",
|
||||
"Direct link" : "Nasc díreach",
|
||||
"Direct link copied to clipboard" : "Cóipeáladh nasc díreach chuig an ngearrthaisce",
|
||||
"Edit your reply …" : "Cuir d’fhreagra in eagar …",
|
||||
"Save" : "Sábháil",
|
||||
"Are you sure you want to discard your changes?" : "An bhfuil tú cinnte gur mian leat do chuid athruithe a chaitheamh amach?",
|
||||
@@ -205,7 +211,24 @@
|
||||
"Pinned thread" : "Snáithe bioráilte",
|
||||
"Locked thread" : "Snáithe faoi ghlas",
|
||||
"Uncategorized" : "Gan catagóir",
|
||||
"Last reply by {name}" : "An freagra deireanach ó {name}",
|
||||
"_%n reply_::_%n replies_" : ["%n freagra","%n freagraí","%n freagraí","%n freagraí","%n freagraí"],
|
||||
"Templates" : "Teimpléid",
|
||||
"Add template" : "Cuir teimpléad leis",
|
||||
"Edit template" : "Cuir an teimpléad in eagar",
|
||||
"No templates yet" : "Gan aon teimpléid fós",
|
||||
"Loading templates …" : "Ag lódáil teimpléid …",
|
||||
"Name" : "Ainm",
|
||||
"Template name" : "Ainm teimpléad",
|
||||
"Content" : "Ábhar",
|
||||
"Template content (BBCode) …" : "Ábhar teimpléid (BBCode) …",
|
||||
"Show in:" : "Taispeáin i:",
|
||||
"Are you sure you want to delete this template?" : "An bhfuil tú cinnte gur mian leat an teimpléad seo a scriosadh?",
|
||||
"Both" : "An dá",
|
||||
"Threads & replies" : "Snáitheanna & freagraí",
|
||||
"Neither (disabled)" : "Ceachtar acu (míchumasaithe)",
|
||||
"Insert" : "cuir isteach",
|
||||
"Failed to load templates" : "Theip ar na teimpléid a lódáil",
|
||||
"Views" : "Radhairc",
|
||||
"Title" : "Teideal",
|
||||
"Enter thread title …" : "Cuir isteach teideal an tsnáithe …",
|
||||
@@ -378,7 +401,6 @@
|
||||
"Basic information" : "Faisnéis bhunúsach",
|
||||
"Category header" : "Ceanntásc catagóire",
|
||||
"-- Select a header --" : "-- Roghnaigh ceanntásc --",
|
||||
"Name" : "Ainm",
|
||||
"Enter category name" : "Cuir isteach ainm na catagóire",
|
||||
"Slug" : "Sluga",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Aitheantóir atá cairdiúil do URL (m.sh., \"{slug}\")",
|
||||
@@ -386,12 +408,19 @@
|
||||
"Enter category description (optional)" : "Cuir isteach cur síos ar an gcatagóir (roghnach)",
|
||||
"New" : "Nua",
|
||||
"Permissions" : "Ceadanna",
|
||||
"Control which roles can access and moderate this category" : "Rialú cé na róil a bhfuil rochtain acu ar an gcatagóir seo agus a bhfuil modhnóireacht aici",
|
||||
"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 create new threads in this category" : "Roghnaigh róil ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles that can reply to threads in this category" : "Roghnaigh róil ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"Select roles that can moderate (edit/delete) content in this category" : "Roghnaigh róil ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles …" : "Roghnaigh róil …",
|
||||
"Control which roles and teams can access and moderate this category" : "Rialú cé na róil agus na foirne ar féidir leo rochtain a fháil ar an gcatagóir seo agus í a mhodhnú",
|
||||
"Select roles or teams that can view this category and its threads" : "Roghnaigh róil nó foirne ar féidir leo an chatagóir seo agus a snáitheanna a fheiceáil",
|
||||
"Select roles or teams that can create new threads in this category" : "Roghnaigh róil nó foirne ar féidir leo snáitheanna nua a chruthú sa chatagóir seo",
|
||||
"Select roles or teams that can reply to threads in this category" : "Roghnaigh róil nó foirne ar féidir leo freagra a thabhairt ar shnáitheanna sa chatagóir seo",
|
||||
"Select roles or teams that can moderate (edit/delete) content in this category" : "Roghnaigh róil nó foirne ar féidir leo ábhar sa chatagóir seo a mhodhnú (a chur in eagar/a scriosadh)",
|
||||
"Select roles or teams …" : "Roghnaigh róil nó foirne …",
|
||||
"Design" : "Dearadh",
|
||||
"Customize the appearance of this category" : "Saincheap cuma na catagóire seo",
|
||||
"Category color" : "Dath na catagóire",
|
||||
"Text color" : "Dath an téacs",
|
||||
"Dark text" : "Téacs dorcha",
|
||||
"Light text" : "Téacs éadrom",
|
||||
"Preview" : "Réamhamharc",
|
||||
"Manage forum categories and organization" : "Bainistigh catagóirí agus eagrú an fhóraim",
|
||||
"Error loading categories" : "Earráid ag luchtú catagóirí",
|
||||
"No categories in this header" : "Gan aon chatagóirí sa cheanntásc seo",
|
||||
@@ -495,6 +524,7 @@
|
||||
"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",
|
||||
|
||||
17
l10n/gl.js
17
l10n/gl.js
@@ -56,7 +56,6 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Dámoslle a benvida ao foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado pola comunidade integrado directamente na súa instancia de Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cree debates, comparta ideas e colabore directamente coa súa comunidade en Nextcloud.\n\n**⚠️ Aviso sobre o desenvolvemento inicial:**\nEsta aplicación está en fases iniciais de desenvolvemento. Aínda que é funcional, pode atopar erros ou funcións incompletas. Informe de calquera problema en GitHub e considere facer copias de seguranza dos seus datos regularmente.\n\n**Características principais:**\n- **Debates baseados en fíos** - Crear e responder a fíos de debate organizados\n- **Organización por categorías** - Estruture o seu foro con categorías e cabeceiras personalizábeis\n- **Formato de texto enriquecido** - Use BBCode para formatar publicacións en grosa, cursiva, ligazóns, imaxes, bloques de código e máis\n- **Ficheiros anexos** - Anexe ficheiros do seu almacenamento Nextcloud ás publicacións\n- **Reaccións á publicación** - Reaccione ás publicacións con «emojis» de reacción\n- **Seguimento de lido/non lido** - Leve o control de que fíos leu\n- **Buscar** - Atope debates rapidamente coa busca integrada\n- **Perfís de usuario** - Ver o historial de publicacións e estatísticas de usuarios\n- **Permisos baseados en roles** - Controle o acceso e moderación con roles flexíbeis\n- **Acceso de convidados**: Acceso público opcional para usuarios non autenticados con permisos configurábeis\n- **Ferramentas de administración** - Xestione categorías, roles, BBCodes e os axustes do foro\n- **Ferramentas de moderación** - Fixar, bloquear e xestionar fíos e publicacións\n\n**Perfecto para:**\n- Debates e colaboración en equipo\n- Foros comunitarios\n- Canles de asistencia\n- Bases de coñecemento\n- Debates sobre proxectos\n- Comunicación interna\n\nO foro intégrase sen problemas coa súa instancia de Nextcloud, empregando os seus usuarios e grupos existentes para a autenticación e o control de acceso.",
|
||||
"Repair Database Initial Data" : "Reparar os datos iniciais da base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
|
||||
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da base de datos",
|
||||
@@ -131,6 +130,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",
|
||||
@@ -167,6 +167,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Ver o historial de edicións",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Confirma que quere eliminar esta publicación? Esta acción non é posíbel desfacela.",
|
||||
"Unread" : "Sen ler",
|
||||
"Direct link" : "Ligazón directa",
|
||||
"Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis",
|
||||
"Edit your reply …" : "Edite a súa resposta…",
|
||||
"Save" : "Gardar",
|
||||
"Are you sure you want to discard your changes?" : "Confirma que quere desbotar os seus cambios?",
|
||||
@@ -191,6 +193,12 @@ OC.L10N.register(
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
"Uncategorized" : "Sen categorizar",
|
||||
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
|
||||
"Templates" : "Modelos",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome do modelo",
|
||||
"Content" : "Contido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Inserir",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Titulo",
|
||||
"Enter thread title …" : "Introduza o título do fío…",
|
||||
@@ -361,7 +369,6 @@ OC.L10N.register(
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Cabeceira de categoría",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Name" : "Nome",
|
||||
"Enter category name" : "Introduza o nome da categoría",
|
||||
"Slug" : "URL semántico",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
|
||||
@@ -369,10 +376,7 @@ OC.L10N.register(
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
"Control which roles can access and moderate this category" : "Controle que roles poden acceder e moderar esta categoría",
|
||||
"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",
|
||||
@@ -472,6 +476,7 @@ OC.L10N.register(
|
||||
"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…",
|
||||
|
||||
17
l10n/gl.json
17
l10n/gl.json
@@ -54,7 +54,6 @@
|
||||
"Welcome to the forum!" : "Dámoslle a benvida ao foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado pola comunidade integrado directamente na súa instancia de Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cree debates, comparta ideas e colabore directamente coa súa comunidade en Nextcloud.\n\n**⚠️ Aviso sobre o desenvolvemento inicial:**\nEsta aplicación está en fases iniciais de desenvolvemento. Aínda que é funcional, pode atopar erros ou funcións incompletas. Informe de calquera problema en GitHub e considere facer copias de seguranza dos seus datos regularmente.\n\n**Características principais:**\n- **Debates baseados en fíos** - Crear e responder a fíos de debate organizados\n- **Organización por categorías** - Estruture o seu foro con categorías e cabeceiras personalizábeis\n- **Formato de texto enriquecido** - Use BBCode para formatar publicacións en grosa, cursiva, ligazóns, imaxes, bloques de código e máis\n- **Ficheiros anexos** - Anexe ficheiros do seu almacenamento Nextcloud ás publicacións\n- **Reaccións á publicación** - Reaccione ás publicacións con «emojis» de reacción\n- **Seguimento de lido/non lido** - Leve o control de que fíos leu\n- **Buscar** - Atope debates rapidamente coa busca integrada\n- **Perfís de usuario** - Ver o historial de publicacións e estatísticas de usuarios\n- **Permisos baseados en roles** - Controle o acceso e moderación con roles flexíbeis\n- **Acceso de convidados**: Acceso público opcional para usuarios non autenticados con permisos configurábeis\n- **Ferramentas de administración** - Xestione categorías, roles, BBCodes e os axustes do foro\n- **Ferramentas de moderación** - Fixar, bloquear e xestionar fíos e publicacións\n\n**Perfecto para:**\n- Debates e colaboración en equipo\n- Foros comunitarios\n- Canles de asistencia\n- Bases de coñecemento\n- Debates sobre proxectos\n- Comunicación interna\n\nO foro intégrase sen problemas coa súa instancia de Nextcloud, empregando os seus usuarios e grupos existentes para a autenticación e o control de acceso.",
|
||||
"Repair Database Initial Data" : "Reparar os datos iniciais da base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
|
||||
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da base de datos",
|
||||
@@ -129,6 +128,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",
|
||||
@@ -165,6 +165,8 @@
|
||||
"View edit history" : "Ver o historial de edicións",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Confirma que quere eliminar esta publicación? Esta acción non é posíbel desfacela.",
|
||||
"Unread" : "Sen ler",
|
||||
"Direct link" : "Ligazón directa",
|
||||
"Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis",
|
||||
"Edit your reply …" : "Edite a súa resposta…",
|
||||
"Save" : "Gardar",
|
||||
"Are you sure you want to discard your changes?" : "Confirma que quere desbotar os seus cambios?",
|
||||
@@ -189,6 +191,12 @@
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
"Uncategorized" : "Sen categorizar",
|
||||
"_%n reply_::_%n replies_" : ["%n resposta","%n respostas"],
|
||||
"Templates" : "Modelos",
|
||||
"Name" : "Nome",
|
||||
"Template name" : "Nome do modelo",
|
||||
"Content" : "Contido",
|
||||
"Both" : "Ambos",
|
||||
"Insert" : "Inserir",
|
||||
"Views" : "Vistas",
|
||||
"Title" : "Titulo",
|
||||
"Enter thread title …" : "Introduza o título do fío…",
|
||||
@@ -359,7 +367,6 @@
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Cabeceira de categoría",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Name" : "Nome",
|
||||
"Enter category name" : "Introduza o nome da categoría",
|
||||
"Slug" : "URL semántico",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
|
||||
@@ -367,10 +374,7 @@
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
"Control which roles can access and moderate this category" : "Controle que roles poden acceder e moderar esta categoría",
|
||||
"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",
|
||||
@@ -470,6 +474,7 @@
|
||||
"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…",
|
||||
|
||||
75
l10n/he.js
75
l10n/he.js
@@ -1,7 +1,21 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "פעילות פורום אחרונה",
|
||||
"More activity" : "עוד פעילות",
|
||||
"%1$s (Guest)" : "%1$s (אורח\\ת)",
|
||||
"New thread by %1$s" : "שרשור חדש מאת %1$s",
|
||||
"Reply by %1$s" : "תגובה מאת %1$s",
|
||||
"No recent forum activity" : "אין פעילות חדשה בפורום",
|
||||
"Top Forum activity" : "פעילות מובילה בפורום",
|
||||
"Browse forum" : "דפדוף בפורום",
|
||||
"_%n thread_::_%n threads_" : ["שרשור אחד","%n שרשורים","%n שרשורים"],
|
||||
"_%n view_::_%n views_" : ["צפייה אחת","%n צפיות","%n צפיות"],
|
||||
"No forum activity" : "אין פעילות בפורום",
|
||||
"Top Forum categories" : "קטגוריות מובילות בפורום",
|
||||
"No categories available" : "אין קטגוריות זמינות",
|
||||
"Top Forum threads" : "שרשורים מובילים בפורום",
|
||||
"No threads available" : "אין שרשורים זמינים",
|
||||
"Admin" : "אדמין",
|
||||
"Administrator role with full permissions" : "תפקיד אדמין עם הרשאות מלאות",
|
||||
"Moderator" : "מפקח",
|
||||
@@ -43,7 +57,19 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "צרו דיונים, חלקו רעיונות ושתפו פעולה עם משתמשים ישירות ב-Nextcloud.\n\n**⚠️ הודעה לגבי שלב פיתוח מוקדם:**\nהיישום הזה נמצא בשלבי פיתוח מוקדמים. בעוד היישום שמיש, אתם עלולים להיתקל בבאגים או יכולות לא שלמות. נא לדווח בעיות ב-GitHub ולשקול לגבות את המידע שלכם באופן תכוף.\n\n**יכולות מפתח:**\n- **דיונים מונחי נושאים** - צרו והגיבו לנושאי דיון\n- **ארגון קטגוריות** - צרו מבנה לפורום שלכם עם קטגוריות וכותרות הניתנות להתאמה\n- **פורמט טקסט עשיר** - השתמשו ב-BBCode לפרמוט של פוסטים עם הדגשות, הטיות, קישורים, תמונות, קטעי קוד ועוד\n- **צירוף קבצים** - צרפו קבצים מתוך ה-Nextcloud שלכם לפוסטים\n- **תגובונים לפוסטים** - הגיבו לפוסטים עם תגובוני אמוג'י\n- **מעקב נקרא\\לא נקרא** - עקבו אחרי סטטוס הקריאה של פוסטים\n- **חיפוש** - מצאו דיונים מהר בעזרת חיפוש מובנה\n- **פרופילי משתמשים** - צפו בהיסטוריה וסטטיסטיקות של משתמשים\n- **הרשאות מבוססי תפקיד** - שלטו בגישה ומודרציה עם תפקידים גמישים\n- **גישה לאורחים**: גישת רשות ציבורית למשתמשים לא מחוברים עם הרשאות ניתנות להתאמה\n- **כלי ניהול** - נהלו קטגוריות, תפקידים, BBCode והגדרות פורום\n- **כלי מודרציה** - נעלו, הדביקו, ונהלו נושאים ותגובות\n\n**מושלם עבור:**\n- דיוני צוותים ושיתוף פעולה\n- פורום קהילתי\n- ערוצי תמיכה\n- ניהול ידע\n- דיוני פרוייקטים\n- תקשורת פנימית\n\nהפורום מתממשק באופן ישיר ל-Nextcloud שלכם, ומשתמש במשתמשים קיימים וקבוצות קיימות לניהול גישה והתחברות.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "הריצו את פקודת תיקון מידע ראשוני במסד נתונים על מנת לשחזר פרטי ברירת מחדל בפורום (תפקידים, קטגוריות, הרשאות, BBCode). זוהי פעולה בטוחה להפעיל מספר פעמים מכיוון שמידע שכבר קיים יידולג.",
|
||||
"Run Repair Database Initial Data" : "הרצת תיקון מידע ראשוני במסד נתונים",
|
||||
"User Roles" : "תפקידי משתמשים",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "הקציאו תפקידים בפורום למשתמשים. פעולה זו נותנת לכם להעניק יכולות ניהול או מודרציה למשתמשים מסויימים.",
|
||||
"User ID" : "מזהה משתמש",
|
||||
"Enter user ID" : "הכניסו מזהה משתמש",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
"Failed to fetch roles" : "כשלון בטעינת תפקידים",
|
||||
"Failed to run repair database initial data" : "כשלון בתיקון מידע ראשוני במסד נתונים",
|
||||
"Failed to assign role" : "כשלון בהקצאת תפקיד",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
@@ -52,10 +78,12 @@ OC.L10N.register(
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles & Teams" : "תפקידים וצוותים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
"Collapse" : "קיווץ",
|
||||
"(Guest)" : "(אורח\\ת)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}נא לשים לב:{bEnd} קבצים מצורפים יהיו זמינים לכל מי שנמצא בפורום, ללא התחשבות בהגדרות השיתוף של הקובץ.",
|
||||
"Drop file here to upload" : "השליכו קובץ כאן כדי להעלות",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
@@ -95,13 +123,26 @@ OC.L10N.register(
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"More formatting options" : "עוד אפשרויות עיצוב",
|
||||
"Insert template" : "הכנסת תבנית",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"New activity" : "פעילות חדשה",
|
||||
"Category" : "קטגוריה",
|
||||
"Can view" : "יכולת לצפות",
|
||||
"Can post" : "יכולת ליצור שרשור",
|
||||
"Can reply" : "יכולת להגיב",
|
||||
"Can moderate" : "יכולת למדר",
|
||||
"Allow" : "לאפשר",
|
||||
"Allow All" : "הרשה הכל",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}צפייה:{bEnd} מאפשר לצפות בקטגוריה ובשרשורים שבה.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}יצירת שרשור:{bEnd} מאפשר ליצור שרשורים חדשים בקטגוריה.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -113,6 +154,15 @@ OC.L10N.register(
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
"Select the accounts that should have the forum admin role." : "בחרו את החשבונות שיוקצאו להם תפקיד ניהולי בפורום.",
|
||||
"Forum admin accounts:" : "חשבונות עם תפקידי ניהול בפורום:",
|
||||
"Select accounts …" : "בחרו חשבונות …",
|
||||
"All other accounts will receive the default role." : "כל החשבונות האחרים ייקבלו את תפקיד המשתמש כברירת מחדל.",
|
||||
"Initialize forum" : "אתחלת פורום",
|
||||
"Initializing …" : "מאתחל …",
|
||||
"Forum not set up" : "פורום לא מאותחל",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
|
||||
"Move thread to category" : "העברת שרשור לקטגוריה",
|
||||
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
|
||||
"Select a category …" : "בחירת קטגוריה …",
|
||||
@@ -138,6 +188,7 @@ OC.L10N.register(
|
||||
"View edit history" : "צפייה בהיסטוריית עריכה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Direct link" : "קישור ישיר",
|
||||
"Edit your reply …" : "ערכו את תגובתכם …",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
@@ -161,7 +212,24 @@ OC.L10N.register(
|
||||
"Pinned thread" : "נושא מודבק",
|
||||
"Locked thread" : "נושא נעול",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Last reply by {name}" : "תגובה אחרונה מאת {name}",
|
||||
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
|
||||
"Templates" : "תבניות",
|
||||
"Add template" : "הוספת תבנית",
|
||||
"Edit template" : "עריכת תבנית",
|
||||
"No templates yet" : "לא קיימות תבניות עדיין",
|
||||
"Loading templates …" : "טוען תבניות …",
|
||||
"Name" : "שם",
|
||||
"Template name" : "שם התבנית",
|
||||
"Content" : "תוכן",
|
||||
"Template content (BBCode) …" : "תוכן תבנית (BBCode) …",
|
||||
"Show in:" : "מוצג ב:",
|
||||
"Are you sure you want to delete this template?" : "האם אתם בטוחים שברצונכם למחוק את תבנית זו?",
|
||||
"Both" : "שניהם",
|
||||
"Threads & replies" : "שרשורים ותגובות",
|
||||
"Neither (disabled)" : "אף אחד (מבוטל)",
|
||||
"Insert" : "הכנסה",
|
||||
"Failed to load templates" : "כשלון בטעינת תבניות",
|
||||
"Views" : "תצוגות",
|
||||
"Title" : "כותרת",
|
||||
"Enter thread title …" : "כתבו כותרת לנושא …",
|
||||
@@ -198,6 +266,7 @@ OC.L10N.register(
|
||||
"Thread created" : "נושא נוצר",
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"You do not have permission to create threads in this category." : "אין לכם הרשאה ליצור שרשורים בקטגוריה זו.",
|
||||
"Error" : "שגיאה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
@@ -237,6 +306,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "היו הראשונים שיגיבו לנושא זה",
|
||||
"by" : "מאת",
|
||||
"This thread is locked. Only moderators can add replies." : "הנושא הזה נעול. רק מנהלים יכולים להוסיף תגובות.",
|
||||
"You do not have permission to reply in this category." : "אין לכם הרשאה להגיב בקטגוריה זו.",
|
||||
"You must be signed in to reply to this thread." : "אתם חייבים להיות מחוברים כדי להגיב לנושא זה.",
|
||||
"Sign in to reply" : "התחברו כדי להגיב",
|
||||
"Lock thread" : "נעילת נושא",
|
||||
@@ -259,9 +329,9 @@ OC.L10N.register(
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"Name" : "שם",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
"General settings" : "הגדרות כלליות",
|
||||
"Appearance" : "מראה",
|
||||
@@ -272,6 +342,7 @@ OC.L10N.register(
|
||||
"ID" : "מזהה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
|
||||
75
l10n/he.json
75
l10n/he.json
@@ -1,5 +1,19 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "פעילות פורום אחרונה",
|
||||
"More activity" : "עוד פעילות",
|
||||
"%1$s (Guest)" : "%1$s (אורח\\ת)",
|
||||
"New thread by %1$s" : "שרשור חדש מאת %1$s",
|
||||
"Reply by %1$s" : "תגובה מאת %1$s",
|
||||
"No recent forum activity" : "אין פעילות חדשה בפורום",
|
||||
"Top Forum activity" : "פעילות מובילה בפורום",
|
||||
"Browse forum" : "דפדוף בפורום",
|
||||
"_%n thread_::_%n threads_" : ["שרשור אחד","%n שרשורים","%n שרשורים"],
|
||||
"_%n view_::_%n views_" : ["צפייה אחת","%n צפיות","%n צפיות"],
|
||||
"No forum activity" : "אין פעילות בפורום",
|
||||
"Top Forum categories" : "קטגוריות מובילות בפורום",
|
||||
"No categories available" : "אין קטגוריות זמינות",
|
||||
"Top Forum threads" : "שרשורים מובילים בפורום",
|
||||
"No threads available" : "אין שרשורים זמינים",
|
||||
"Admin" : "אדמין",
|
||||
"Administrator role with full permissions" : "תפקיד אדמין עם הרשאות מלאות",
|
||||
"Moderator" : "מפקח",
|
||||
@@ -41,7 +55,19 @@
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "צרו דיונים, חלקו רעיונות ושתפו פעולה עם משתמשים ישירות ב-Nextcloud.\n\n**⚠️ הודעה לגבי שלב פיתוח מוקדם:**\nהיישום הזה נמצא בשלבי פיתוח מוקדמים. בעוד היישום שמיש, אתם עלולים להיתקל בבאגים או יכולות לא שלמות. נא לדווח בעיות ב-GitHub ולשקול לגבות את המידע שלכם באופן תכוף.\n\n**יכולות מפתח:**\n- **דיונים מונחי נושאים** - צרו והגיבו לנושאי דיון\n- **ארגון קטגוריות** - צרו מבנה לפורום שלכם עם קטגוריות וכותרות הניתנות להתאמה\n- **פורמט טקסט עשיר** - השתמשו ב-BBCode לפרמוט של פוסטים עם הדגשות, הטיות, קישורים, תמונות, קטעי קוד ועוד\n- **צירוף קבצים** - צרפו קבצים מתוך ה-Nextcloud שלכם לפוסטים\n- **תגובונים לפוסטים** - הגיבו לפוסטים עם תגובוני אמוג'י\n- **מעקב נקרא\\לא נקרא** - עקבו אחרי סטטוס הקריאה של פוסטים\n- **חיפוש** - מצאו דיונים מהר בעזרת חיפוש מובנה\n- **פרופילי משתמשים** - צפו בהיסטוריה וסטטיסטיקות של משתמשים\n- **הרשאות מבוססי תפקיד** - שלטו בגישה ומודרציה עם תפקידים גמישים\n- **גישה לאורחים**: גישת רשות ציבורית למשתמשים לא מחוברים עם הרשאות ניתנות להתאמה\n- **כלי ניהול** - נהלו קטגוריות, תפקידים, BBCode והגדרות פורום\n- **כלי מודרציה** - נעלו, הדביקו, ונהלו נושאים ותגובות\n\n**מושלם עבור:**\n- דיוני צוותים ושיתוף פעולה\n- פורום קהילתי\n- ערוצי תמיכה\n- ניהול ידע\n- דיוני פרוייקטים\n- תקשורת פנימית\n\nהפורום מתממשק באופן ישיר ל-Nextcloud שלכם, ומשתמש במשתמשים קיימים וקבוצות קיימות לניהול גישה והתחברות.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "הריצו את פקודת תיקון מידע ראשוני במסד נתונים על מנת לשחזר פרטי ברירת מחדל בפורום (תפקידים, קטגוריות, הרשאות, BBCode). זוהי פעולה בטוחה להפעיל מספר פעמים מכיוון שמידע שכבר קיים יידולג.",
|
||||
"Run Repair Database Initial Data" : "הרצת תיקון מידע ראשוני במסד נתונים",
|
||||
"User Roles" : "תפקידי משתמשים",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "הקציאו תפקידים בפורום למשתמשים. פעולה זו נותנת לכם להעניק יכולות ניהול או מודרציה למשתמשים מסויימים.",
|
||||
"User ID" : "מזהה משתמש",
|
||||
"Enter user ID" : "הכניסו מזהה משתמש",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
"Failed to fetch roles" : "כשלון בטעינת תפקידים",
|
||||
"Failed to run repair database initial data" : "כשלון בתיקון מידע ראשוני במסד נתונים",
|
||||
"Failed to assign role" : "כשלון בהקצאת תפקיד",
|
||||
"Loading …" : "בטעינה…",
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
@@ -50,10 +76,12 @@
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Roles & Teams" : "תפקידים וצוותים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
"Collapse" : "קיווץ",
|
||||
"(Guest)" : "(אורח\\ת)",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}נא לשים לב:{bEnd} קבצים מצורפים יהיו זמינים לכל מי שנמצא בפורום, ללא התחשבות בהגדרות השיתוף של הקובץ.",
|
||||
"Drop file here to upload" : "השליכו קובץ כאן כדי להעלות",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
@@ -93,13 +121,26 @@
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"More formatting options" : "עוד אפשרויות עיצוב",
|
||||
"Insert template" : "הכנסת תבנית",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"New activity" : "פעילות חדשה",
|
||||
"Category" : "קטגוריה",
|
||||
"Can view" : "יכולת לצפות",
|
||||
"Can post" : "יכולת ליצור שרשור",
|
||||
"Can reply" : "יכולת להגיב",
|
||||
"Can moderate" : "יכולת למדר",
|
||||
"Allow" : "לאפשר",
|
||||
"Allow All" : "הרשה הכל",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}צפייה:{bEnd} מאפשר לצפות בקטגוריה ובשרשורים שבה.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}יצירת שרשור:{bEnd} מאפשר ליצור שרשורים חדשים בקטגוריה.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -111,6 +152,15 @@
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
"Select the accounts that should have the forum admin role." : "בחרו את החשבונות שיוקצאו להם תפקיד ניהולי בפורום.",
|
||||
"Forum admin accounts:" : "חשבונות עם תפקידי ניהול בפורום:",
|
||||
"Select accounts …" : "בחרו חשבונות …",
|
||||
"All other accounts will receive the default role." : "כל החשבונות האחרים ייקבלו את תפקיד המשתמש כברירת מחדל.",
|
||||
"Initialize forum" : "אתחלת פורום",
|
||||
"Initializing …" : "מאתחל …",
|
||||
"Forum not set up" : "פורום לא מאותחל",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
|
||||
"Move thread to category" : "העברת שרשור לקטגוריה",
|
||||
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
|
||||
"Select a category …" : "בחירת קטגוריה …",
|
||||
@@ -136,6 +186,7 @@
|
||||
"View edit history" : "צפייה בהיסטוריית עריכה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Direct link" : "קישור ישיר",
|
||||
"Edit your reply …" : "ערכו את תגובתכם …",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
@@ -159,7 +210,24 @@
|
||||
"Pinned thread" : "נושא מודבק",
|
||||
"Locked thread" : "נושא נעול",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Last reply by {name}" : "תגובה אחרונה מאת {name}",
|
||||
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
|
||||
"Templates" : "תבניות",
|
||||
"Add template" : "הוספת תבנית",
|
||||
"Edit template" : "עריכת תבנית",
|
||||
"No templates yet" : "לא קיימות תבניות עדיין",
|
||||
"Loading templates …" : "טוען תבניות …",
|
||||
"Name" : "שם",
|
||||
"Template name" : "שם התבנית",
|
||||
"Content" : "תוכן",
|
||||
"Template content (BBCode) …" : "תוכן תבנית (BBCode) …",
|
||||
"Show in:" : "מוצג ב:",
|
||||
"Are you sure you want to delete this template?" : "האם אתם בטוחים שברצונכם למחוק את תבנית זו?",
|
||||
"Both" : "שניהם",
|
||||
"Threads & replies" : "שרשורים ותגובות",
|
||||
"Neither (disabled)" : "אף אחד (מבוטל)",
|
||||
"Insert" : "הכנסה",
|
||||
"Failed to load templates" : "כשלון בטעינת תבניות",
|
||||
"Views" : "תצוגות",
|
||||
"Title" : "כותרת",
|
||||
"Enter thread title …" : "כתבו כותרת לנושא …",
|
||||
@@ -196,6 +264,7 @@
|
||||
"Thread created" : "נושא נוצר",
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"You do not have permission to create threads in this category." : "אין לכם הרשאה ליצור שרשורים בקטגוריה זו.",
|
||||
"Error" : "שגיאה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
@@ -235,6 +304,7 @@
|
||||
"Be the first to reply in this thread." : "היו הראשונים שיגיבו לנושא זה",
|
||||
"by" : "מאת",
|
||||
"This thread is locked. Only moderators can add replies." : "הנושא הזה נעול. רק מנהלים יכולים להוסיף תגובות.",
|
||||
"You do not have permission to reply in this category." : "אין לכם הרשאה להגיב בקטגוריה זו.",
|
||||
"You must be signed in to reply to this thread." : "אתם חייבים להיות מחוברים כדי להגיב לנושא זה.",
|
||||
"Sign in to reply" : "התחברו כדי להגיב",
|
||||
"Lock thread" : "נעילת נושא",
|
||||
@@ -257,9 +327,9 @@
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"Name" : "שם",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
"General settings" : "הגדרות כלליות",
|
||||
"Appearance" : "מראה",
|
||||
@@ -270,6 +340,7 @@
|
||||
"ID" : "מזהה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
|
||||
11
l10n/hr.js
11
l10n/hr.js
@@ -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",
|
||||
@@ -41,6 +42,8 @@ OC.L10N.register(
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Unread" : "Nepročitano",
|
||||
"Direct link" : "Izravna poveznica",
|
||||
"Direct link copied to clipboard" : "Direktna poveznica kopirana je u međuspremnik.",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Version {index}" : "Verzija {index}",
|
||||
@@ -48,6 +51,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...",
|
||||
@@ -78,7 +87,6 @@ OC.L10N.register(
|
||||
"Tag" : "Oznaka",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Omogućeno",
|
||||
"Name" : "Naziv",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Dopuštenja",
|
||||
"Move up" : "Premjesti gore",
|
||||
@@ -94,6 +102,7 @@ OC.L10N.register(
|
||||
"Owner" : "Vlasnik",
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"Members" : "Članovi",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
|
||||
11
l10n/hr.json
11
l10n/hr.json
@@ -30,6 +30,7 @@
|
||||
"Threads" : "Niti",
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Pick a color" : "Odaberite boju",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -39,6 +40,8 @@
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Unread" : "Nepročitano",
|
||||
"Direct link" : "Izravna poveznica",
|
||||
"Direct link copied to clipboard" : "Direktna poveznica kopirana je u međuspremnik.",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Version {index}" : "Verzija {index}",
|
||||
@@ -46,6 +49,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...",
|
||||
@@ -76,7 +85,6 @@
|
||||
"Tag" : "Oznaka",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Omogućeno",
|
||||
"Name" : "Naziv",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Dopuštenja",
|
||||
"Move up" : "Premjesti gore",
|
||||
@@ -92,6 +100,7 @@
|
||||
"Owner" : "Vlasnik",
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"Members" : "Članovi",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
|
||||
12
l10n/hu.js
12
l10n/hu.js
@@ -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",
|
||||
@@ -46,11 +47,19 @@ OC.L10N.register(
|
||||
"Edit" : "Szerkesztés",
|
||||
"Delete" : "Törlés",
|
||||
"Unread" : "Olvasatlan",
|
||||
"Direct link" : "Közvetlen hivatkozás",
|
||||
"Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva",
|
||||
"Save" : "Mentés",
|
||||
"Current version" : "Jelenlegi verzió",
|
||||
"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…",
|
||||
@@ -82,9 +91,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",
|
||||
@@ -99,6 +108,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
|
||||
12
l10n/hu.json
12
l10n/hu.json
@@ -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",
|
||||
@@ -44,11 +45,19 @@
|
||||
"Edit" : "Szerkesztés",
|
||||
"Delete" : "Törlés",
|
||||
"Unread" : "Olvasatlan",
|
||||
"Direct link" : "Közvetlen hivatkozás",
|
||||
"Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva",
|
||||
"Save" : "Mentés",
|
||||
"Current version" : "Jelenlegi verzió",
|
||||
"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…",
|
||||
@@ -80,9 +89,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",
|
||||
@@ -97,6 +106,7 @@
|
||||
"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",
|
||||
|
||||
@@ -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);");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user