Compare commits

...

29 Commits

Author SHA1 Message Date
github-actions[bot]
b4a3765dca chore(master): release 0.36.0 2026-04-01 11:43:16 +03:00
ca109dc7fc feat: allow reassigning guests to actual users 2026-04-01 09:03:19 +03:00
Nextcloud bot
a1d2791d1c fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-04-01 02:12:38 +00:00
Nextcloud bot
73acd9e9af fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-31 02:10:32 +00:00
d172641b28 chore: update screenshot 2026-03-30 00:53:14 +03:00
4549ccac95 chore: fix screenshot url 2026-03-30 00:39:46 +03:00
9da9c37420 refactor: clean up bbcode service 2026-03-29 13:32:13 +03:00
github-actions[bot]
ccd7f1d98d chore(master): release 0.35.0 2026-03-29 13:23:33 +03:00
53a8e3cc72 refactor: builtin bbcode overrides 2026-03-29 11:50:32 +03:00
3e7ccbb02a feat: audio attachment support
refactor: unify attachment mime type handlers
2026-03-29 11:43:23 +03:00
Nextcloud bot
58c25e4c64 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-29 06:55:51 +00:00
github-actions[bot]
f177e281ed chore(master): release 0.34.2 2026-03-29 09:51:48 +03:00
beaae2a4b4 fix: attachments file permissions for guest access posts 2026-03-29 09:50:02 +03:00
github-actions[bot]
93d347c87a chore(master): release 0.34.1 2026-03-29 09:38:02 +03:00
fcf9cf614b fix: attachment video streaming 2026-03-29 01:43:16 +03:00
0d461f1373 fix: youtube embed CSP 2026-03-29 01:27:48 +03:00
github-actions[bot]
e723fa0cef chore(master): release 0.34.0 2026-03-28 22:59:12 +03:00
07c864b7e9 feat: video playr support in attachments 2026-03-28 19:58:38 +03:00
6051730b8f chore(deps): update dependencies 2026-03-28 17:09:01 +03:00
Nextcloud bot
a751eaa7ed fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-28 07:02:48 +00:00
github-actions[bot]
ed759d5ab4 chore(master): release 0.33.0 2026-03-27 12:12:58 +03:00
Nextcloud bot
d758344934 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-27 05:10:17 +00:00
Nextcloud bot
03d11eb804 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-26 05:37:39 +00:00
5118bf1f05 docs: update features 2026-03-25 23:06:49 +02:00
8ec51a2d60 feat(moderation): add moderation section with deleted threads/replies and restore 2026-03-25 22:42:02 +02:00
c592876656 feat(admin): enable toggling signatures 2026-03-25 17:29:49 +02:00
461b28af71 docs: update features 2026-03-25 17:19:43 +02:00
5ffdf08d75 docs: update badges 2026-03-25 17:16:06 +02:00
ca59c79fda test: fix ui tests 2026-03-25 17:12:23 +02:00
232 changed files with 7966 additions and 1666 deletions

View File

@@ -1 +1 @@
{".":"0.32.0"}
{".":"0.36.0"}

View File

@@ -1,5 +1,71 @@
# Changelog
## [0.36.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.35.0...v0.36.0) (2026-04-01)
### Features
* allow reassigning guests to actual users ([ca109dc](https://github.com/chenasraf/nextcloud-forum/commit/ca109dc7fc7f05d861f163b4dd050cb459352626))
### Bug Fixes
* **l10n:** Update translations from Transifex ([a1d2791](https://github.com/chenasraf/nextcloud-forum/commit/a1d2791d1ca7201255ccd1a9879d5cf9df29bb20))
* **l10n:** Update translations from Transifex ([73acd9e](https://github.com/chenasraf/nextcloud-forum/commit/73acd9e9af7bf9032eeb5d4eaf6a4a8c7bf60209))
## [0.35.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.34.2...v0.35.0) (2026-03-29)
### Features
* audio attachment support ([3e7ccbb](https://github.com/chenasraf/nextcloud-forum/commit/3e7ccbb02ac9831d3e69e434e1723825a69880d5))
### Bug Fixes
* **l10n:** Update translations from Transifex ([58c25e4](https://github.com/chenasraf/nextcloud-forum/commit/58c25e4c6443df4f99d5192759116ea8112fbc66))
## [0.34.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.34.1...v0.34.2) (2026-03-29)
### Bug Fixes
* attachments file permissions for guest access posts ([beaae2a](https://github.com/chenasraf/nextcloud-forum/commit/beaae2a4b4ec061b50904221198ea6847ad7254a))
## [0.34.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.34.0...v0.34.1) (2026-03-28)
### Bug Fixes
* attachment video streaming ([fcf9cf6](https://github.com/chenasraf/nextcloud-forum/commit/fcf9cf614bcd3ae41b61ba780264b2c74bda671a))
* youtube embed CSP ([0d461f1](https://github.com/chenasraf/nextcloud-forum/commit/0d461f1373022642c6160ab5e10d459f9ece4b93))
## [0.34.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.33.0...v0.34.0) (2026-03-28)
### Features
* video playr support in attachments ([07c864b](https://github.com/chenasraf/nextcloud-forum/commit/07c864b7e9cb1b645d3e710b24dc4ec588bbd09e))
### Bug Fixes
* **l10n:** Update translations from Transifex ([a751eaa](https://github.com/chenasraf/nextcloud-forum/commit/a751eaa7ed37be89178dfc2c93602b4807654609))
## [0.33.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.32.0...v0.33.0) (2026-03-27)
### Features
* **admin:** enable toggling signatures ([c592876](https://github.com/chenasraf/nextcloud-forum/commit/c5928766562c71cb80ed4ada0dbe724914262082))
* **moderation:** add moderation section with deleted threads/replies and restore ([8ec51a2](https://github.com/chenasraf/nextcloud-forum/commit/8ec51a2d60c66dc1a86eed6f6cbc1a34fa5afb76))
### Bug Fixes
* **l10n:** Update translations from Transifex ([d758344](https://github.com/chenasraf/nextcloud-forum/commit/d7583449340aa07fce2ef900bbaed7922cc9d6a3))
* **l10n:** Update translations from Transifex ([03d11eb](https://github.com/chenasraf/nextcloud-forum/commit/03d11eb804c69873212411fd0bbe394a71dde716))
## [0.32.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.31.0...v0.32.0) (2026-03-25)

View File

@@ -6,6 +6,9 @@ SPDX-License-Identifier: CC0-1.0
# Nextcloud Forum
[![GitHub Release](https://img.shields.io/github/v/release/chenasraf/nextcloud-forum?color=blue)](https://github.com/chenasraf/nextcloud-forum/releases/latest)
[![Build NPM](https://github.com/chenasraf/nextcloud-forum/actions/workflows/build-npm.yml/badge.svg)](https://github.com/chenasraf/nextcloud-forum/actions/workflows/build-npm.yml)
[![Lint PHP](https://github.com/chenasraf/nextcloud-forum/actions/workflows/lint-php.yml/badge.svg)](https://github.com/chenasraf/nextcloud-forum/actions/workflows/lint-php.yml)
[![Frontend Tests](https://github.com/chenasraf/nextcloud-forum/actions/workflows/vitest.yml/badge.svg)](https://github.com/chenasraf/nextcloud-forum/actions/workflows/vitest.yml)
[![PHPUnit MySQL](https://github.com/chenasraf/nextcloud-forum/actions/workflows/phpunit-mysql.yml/badge.svg)](https://github.com/chenasraf/nextcloud-forum/actions/workflows/phpunit-mysql.yml)
[![PHPUnit PostgreSQL](https://github.com/chenasraf/nextcloud-forum/actions/workflows/phpunit-pgsql.yml/badge.svg)](https://github.com/chenasraf/nextcloud-forum/actions/workflows/phpunit-pgsql.yml)
@@ -16,15 +19,34 @@ threads, and posts within their Nextcloud instance.
## Features
- **Category Management**: Organize discussions into categories with headers and custom permissions
- **Threaded Discussions**: Create and participate in threaded conversations
- **BBCode Support**: Rich text formatting with built-in and custom BBCode tags
- **File Attachments**: Attach files from Nextcloud to posts with secure permission-based access
- **Category Management**: Organize discussions with headers, categories, customizable colors, and
drag-and-drop reordering
- **Threaded Discussions**: Create and reply to organized discussion threads with pagination
- **BBCode Formatting**: Rich text with built-in and custom BBCode tags, toolbar with overflow menu
- **File Attachments**: Attach files from Nextcloud storage or upload via drag-and-drop
- **Notifications**: Subscribe to threads, get notified on replies and @mentions
- **Reactions**: React to posts with emoji reactions
- **User Roles & Permissions**: Fine-grained permission system for moderators and administrators
- **Guest Access**: Optional public access for unauthenticated users with configurable permissions
- **Read Markers**: Track unread posts and threads
- **Search**: Full-text search across threads and posts
- **Roles & Teams**: Fine-grained permissions per role or Nextcloud Team, per category (view, post,
reply, moderate)
- **Granular Management Permissions**: Separate controls for dashboard, account management, roles,
categories, and BBCodes
- **Guest Access**: Optional public access for unauthenticated visitors with configurable
permissions
- **Edit History**: View post revision history with configurable visibility and per-account privacy
controls
- **Read Markers**: Track unread posts at thread and category level
- **Bookmarks**: Save threads for quick access
- **Search**: Advanced search with boolean operators and category filtering
- **Reusable Templates**: Save and insert frequently used content snippets
- **Signatures**: BBCode-formatted signatures on posts
- **Thread Drafts**: Auto-saved drafts per category
- **User Profiles**: Post history, statistics, and role badges
- **Dashboard Widgets**: Recent activity, top threads, and top categories on the Nextcloud dashboard
- **Direct Post Links**: Link directly to a specific post within a thread
- **Moderation Tools**: Lock, pin, hide, and move threads; review and restore deleted content from
the moderation page
- **Server Administration**: Repair seeds, rebuild statistics, and assign roles from the Nextcloud
admin panel
- **Modern UI**: Built with Vue 3 and Nextcloud Vue components
## Documentation
@@ -69,9 +91,9 @@ For a complete list of available commands, usage examples, and detailed document
## Troubleshooting
### Cannot access administrator features
### Cannot access management features
If you are a Nextcloud administrator but cannot access Forum admin features (e.g., managing
If you are a Nextcloud administrator but cannot access Forum management features (e.g., managing
categories, roles, or settings), this is likely due to missing database seeds or role assignments.
**Option 1: Using OCC commands**
@@ -82,18 +104,18 @@ Run the following commands from your Nextcloud installation directory:
# Repair database seeds (creates default roles and permissions if missing)
php occ forum:repair-seeds
# Assign administrator role to a user
# Assign administrator role to an account
php occ forum:set-role <username> admin
```
**Option 2: Using the Admin UI**
**Option 2: Using the server administration panel**
1. Log in to Nextcloud as an administrator
2. Go to **Administration Settings** (click your profile picture → Administration Settings)
3. Navigate to **Forum** in the left sidebar under the Administration section
4. Use the **Repair Seeds** button to restore default roles and permissions
5. If the seeds are already in plac, use the **User Roles** section to assign the administrator role
to users
5. If the seeds are already in place, use the **Assign Roles** section to assign the administrator
role to accounts
## Contributing

View File

@@ -8,21 +8,30 @@
<name>Forum</name>
<summary>A community-driven forum built right into your Nextcloud instance</summary>
<description><![CDATA[
Create discussions, share ideas and collaborate with your community directly in Nextcloud.
Create discussions, share ideas, and collaborate with your community directly in Nextcloud.
**Key features:**
- **Thread-based Discussions** - Create and reply to organized discussion threads
- **Category Organization** - Structure your forum with customizable categories and headers
- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more
- **File Attachments** - Attach files from your Nextcloud storage to posts
- **Threaded Discussions** - Create and reply to organized discussion threads with pagination
- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering
- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu
- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop
- **Notifications** - Subscribe to threads and get notified on replies and @mentions
- **Post Reactions** - React to posts with emoji reactions
- **Read/Unread Tracking** - Keep track of which threads you've read
- **Search** - Find discussions quickly with built-in search
- **User Profiles** - View user post history and statistics
- **Role-Based Permissions** - Control access and moderation with flexible roles
- **Guest Access**: Optional public access for unauthenticated users with configurable permissions
- **Admin Tools** - Manage categories, roles, BBCodes and forum settings
- **Moderation Tools** - Pin, lock and manage threads and posts
- **Read/Unread Tracking** - Track unread posts at thread and category level
- **Bookmarks** - Save threads for quick access
- **Search** - Advanced search with boolean operators and category filtering
- **User Profiles** - View post history, statistics, and role badges
- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category
- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions
- **Edit History** - View post revision history with configurable visibility and per-account privacy controls
- **Reusable Templates** - Save and insert frequently used content snippets
- **Signatures** - BBCode-formatted signatures on posts
- **Thread Drafts** - Auto-saved drafts per category
- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard
- **Direct Post Links** - Link directly to a specific post within a thread
- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content
- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions
- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel
**Perfect for:**
- Team discussions and collaboration
@@ -32,9 +41,9 @@ Create discussions, share ideas and collaborate with your community directly in
- Project discussions
- Internal communication
The forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.
The forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.
]]></description>
<version>0.32.0</version>
<version>0.36.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
<namespace>Forum</namespace>
@@ -47,7 +56,7 @@ The forum integrates seamlessly with your Nextcloud instance, using your existin
<website>https://github.com/chenasraf/nextcloud-forum</website>
<bugs>https://github.com/chenasraf/nextcloud-forum/issues</bugs>
<repository>https://github.com/chenasraf/nextcloud-forum</repository>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/master/screenshots/screenshot-01.png</screenshot>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/refs/head/master/screenshots/screenshot-01.png</screenshot>
<donation>https://ko-fi.com/casraf</donation>
<donation type="paypal"><![CDATA[https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TSH3C3ABGQM22&currency_code=ILS&source=url]]></donation>
<dependencies>

49
composer.lock generated
View File

@@ -180,12 +180,12 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "5d6430816fd4afb6b87251b06e7eabcefba47610"
"reference": "9eff94dcc966d95c1f1621cad35f0d83160b42eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5d6430816fd4afb6b87251b06e7eabcefba47610",
"reference": "5d6430816fd4afb6b87251b06e7eabcefba47610",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/9eff94dcc966d95c1f1621cad35f0d83160b42eb",
"reference": "9eff94dcc966d95c1f1621cad35f0d83160b42eb",
"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-03-21T01:05:00+00:00"
"time": "2026-03-27T01:17:35+00:00"
},
{
"name": "nikic/php-parser",
@@ -1035,12 +1035,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae"
"reference": "df1aa77e0bcec36cb93c268f62c6d7613e87cb07"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e19b0f27b204991af95a5fefad00630bc3e376ae",
"reference": "e19b0f27b204991af95a5fefad00630bc3e376ae",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/df1aa77e0bcec36cb93c268f62c6d7613e87cb07",
"reference": "df1aa77e0bcec36cb93c268f62c6d7613e87cb07",
"shasum": ""
},
"conflict": {
@@ -1098,7 +1098,7 @@
"automattic/jetpack": "<9.8",
"avideo/avideo": "<=26",
"awesome-support/awesome-support": "<=6.0.7",
"aws/aws-sdk-php": "<3.368",
"aws/aws-sdk-php": "<=3.371.3",
"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",
@@ -1161,7 +1161,7 @@
"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.13.5",
"code16/sharp": "<9.11.1",
"code16/sharp": "<9.20",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<3.1.10",
"codeigniter4/framework": "<4.6.2",
@@ -1188,7 +1188,7 @@
"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/cms": "<=4.17.7|>=5,<=5.9.13",
"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",
@@ -1228,7 +1228,7 @@
"doctrine/mongodb-odm": "<1.0.2",
"doctrine/mongodb-odm-bundle": "<3.0.1",
"doctrine/orm": ">=1,<1.2.4|>=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
"dolibarr/dolibarr": "<21.0.3",
"dolibarr/dolibarr": "<=22.0.4",
"dompdf/dompdf": "<2.0.4",
"doublethreedigital/guest-entries": "<3.1.2",
"dreamfactory/df-core": "<1.0.4",
@@ -1350,7 +1350,7 @@
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
"froala/wysiwyg-editor": "<=4.3",
"frosh/adminer-platform": "<2.2.1",
"froxlor/froxlor": "<=2.3.3",
"froxlor/froxlor": "<=2.3.4",
"frozennode/administrator": "<=5.0.12",
"fuel/core": "<1.8.1",
"funadmin/funadmin": "<=7.1.0.0-RC4",
@@ -1360,7 +1360,7 @@
"geshi/geshi": "<=1.0.9.1",
"getformwork/formwork": "<=2.3.3",
"getgrav/grav": "<1.11.0.0-beta1",
"getkirby/cms": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1|>=5,<=5.2.1",
"getkirby/cms": "<=5.2.1",
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
"getkirby/panel": "<2.5.14",
"getkirby/starterkit": "<=3.7.0.2",
@@ -1369,7 +1369,7 @@
"globalpayments/php-sdk": "<2",
"goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
"gogentooss/samlbase": "<1.2.7",
"google/protobuf": "<3.4",
"google/protobuf": "<4.33.6",
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
"gp247/core": "<1.1.24",
"gree/jose": "<2.2.1",
@@ -1389,6 +1389,7 @@
"hjue/justwriting": "<=1",
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
"httpsoft/http-message": "<1.0.12",
"hybridauth/hybridauth": "<=3.12.2",
"hyn/multi-tenant": ">=5.6,<5.7.2",
"ibexa/admin-ui": ">=4.2,<4.2.3|>=4.6,<4.6.25|>=5,<5.0.3",
"ibexa/admin-ui-assets": ">=4.6.0.0-alpha1,<4.6.21",
@@ -1417,6 +1418,7 @@
"innologi/typo3-appointments": "<2.0.6",
"intelliants/subrion": "<4.2.2",
"inter-mediator/inter-mediator": "==5.5",
"invoiceninja/invoiceninja": "<5.13.4",
"ipl/web": "<0.10.1",
"islandora/crayfish": "<4.1",
"islandora/islandora": ">=2,<2.4.1",
@@ -1483,7 +1485,7 @@
"leantime/leantime": "<3.3",
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
"libreform/libreform": ">=2,<=2.0.8",
"librenms/librenms": "<26.2",
"librenms/librenms": "<26.3",
"liftkit/database": "<2.13.2",
"lightsaml/lightsaml": "<1.3.5",
"limesurvey/limesurvey": "<6.15.4",
@@ -1509,7 +1511,7 @@
"maikuolan/phpmussel": ">=1,<1.6",
"mainwp/mainwp": "<=4.4.3.3",
"manogi/nova-tiptap": "<=3.2.6",
"mantisbt/mantisbt": "<2.27.2",
"mantisbt/mantisbt": "<2.28.1",
"marcwillmann/turn": "<0.3.3",
"marshmallow/nova-tiptap": "<5.7",
"matomo/matomo": "<1.11",
@@ -1540,6 +1542,7 @@
"mikehaertl/php-shellcommand": "<1.6.1",
"mineadmin/mineadmin": "<=3.0.9",
"miniorange/miniorange-saml": "<1.4.3",
"miraheze/ts-portal": "<=33",
"mittwald/typo3_forum": "<1.2.1",
"mobiledetect/mobiledetectlib": "<2.8.32",
"modx/revolution": "<=3.1",
@@ -1602,7 +1605,7 @@
"openid/php-openid": "<2.3",
"openmage/magento-lts": "<20.16.1",
"opensolutions/vimbadmin": "<=3.0.15",
"opensource-workshop/connect-cms": "<1.8.7|>=2,<2.4.7",
"opensource-workshop/connect-cms": "<1.41.1|>=2,<2.41.1",
"orchid/platform": ">=8,<14.43",
"oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
@@ -1679,7 +1682,7 @@
"prestashop/blockwishlist": ">=2,<2.1.1",
"prestashop/contactform": ">=1.0.1,<4.3",
"prestashop/gamification": "<2.3.2",
"prestashop/prestashop": "<8.2.4|>=9.0.0.0-alpha1,<9.0.3",
"prestashop/prestashop": "<8.2.5|>=9.0.0.0-alpha1,<9.1",
"prestashop/productcomments": "<5.0.2",
"prestashop/ps_checkout": "<4.4.1|>=5,<5.0.5",
"prestashop/ps_contactinfo": "<=3.3.2",
@@ -1697,6 +1700,7 @@
"pubnub/pubnub": "<6.1",
"punktde/pt_extbase": "<1.5.1",
"pusher/pusher-php-server": "<2.2.1",
"putyourlightson/craft-sprig": ">=2,<2.15.2|>=3,<3.7.2",
"pwweb/laravel-core": "<=0.3.6.0-beta",
"pxlrbt/filament-excel": "<1.1.14|>=2.0.0.0-alpha,<2.3.3",
"pyrocms/pyrocms": "<=3.9.1",
@@ -1705,7 +1709,7 @@
"rainlab/blog-plugin": "<1.4.1",
"rainlab/debugbar-plugin": "<3.1",
"rainlab/user-plugin": "<=1.4.5",
"ralffreit/mfa-email": "<=2",
"ralffreit/mfa-email": "<1.0.7|==2",
"rankmath/seo-by-rank-math": "<=1.0.95",
"rap2hpoutre/laravel-log-viewer": "<0.13",
"react/http": ">=0.7,<1.9",
@@ -1716,6 +1720,7 @@
"reportico-web/reportico": "<=8.1",
"rhukster/dom-sanitizer": "<1.0.7",
"rmccue/requests": ">=1.6,<1.8",
"roadiz/documents": "<2.3.42|>=2.4,<2.5.44|>=2.6,<2.6.28|>=2.7,<2.7.9",
"robrichards/xmlseclibs": "<3.1.5",
"roots/soil": "<4.1",
"roundcube/roundcubemail": "<1.5.10|>=1.6,<1.6.11",
@@ -1725,6 +1730,7 @@
"s-cart/s-cart": "<6.9",
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
"sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
"saloonphp/saloon": "<4",
"samwilson/unlinked-wikibase": "<1.42",
"scheb/two-factor-bundle": "<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
@@ -1795,7 +1801,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.14|>=6,<6.7.1",
"statamic/cms": "<5.73.16|>=6,<6.7.2",
"stormpath/sdk": "<9.9.99",
"studio-42/elfinder": "<=2.1.64",
"studiomitte/friendlycaptcha": "<0.1.4",
@@ -1974,6 +1980,7 @@
"xataface/xataface": "<3",
"xpressengine/xpressengine": "<3.0.15",
"yab/quarx": "<2.4.5",
"yansongda/pay": "<=3.7.19",
"yeswiki/yeswiki": "<=4.5.4",
"yetiforce/yetiforce-crm": "<6.5",
"yidashi/yii2cmf": "<=2",
@@ -2069,7 +2076,7 @@
"type": "tidelift"
}
],
"time": "2026-03-20T22:08:23+00:00"
"time": "2026-03-27T23:11:54+00:00"
},
{
"name": "sebastian/cli-parser",

View File

@@ -13,13 +13,15 @@ OC.L10N.register(
"Category" : "Kategorie",
"Cancel" : "Cancel",
"Update" : "Werk by",
"Deleted" : "Geskrap",
"Restore" : "Herstel",
"Retry" : "Herprobeer",
"Move" : "Skuif",
"Page not found" : "Blad nie gevind nie",
"Delete" : "Skrap",
"Direct link" : "Direkte skakel",
"Save" : "Stoor",
"Unsaved changes" : "Onbewaarde veranderinge",
"Retry" : "Herprobeer",
"Back to {category}" : "Terug na {category}",
"by" : "deur",
"Subscribe" : "Teken in",
@@ -30,10 +32,11 @@ OC.L10N.register(
"New" : "Nuut",
"Access control" : "Toegangsbeheer",
"Settings saved" : "Instellings gestoor",
"Newest first" : "Nuutste eerste",
"Oldest first" : "Oudste eerste",
"Reset" : "Herstel",
"ID" : "ID",
"Actions" : "Aksies",
"Active" : "Aktief",
"Deleted" : "Geskrap"
"Active" : "Aktief"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -11,13 +11,15 @@
"Category" : "Kategorie",
"Cancel" : "Cancel",
"Update" : "Werk by",
"Deleted" : "Geskrap",
"Restore" : "Herstel",
"Retry" : "Herprobeer",
"Move" : "Skuif",
"Page not found" : "Blad nie gevind nie",
"Delete" : "Skrap",
"Direct link" : "Direkte skakel",
"Save" : "Stoor",
"Unsaved changes" : "Onbewaarde veranderinge",
"Retry" : "Herprobeer",
"Back to {category}" : "Terug na {category}",
"by" : "deur",
"Subscribe" : "Teken in",
@@ -28,10 +30,11 @@
"New" : "Nuut",
"Access control" : "Toegangsbeheer",
"Settings saved" : "Instellings gestoor",
"Newest first" : "Nuutste eerste",
"Oldest first" : "Oudste eerste",
"Reset" : "Herstel",
"ID" : "ID",
"Actions" : "Aksies",
"Active" : "Aktief",
"Deleted" : "Geskrap"
"Active" : "Aktief"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -19,6 +19,7 @@ OC.L10N.register(
"Dashboard" : "الرئيسية",
"Users" : "المستخدمين",
"Categories" : "التصنيفات",
"Moderation" : "الإدارة",
"Expand" : "توسيع",
"Collapse" : "طوي",
"Hello world!" : "مرحبا بالعالم!",
@@ -35,6 +36,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "إنشاء",
"Update" : "تحديث",
"Deleted" : "محذوف",
"Restore" : "إستعادة ",
"Retry" : "أعِدِ المحاولة",
"Move" : "نقل",
"Page not found" : "الصفحة غير موجودة",
"Back" : "عودة",
@@ -59,7 +63,6 @@ OC.L10N.register(
"Draft saved" : "تمّ حفظ المُسوَّدة",
"Unsaved changes" : "تغييرات لم يتم حفظها",
"Refresh" : "إنعاش",
"Retry" : "أعِدِ المحاولة",
"Error" : "خطأ",
"Created" : "أُنشِئَ",
"Searching …" : "يتم الآن البحث…",
@@ -77,6 +80,7 @@ OC.L10N.register(
"Files" : "الملفّات",
"Browse" : "تصفُّح",
"Signature" : "التوقيع",
"Privacy" : "الخصوصية",
"Enable" : "تمكين",
"Disable" : "تعطيل",
"Description" : "الوصف",
@@ -92,7 +96,10 @@ OC.L10N.register(
"Access control" : "مراقبة النفاذ",
"Settings saved" : "تمّ حفظ الإعدادات",
"Failed to save settings" : "فشل في حفظ الإعدادات",
"Newest first" : "الأحدث أولاً",
"Oldest first" : "الأقدم أولاً",
"Reset" : "إعادة تعيين",
"Account management" : "إدارة الحساب",
"ID" : "معرف ID",
"Owner" : "المالك",
"Actions" : "الإجراءات",
@@ -103,7 +110,6 @@ OC.L10N.register(
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
"No users found" : "لا يوجد مستخدمون",
"Status" : "الحاله",
"Active" : "نَشِط",
"Deleted" : "محذوف"
"Active" : "نَشِط"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View File

@@ -17,6 +17,7 @@
"Dashboard" : "الرئيسية",
"Users" : "المستخدمين",
"Categories" : "التصنيفات",
"Moderation" : "الإدارة",
"Expand" : "توسيع",
"Collapse" : "طوي",
"Hello world!" : "مرحبا بالعالم!",
@@ -33,6 +34,9 @@
"Cancel" : "Cancel",
"Create" : "إنشاء",
"Update" : "تحديث",
"Deleted" : "محذوف",
"Restore" : "إستعادة ",
"Retry" : "أعِدِ المحاولة",
"Move" : "نقل",
"Page not found" : "الصفحة غير موجودة",
"Back" : "عودة",
@@ -57,7 +61,6 @@
"Draft saved" : "تمّ حفظ المُسوَّدة",
"Unsaved changes" : "تغييرات لم يتم حفظها",
"Refresh" : "إنعاش",
"Retry" : "أعِدِ المحاولة",
"Error" : "خطأ",
"Created" : "أُنشِئَ",
"Searching …" : "يتم الآن البحث…",
@@ -75,6 +78,7 @@
"Files" : "الملفّات",
"Browse" : "تصفُّح",
"Signature" : "التوقيع",
"Privacy" : "الخصوصية",
"Enable" : "تمكين",
"Disable" : "تعطيل",
"Description" : "الوصف",
@@ -90,7 +94,10 @@
"Access control" : "مراقبة النفاذ",
"Settings saved" : "تمّ حفظ الإعدادات",
"Failed to save settings" : "فشل في حفظ الإعدادات",
"Newest first" : "الأحدث أولاً",
"Oldest first" : "الأقدم أولاً",
"Reset" : "إعادة تعيين",
"Account management" : "إدارة الحساب",
"ID" : "معرف ID",
"Owner" : "المالك",
"Actions" : "الإجراءات",
@@ -101,7 +108,6 @@
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
"No users found" : "لا يوجد مستخدمون",
"Status" : "الحاله",
"Active" : "نَشِط",
"Deleted" : "محذوف"
"Active" : "نَشِط"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

View File

@@ -30,6 +30,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Crear",
"Update" : "Anovar",
"Deleted" : "Desanicióse",
"Restore" : "Restaurar",
"Retry" : "Retentar",
"Move" : "Mover",
"Page not found" : "Nun s'atopó la páxina",
"Back" : "Atrás",
@@ -51,7 +54,6 @@ OC.L10N.register(
"Draft saved" : "Guardóse'l borrador",
"Unsaved changes" : "Cambeos ensin guardar",
"Refresh" : "Anovar",
"Retry" : "Retentar",
"Error" : "Error",
"Searching …" : "Buscando…",
"No results found" : "Nun s'atopó nengún resultáu",
@@ -65,6 +67,7 @@ OC.L10N.register(
"Notifications" : "Avisos",
"Files" : "Ficheros",
"Signature" : "Firma",
"Privacy" : "Privacidá",
"Enable" : "Activar",
"Disable" : "Desactivar",
"Description" : "Descripción",
@@ -81,7 +84,10 @@ OC.L10N.register(
"Access control" : "Control d'accesu",
"Settings saved" : "Guardóse la configuración",
"Failed to save settings" : "Nun se pue guardar la configuración",
"Newest first" : "Primero lo nuevo",
"Oldest first" : "Primero lo antiguo",
"Reset" : "Reafitar",
"Account management" : "Xestión de cuentes",
"ID" : "ID",
"Owner" : "Propietariu",
"Actions" : "Aiciones",
@@ -91,7 +97,6 @@ OC.L10N.register(
"Loading users …" : "Cargando los usuarios…",
"No users found" : "Nun s'atopó nengún usuariu",
"Status" : "Estáu",
"Active" : "Activa",
"Deleted" : "Desanicióse"
"Active" : "Activa"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -28,6 +28,9 @@
"Cancel" : "Cancel",
"Create" : "Crear",
"Update" : "Anovar",
"Deleted" : "Desanicióse",
"Restore" : "Restaurar",
"Retry" : "Retentar",
"Move" : "Mover",
"Page not found" : "Nun s'atopó la páxina",
"Back" : "Atrás",
@@ -49,7 +52,6 @@
"Draft saved" : "Guardóse'l borrador",
"Unsaved changes" : "Cambeos ensin guardar",
"Refresh" : "Anovar",
"Retry" : "Retentar",
"Error" : "Error",
"Searching …" : "Buscando…",
"No results found" : "Nun s'atopó nengún resultáu",
@@ -63,6 +65,7 @@
"Notifications" : "Avisos",
"Files" : "Ficheros",
"Signature" : "Firma",
"Privacy" : "Privacidá",
"Enable" : "Activar",
"Disable" : "Desactivar",
"Description" : "Descripción",
@@ -79,7 +82,10 @@
"Access control" : "Control d'accesu",
"Settings saved" : "Guardóse la configuración",
"Failed to save settings" : "Nun se pue guardar la configuración",
"Newest first" : "Primero lo nuevo",
"Oldest first" : "Primero lo antiguo",
"Reset" : "Reafitar",
"Account management" : "Xestión de cuentes",
"ID" : "ID",
"Owner" : "Propietariu",
"Actions" : "Aiciones",
@@ -89,7 +95,6 @@
"Loading users …" : "Cargando los usuarios…",
"No users found" : "Nun s'atopó nengún usuariu",
"Status" : "Estáu",
"Active" : "Activa",
"Deleted" : "Desanicióse"
"Active" : "Activa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -15,6 +15,8 @@ OC.L10N.register(
"Category" : "Kateqoriya",
"Cancel" : "Cancel",
"Update" : "Yenilənmə",
"Deleted" : "Silinib",
"Restore" : "Geri qaytar",
"Move" : "Move",
"Back" : "Geri",
"Edit" : "Dəyişiklik et",
@@ -34,7 +36,6 @@ OC.L10N.register(
"Settings saved" : "Parametrlər yaddaşa verildi",
"Reset" : "Sıfırla",
"Actions" : "İşlər",
"Status" : "Status",
"Deleted" : "Silinib"
"Status" : "Status"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -13,6 +13,8 @@
"Category" : "Kateqoriya",
"Cancel" : "Cancel",
"Update" : "Yenilənmə",
"Deleted" : "Silinib",
"Restore" : "Geri qaytar",
"Move" : "Move",
"Back" : "Geri",
"Edit" : "Dəyişiklik et",
@@ -32,7 +34,6 @@
"Settings saved" : "Parametrlər yaddaşa verildi",
"Reset" : "Sıfırla",
"Actions" : "İşlər",
"Status" : "Status",
"Deleted" : "Silinib"
"Status" : "Status"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -25,6 +25,7 @@ OC.L10N.register(
"Users" : "Карыстальнікі",
"Roles & Teams" : "Ролі і каманды",
"Categories" : "Катэгорыі",
"Moderation" : "Мадэрацыя",
"Expand" : "Разгарнуць",
"Collapse" : "Згарнуць",
"(Guest)" : "(Госць)",
@@ -48,6 +49,9 @@ OC.L10N.register(
"Cancel" : "Скасаваць",
"Create" : "Ствараць",
"Update" : "Абнавіць",
"Deleted" : "Выдалены",
"Restore" : "Аднавіць",
"Retry" : "Паўтарыць спробу",
"Move" : "Перамясціць",
"Page not found" : "Старонка не знойдзена",
"Back" : "Назад",
@@ -79,7 +83,6 @@ OC.L10N.register(
"Draft saved" : "Чарнавік захаваны",
"Unsaved changes" : "Незахаваныя змены",
"Refresh" : "Абнавіць",
"Retry" : "Паўтарыць спробу",
"In {category}" : "У {category}",
"Error" : "Памылка",
"Searching …" : "Пошук …",
@@ -91,6 +94,7 @@ OC.L10N.register(
"Files" : "Файлы",
"Browse" : "Агляд",
"Signature" : "Подпіс",
"Privacy" : "Прыватнасць",
"Enable" : "Уключыць",
"Disable" : "Адключыць",
"Tag" : "Тэг",
@@ -105,9 +109,13 @@ OC.L10N.register(
"Last 7 days" : "Апошнія 7 дзён",
"General settings" : "Агульныя налады",
"Appearance" : "Знешні выгляд",
"Posts" : "Допісы",
"Settings saved" : "Налады захаваны",
"Failed to save settings" : "Не ўдалося захаваць налады",
"Newest first" : "Спачатку новыя",
"Oldest first" : "Спачатку старыя",
"Reset" : "Скінуць",
"Account management" : "Кіраванне ўліковымі запісамі",
"ID" : "Ідэнтыфікатар",
"Owner" : "Уладальнік",
"Actions" : "Дзеянні",
@@ -115,7 +123,6 @@ OC.L10N.register(
"Members" : "Удзельнікі",
"Roles" : "Ролі",
"Status" : "Статус",
"Active" : "Актыўны",
"Deleted" : "Выдалены"
"Active" : "Актыўны"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View File

@@ -23,6 +23,7 @@
"Users" : "Карыстальнікі",
"Roles & Teams" : "Ролі і каманды",
"Categories" : "Катэгорыі",
"Moderation" : "Мадэрацыя",
"Expand" : "Разгарнуць",
"Collapse" : "Згарнуць",
"(Guest)" : "(Госць)",
@@ -46,6 +47,9 @@
"Cancel" : "Скасаваць",
"Create" : "Ствараць",
"Update" : "Абнавіць",
"Deleted" : "Выдалены",
"Restore" : "Аднавіць",
"Retry" : "Паўтарыць спробу",
"Move" : "Перамясціць",
"Page not found" : "Старонка не знойдзена",
"Back" : "Назад",
@@ -77,7 +81,6 @@
"Draft saved" : "Чарнавік захаваны",
"Unsaved changes" : "Незахаваныя змены",
"Refresh" : "Абнавіць",
"Retry" : "Паўтарыць спробу",
"In {category}" : "У {category}",
"Error" : "Памылка",
"Searching …" : "Пошук …",
@@ -89,6 +92,7 @@
"Files" : "Файлы",
"Browse" : "Агляд",
"Signature" : "Подпіс",
"Privacy" : "Прыватнасць",
"Enable" : "Уключыць",
"Disable" : "Адключыць",
"Tag" : "Тэг",
@@ -103,9 +107,13 @@
"Last 7 days" : "Апошнія 7 дзён",
"General settings" : "Агульныя налады",
"Appearance" : "Знешні выгляд",
"Posts" : "Допісы",
"Settings saved" : "Налады захаваны",
"Failed to save settings" : "Не ўдалося захаваць налады",
"Newest first" : "Спачатку новыя",
"Oldest first" : "Спачатку старыя",
"Reset" : "Скінуць",
"Account management" : "Кіраванне ўліковымі запісамі",
"ID" : "Ідэнтыфікатар",
"Owner" : "Уладальнік",
"Actions" : "Дзеянні",
@@ -113,7 +121,6 @@
"Members" : "Удзельнікі",
"Roles" : "Ролі",
"Status" : "Статус",
"Active" : "Актыўны",
"Deleted" : "Выдалены"
"Active" : "Актыўны"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

View File

@@ -17,6 +17,7 @@ OC.L10N.register(
"Bookmarks" : "Отметки",
"Dashboard" : "Табло",
"Categories" : "Категории",
"Moderation" : "Модериране /Наблюдаване/",
"Expand" : "Разгъване",
"Collapse" : "Сгъване",
"Hello world!" : "Здравей Свят!",
@@ -33,6 +34,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Създаване",
"Update" : "Обновяване",
"Deleted" : "Изтрито",
"Restore" : "Възстановяне",
"Retry" : "Опитай отново",
"Move" : "Преместване",
"Page not found" : "Страницата не е намерена",
"Back" : "Назад",
@@ -60,7 +64,6 @@ OC.L10N.register(
"Draft saved" : "Черновата е записана",
"Unsaved changes" : "Незаписани промени",
"Refresh" : "Опресняване",
"Retry" : "Опитай отново",
"Error" : "Грешка",
"Searching …" : "Търсене ...",
"No results found" : "Няма намерени резултати",
@@ -92,7 +95,10 @@ OC.L10N.register(
"Access control" : "Контрол на достъпа",
"Settings saved" : "Настройките са запазени",
"Failed to save settings" : "Неуспешно запазване на настройките",
"Newest first" : "Първо най-новият",
"Oldest first" : "Първо най-старият",
"Reset" : "Възстановяване",
"Account management" : "Управление на акаунта",
"ID" : "ID /Идентификатор/",
"Owner" : "Създател",
"Actions" : "Действия",
@@ -101,7 +107,6 @@ OC.L10N.register(
"No users found" : "Няма намерени потребители",
"Joined" : "Присъединен",
"Status" : "Състояние",
"Active" : "Активен",
"Deleted" : "Изтрито"
"Active" : "Активен"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -15,6 +15,7 @@
"Bookmarks" : "Отметки",
"Dashboard" : "Табло",
"Categories" : "Категории",
"Moderation" : "Модериране /Наблюдаване/",
"Expand" : "Разгъване",
"Collapse" : "Сгъване",
"Hello world!" : "Здравей Свят!",
@@ -31,6 +32,9 @@
"Cancel" : "Cancel",
"Create" : "Създаване",
"Update" : "Обновяване",
"Deleted" : "Изтрито",
"Restore" : "Възстановяне",
"Retry" : "Опитай отново",
"Move" : "Преместване",
"Page not found" : "Страницата не е намерена",
"Back" : "Назад",
@@ -58,7 +62,6 @@
"Draft saved" : "Черновата е записана",
"Unsaved changes" : "Незаписани промени",
"Refresh" : "Опресняване",
"Retry" : "Опитай отново",
"Error" : "Грешка",
"Searching …" : "Търсене ...",
"No results found" : "Няма намерени резултати",
@@ -90,7 +93,10 @@
"Access control" : "Контрол на достъпа",
"Settings saved" : "Настройките са запазени",
"Failed to save settings" : "Неуспешно запазване на настройките",
"Newest first" : "Първо най-новият",
"Oldest first" : "Първо най-старият",
"Reset" : "Възстановяване",
"Account management" : "Управление на акаунта",
"ID" : "ID /Идентификатор/",
"Owner" : "Създател",
"Actions" : "Действия",
@@ -99,7 +105,6 @@
"No users found" : "Няма намерени потребители",
"Joined" : "Присъединен",
"Status" : "Състояние",
"Active" : "Активен",
"Deleted" : "Изтрито"
"Active" : "Активен"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -13,6 +13,8 @@ OC.L10N.register(
"Close" : "বন্ধ",
"Cancel" : "Cancel",
"Update" : "পরিবর্ধন",
"Deleted" : "মুছে ফেলা",
"Restore" : "ফিরিয়ে দাও",
"Move" : "Move",
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
@@ -28,7 +30,6 @@ OC.L10N.register(
"Enabled" : "কার্যকর",
"New" : "নতুন",
"Reset" : "পূণঃনির্ধানণ",
"Actions" : "পদক্ষেপসমূহ",
"Deleted" : "মুছে ফেলা"
"Actions" : "পদক্ষেপসমূহ"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -11,6 +11,8 @@
"Close" : "বন্ধ",
"Cancel" : "Cancel",
"Update" : "পরিবর্ধন",
"Deleted" : "মুছে ফেলা",
"Restore" : "ফিরিয়ে দাও",
"Move" : "Move",
"Edit" : "সম্পাদনা",
"Delete" : "মুছে",
@@ -26,7 +28,6 @@
"Enabled" : "কার্যকর",
"New" : "নতুন",
"Reset" : "পূণঃনির্ধানণ",
"Actions" : "পদক্ষেপসমূহ",
"Deleted" : "মুছে ফেলা"
"Actions" : "পদক্ষেপসমূহ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -17,6 +17,8 @@ OC.L10N.register(
"Allow" : "Aotrañ",
"Cancel" : "Cancel",
"Update" : "Hizivaat",
"Deleted" : "Dilamet",
"Retry" : "Klaskit en dro",
"Move" : "Diplasañ",
"Edit" : "Embann",
"Delete" : "Dilemel",
@@ -25,7 +27,6 @@ OC.L10N.register(
"Title" : "Titl",
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
"Refresh" : "Freskaat",
"Retry" : "Klaskit en dro",
"Error" : "Fazi",
"Created" : "Krouet",
"Searching …" : "O klask ...",
@@ -41,10 +42,11 @@ OC.L10N.register(
"General settings" : "Stummoù hollek",
"Access control" : "Kontrol tremen",
"Settings saved" : "Stummoù enrollet",
"Newest first" : "An hini nevesañ da gentañ",
"Oldest first" : "An hini kozhoñ da gentañ",
"ID" : "ID",
"Actions" : "Oberoù",
"Status" : "Statud",
"Active" : "O labourat",
"Deleted" : "Dilamet"
"Active" : "O labourat"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

View File

@@ -15,6 +15,8 @@
"Allow" : "Aotrañ",
"Cancel" : "Cancel",
"Update" : "Hizivaat",
"Deleted" : "Dilamet",
"Retry" : "Klaskit en dro",
"Move" : "Diplasañ",
"Edit" : "Embann",
"Delete" : "Dilemel",
@@ -23,7 +25,6 @@
"Title" : "Titl",
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
"Refresh" : "Freskaat",
"Retry" : "Klaskit en dro",
"Error" : "Fazi",
"Created" : "Krouet",
"Searching …" : "O klask ...",
@@ -39,10 +40,11 @@
"General settings" : "Stummoù hollek",
"Access control" : "Kontrol tremen",
"Settings saved" : "Stummoù enrollet",
"Newest first" : "An hini nevesañ da gentañ",
"Oldest first" : "An hini kozhoñ da gentañ",
"ID" : "ID",
"Actions" : "Oberoù",
"Status" : "Statud",
"Active" : "O labourat",
"Deleted" : "Dilamet"
"Active" : "O labourat"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

View File

@@ -18,6 +18,7 @@ OC.L10N.register(
"Bookmarks" : "Adreces d'interès",
"Dashboard" : "Tauler",
"Categories" : "Categories",
"Moderation" : "Moderació",
"Expand" : "Expandeix",
"Collapse" : "Replega",
"Hello world!" : "Hola a tothom!",
@@ -35,6 +36,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Crea",
"Update" : "Actualitza",
"Deleted" : "Suprimit",
"Restore" : "Restablir",
"Retry" : "Torna-ho a provar",
"Move" : "Mou",
"Page not found" : "No s'ha trobat la pàgina",
"Back" : "Torna",
@@ -64,7 +68,6 @@ OC.L10N.register(
"Unsaved changes" : "Hi ha canvis sense desar",
"Back to home" : "Tornar a l'inici",
"Refresh" : "Actualitza",
"Retry" : "Torna-ho a provar",
"Error" : "Error",
"Created" : "S'ha creat",
"Searching …" : "S'està cercant…",
@@ -82,6 +85,7 @@ OC.L10N.register(
"Files" : "Fitxers",
"Browse" : "Navegació",
"Signature" : "Signatura",
"Privacy" : "Privadesa",
"Enable" : "Habilitar",
"Disable" : "Inhabilitar",
"Tag" : "Etiqueta",
@@ -99,7 +103,10 @@ OC.L10N.register(
"Access control" : "Control d'accés",
"Settings saved" : "S'han desat els paràmetres",
"Failed to save settings" : "Ha fallat desar els paràmetres",
"Newest first" : "Més nou primer",
"Oldest first" : "Més antic primer",
"Reset" : "Reinicialitza",
"Account management" : "Gestió de comptes",
"ID" : "ID",
"Owner" : "Propietat",
"Actions" : "Accions",
@@ -109,7 +116,6 @@ OC.L10N.register(
"Loading users …" : "S'estan carregant usuaris …",
"No users found" : "No s'ha trobat cap usuari",
"Joined" : "Unit",
"Active" : "Actiu",
"Deleted" : "Suprimit"
"Active" : "Actiu"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -16,6 +16,7 @@
"Bookmarks" : "Adreces d'interès",
"Dashboard" : "Tauler",
"Categories" : "Categories",
"Moderation" : "Moderació",
"Expand" : "Expandeix",
"Collapse" : "Replega",
"Hello world!" : "Hola a tothom!",
@@ -33,6 +34,9 @@
"Cancel" : "Cancel",
"Create" : "Crea",
"Update" : "Actualitza",
"Deleted" : "Suprimit",
"Restore" : "Restablir",
"Retry" : "Torna-ho a provar",
"Move" : "Mou",
"Page not found" : "No s'ha trobat la pàgina",
"Back" : "Torna",
@@ -62,7 +66,6 @@
"Unsaved changes" : "Hi ha canvis sense desar",
"Back to home" : "Tornar a l'inici",
"Refresh" : "Actualitza",
"Retry" : "Torna-ho a provar",
"Error" : "Error",
"Created" : "S'ha creat",
"Searching …" : "S'està cercant…",
@@ -80,6 +83,7 @@
"Files" : "Fitxers",
"Browse" : "Navegació",
"Signature" : "Signatura",
"Privacy" : "Privadesa",
"Enable" : "Habilitar",
"Disable" : "Inhabilitar",
"Tag" : "Etiqueta",
@@ -97,7 +101,10 @@
"Access control" : "Control d'accés",
"Settings saved" : "S'han desat els paràmetres",
"Failed to save settings" : "Ha fallat desar els paràmetres",
"Newest first" : "Més nou primer",
"Oldest first" : "Més antic primer",
"Reset" : "Reinicialitza",
"Account management" : "Gestió de comptes",
"ID" : "ID",
"Owner" : "Propietat",
"Actions" : "Accions",
@@ -107,7 +114,6 @@
"Loading users …" : "S'estan carregant usuaris …",
"No users found" : "No s'ha trobat cap usuari",
"Joined" : "Unit",
"Active" : "Actiu",
"Deleted" : "Suprimit"
"Active" : "Actiu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -58,18 +58,13 @@ OC.L10N.register(
"Deleted user" : "Smazaný uživatel",
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
"Repair Database Initial Data" : "Opravit úvodní data databáze",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Spusťte příkaz repair database initial data pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
"Run Repair Database Initial Data" : "Spustit opravu úvodních dat databáze",
"User Roles" : "Role uživatele",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Přidělit uživatelům role ve fóru. To umožní udělit konkrétním uživatelům práva pro správu nebo moderování.",
"User ID" : "Identif. uživatele",
"Enter user ID" : "Zadejte identifikátor uživatele",
"Role" : "Role",
"Select a role" : "Vybrat roli",
"Assign Role" : "Přiřadit roli",
"Failed to fetch roles" : "Nepodařilo se získat role",
"Failed to run repair database initial data" : "Nepodařilo se opravit úvodní data databáze",
"Failed to assign role" : "Nepodařilo se přidělit roli",
"Loading …" : "Načítání …",
"Search" : "Hledat",
"Home" : "Domů",
@@ -81,6 +76,7 @@ OC.L10N.register(
"Roles & Teams" : "Role a týmy",
"Categories" : "Kategorie",
"BBCodes" : "BBCodes",
"Moderation" : "Moderování",
"Expand" : "Rozbalit",
"Collapse" : "Sbalit",
"(Guest)" : "(host)",
@@ -163,6 +159,10 @@ OC.L10N.register(
"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.",
"Deleted" : "Smazáno",
"Restore" : "Obnovit",
"Retry" : "Zkusit znovu",
"In thread" : "Ve vláknu",
"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 …",
@@ -208,7 +208,6 @@ OC.L10N.register(
"Write your reply …" : "Napište svou odpověď …",
"Submit reply" : "Odeslat odpověď",
"Are you sure you want to discard your reply?" : "Opravdu chcete svou odpověď zahodit?",
"In thread" : "Ve vláknu",
"Thread unavailable" : "Vlákno není k dispozici",
"Pinned thread" : "Připnuté vlákno",
"Locked thread" : "Uzamčené vlákno",
@@ -246,7 +245,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Chyba při načítání záložek",
"No bookmarks yet" : "Zatím ještě žádné záložky",
"Bookmark threads to quickly find them later." : "Ukládejte si vlákna do záložek, abyste je později rychle našli.",
"Retry" : "Zkusit znovu",
"An unexpected error occurred" : "Došlo k neočekávané chybě",
"Failed to load bookmarks" : "Nepodařilo se načíst záložky",
"No categories yet" : "Zatím ještě žádné kategorie",
@@ -366,6 +364,7 @@ OC.L10N.register(
"Your signature appears at the bottom of your threads or replies" : "Váš podpis se objevuje ve spodní části vašich vláken nebo odpovědí",
"You can use BBCode formatting in your signature" : "Svůj podpis můžete formátovat pomocí BBCode",
"Enter your signature …" : "Zadejte svůj podpis …",
"Privacy" : "Soukromí",
"Failed to save preferences" : "Nepodařilo se uložit vaše předvolby",
"Select upload directory" : "Vyberte složku pro nahrávání",
"BBCode management" : "Správa BBCode",
@@ -448,7 +447,6 @@ OC.L10N.register(
"Select target header" : "Vybrat cílové záhlaví",
"Move up" : "Přesunout výše",
"Move down" : "Přesunout dolů",
"Admin dashboard" : "Přehled správce",
"Overview of forum activity and statistics" : "Přehled aktivity na fóru a statistiky",
"Loading statistics …" : "Načítání statistik …",
"Error loading dashboard" : "Chyba při načítání přehledu",
@@ -476,8 +474,11 @@ OC.L10N.register(
"Manage who can access the forum" : "Spravujte kdo může do fóra přistupovat",
"Allow guest access" : "Umožnit přístup hostům",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Pokud zapnuto, nepřihlášení uživatelé mohou zobrazovat obsah fóra v režimu pouze pro čtení",
"Posts" : "Příspěvků",
"Settings saved" : "Nastavení uložena",
"Failed to save settings" : "Nastavení se nepodařilo uložit",
"Newest first" : "Nejnovější jako první",
"Oldest first" : "Nejstarší jako první",
"Create role" : "Vytvořit rol",
"Edit role" : "Upravit roli",
"Configure role permissions and category access" : "Nastavit oprávnění rolí a přístupu ke kategoriím",
@@ -492,17 +493,12 @@ OC.L10N.register(
"Reset" : "Vrátit na výchozí",
"Role permissions" : "Oprávnění role",
"Set global permissions for this role" : "Nastavit globální oprávnění pro tuto roli",
"Can access admin tools" : "Může přistupovat k nástrojům pro správu",
"Allow access to the admin dashboard and tools" : "Umožnit přístup k přehledu správce a nástrojům",
"Can edit roles" : "Může upravovat role",
"Allow creating, editing and deleting roles" : "Umožnit vytváření, upravování a mazání rolí",
"Can edit categories" : "Může upravovat kategorie",
"Account management" : "Správa účtů",
"Allow creating, editing and deleting categories" : "Umožnit vytváření, upravování a mazání kategorií",
"Category permissions" : "Oprávnění kategorie",
"Set which categories this role can access" : "Nastavit ke kterým kategoriím tato role může přistupovat",
"Admin role must have all permissions enabled" : "Je třeba, aby role správce měla povolené všechna oprávnění",
"Admin role has full access to all categories" : "Role správce má plný přístup do všech kategorií",
"Guest role cannot have admin permissions" : "Role hosta nemůže mít roli správce",
"Guest role cannot moderate categories" : "Role hosta nemůže moderovat kategorie",
"You can control which categories guests can view using the checkboxes below." : "Pomocí zaškrtávacích kolonek níže je možné určovat, které kategorie mohou hosté vidět.",
"Guest access is currently disabled" : "Přístup pro hosty je v tuto chvíli zakázán",
@@ -543,7 +539,6 @@ OC.L10N.register(
"Joined" : "Připojený",
"Status" : "Stav",
"Active" : "Aktivní",
"Deleted" : "Smazáno",
"No roles" : "Žádné role",
"Select roles" : "Vybrat role",
"Edit roles" : "Upravit role",

View File

@@ -56,18 +56,13 @@
"Deleted user" : "Smazaný uživatel",
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
"Repair Database Initial Data" : "Opravit úvodní data databáze",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Spusťte příkaz repair database initial data pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
"Run Repair Database Initial Data" : "Spustit opravu úvodních dat databáze",
"User Roles" : "Role uživatele",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Přidělit uživatelům role ve fóru. To umožní udělit konkrétním uživatelům práva pro správu nebo moderování.",
"User ID" : "Identif. uživatele",
"Enter user ID" : "Zadejte identifikátor uživatele",
"Role" : "Role",
"Select a role" : "Vybrat roli",
"Assign Role" : "Přiřadit roli",
"Failed to fetch roles" : "Nepodařilo se získat role",
"Failed to run repair database initial data" : "Nepodařilo se opravit úvodní data databáze",
"Failed to assign role" : "Nepodařilo se přidělit roli",
"Loading …" : "Načítání …",
"Search" : "Hledat",
"Home" : "Domů",
@@ -79,6 +74,7 @@
"Roles & Teams" : "Role a týmy",
"Categories" : "Kategorie",
"BBCodes" : "BBCodes",
"Moderation" : "Moderování",
"Expand" : "Rozbalit",
"Collapse" : "Sbalit",
"(Guest)" : "(host)",
@@ -161,6 +157,10 @@
"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.",
"Deleted" : "Smazáno",
"Restore" : "Obnovit",
"Retry" : "Zkusit znovu",
"In thread" : "Ve vláknu",
"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 …",
@@ -206,7 +206,6 @@
"Write your reply …" : "Napište svou odpověď …",
"Submit reply" : "Odeslat odpověď",
"Are you sure you want to discard your reply?" : "Opravdu chcete svou odpověď zahodit?",
"In thread" : "Ve vláknu",
"Thread unavailable" : "Vlákno není k dispozici",
"Pinned thread" : "Připnuté vlákno",
"Locked thread" : "Uzamčené vlákno",
@@ -244,7 +243,6 @@
"Error loading bookmarks" : "Chyba při načítání záložek",
"No bookmarks yet" : "Zatím ještě žádné záložky",
"Bookmark threads to quickly find them later." : "Ukládejte si vlákna do záložek, abyste je později rychle našli.",
"Retry" : "Zkusit znovu",
"An unexpected error occurred" : "Došlo k neočekávané chybě",
"Failed to load bookmarks" : "Nepodařilo se načíst záložky",
"No categories yet" : "Zatím ještě žádné kategorie",
@@ -364,6 +362,7 @@
"Your signature appears at the bottom of your threads or replies" : "Váš podpis se objevuje ve spodní části vašich vláken nebo odpovědí",
"You can use BBCode formatting in your signature" : "Svůj podpis můžete formátovat pomocí BBCode",
"Enter your signature …" : "Zadejte svůj podpis …",
"Privacy" : "Soukromí",
"Failed to save preferences" : "Nepodařilo se uložit vaše předvolby",
"Select upload directory" : "Vyberte složku pro nahrávání",
"BBCode management" : "Správa BBCode",
@@ -446,7 +445,6 @@
"Select target header" : "Vybrat cílové záhlaví",
"Move up" : "Přesunout výše",
"Move down" : "Přesunout dolů",
"Admin dashboard" : "Přehled správce",
"Overview of forum activity and statistics" : "Přehled aktivity na fóru a statistiky",
"Loading statistics …" : "Načítání statistik …",
"Error loading dashboard" : "Chyba při načítání přehledu",
@@ -474,8 +472,11 @@
"Manage who can access the forum" : "Spravujte kdo může do fóra přistupovat",
"Allow guest access" : "Umožnit přístup hostům",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Pokud zapnuto, nepřihlášení uživatelé mohou zobrazovat obsah fóra v režimu pouze pro čtení",
"Posts" : "Příspěvků",
"Settings saved" : "Nastavení uložena",
"Failed to save settings" : "Nastavení se nepodařilo uložit",
"Newest first" : "Nejnovější jako první",
"Oldest first" : "Nejstarší jako první",
"Create role" : "Vytvořit rol",
"Edit role" : "Upravit roli",
"Configure role permissions and category access" : "Nastavit oprávnění rolí a přístupu ke kategoriím",
@@ -490,17 +491,12 @@
"Reset" : "Vrátit na výchozí",
"Role permissions" : "Oprávnění role",
"Set global permissions for this role" : "Nastavit globální oprávnění pro tuto roli",
"Can access admin tools" : "Může přistupovat k nástrojům pro správu",
"Allow access to the admin dashboard and tools" : "Umožnit přístup k přehledu správce a nástrojům",
"Can edit roles" : "Může upravovat role",
"Allow creating, editing and deleting roles" : "Umožnit vytváření, upravování a mazání rolí",
"Can edit categories" : "Může upravovat kategorie",
"Account management" : "Správa účtů",
"Allow creating, editing and deleting categories" : "Umožnit vytváření, upravování a mazání kategorií",
"Category permissions" : "Oprávnění kategorie",
"Set which categories this role can access" : "Nastavit ke kterým kategoriím tato role může přistupovat",
"Admin role must have all permissions enabled" : "Je třeba, aby role správce měla povolené všechna oprávnění",
"Admin role has full access to all categories" : "Role správce má plný přístup do všech kategorií",
"Guest role cannot have admin permissions" : "Role hosta nemůže mít roli správce",
"Guest role cannot moderate categories" : "Role hosta nemůže moderovat kategorie",
"You can control which categories guests can view using the checkboxes below." : "Pomocí zaškrtávacích kolonek níže je možné určovat, které kategorie mohou hosté vidět.",
"Guest access is currently disabled" : "Přístup pro hosty je v tuto chvíli zakázán",
@@ -541,7 +537,6 @@
"Joined" : "Připojený",
"Status" : "Stav",
"Active" : "Aktivní",
"Deleted" : "Smazáno",
"No roles" : "Žádné role",
"Select roles" : "Vybrat role",
"Edit roles" : "Upravit role",

View File

@@ -17,6 +17,9 @@ OC.L10N.register(
"Category" : "Categori",
"Cancel" : "Cancel",
"Update" : "Diweddaru",
"Deleted" : "Wedi dileu",
"Restore" : "Adfer",
"Retry" : "Ceisio eto",
"Move" : "Symud",
"Page not found" : "Heb ganfod y dudalen",
"Edit" : "Golygu",
@@ -28,7 +31,6 @@ OC.L10N.register(
"Saving draft …" : "Yn cadw drafft …",
"Draft saved" : "Cadwyd y drafft",
"Refresh" : "Ail-lwytho",
"Retry" : "Ceisio eto",
"Error" : "Gwall",
"by" : "gan",
"Subscribe" : "Tanysgrifio",
@@ -37,10 +39,11 @@ OC.L10N.register(
"Description" : "Disgrifiad",
"New" : "Newydd",
"Preview" : "Rhagolwg",
"Newest first" : "Diweddaraf gyntaf",
"Oldest first" : "Hynaf gyntaf",
"ID" : "ID",
"Owner" : "Perchennog",
"Actions" : "Gweithredoedd",
"Status" : "Statws",
"Deleted" : "Wedi dileu"
"Status" : "Statws"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

View File

@@ -15,6 +15,9 @@
"Category" : "Categori",
"Cancel" : "Cancel",
"Update" : "Diweddaru",
"Deleted" : "Wedi dileu",
"Restore" : "Adfer",
"Retry" : "Ceisio eto",
"Move" : "Symud",
"Page not found" : "Heb ganfod y dudalen",
"Edit" : "Golygu",
@@ -26,7 +29,6 @@
"Saving draft …" : "Yn cadw drafft …",
"Draft saved" : "Cadwyd y drafft",
"Refresh" : "Ail-lwytho",
"Retry" : "Ceisio eto",
"Error" : "Gwall",
"by" : "gan",
"Subscribe" : "Tanysgrifio",
@@ -35,10 +37,11 @@
"Description" : "Disgrifiad",
"New" : "Newydd",
"Preview" : "Rhagolwg",
"Newest first" : "Diweddaraf gyntaf",
"Oldest first" : "Hynaf gyntaf",
"ID" : "ID",
"Owner" : "Perchennog",
"Actions" : "Gweithredoedd",
"Status" : "Statws",
"Deleted" : "Wedi dileu"
"Status" : "Statws"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
}

View File

@@ -36,6 +36,9 @@ OC.L10N.register(
"Cancel" : "Annullér",
"Create" : "Opret",
"Update" : "Opdatér",
"Deleted" : "Slettet",
"Restore" : "Gendan",
"Retry" : "Prøv igen",
"Move" : "Flyt",
"Page not found" : "Siden blev ikke fundet",
"Back" : "Tilbage",
@@ -60,7 +63,6 @@ OC.L10N.register(
"Unsaved changes" : "Ikke-gemte ændringer",
"Back to home" : "Tilbage til hjem ",
"Refresh" : "Opdatér",
"Retry" : "Prøv igen",
"Error" : "Fejl",
"Created" : "Oprettet",
"Searching …" : "Søger …",
@@ -94,7 +96,10 @@ OC.L10N.register(
"Access control" : "Adgangskontrol",
"Settings saved" : "Indstillinger gemt",
"Failed to save settings" : "Kunne ikke gemme indstillinger",
"Newest first" : "Nyeste først",
"Oldest first" : "Ældste først",
"Reset" : "Nulstil",
"Account management" : "Kontostyring",
"ID" : "ID",
"Owner" : "Ejer",
"Actions" : "Handlinger",
@@ -103,7 +108,6 @@ OC.L10N.register(
"Loading users …" : "Henter brugere ...",
"No users found" : "Ingen brugere fundet",
"Joined" : "Forbind",
"Status" : "Status",
"Deleted" : "Slettet"
"Status" : "Status"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -34,6 +34,9 @@
"Cancel" : "Annullér",
"Create" : "Opret",
"Update" : "Opdatér",
"Deleted" : "Slettet",
"Restore" : "Gendan",
"Retry" : "Prøv igen",
"Move" : "Flyt",
"Page not found" : "Siden blev ikke fundet",
"Back" : "Tilbage",
@@ -58,7 +61,6 @@
"Unsaved changes" : "Ikke-gemte ændringer",
"Back to home" : "Tilbage til hjem ",
"Refresh" : "Opdatér",
"Retry" : "Prøv igen",
"Error" : "Fejl",
"Created" : "Oprettet",
"Searching …" : "Søger …",
@@ -92,7 +94,10 @@
"Access control" : "Adgangskontrol",
"Settings saved" : "Indstillinger gemt",
"Failed to save settings" : "Kunne ikke gemme indstillinger",
"Newest first" : "Nyeste først",
"Oldest first" : "Ældste først",
"Reset" : "Nulstil",
"Account management" : "Kontostyring",
"ID" : "ID",
"Owner" : "Ejer",
"Actions" : "Handlinger",
@@ -101,7 +106,6 @@
"Loading users …" : "Henter brugere ...",
"No users found" : "Ingen brugere fundet",
"Joined" : "Forbind",
"Status" : "Status",
"Deleted" : "Slettet"
"Status" : "Status"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -57,31 +57,34 @@ 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 deine Nextcloud-Instanz integriert ist.",
"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 deiner 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.",
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**Schlüsselfunktionen:**\n- **Themen-Diskussionen** - Erstellen und Antworten auf organisierte Diskussionsthemen mit Paginierung\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien, Überschriften, Farben und Drag-and-Drop-Neuanordnung organisieren\n- **Rich Text Formatierung** - BBCode-Formatierung mit integrierten und benutzerdefinierten Tags, Symbolleiste mit Überlaufmenü\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher anhängen oder per Drag-and-Drop hochladen\n- **Benachrichtigungen** - Threads abonnieren und über Antworten und @Erwähnungen benachrichtigt werden\n- **Postreaktionen** - Auf Posts mit Emoji-Reaktionen reagieren\n- **Gelesen-/Ungelesen-Nachverfolgung** - Ungelesene Beiträge auf Themen- und Kategorieebene verfolgen\n- **Lesezeichen** - Themen für den schnellen Zugriff speichern\n- **Suche** - Erweiterte Suche mit Booleschen Operatoren und Kategoriefilterung\n- **Benutzerprofile** - Beitragsverlauf, Statistiken und Rollenabzeichen anzeigen\n- **Rollen und Teams** - Feinkörnige Berechtigungen pro Rolle oder Nextcloud-Team, pro Kategorie\n- **Gästezugriff** - Optionaler öffentlicher Zugriff für nicht angemeldete Besucher mit einstellbaren Berechtigungen\n- **Bearbeitungsverlauf** - Den Verlauf nach der Überarbeitung mit einstellbarer Sichtbarkeit und Datenschutzkontrollen pro Konto anzeigen\n- **Wiederverwendbare Vorlagen** - Speichern und Einfügen häufig verwendeter Inhaltsausschnitte\n- **Signaturen** - BBCode-formatierte Signaturen in Beiträgen\n- **Themen-Entwürfe** - Automatisch gespeicherte Entwürfe pro Kategorie\n- **Dashboard-Widgets** - Aktuelle Aktivitäten, Top-Threads und Top-Kategorien im Nextcloud-Dashboard\n- **Direkte Beitragslinks** - Direkt auf einen bestimmten Beitrag innerhalb eines Tehmas verlinken\n- **Moderationstools** - Themen anheften, sperren, ausblenden und verschieben; gelöschte Inhalte überprüfen und wiederherstellen\n- **Verwaltungstools** - Kategorien, Rollen, BBCodes und Foreneinstellungen mit granularen Berechtigungen verwalten\n- **Serververwaltung** - Seeds reparieren, Statistiken neu erstellen und Rollen über das Nextcloud-Administrations-Panel zuweisen\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Unterstützungskanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Konten und Teams zur Anmeldung und Zugriffskontrolle.",
"Forum server administration" : "Foren-Server-Administration",
"Database Initial Data" : "Datenbank-Anfangsdaten",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Standardforendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wieder herstellen. Dies kann sicher mehrmals ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
"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",
"Rebuild Statistics" : "Statistiken neu erstellen",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Alle Forenstatistiken, einschließlich der Anzahl der Kontoposten, der Thread-Anzahl und der Kategoriezähler, neu berechnen. Diese Funktion bitte verwenden, wenn Statistiken falsch oder nicht synchron sind.",
"User Roles" : "Benutzerrollen",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Konten Forenrollen zuweisen. Dadurch können bestimmten Konten Verwaltungs- oder Moderationsrechte gewährt werden.",
"User ID" : "Benutzer-ID",
"Enter user ID" : "Benutzer-ID eingeben",
"Role" : "Rolle",
"Select a role" : "Eine Rolle auswählen",
"Assign Role" : "Rolle zuweisen",
"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 …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
"User preferences" : "Benutzereinstellungen",
"Management" : "Verwaltung",
"Dashboard" : "Dashboard",
"Forum settings" : "Forumseinstellungen",
"Users" : "Benutzer",
"Roles & Teams" : "Rollen und Teams",
"Categories" : "Kategorien",
"BBCodes" : "BBCodes",
"Moderation" : "Moderation",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
@@ -164,6 +167,16 @@ OC.L10N.register(
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Deleted" : "Gelöscht",
"Restore" : "Wiederherstellen",
"Error loading content" : "Fehler beim Laden des Inhalts",
"Retry" : "Wiederholen",
"No deleted content" : "Kein gelöschter Inhalt",
"There is no deleted content to review." : "Es gibt keine gelöschten Inhalte, die überprüft werden müssen.",
"Deleted reply" : "Antwort löschen",
"In thread" : "Im Thema",
"Restore reply" : "Antwort wiederherstellen",
"Restore thread" : "Thema wiederherstellen",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -209,7 +222,6 @@ OC.L10N.register(
"Write your reply …" : "Schreibe deine Antwort …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll deine Antwort verworfen werden?",
"In thread" : "Im Thema",
"Thread unavailable" : "Thema nicht verfügbar",
"Pinned thread" : "Angeheftetes Thema",
"Locked thread" : "Gesperrtes Thema",
@@ -247,7 +259,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
"No bookmarks yet" : "Bislang keine Lesezeichen",
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
"Retry" : "Wiederholen",
"An unexpected error occurred" : "Ein unerwarteter Fehler ist aufgetreten",
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
"No categories yet" : "Bislang keine Kategorien",
@@ -368,6 +379,9 @@ OC.L10N.register(
"You can use BBCode formatting in your signature" : "Du kannst die BBCode-Formatierung in deiner Signatur verwenden",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Privacy" : "Datenschutz",
"Control the visibility of your activity" : "Die Sichtbarkeit deiner Aktivität kontrollieren",
"Hide my edit history from other accounts" : "Meinen Bearbeitungsverlauf vor anderen Konten verbergen",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können andere Konten den Bearbeitungsverlauf deiner Beiträge nicht einsehen. Administration und Moderation können den Bearbeitungsverlauf jederzeit einsehen.",
"Failed to save preferences" : "Einstellungen konnten nicht gespeichert werden",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -450,7 +464,7 @@ OC.L10N.register(
"Select target header" : "Zielüberschrift auswählen",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Admin dashboard" : "Administrationsdashboard",
"Management dashboard" : "Verwaltungs-Dashboard",
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
"Loading statistics …" : "Lade Statistiken …",
"Error loading dashboard" : "Fehler beim Laden des Dashboards",
@@ -478,8 +492,23 @@ OC.L10N.register(
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
"Allow guest access" : "Gästen den Zugriff gestatten",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
"Control who can view the edit history of posts" : "Steuern, wer den Bearbeitungsverlauf von Beiträgen anzeigen kann",
"Allow all accounts to view edit history" : "Zulassen, dass alle Konten den Verarbeitungsverlauf einsehen können",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können alle Konten den Bearbeitungsverlauf jedes Beitrags einsehen. Wenn diese Option deaktiviert ist, können nur Beitragsersteller ihren eigenen Bearbeitungsverlauf anzeigen. Administration und Moderation können jederzeit den Bearbeitungsverlauf einsehen.",
"Allow accounts to hide their own edit history" : "Zulassen, dass Konten ihren eigenen Bearbeitungsverlauf ausblenden können.",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "Wenn diese Option aktiviert ist, können Konten ihren Bearbeitungsverlauf vor anderen Konten in ihren Einstellungen verbergen.",
"Posts" : "Beiträge",
"Configure posting features" : "Posting-Funktionen konfigurieren",
"Enable signatures" : "Signaturen aktivieren",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "Wenn aktiviert, können Konten in ihren Einstellungen eine Signatur festlegen, die unterhalb von Beiträgen angezeigt wird.",
"Settings saved" : "Einstellungen gespeichert",
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
"Review and restore deleted content" : "Gelöschte Inhalte überprüfen und wiederherstellen",
"Deleted threads" : "Gelöschte Themen",
"Deleted replies" : "Gelöschte Antworten",
"Search deleted content …" : "Gelöschten Inhalt suchen …",
"Newest first" : "Neueste zuerst",
"Oldest first" : "Älteste zuerst",
"Create role" : "Rolle erstellen",
"Edit role" : "Rolle bearbeiten",
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
@@ -494,17 +523,21 @@ OC.L10N.register(
"Reset" : "Zurücksetzen",
"Role permissions" : "Rollenberechtigungen",
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
"Can edit roles" : "Kann Rollen bearbeiten",
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
"Can edit categories" : "Kann Kategorien bearbeiten",
"Dashboard and forum settings" : "Dashboard und Foreneinstellungen",
"Allow access to the management dashboard and forum settings" : "Zugriff auf das Verwaltungs-Dashboard und die Foreneinstellungen zulassen",
"Account management" : "Kontoverwaltung",
"Allow viewing accounts and assigning roles" : "Anzeigen von Konten und das Zuweisen von Rollen zulassen",
"Roles and teams management" : "Rollen- und Team-Verwaltung",
"Allow creating, editing and deleting roles and team permissions" : "Das Erstellen, Bearbeiten und Löschen von Rollen und Teamberechtigungen zulassen",
"Category management" : "Kategorieverwaltung",
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
"Allow creating, editing and deleting custom BBCodes" : "Das Erstellen, Bearbeiten und Löschen benutzerdefinierter BBCodes zulassen",
"Allow access to the moderation page to review and restore deleted content" : "Den Zugriff auf die Moderationsseite, um gelöschte Inhalte zu überprüfen und wiederherzustellen zulassen",
"Category permissions" : "Kategorieberechtigungen",
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
"Guest role cannot have management permissions" : "Die Gastrolle darf keine Verwaltungsberechtigungen haben",
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
@@ -545,7 +578,6 @@ OC.L10N.register(
"Joined" : "Beigetreten",
"Status" : "Status",
"Active" : "Aktiv",
"Deleted" : "Gelöscht",
"No roles" : "Keine Rollen",
"Select roles" : "Rollen auswählen",
"Edit roles" : "Rollen bearbeiten",

View File

@@ -55,31 +55,34 @@
"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 deine Nextcloud-Instanz integriert ist.",
"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 deiner 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.",
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**Schlüsselfunktionen:**\n- **Themen-Diskussionen** - Erstellen und Antworten auf organisierte Diskussionsthemen mit Paginierung\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien, Überschriften, Farben und Drag-and-Drop-Neuanordnung organisieren\n- **Rich Text Formatierung** - BBCode-Formatierung mit integrierten und benutzerdefinierten Tags, Symbolleiste mit Überlaufmenü\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher anhängen oder per Drag-and-Drop hochladen\n- **Benachrichtigungen** - Threads abonnieren und über Antworten und @Erwähnungen benachrichtigt werden\n- **Postreaktionen** - Auf Posts mit Emoji-Reaktionen reagieren\n- **Gelesen-/Ungelesen-Nachverfolgung** - Ungelesene Beiträge auf Themen- und Kategorieebene verfolgen\n- **Lesezeichen** - Themen für den schnellen Zugriff speichern\n- **Suche** - Erweiterte Suche mit Booleschen Operatoren und Kategoriefilterung\n- **Benutzerprofile** - Beitragsverlauf, Statistiken und Rollenabzeichen anzeigen\n- **Rollen und Teams** - Feinkörnige Berechtigungen pro Rolle oder Nextcloud-Team, pro Kategorie\n- **Gästezugriff** - Optionaler öffentlicher Zugriff für nicht angemeldete Besucher mit einstellbaren Berechtigungen\n- **Bearbeitungsverlauf** - Den Verlauf nach der Überarbeitung mit einstellbarer Sichtbarkeit und Datenschutzkontrollen pro Konto anzeigen\n- **Wiederverwendbare Vorlagen** - Speichern und Einfügen häufig verwendeter Inhaltsausschnitte\n- **Signaturen** - BBCode-formatierte Signaturen in Beiträgen\n- **Themen-Entwürfe** - Automatisch gespeicherte Entwürfe pro Kategorie\n- **Dashboard-Widgets** - Aktuelle Aktivitäten, Top-Threads und Top-Kategorien im Nextcloud-Dashboard\n- **Direkte Beitragslinks** - Direkt auf einen bestimmten Beitrag innerhalb eines Tehmas verlinken\n- **Moderationstools** - Themen anheften, sperren, ausblenden und verschieben; gelöschte Inhalte überprüfen und wiederherstellen\n- **Verwaltungstools** - Kategorien, Rollen, BBCodes und Foreneinstellungen mit granularen Berechtigungen verwalten\n- **Serververwaltung** - Seeds reparieren, Statistiken neu erstellen und Rollen über das Nextcloud-Administrations-Panel zuweisen\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Unterstützungskanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Konten und Teams zur Anmeldung und Zugriffskontrolle.",
"Forum server administration" : "Foren-Server-Administration",
"Database Initial Data" : "Datenbank-Anfangsdaten",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Standardforendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wieder herstellen. Dies kann sicher mehrmals ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
"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",
"Rebuild Statistics" : "Statistiken neu erstellen",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Alle Forenstatistiken, einschließlich der Anzahl der Kontoposten, der Thread-Anzahl und der Kategoriezähler, neu berechnen. Diese Funktion bitte verwenden, wenn Statistiken falsch oder nicht synchron sind.",
"User Roles" : "Benutzerrollen",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Konten Forenrollen zuweisen. Dadurch können bestimmten Konten Verwaltungs- oder Moderationsrechte gewährt werden.",
"User ID" : "Benutzer-ID",
"Enter user ID" : "Benutzer-ID eingeben",
"Role" : "Rolle",
"Select a role" : "Eine Rolle auswählen",
"Assign Role" : "Rolle zuweisen",
"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 …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
"User preferences" : "Benutzereinstellungen",
"Management" : "Verwaltung",
"Dashboard" : "Dashboard",
"Forum settings" : "Forumseinstellungen",
"Users" : "Benutzer",
"Roles & Teams" : "Rollen und Teams",
"Categories" : "Kategorien",
"BBCodes" : "BBCodes",
"Moderation" : "Moderation",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
@@ -162,6 +165,16 @@
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Deleted" : "Gelöscht",
"Restore" : "Wiederherstellen",
"Error loading content" : "Fehler beim Laden des Inhalts",
"Retry" : "Wiederholen",
"No deleted content" : "Kein gelöschter Inhalt",
"There is no deleted content to review." : "Es gibt keine gelöschten Inhalte, die überprüft werden müssen.",
"Deleted reply" : "Antwort löschen",
"In thread" : "Im Thema",
"Restore reply" : "Antwort wiederherstellen",
"Restore thread" : "Thema wiederherstellen",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -207,7 +220,6 @@
"Write your reply …" : "Schreibe deine Antwort …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll deine Antwort verworfen werden?",
"In thread" : "Im Thema",
"Thread unavailable" : "Thema nicht verfügbar",
"Pinned thread" : "Angeheftetes Thema",
"Locked thread" : "Gesperrtes Thema",
@@ -245,7 +257,6 @@
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
"No bookmarks yet" : "Bislang keine Lesezeichen",
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
"Retry" : "Wiederholen",
"An unexpected error occurred" : "Ein unerwarteter Fehler ist aufgetreten",
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
"No categories yet" : "Bislang keine Kategorien",
@@ -366,6 +377,9 @@
"You can use BBCode formatting in your signature" : "Du kannst die BBCode-Formatierung in deiner Signatur verwenden",
"Enter your signature …" : "Gebe deine Signatur ein …",
"Privacy" : "Datenschutz",
"Control the visibility of your activity" : "Die Sichtbarkeit deiner Aktivität kontrollieren",
"Hide my edit history from other accounts" : "Meinen Bearbeitungsverlauf vor anderen Konten verbergen",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können andere Konten den Bearbeitungsverlauf deiner Beiträge nicht einsehen. Administration und Moderation können den Bearbeitungsverlauf jederzeit einsehen.",
"Failed to save preferences" : "Einstellungen konnten nicht gespeichert werden",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -448,7 +462,7 @@
"Select target header" : "Zielüberschrift auswählen",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Admin dashboard" : "Administrationsdashboard",
"Management dashboard" : "Verwaltungs-Dashboard",
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
"Loading statistics …" : "Lade Statistiken …",
"Error loading dashboard" : "Fehler beim Laden des Dashboards",
@@ -476,8 +490,23 @@
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
"Allow guest access" : "Gästen den Zugriff gestatten",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
"Control who can view the edit history of posts" : "Steuern, wer den Bearbeitungsverlauf von Beiträgen anzeigen kann",
"Allow all accounts to view edit history" : "Zulassen, dass alle Konten den Verarbeitungsverlauf einsehen können",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können alle Konten den Bearbeitungsverlauf jedes Beitrags einsehen. Wenn diese Option deaktiviert ist, können nur Beitragsersteller ihren eigenen Bearbeitungsverlauf anzeigen. Administration und Moderation können jederzeit den Bearbeitungsverlauf einsehen.",
"Allow accounts to hide their own edit history" : "Zulassen, dass Konten ihren eigenen Bearbeitungsverlauf ausblenden können.",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "Wenn diese Option aktiviert ist, können Konten ihren Bearbeitungsverlauf vor anderen Konten in ihren Einstellungen verbergen.",
"Posts" : "Beiträge",
"Configure posting features" : "Posting-Funktionen konfigurieren",
"Enable signatures" : "Signaturen aktivieren",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "Wenn aktiviert, können Konten in ihren Einstellungen eine Signatur festlegen, die unterhalb von Beiträgen angezeigt wird.",
"Settings saved" : "Einstellungen gespeichert",
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
"Review and restore deleted content" : "Gelöschte Inhalte überprüfen und wiederherstellen",
"Deleted threads" : "Gelöschte Themen",
"Deleted replies" : "Gelöschte Antworten",
"Search deleted content …" : "Gelöschten Inhalt suchen …",
"Newest first" : "Neueste zuerst",
"Oldest first" : "Älteste zuerst",
"Create role" : "Rolle erstellen",
"Edit role" : "Rolle bearbeiten",
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
@@ -492,17 +521,21 @@
"Reset" : "Zurücksetzen",
"Role permissions" : "Rollenberechtigungen",
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
"Can edit roles" : "Kann Rollen bearbeiten",
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
"Can edit categories" : "Kann Kategorien bearbeiten",
"Dashboard and forum settings" : "Dashboard und Foreneinstellungen",
"Allow access to the management dashboard and forum settings" : "Zugriff auf das Verwaltungs-Dashboard und die Foreneinstellungen zulassen",
"Account management" : "Kontoverwaltung",
"Allow viewing accounts and assigning roles" : "Anzeigen von Konten und das Zuweisen von Rollen zulassen",
"Roles and teams management" : "Rollen- und Team-Verwaltung",
"Allow creating, editing and deleting roles and team permissions" : "Das Erstellen, Bearbeiten und Löschen von Rollen und Teamberechtigungen zulassen",
"Category management" : "Kategorieverwaltung",
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
"Allow creating, editing and deleting custom BBCodes" : "Das Erstellen, Bearbeiten und Löschen benutzerdefinierter BBCodes zulassen",
"Allow access to the moderation page to review and restore deleted content" : "Den Zugriff auf die Moderationsseite, um gelöschte Inhalte zu überprüfen und wiederherzustellen zulassen",
"Category permissions" : "Kategorieberechtigungen",
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
"Guest role cannot have management permissions" : "Die Gastrolle darf keine Verwaltungsberechtigungen haben",
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
@@ -543,7 +576,6 @@
"Joined" : "Beigetreten",
"Status" : "Status",
"Active" : "Aktiv",
"Deleted" : "Gelöscht",
"No roles" : "Keine Rollen",
"Select roles" : "Rollen auswählen",
"Edit roles" : "Rollen bearbeiten",

View File

@@ -57,31 +57,34 @@ 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**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.",
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**Schlüsselfunktionen:**\n- **Themen-Diskussionen** - Erstellen und Antworten auf organisierte Diskussionsthemen mit Paginierung\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien, Überschriften, Farben und Drag-and-Drop-Neuanordnung organisieren\n- **Rich Text Formatierung** - BBCode-Formatierung mit integrierten und benutzerdefinierten Tags, Symbolleiste mit Überlaufmenü\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher anhängen oder per Drag-and-Drop hochladen\n- **Benachrichtigungen** - Threads abonnieren und über Antworten und @Erwähnungen benachrichtigt werden\n- **Postreaktionen** - Auf Posts mit Emoji-Reaktionen reagieren\n- **Gelesen-/Ungelesen-Nachverfolgung** - Ungelesene Beiträge auf Themen- und Kategorieebene verfolgen\n- **Lesezeichen** - Themen für den schnellen Zugriff speichern\n- **Suche** - Erweiterte Suche mit Booleschen Operatoren und Kategoriefilterung\n- **Benutzerprofile** - Beitragsverlauf, Statistiken und Rollenabzeichen anzeigen\n- **Rollen und Teams** - Feinkörnige Berechtigungen pro Rolle oder Nextcloud-Team, pro Kategorie\n- **Gästezugriff** - Optionaler öffentlicher Zugriff für nicht angemeldete Besucher mit einstellbaren Berechtigungen\n- **Bearbeitungsverlauf** - Den Verlauf nach der Überarbeitung mit einstellbarer Sichtbarkeit und Datenschutzkontrollen pro Konto anzeigen\n- **Wiederverwendbare Vorlagen** - Speichern und Einfügen häufig verwendeter Inhaltsausschnitte\n- **Signaturen** - BBCode-formatierte Signaturen in Beiträgen\n- **Themen-Entwürfe** - Automatisch gespeicherte Entwürfe pro Kategorie\n- **Dashboard-Widgets** - Aktuelle Aktivitäten, Top-Threads und Top-Kategorien im Nextcloud-Dashboard\n- **Direkte Beitragslinks** - Direkt auf einen bestimmten Beitrag innerhalb eines Tehmas verlinken\n- **Moderationstools** - Themen anheften, sperren, ausblenden und verschieben; gelöschte Inhalte überprüfen und wiederherstellen\n- **Verwaltungstools** - Kategorien, Rollen, BBCodes und Foreneinstellungen mit granularen Berechtigungen verwalten\n- **Serververwaltung** - Seeds reparieren, Statistiken neu erstellen und Rollen über das Nextcloud-Administrations-Panel zuweisen\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Unterstützungskanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Konten und Teams zur Anmeldung und Zugriffskontrolle.",
"Forum server administration" : "Foren-Server-Administration",
"Database Initial Data" : "Datenbank-Anfangsdaten",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Standardforendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wieder herstellen. Dies kann sicher mehrmals ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
"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",
"Rebuild Statistics" : "Statistiken neu erstellen",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Alle Forenstatistiken, einschließlich der Anzahl der Kontoposten, der Thread-Anzahl und der Kategoriezähler, neu berechnen. Diese Funktion bitte verwenden, wenn Statistiken falsch oder nicht synchron sind.",
"User Roles" : "Benutzerrollen",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Konten Forenrollen zuweisen. Dadurch können bestimmten Konten Verwaltungs- oder Moderationsrechte gewährt werden.",
"User ID" : "Benutzer-ID",
"Enter user ID" : "Benutzer-ID eingeben",
"Role" : "Rolle",
"Select a role" : "Eine Rolle auswählen",
"Assign Role" : "Rolle zuweisen",
"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 …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
"User preferences" : "Benutzereinstellungen",
"Management" : "Verwaltung",
"Dashboard" : "Dashboard",
"Forum settings" : "Forumeinstellungen",
"Users" : "Personen",
"Roles & Teams" : "Rollen und Teams",
"Categories" : "Kategorien",
"BBCodes" : "BBCodes",
"Moderation" : "Moderation",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
@@ -164,6 +167,16 @@ OC.L10N.register(
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Deleted" : "Gelöscht",
"Restore" : "Wiederherstellen",
"Error loading content" : "Fehler beim Laden des Inhalts",
"Retry" : "Wiederholen",
"No deleted content" : "Kein gelöschter Inhalt",
"There is no deleted content to review." : "Es gibt keine gelöschten Inhalte, die überprüft werden müssen.",
"Deleted reply" : "Antwort löschen",
"In thread" : "Im Thema",
"Restore reply" : "Antwort wiederherstellen",
"Restore thread" : "Thema wiederherstellen",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -209,7 +222,6 @@ OC.L10N.register(
"Write your reply …" : "Ihre Antwort schreiben …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
"In thread" : "Im Thema",
"Thread unavailable" : "Thema nicht verfügbar",
"Pinned thread" : "Angeheftetes Thema",
"Locked thread" : "Gesperrtes Thema",
@@ -247,7 +259,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
"No bookmarks yet" : "Bislang keine Lesezeichen",
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
"Retry" : "Wiederholen",
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
"No categories yet" : "Bislang keine Kategorien",
@@ -368,6 +379,9 @@ OC.L10N.register(
"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 …",
"Privacy" : "Datenschutz",
"Control the visibility of your activity" : "Die Sichtbarkeit Ihrer Aktivität kontrollieren",
"Hide my edit history from other accounts" : "Meinen Bearbeitungsverlauf vor anderen Konten verbergen",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können andere Konten den Bearbeitungsverlauf Ihrer Beiträge nicht einsehen. Administration und Moderation können den Bearbeitungsverlauf jederzeit einsehen.",
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -450,7 +464,7 @@ OC.L10N.register(
"Select target header" : "Zielüberschrift auswählen",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Admin dashboard" : "Administrationsdashboard",
"Management dashboard" : "Verwaltungs-Dashboard",
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
"Loading statistics …" : "Lade Statistiken …",
"Error loading dashboard" : "Fehler beim Laden des Dashboards",
@@ -478,8 +492,23 @@ OC.L10N.register(
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
"Allow guest access" : "Gästen den Zugriff gestatten",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
"Control who can view the edit history of posts" : "Steuern, wer den Bearbeitungsverlauf von Beiträgen anzeigen kann",
"Allow all accounts to view edit history" : "Zulassen, dass alle Konten den Verarbeitungsverlauf einsehen können",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können alle Konten den Bearbeitungsverlauf jedes Beitrags einsehen. Wenn diese Option deaktiviert ist, können nur Beitragsersteller ihren eigenen Bearbeitungsverlauf anzeigen. Administration und Moderation können jederzeit den Bearbeitungsverlauf einsehen.",
"Allow accounts to hide their own edit history" : "Zulassen, dass Konten ihren eigenen Bearbeitungsverlauf ausblenden können.",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "Wenn diese Option aktiviert ist, können Konten ihren Bearbeitungsverlauf vor anderen Konten in ihren Einstellungen verbergen.",
"Posts" : "Beiträge",
"Configure posting features" : "Posting-Funktionen konfigurieren",
"Enable signatures" : "Signaturen aktivieren",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "Wenn aktiviert, können Konten in ihren Einstellungen eine Signatur festlegen, die unterhalb von Beiträgen angezeigt wird.",
"Settings saved" : "Einstellungen gespeichert",
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
"Review and restore deleted content" : "Gelöschte Inhalte überprüfen und wiederherstellen",
"Deleted threads" : "Gelöschte Themen",
"Deleted replies" : "Gelöschte Antworten",
"Search deleted content …" : "Gelöschten Inhalt suchen …",
"Newest first" : "Neueste zuerst",
"Oldest first" : "Älteste zuerst",
"Create role" : "Rolle erstellen",
"Edit role" : "Rolle bearbeiten",
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
@@ -494,17 +523,21 @@ OC.L10N.register(
"Reset" : "Zurücksetzen",
"Role permissions" : "Rollenberechtigungen",
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
"Can edit roles" : "Kann Rollen bearbeiten",
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
"Can edit categories" : "Kann Kategorien bearbeiten",
"Dashboard and forum settings" : "Dashboard und Foreneinstellungen",
"Allow access to the management dashboard and forum settings" : "Zugriff auf das Verwaltungs-Dashboard und die Foreneinstellungen zulassen",
"Account management" : "Kontoverwaltung",
"Allow viewing accounts and assigning roles" : "Anzeigen von Konten und das Zuweisen von Rollen zulassen",
"Roles and teams management" : "Rollen- und Team-Verwaltung",
"Allow creating, editing and deleting roles and team permissions" : "Das Erstellen, Bearbeiten und Löschen von Rollen und Teamberechtigungen zulassen",
"Category management" : "Kategorieverwaltung",
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
"Allow creating, editing and deleting custom BBCodes" : "Das Erstellen, Bearbeiten und Löschen benutzerdefinierter BBCodes zulassen",
"Allow access to the moderation page to review and restore deleted content" : "Den Zugriff auf die Moderationsseite, um gelöschte Inhalte zu überprüfen und wiederherzustellen zulassen",
"Category permissions" : "Kategorieberechtigungen",
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
"Guest role cannot have management permissions" : "Die Gastrolle darf keine Verwaltungsberechtigungen haben",
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
@@ -545,7 +578,6 @@ OC.L10N.register(
"Joined" : "Beigetreten",
"Status" : "Status",
"Active" : "Aktiv",
"Deleted" : "Gelöscht",
"No roles" : "Keine Rollen",
"Select roles" : "Rollen auswählen",
"Edit roles" : "Rollen bearbeiten",

View File

@@ -55,31 +55,34 @@
"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**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.",
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**Schlüsselfunktionen:**\n- **Themen-Diskussionen** - Erstellen und Antworten auf organisierte Diskussionsthemen mit Paginierung\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien, Überschriften, Farben und Drag-and-Drop-Neuanordnung organisieren\n- **Rich Text Formatierung** - BBCode-Formatierung mit integrierten und benutzerdefinierten Tags, Symbolleiste mit Überlaufmenü\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher anhängen oder per Drag-and-Drop hochladen\n- **Benachrichtigungen** - Threads abonnieren und über Antworten und @Erwähnungen benachrichtigt werden\n- **Postreaktionen** - Auf Posts mit Emoji-Reaktionen reagieren\n- **Gelesen-/Ungelesen-Nachverfolgung** - Ungelesene Beiträge auf Themen- und Kategorieebene verfolgen\n- **Lesezeichen** - Themen für den schnellen Zugriff speichern\n- **Suche** - Erweiterte Suche mit Booleschen Operatoren und Kategoriefilterung\n- **Benutzerprofile** - Beitragsverlauf, Statistiken und Rollenabzeichen anzeigen\n- **Rollen und Teams** - Feinkörnige Berechtigungen pro Rolle oder Nextcloud-Team, pro Kategorie\n- **Gästezugriff** - Optionaler öffentlicher Zugriff für nicht angemeldete Besucher mit einstellbaren Berechtigungen\n- **Bearbeitungsverlauf** - Den Verlauf nach der Überarbeitung mit einstellbarer Sichtbarkeit und Datenschutzkontrollen pro Konto anzeigen\n- **Wiederverwendbare Vorlagen** - Speichern und Einfügen häufig verwendeter Inhaltsausschnitte\n- **Signaturen** - BBCode-formatierte Signaturen in Beiträgen\n- **Themen-Entwürfe** - Automatisch gespeicherte Entwürfe pro Kategorie\n- **Dashboard-Widgets** - Aktuelle Aktivitäten, Top-Threads und Top-Kategorien im Nextcloud-Dashboard\n- **Direkte Beitragslinks** - Direkt auf einen bestimmten Beitrag innerhalb eines Tehmas verlinken\n- **Moderationstools** - Themen anheften, sperren, ausblenden und verschieben; gelöschte Inhalte überprüfen und wiederherstellen\n- **Verwaltungstools** - Kategorien, Rollen, BBCodes und Foreneinstellungen mit granularen Berechtigungen verwalten\n- **Serververwaltung** - Seeds reparieren, Statistiken neu erstellen und Rollen über das Nextcloud-Administrations-Panel zuweisen\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Unterstützungskanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Konten und Teams zur Anmeldung und Zugriffskontrolle.",
"Forum server administration" : "Foren-Server-Administration",
"Database Initial Data" : "Datenbank-Anfangsdaten",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Standardforendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wieder herstellen. Dies kann sicher mehrmals ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
"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",
"Rebuild Statistics" : "Statistiken neu erstellen",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Alle Forenstatistiken, einschließlich der Anzahl der Kontoposten, der Thread-Anzahl und der Kategoriezähler, neu berechnen. Diese Funktion bitte verwenden, wenn Statistiken falsch oder nicht synchron sind.",
"User Roles" : "Benutzerrollen",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Konten Forenrollen zuweisen. Dadurch können bestimmten Konten Verwaltungs- oder Moderationsrechte gewährt werden.",
"User ID" : "Benutzer-ID",
"Enter user ID" : "Benutzer-ID eingeben",
"Role" : "Rolle",
"Select a role" : "Eine Rolle auswählen",
"Assign Role" : "Rolle zuweisen",
"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 …",
"Search" : "Suche",
"Home" : "Startseite",
"Bookmarks" : "Lesezeichen",
"User preferences" : "Benutzereinstellungen",
"Management" : "Verwaltung",
"Dashboard" : "Dashboard",
"Forum settings" : "Forumeinstellungen",
"Users" : "Personen",
"Roles & Teams" : "Rollen und Teams",
"Categories" : "Kategorien",
"BBCodes" : "BBCodes",
"Moderation" : "Moderation",
"Expand" : "Erweitern",
"Collapse" : "Zuklappen",
"(Guest)" : "(Gast)",
@@ -162,6 +165,16 @@
"Initializing …" : "Initialisiere …",
"Forum not set up" : "Forum ist nicht eingerichtet",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
"Deleted" : "Gelöscht",
"Restore" : "Wiederherstellen",
"Error loading content" : "Fehler beim Laden des Inhalts",
"Retry" : "Wiederholen",
"No deleted content" : "Kein gelöschter Inhalt",
"There is no deleted content to review." : "Es gibt keine gelöschten Inhalte, die überprüft werden müssen.",
"Deleted reply" : "Antwort löschen",
"In thread" : "Im Thema",
"Restore reply" : "Antwort wiederherstellen",
"Restore thread" : "Thema wiederherstellen",
"Move thread to category" : "Thema in Kategorie verschieben",
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
"Select a category …" : "Eine Kategorie auswählen …",
@@ -207,7 +220,6 @@
"Write your reply …" : "Ihre Antwort schreiben …",
"Submit reply" : "Antwort absenden",
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
"In thread" : "Im Thema",
"Thread unavailable" : "Thema nicht verfügbar",
"Pinned thread" : "Angeheftetes Thema",
"Locked thread" : "Gesperrtes Thema",
@@ -245,7 +257,6 @@
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
"No bookmarks yet" : "Bislang keine Lesezeichen",
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
"Retry" : "Wiederholen",
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
"No categories yet" : "Bislang keine Kategorien",
@@ -366,6 +377,9 @@
"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 …",
"Privacy" : "Datenschutz",
"Control the visibility of your activity" : "Die Sichtbarkeit Ihrer Aktivität kontrollieren",
"Hide my edit history from other accounts" : "Meinen Bearbeitungsverlauf vor anderen Konten verbergen",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können andere Konten den Bearbeitungsverlauf Ihrer Beiträge nicht einsehen. Administration und Moderation können den Bearbeitungsverlauf jederzeit einsehen.",
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
"Select upload directory" : "Hochladeverzeichnis auswählen",
"BBCode management" : "BBCode-Verwaltung",
@@ -448,7 +462,7 @@
"Select target header" : "Zielüberschrift auswählen",
"Move up" : "Nach oben verschieben",
"Move down" : "Nach unten verschieben",
"Admin dashboard" : "Administrationsdashboard",
"Management dashboard" : "Verwaltungs-Dashboard",
"Overview of forum activity and statistics" : "Übersicht der Forenaktivitäten und Statistiken",
"Loading statistics …" : "Lade Statistiken …",
"Error loading dashboard" : "Fehler beim Laden des Dashboards",
@@ -476,8 +490,23 @@
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
"Allow guest access" : "Gästen den Zugriff gestatten",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
"Control who can view the edit history of posts" : "Steuern, wer den Bearbeitungsverlauf von Beiträgen anzeigen kann",
"Allow all accounts to view edit history" : "Zulassen, dass alle Konten den Verarbeitungsverlauf einsehen können",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können alle Konten den Bearbeitungsverlauf jedes Beitrags einsehen. Wenn diese Option deaktiviert ist, können nur Beitragsersteller ihren eigenen Bearbeitungsverlauf anzeigen. Administration und Moderation können jederzeit den Bearbeitungsverlauf einsehen.",
"Allow accounts to hide their own edit history" : "Zulassen, dass Konten ihren eigenen Bearbeitungsverlauf ausblenden können.",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "Wenn diese Option aktiviert ist, können Konten ihren Bearbeitungsverlauf vor anderen Konten in ihren Einstellungen verbergen.",
"Posts" : "Beiträge",
"Configure posting features" : "Posting-Funktionen konfigurieren",
"Enable signatures" : "Signaturen aktivieren",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "Wenn aktiviert, können Konten in ihren Einstellungen eine Signatur festlegen, die unterhalb von Beiträgen angezeigt wird.",
"Settings saved" : "Einstellungen gespeichert",
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
"Review and restore deleted content" : "Gelöschte Inhalte überprüfen und wiederherstellen",
"Deleted threads" : "Gelöschte Themen",
"Deleted replies" : "Gelöschte Antworten",
"Search deleted content …" : "Gelöschten Inhalt suchen …",
"Newest first" : "Neueste zuerst",
"Oldest first" : "Älteste zuerst",
"Create role" : "Rolle erstellen",
"Edit role" : "Rolle bearbeiten",
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
@@ -492,17 +521,21 @@
"Reset" : "Zurücksetzen",
"Role permissions" : "Rollenberechtigungen",
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
"Can edit roles" : "Kann Rollen bearbeiten",
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
"Can edit categories" : "Kann Kategorien bearbeiten",
"Dashboard and forum settings" : "Dashboard und Foreneinstellungen",
"Allow access to the management dashboard and forum settings" : "Zugriff auf das Verwaltungs-Dashboard und die Foreneinstellungen zulassen",
"Account management" : "Kontoverwaltung",
"Allow viewing accounts and assigning roles" : "Anzeigen von Konten und das Zuweisen von Rollen zulassen",
"Roles and teams management" : "Rollen- und Team-Verwaltung",
"Allow creating, editing and deleting roles and team permissions" : "Das Erstellen, Bearbeiten und Löschen von Rollen und Teamberechtigungen zulassen",
"Category management" : "Kategorieverwaltung",
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
"Allow creating, editing and deleting custom BBCodes" : "Das Erstellen, Bearbeiten und Löschen benutzerdefinierter BBCodes zulassen",
"Allow access to the moderation page to review and restore deleted content" : "Den Zugriff auf die Moderationsseite, um gelöschte Inhalte zu überprüfen und wiederherzustellen zulassen",
"Category permissions" : "Kategorieberechtigungen",
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
"Guest role cannot have management permissions" : "Die Gastrolle darf keine Verwaltungsberechtigungen haben",
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
@@ -543,7 +576,6 @@
"Joined" : "Beigetreten",
"Status" : "Status",
"Active" : "Aktiv",
"Deleted" : "Gelöscht",
"No roles" : "Keine Rollen",
"Select roles" : "Rollen auswählen",
"Edit roles" : "Rollen bearbeiten",

View File

@@ -57,18 +57,13 @@ OC.L10N.register(
"Deleted user" : "Διαγραμμένος χρήστης",
"A community-driven forum built right into your Nextcloud instance" : "Ένα φόρουμ βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στο Nextcloud σας",
"Repair Database Initial Data" : "Επιδιόρθωση Αρχικών Δεδομένων Βάσης Δεδομένων",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Εκτελέστε την εντολή επιδιόρθωσης αρχικών δεδομένων της βάσης δεδομένων για να επαναφέρετε τα προεπιλεγμένα δεδομένα του φόρουμ (ρόλους, κατηγορίες, δικαιώματα, BBCode). Είναι ασφαλές να εκτελεστεί πολλές φορές, καθώς θα παραλείψει δεδομένα που υπάρχουν ήδη.",
"Run Repair Database Initial Data" : "Εκτέλεση Επιδιόρθωσης Αρχικών Δεδομένων Βάσης Δεδομένων",
"User Roles" : "Ρόλοι Χρηστών",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Αναθέστε ρόλους φόρουμ σε χρήστες. Αυτό σας επιτρέπει να παραχωρήσετε προνόμια διαχειριστή ή συντονιστή σε συγκεκριμένους χρήστες.",
"User ID" : "ID Χρήστη",
"Enter user ID" : "Εισαγωγή ID χρήστη",
"Role" : "Ρόλος",
"Select a role" : "Επιλέξτε έναν ρόλο",
"Assign Role" : "Ανάθεση Ρόλου",
"Failed to fetch roles" : "Αποτυχία ανάκτησης ρόλων",
"Failed to run repair database initial data" : "Αποτυχία εκτέλεσης επιδιόρθωσης αρχικών δεδομένων βάσης δεδομένων",
"Failed to assign role" : "Αποτυχία ανάθεσης ρόλου",
"Loading …" : "Γίνεται φόρτωση…",
"Search" : "Αναζήτηση",
"Home" : "Αρχική",
@@ -79,6 +74,7 @@ OC.L10N.register(
"Users" : "Χρήστες",
"Categories" : "Κατηγορίες",
"BBCodes" : "BBCode",
"Moderation" : "Συντονισμός",
"Expand" : "Επέκταση",
"Collapse" : "Σύμπτυξη",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Παρακαλώ σημειώστε:{bEnd} Τα συνημμένα αρχεία θα είναι ορατά σε οποιονδήποτε στο φόρουμ, ανεξάρτητα από τις ρυθμίσεις διαμοιρασμού του αρχείου.",
@@ -142,6 +138,10 @@ OC.L10N.register(
"Cancel" : "Ακύρωση",
"Create" : "Δημιουργία",
"Update" : "Ενημέρωση",
"Deleted" : "Διαγράφηκε",
"Restore" : "Επαναφορά",
"Retry" : "Δοκιμή ξανά",
"In thread" : "Στο θέμα",
"Move thread to category" : "Μετακίνηση θέματος σε κατηγορία",
"Select the category to move this thread to:" : "Επιλέξτε την κατηγορία στην οποία θέλετε να μετακινήσετε αυτό το θέμα:",
"Select a category …" : "Επιλέξτε κατηγορία …",
@@ -187,7 +187,6 @@ OC.L10N.register(
"Write your reply …" : "Γράψτε την απάντησή σας …",
"Submit reply" : "Υποβολή απάντησης",
"Are you sure you want to discard your reply?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε την απάντησή σας;",
"In thread" : "Στο θέμα",
"Thread unavailable" : "Το θέμα δεν είναι διαθέσιμο",
"Pinned thread" : "Καρφιτσωμένο θέμα",
"Locked thread" : "Κλειδωμένο θέμα",
@@ -214,7 +213,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Σφάλμα κατά τη φόρτωση σελιδοδεικτών",
"No bookmarks yet" : "Δεν υπάρχουν σελιδοδείκτες ακόμα",
"Bookmark threads to quickly find them later." : "Προσθέστε σελιδοδείκτες σε θέματα για να τα βρίσκετε γρήγορα αργότερα.",
"Retry" : "Δοκιμή ξανά",
"An unexpected error occurred" : "Προέκυψε ένα απρόσμενο σφάλμα",
"Failed to load bookmarks" : "Αποτυχία φόρτωσης σελιδοδεικτών",
"No categories yet" : "Δεν υπάρχουν κατηγορίες ακόμα",
@@ -403,7 +401,6 @@ OC.L10N.register(
"Select target header" : "Επιλέξτε κεφαλίδα προορισμού",
"Move up" : "Μετακίνηση επάνω",
"Move down" : "Μετακίνηση κάτω",
"Admin dashboard" : "Πίνακας διαχείρισης",
"Overview of forum activity and statistics" : "Επισκόπηση δραστηριότητας και στατιστικών του φόρουμ",
"Loading statistics …" : "Φόρτωση στατιστικών …",
"Error loading dashboard" : "Σφάλμα κατά τη φόρτωση του πίνακα ελέγχου",
@@ -433,6 +430,8 @@ OC.L10N.register(
"When enabled, unauthenticated users can view forum content in read-only mode" : "Όταν είναι ενεργοποιημένο, μη ταυτοποιημένοι χρήστες μπορούν να βλέπουν το περιεχόμενο του φόρουμ σε λειτουργία ανάγνωσης μόνο",
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
"Failed to save settings" : "Αποτυχία αποθήκευσης ρυθμίσεων",
"Newest first" : "Νεότερο πρώτα",
"Oldest first" : "Παλαιότερο πρώτα",
"Create role" : "Δημιουργία ρόλου",
"Edit role" : "Επεξεργασία ρόλου",
"Configure role permissions and category access" : "Διαμορφώστε τα δικαιώματα ρόλων και την πρόσβαση σε κατηγορίες",
@@ -447,17 +446,12 @@ OC.L10N.register(
"Reset" : "Επαναφορά",
"Role permissions" : "Δικαιώματα ρόλου",
"Set global permissions for this role" : "Ορίστε καθολικά δικαιώματα για αυτόν τον ρόλο",
"Can access admin tools" : "Έχει πρόσβαση στα εργαλεία διαχειριστή",
"Allow access to the admin dashboard and tools" : "Να επιτρέπεται η πρόσβαση στον πίνακα ελέγχου και τα εργαλεία διαχειριστή",
"Can edit roles" : "Μπορεί να επεξεργάζεται ρόλους",
"Allow creating, editing and deleting roles" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή ρόλων",
"Can edit categories" : "Μπορεί να επεξεργάζεται κατηγορίες",
"Account management" : "Διαχείριση λογαριασμών",
"Allow creating, editing and deleting categories" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή κατηγοριών",
"Category permissions" : "Δικαιώματα κατηγορίας",
"Set which categories this role can access" : "Ορίστε σε ποιες κατηγορίες έχει πρόσβαση αυτός ο ρόλος",
"Admin role must have all permissions enabled" : "Ο ρόλος διαχειριστή πρέπει να έχει ενεργοποιημένα όλα τα δικαιώματα",
"Admin role has full access to all categories" : "Ο ρόλος διαχειριστή έχει πλήρη πρόσβαση σε όλες τις κατηγορίες",
"Guest role cannot have admin permissions" : "Ο ρόλος επισκέπτη δεν μπορεί να έχει δικαιώματα διαχειριστή",
"Guest role cannot moderate categories" : "Ο ρόλος επισκέπτη δεν μπορεί να συντονίζει κατηγορίες",
"You can control which categories guests can view using the checkboxes below." : "Μπορείτε να ελέγξετε ποιες κατηγορίες μπορούν να βλέπουν οι επισκέπτες χρησιμοποιώντας τα πλαίσια επιλογής παρακάτω.",
"Guest access is currently disabled" : "Η πρόσβαση επισκεπτών είναι απενεργοποιημένη αυτή τη στιγμή",
@@ -488,7 +482,6 @@ OC.L10N.register(
"Joined" : "Εγγραφή",
"Status" : "Κατάσταση",
"Active" : "Ενεργός",
"Deleted" : "Διαγράφηκε",
"No roles" : "Χωρίς ρόλους",
"Select roles" : "Επιλογή ρόλων",
"Edit roles" : "Επεξεργασία ρόλων",

View File

@@ -55,18 +55,13 @@
"Deleted user" : "Διαγραμμένος χρήστης",
"A community-driven forum built right into your Nextcloud instance" : "Ένα φόρουμ βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στο Nextcloud σας",
"Repair Database Initial Data" : "Επιδιόρθωση Αρχικών Δεδομένων Βάσης Δεδομένων",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Εκτελέστε την εντολή επιδιόρθωσης αρχικών δεδομένων της βάσης δεδομένων για να επαναφέρετε τα προεπιλεγμένα δεδομένα του φόρουμ (ρόλους, κατηγορίες, δικαιώματα, BBCode). Είναι ασφαλές να εκτελεστεί πολλές φορές, καθώς θα παραλείψει δεδομένα που υπάρχουν ήδη.",
"Run Repair Database Initial Data" : "Εκτέλεση Επιδιόρθωσης Αρχικών Δεδομένων Βάσης Δεδομένων",
"User Roles" : "Ρόλοι Χρηστών",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Αναθέστε ρόλους φόρουμ σε χρήστες. Αυτό σας επιτρέπει να παραχωρήσετε προνόμια διαχειριστή ή συντονιστή σε συγκεκριμένους χρήστες.",
"User ID" : "ID Χρήστη",
"Enter user ID" : "Εισαγωγή ID χρήστη",
"Role" : "Ρόλος",
"Select a role" : "Επιλέξτε έναν ρόλο",
"Assign Role" : "Ανάθεση Ρόλου",
"Failed to fetch roles" : "Αποτυχία ανάκτησης ρόλων",
"Failed to run repair database initial data" : "Αποτυχία εκτέλεσης επιδιόρθωσης αρχικών δεδομένων βάσης δεδομένων",
"Failed to assign role" : "Αποτυχία ανάθεσης ρόλου",
"Loading …" : "Γίνεται φόρτωση…",
"Search" : "Αναζήτηση",
"Home" : "Αρχική",
@@ -77,6 +72,7 @@
"Users" : "Χρήστες",
"Categories" : "Κατηγορίες",
"BBCodes" : "BBCode",
"Moderation" : "Συντονισμός",
"Expand" : "Επέκταση",
"Collapse" : "Σύμπτυξη",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Παρακαλώ σημειώστε:{bEnd} Τα συνημμένα αρχεία θα είναι ορατά σε οποιονδήποτε στο φόρουμ, ανεξάρτητα από τις ρυθμίσεις διαμοιρασμού του αρχείου.",
@@ -140,6 +136,10 @@
"Cancel" : "Ακύρωση",
"Create" : "Δημιουργία",
"Update" : "Ενημέρωση",
"Deleted" : "Διαγράφηκε",
"Restore" : "Επαναφορά",
"Retry" : "Δοκιμή ξανά",
"In thread" : "Στο θέμα",
"Move thread to category" : "Μετακίνηση θέματος σε κατηγορία",
"Select the category to move this thread to:" : "Επιλέξτε την κατηγορία στην οποία θέλετε να μετακινήσετε αυτό το θέμα:",
"Select a category …" : "Επιλέξτε κατηγορία …",
@@ -185,7 +185,6 @@
"Write your reply …" : "Γράψτε την απάντησή σας …",
"Submit reply" : "Υποβολή απάντησης",
"Are you sure you want to discard your reply?" : "Είστε σίγουροι ότι θέλετε να απορρίψετε την απάντησή σας;",
"In thread" : "Στο θέμα",
"Thread unavailable" : "Το θέμα δεν είναι διαθέσιμο",
"Pinned thread" : "Καρφιτσωμένο θέμα",
"Locked thread" : "Κλειδωμένο θέμα",
@@ -212,7 +211,6 @@
"Error loading bookmarks" : "Σφάλμα κατά τη φόρτωση σελιδοδεικτών",
"No bookmarks yet" : "Δεν υπάρχουν σελιδοδείκτες ακόμα",
"Bookmark threads to quickly find them later." : "Προσθέστε σελιδοδείκτες σε θέματα για να τα βρίσκετε γρήγορα αργότερα.",
"Retry" : "Δοκιμή ξανά",
"An unexpected error occurred" : "Προέκυψε ένα απρόσμενο σφάλμα",
"Failed to load bookmarks" : "Αποτυχία φόρτωσης σελιδοδεικτών",
"No categories yet" : "Δεν υπάρχουν κατηγορίες ακόμα",
@@ -401,7 +399,6 @@
"Select target header" : "Επιλέξτε κεφαλίδα προορισμού",
"Move up" : "Μετακίνηση επάνω",
"Move down" : "Μετακίνηση κάτω",
"Admin dashboard" : "Πίνακας διαχείρισης",
"Overview of forum activity and statistics" : "Επισκόπηση δραστηριότητας και στατιστικών του φόρουμ",
"Loading statistics …" : "Φόρτωση στατιστικών …",
"Error loading dashboard" : "Σφάλμα κατά τη φόρτωση του πίνακα ελέγχου",
@@ -431,6 +428,8 @@
"When enabled, unauthenticated users can view forum content in read-only mode" : "Όταν είναι ενεργοποιημένο, μη ταυτοποιημένοι χρήστες μπορούν να βλέπουν το περιεχόμενο του φόρουμ σε λειτουργία ανάγνωσης μόνο",
"Settings saved" : "Οι ρυθμίσεις αποθηκεύτηκαν",
"Failed to save settings" : "Αποτυχία αποθήκευσης ρυθμίσεων",
"Newest first" : "Νεότερο πρώτα",
"Oldest first" : "Παλαιότερο πρώτα",
"Create role" : "Δημιουργία ρόλου",
"Edit role" : "Επεξεργασία ρόλου",
"Configure role permissions and category access" : "Διαμορφώστε τα δικαιώματα ρόλων και την πρόσβαση σε κατηγορίες",
@@ -445,17 +444,12 @@
"Reset" : "Επαναφορά",
"Role permissions" : "Δικαιώματα ρόλου",
"Set global permissions for this role" : "Ορίστε καθολικά δικαιώματα για αυτόν τον ρόλο",
"Can access admin tools" : "Έχει πρόσβαση στα εργαλεία διαχειριστή",
"Allow access to the admin dashboard and tools" : "Να επιτρέπεται η πρόσβαση στον πίνακα ελέγχου και τα εργαλεία διαχειριστή",
"Can edit roles" : "Μπορεί να επεξεργάζεται ρόλους",
"Allow creating, editing and deleting roles" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή ρόλων",
"Can edit categories" : "Μπορεί να επεξεργάζεται κατηγορίες",
"Account management" : "Διαχείριση λογαριασμών",
"Allow creating, editing and deleting categories" : "Να επιτρέπεται η δημιουργία, επεξεργασία και διαγραφή κατηγοριών",
"Category permissions" : "Δικαιώματα κατηγορίας",
"Set which categories this role can access" : "Ορίστε σε ποιες κατηγορίες έχει πρόσβαση αυτός ο ρόλος",
"Admin role must have all permissions enabled" : "Ο ρόλος διαχειριστή πρέπει να έχει ενεργοποιημένα όλα τα δικαιώματα",
"Admin role has full access to all categories" : "Ο ρόλος διαχειριστή έχει πλήρη πρόσβαση σε όλες τις κατηγορίες",
"Guest role cannot have admin permissions" : "Ο ρόλος επισκέπτη δεν μπορεί να έχει δικαιώματα διαχειριστή",
"Guest role cannot moderate categories" : "Ο ρόλος επισκέπτη δεν μπορεί να συντονίζει κατηγορίες",
"You can control which categories guests can view using the checkboxes below." : "Μπορείτε να ελέγξετε ποιες κατηγορίες μπορούν να βλέπουν οι επισκέπτες χρησιμοποιώντας τα πλαίσια επιλογής παρακάτω.",
"Guest access is currently disabled" : "Η πρόσβαση επισκεπτών είναι απενεργοποιημένη αυτή τη στιγμή",
@@ -486,7 +480,6 @@
"Joined" : "Εγγραφή",
"Status" : "Κατάσταση",
"Active" : "Ενεργός",
"Deleted" : "Διαγράφηκε",
"No roles" : "Χωρίς ρόλους",
"Select roles" : "Επιλογή ρόλων",
"Edit roles" : "Επεξεργασία ρόλων",

View File

@@ -57,31 +57,34 @@ 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**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- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control." : "Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control.",
"Forum server administration" : "Forum server administration",
"Database Initial Data" : "Database Initial Data",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
"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",
"Rebuild Statistics" : "Rebuild Statistics",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync.",
"User Roles" : "User Roles",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users.",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts.",
"User ID" : "User ID",
"Enter user ID" : "Enter user ID",
"Role" : "Role",
"Select a role" : "Select a role",
"Assign Role" : "Assign Role",
"Failed to fetch roles" : "Failed to fetch roles",
"Failed to run repair database initial data" : "Failed to run repair database initial data",
"Failed to assign role" : "Failed to assign role",
"Loading …" : "Loading …",
"Search" : "Search",
"Home" : "Home",
"Bookmarks" : "Bookmarks",
"User preferences" : "User preferences",
"Management" : "Management",
"Dashboard" : "Dashboard",
"Forum settings" : "Forum settings",
"Users" : "Users",
"Roles & Teams" : "Roles & Teams",
"Categories" : "Categories",
"BBCodes" : "BBCodes",
"Moderation" : "Moderation",
"Expand" : "Expand",
"Collapse" : "Collapse",
"(Guest)" : "(Guest)",
@@ -164,6 +167,16 @@ OC.L10N.register(
"Initializing …" : "Initializing …",
"Forum not set up" : "Forum not set up",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
"Deleted" : "Deleted",
"Restore" : "Restore",
"Error loading content" : "Error loading content",
"Retry" : "Retry",
"No deleted content" : "No deleted content",
"There is no deleted content to review." : "There is no deleted content to review.",
"Deleted reply" : "Deleted reply",
"In thread" : "In thread",
"Restore reply" : "Restore reply",
"Restore thread" : "Restore thread",
"Move thread to category" : "Move thread to category",
"Select the category to move this thread to:" : "Select the category to move this thread to:",
"Select a category …" : "Select a category …",
@@ -209,7 +222,6 @@ OC.L10N.register(
"Write your reply …" : "Write your reply …",
"Submit reply" : "Submit reply",
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
"In thread" : "In thread",
"Thread unavailable" : "Thread unavailable",
"Pinned thread" : "Pinned thread",
"Locked thread" : "Locked thread",
@@ -247,7 +259,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Error loading bookmarks",
"No bookmarks yet" : "No bookmarks yet",
"Bookmark threads to quickly find them later." : "Bookmark threads to quickly find them later.",
"Retry" : "Retry",
"An unexpected error occurred" : "An unexpected error occurred",
"Failed to load bookmarks" : "Failed to load bookmarks",
"No categories yet" : "No categories yet",
@@ -368,6 +379,9 @@ OC.L10N.register(
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Privacy",
"Control the visibility of your activity" : "Control the visibility of your activity",
"Hide my edit history from other accounts" : "Hide my edit history from other accounts",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history.",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",
@@ -450,7 +464,7 @@ OC.L10N.register(
"Select target header" : "Select target header",
"Move up" : "Move up",
"Move down" : "Move down",
"Admin dashboard" : "Admin dashboard",
"Management dashboard" : "Management dashboard",
"Overview of forum activity and statistics" : "Overview of forum activity and statistics",
"Loading statistics …" : "Loading statistics …",
"Error loading dashboard" : "Error loading dashboard",
@@ -478,8 +492,23 @@ OC.L10N.register(
"Manage who can access the forum" : "Manage who can access the forum",
"Allow guest access" : "Allow guest access",
"When enabled, unauthenticated users can view forum content in read-only mode" : "When enabled, unauthenticated users can view forum content in read-only mode",
"Control who can view the edit history of posts" : "Control who can view the edit history of posts",
"Allow all accounts to view edit history" : "Allow all accounts to view edit history",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history.",
"Allow accounts to hide their own edit history" : "Allow accounts to hide their own edit history",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "When enabled, accounts can choose to hide their edit history from other accounts in their preferences.",
"Posts" : "Posts",
"Configure posting features" : "Configure posting features",
"Enable signatures" : "Enable signatures",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts.",
"Settings saved" : "Settings saved",
"Failed to save settings" : "Failed to save settings",
"Review and restore deleted content" : "Review and restore deleted content",
"Deleted threads" : "Deleted threads",
"Deleted replies" : "Deleted replies",
"Search deleted content …" : "Search deleted content …",
"Newest first" : "Newest first",
"Oldest first" : "Oldest first",
"Create role" : "Create role",
"Edit role" : "Edit role",
"Configure role permissions and category access" : "Configure role permissions and category access",
@@ -494,17 +523,21 @@ OC.L10N.register(
"Reset" : "Reset",
"Role permissions" : "Role permissions",
"Set global permissions for this role" : "Set global permissions for this role",
"Can access admin tools" : "Can access admin tools",
"Allow access to the admin dashboard and tools" : "Allow access to the admin dashboard and tools",
"Can edit roles" : "Can edit roles",
"Allow creating, editing and deleting roles" : "Allow creating, editing and deleting roles",
"Can edit categories" : "Can edit categories",
"Dashboard and forum settings" : "Dashboard and forum settings",
"Allow access to the management dashboard and forum settings" : "Allow access to the management dashboard and forum settings",
"Account management" : "Account management",
"Allow viewing accounts and assigning roles" : "Allow viewing accounts and assigning roles",
"Roles and teams management" : "Roles and teams management",
"Allow creating, editing and deleting roles and team permissions" : "Allow creating, editing and deleting roles and team permissions",
"Category management" : "Category management",
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
"Allow creating, editing and deleting custom BBCodes" : "Allow creating, editing and deleting custom BBCodes",
"Allow access to the moderation page to review and restore deleted content" : "Allow access to the moderation page to review and restore deleted content",
"Category permissions" : "Category permissions",
"Set which categories this role can access" : "Set which categories this role can access",
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
"Admin role has full access to all categories" : "Admin role has full access to all categories",
"Guest role cannot have admin permissions" : "Guest role cannot have admin permissions",
"Guest role cannot have management permissions" : "Guest role cannot have management permissions",
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
"Guest access is currently disabled" : "Guest access is currently disabled",
@@ -545,7 +578,6 @@ OC.L10N.register(
"Joined" : "Joined",
"Status" : "Status",
"Active" : "Active",
"Deleted" : "Deleted",
"No roles" : "No roles",
"Select roles" : "Select roles",
"Edit roles" : "Edit roles",

View File

@@ -55,31 +55,34 @@
"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**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- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control." : "Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\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 accounts and teams for authentication and access control.",
"Forum server administration" : "Forum server administration",
"Database Initial Data" : "Database Initial Data",
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
"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",
"Rebuild Statistics" : "Rebuild Statistics",
"Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync." : "Recalculate all forum statistics including account post counts, thread counts, and category counters. Use this if statistics appear incorrect or out of sync.",
"User Roles" : "User Roles",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users.",
"Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts." : "Assign forum roles to accounts. This allows you to grant administrative or moderator privileges to specific accounts.",
"User ID" : "User ID",
"Enter user ID" : "Enter user ID",
"Role" : "Role",
"Select a role" : "Select a role",
"Assign Role" : "Assign Role",
"Failed to fetch roles" : "Failed to fetch roles",
"Failed to run repair database initial data" : "Failed to run repair database initial data",
"Failed to assign role" : "Failed to assign role",
"Loading …" : "Loading …",
"Search" : "Search",
"Home" : "Home",
"Bookmarks" : "Bookmarks",
"User preferences" : "User preferences",
"Management" : "Management",
"Dashboard" : "Dashboard",
"Forum settings" : "Forum settings",
"Users" : "Users",
"Roles & Teams" : "Roles & Teams",
"Categories" : "Categories",
"BBCodes" : "BBCodes",
"Moderation" : "Moderation",
"Expand" : "Expand",
"Collapse" : "Collapse",
"(Guest)" : "(Guest)",
@@ -162,6 +165,16 @@
"Initializing …" : "Initializing …",
"Forum not set up" : "Forum not set up",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
"Deleted" : "Deleted",
"Restore" : "Restore",
"Error loading content" : "Error loading content",
"Retry" : "Retry",
"No deleted content" : "No deleted content",
"There is no deleted content to review." : "There is no deleted content to review.",
"Deleted reply" : "Deleted reply",
"In thread" : "In thread",
"Restore reply" : "Restore reply",
"Restore thread" : "Restore thread",
"Move thread to category" : "Move thread to category",
"Select the category to move this thread to:" : "Select the category to move this thread to:",
"Select a category …" : "Select a category …",
@@ -207,7 +220,6 @@
"Write your reply …" : "Write your reply …",
"Submit reply" : "Submit reply",
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
"In thread" : "In thread",
"Thread unavailable" : "Thread unavailable",
"Pinned thread" : "Pinned thread",
"Locked thread" : "Locked thread",
@@ -245,7 +257,6 @@
"Error loading bookmarks" : "Error loading bookmarks",
"No bookmarks yet" : "No bookmarks yet",
"Bookmark threads to quickly find them later." : "Bookmark threads to quickly find them later.",
"Retry" : "Retry",
"An unexpected error occurred" : "An unexpected error occurred",
"Failed to load bookmarks" : "Failed to load bookmarks",
"No categories yet" : "No categories yet",
@@ -366,6 +377,9 @@
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
"Enter your signature …" : "Enter your signature …",
"Privacy" : "Privacy",
"Control the visibility of your activity" : "Control the visibility of your activity",
"Hide my edit history from other accounts" : "Hide my edit history from other accounts",
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history.",
"Failed to save preferences" : "Failed to save preferences",
"Select upload directory" : "Select upload directory",
"BBCode management" : "BBCode management",
@@ -448,7 +462,7 @@
"Select target header" : "Select target header",
"Move up" : "Move up",
"Move down" : "Move down",
"Admin dashboard" : "Admin dashboard",
"Management dashboard" : "Management dashboard",
"Overview of forum activity and statistics" : "Overview of forum activity and statistics",
"Loading statistics …" : "Loading statistics …",
"Error loading dashboard" : "Error loading dashboard",
@@ -476,8 +490,23 @@
"Manage who can access the forum" : "Manage who can access the forum",
"Allow guest access" : "Allow guest access",
"When enabled, unauthenticated users can view forum content in read-only mode" : "When enabled, unauthenticated users can view forum content in read-only mode",
"Control who can view the edit history of posts" : "Control who can view the edit history of posts",
"Allow all accounts to view edit history" : "Allow all accounts to view edit history",
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history.",
"Allow accounts to hide their own edit history" : "Allow accounts to hide their own edit history",
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "When enabled, accounts can choose to hide their edit history from other accounts in their preferences.",
"Posts" : "Posts",
"Configure posting features" : "Configure posting features",
"Enable signatures" : "Enable signatures",
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts.",
"Settings saved" : "Settings saved",
"Failed to save settings" : "Failed to save settings",
"Review and restore deleted content" : "Review and restore deleted content",
"Deleted threads" : "Deleted threads",
"Deleted replies" : "Deleted replies",
"Search deleted content …" : "Search deleted content …",
"Newest first" : "Newest first",
"Oldest first" : "Oldest first",
"Create role" : "Create role",
"Edit role" : "Edit role",
"Configure role permissions and category access" : "Configure role permissions and category access",
@@ -492,17 +521,21 @@
"Reset" : "Reset",
"Role permissions" : "Role permissions",
"Set global permissions for this role" : "Set global permissions for this role",
"Can access admin tools" : "Can access admin tools",
"Allow access to the admin dashboard and tools" : "Allow access to the admin dashboard and tools",
"Can edit roles" : "Can edit roles",
"Allow creating, editing and deleting roles" : "Allow creating, editing and deleting roles",
"Can edit categories" : "Can edit categories",
"Dashboard and forum settings" : "Dashboard and forum settings",
"Allow access to the management dashboard and forum settings" : "Allow access to the management dashboard and forum settings",
"Account management" : "Account management",
"Allow viewing accounts and assigning roles" : "Allow viewing accounts and assigning roles",
"Roles and teams management" : "Roles and teams management",
"Allow creating, editing and deleting roles and team permissions" : "Allow creating, editing and deleting roles and team permissions",
"Category management" : "Category management",
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
"Allow creating, editing and deleting custom BBCodes" : "Allow creating, editing and deleting custom BBCodes",
"Allow access to the moderation page to review and restore deleted content" : "Allow access to the moderation page to review and restore deleted content",
"Category permissions" : "Category permissions",
"Set which categories this role can access" : "Set which categories this role can access",
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
"Admin role has full access to all categories" : "Admin role has full access to all categories",
"Guest role cannot have admin permissions" : "Guest role cannot have admin permissions",
"Guest role cannot have management permissions" : "Guest role cannot have management permissions",
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
"Guest access is currently disabled" : "Guest access is currently disabled",
@@ -543,7 +576,6 @@
"Joined" : "Joined",
"Status" : "Status",
"Active" : "Active",
"Deleted" : "Deleted",
"No roles" : "No roles",
"Select roles" : "Select roles",
"Edit roles" : "Edit roles",

View File

@@ -21,6 +21,9 @@ OC.L10N.register(
"Allow" : "Permesi",
"Cancel" : "Cancel",
"Update" : "Ĝisdatigi",
"Deleted" : "Forigita",
"Restore" : "Restaŭri",
"Retry" : "Reprovi",
"Move" : "Movi",
"Page not found" : "Paĝo ne trovita",
"Edit" : "Modifi",
@@ -36,7 +39,6 @@ OC.L10N.register(
"Draft saved" : "Malneto konservita",
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
"Refresh" : "Aktualigi",
"Retry" : "Reprovi",
"Error" : "Eraro",
"Created" : "Kreita",
"Searching …" : "Serĉado ...",
@@ -55,12 +57,13 @@ OC.L10N.register(
"Access control" : "Alirkontrolo",
"Settings saved" : "Agordoj konservitaj",
"Failed to save settings" : "Konservo de agordoj malsukcesis",
"Newest first" : "Pli novaj unue",
"Oldest first" : "Malpli novaj unue",
"Reset" : "Restarigi",
"ID" : "Identigilo",
"Owner" : "Posedanto",
"Actions" : "Agoj",
"Members" : "Membroj",
"Joined" : "Membriĝinta",
"Deleted" : "Forigita"
"Joined" : "Membriĝinta"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -19,6 +19,9 @@
"Allow" : "Permesi",
"Cancel" : "Cancel",
"Update" : "Ĝisdatigi",
"Deleted" : "Forigita",
"Restore" : "Restaŭri",
"Retry" : "Reprovi",
"Move" : "Movi",
"Page not found" : "Paĝo ne trovita",
"Edit" : "Modifi",
@@ -34,7 +37,6 @@
"Draft saved" : "Malneto konservita",
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
"Refresh" : "Aktualigi",
"Retry" : "Reprovi",
"Error" : "Eraro",
"Created" : "Kreita",
"Searching …" : "Serĉado ...",
@@ -53,12 +55,13 @@
"Access control" : "Alirkontrolo",
"Settings saved" : "Agordoj konservitaj",
"Failed to save settings" : "Konservo de agordoj malsukcesis",
"Newest first" : "Pli novaj unue",
"Oldest first" : "Malpli novaj unue",
"Reset" : "Restarigi",
"ID" : "Identigilo",
"Owner" : "Posedanto",
"Actions" : "Agoj",
"Members" : "Membroj",
"Joined" : "Membriĝinta",
"Deleted" : "Forigita"
"Joined" : "Membriĝinta"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -54,18 +54,13 @@ OC.L10N.register(
"Deleted user" : "Usuario eliminado",
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado en su instancia de Nextcloud",
"Repair Database Initial Data" : "Reparar datos iniciales de la base de datos",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Ejecute el comando de reparación de datos iniciales en la base de datos para restaurar los datos predeterminados del foro (roles, categorías, permisos y BBCodes). Puede ejecutarlo varias veces sin problemas, ya que omitirá los datos existentes.",
"Run Repair Database Initial Data" : "Ejecute el comando de reparación de datos iniciales en la base de datos",
"User Roles" : "Roles de usuario",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asignar roles de foro a los usuarios. Esto permite otorgar privilegios de administrador o moderador a usuarios específicos.",
"User ID" : "ID de usuario",
"Enter user ID" : "Introduzca el ID de usuario",
"Role" : "Cargo",
"Select a role" : "Seleccionar un rol",
"Assign Role" : "Asignar un rol",
"Failed to fetch roles" : "No se pudieron obtener los roles",
"Failed to run repair database initial data" : "Fallo al ejecutar la reparación de datos iniciales en la base de datos",
"Failed to assign role" : "Fallo al asignar un rol",
"Loading …" : "Cargando …",
"Search" : "Buscar",
"Home" : "Inicio",
@@ -76,6 +71,7 @@ OC.L10N.register(
"Users" : "Usuarios",
"Categories" : "Categorías",
"BBCodes" : "Códigos BBCodes",
"Moderation" : "Moderación",
"Expand" : "Expandir",
"Collapse" : "Colapsar",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart} Por favor tenga en cuenta: {bEnd} los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración para compartir el archivo.",
@@ -117,6 +113,9 @@ OC.L10N.register(
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Back" : "Atrás",
@@ -147,7 +146,6 @@ OC.L10N.register(
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios sin guardar",
"Refresh" : "Refrescar",
"Retry" : "Reintentar",
"In {category}" : "En {category}",
"Error" : "Error",
"Created" : "Creado",
@@ -185,7 +183,10 @@ OC.L10N.register(
"Access control" : "Control de acceso",
"Settings saved" : "Ajustes guardados",
"Failed to save settings" : "Fallo al guardar ajustes",
"Newest first" : "Más nuevas primero",
"Oldest first" : "Más antiguas primero",
"Reset" : "Restablecer",
"Account management" : "Administración de cuentas",
"ID" : "ID",
"Owner" : "Propietario",
"Actions" : "Acciones",
@@ -198,7 +199,6 @@ OC.L10N.register(
"Roles" : "Roles",
"Joined" : "Se unió",
"Status" : "Estado",
"Active" : "Activo",
"Deleted" : "Eliminada"
"Active" : "Activo"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -52,18 +52,13 @@
"Deleted user" : "Usuario eliminado",
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado en su instancia de Nextcloud",
"Repair Database Initial Data" : "Reparar datos iniciales de la base de datos",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Ejecute el comando de reparación de datos iniciales en la base de datos para restaurar los datos predeterminados del foro (roles, categorías, permisos y BBCodes). Puede ejecutarlo varias veces sin problemas, ya que omitirá los datos existentes.",
"Run Repair Database Initial Data" : "Ejecute el comando de reparación de datos iniciales en la base de datos",
"User Roles" : "Roles de usuario",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asignar roles de foro a los usuarios. Esto permite otorgar privilegios de administrador o moderador a usuarios específicos.",
"User ID" : "ID de usuario",
"Enter user ID" : "Introduzca el ID de usuario",
"Role" : "Cargo",
"Select a role" : "Seleccionar un rol",
"Assign Role" : "Asignar un rol",
"Failed to fetch roles" : "No se pudieron obtener los roles",
"Failed to run repair database initial data" : "Fallo al ejecutar la reparación de datos iniciales en la base de datos",
"Failed to assign role" : "Fallo al asignar un rol",
"Loading …" : "Cargando …",
"Search" : "Buscar",
"Home" : "Inicio",
@@ -74,6 +69,7 @@
"Users" : "Usuarios",
"Categories" : "Categorías",
"BBCodes" : "Códigos BBCodes",
"Moderation" : "Moderación",
"Expand" : "Expandir",
"Collapse" : "Colapsar",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart} Por favor tenga en cuenta: {bEnd} los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración para compartir el archivo.",
@@ -115,6 +111,9 @@
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Back" : "Atrás",
@@ -145,7 +144,6 @@
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios sin guardar",
"Refresh" : "Refrescar",
"Retry" : "Reintentar",
"In {category}" : "En {category}",
"Error" : "Error",
"Created" : "Creado",
@@ -183,7 +181,10 @@
"Access control" : "Control de acceso",
"Settings saved" : "Ajustes guardados",
"Failed to save settings" : "Fallo al guardar ajustes",
"Newest first" : "Más nuevas primero",
"Oldest first" : "Más antiguas primero",
"Reset" : "Restablecer",
"Account management" : "Administración de cuentas",
"ID" : "ID",
"Owner" : "Propietario",
"Actions" : "Acciones",
@@ -196,7 +197,6 @@
"Roles" : "Roles",
"Joined" : "Se unió",
"Status" : "Estado",
"Active" : "Activo",
"Deleted" : "Eliminada"
"Active" : "Activo"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -19,6 +19,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -31,7 +34,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -44,12 +46,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restaurar",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,6 +17,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"by" : "por",
"Subscribe" : "Suscribir",
"Files" : "Archivo",
@@ -42,12 +44,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restaurar",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -21,6 +21,9 @@ OC.L10N.register(
"Allow" : "Permitir",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Eliminado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Back" : "Volver",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Save" : "Guardar",
"Name" : "Nombre",
"Refresh" : "Recargar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando ...",
@@ -51,12 +53,14 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Configuraciones guardadas",
"Newest first" : "El más reciente primero",
"Oldest first" : "Los más viejos primero",
"Reset" : "Restablecer",
"Account management" : "Administración de cuentas",
"ID" : "ID",
"Actions" : "Acciones",
"Members" : "Miembros",
"Loading users …" : "Cargando usuarios...",
"Joined" : "Se ha unido",
"Deleted" : "Eliminado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -19,6 +19,9 @@
"Allow" : "Permitir",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Eliminado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Back" : "Volver",
@@ -28,7 +31,6 @@
"Save" : "Guardar",
"Name" : "Nombre",
"Refresh" : "Recargar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando ...",
@@ -49,12 +51,14 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Configuraciones guardadas",
"Newest first" : "El más reciente primero",
"Oldest first" : "Los más viejos primero",
"Reset" : "Restablecer",
"Account management" : "Administración de cuentas",
"ID" : "ID",
"Actions" : "Acciones",
"Members" : "Miembros",
"Loading users …" : "Cargando usuarios...",
"Joined" : "Se ha unido",
"Deleted" : "Eliminado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -17,6 +17,9 @@ OC.L10N.register(
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -45,12 +47,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -15,6 +15,9 @@
"Upload failed" : "Falla en la carga",
"Category" : "Categoría",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -27,7 +30,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -43,12 +45,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -19,6 +19,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -31,7 +34,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -47,11 +49,12 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Reiniciar",
"ID" : "ID",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,6 +17,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Created" : "Creado",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -45,11 +47,12 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Reiniciar",
"ID" : "ID",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -46,12 +48,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -44,12 +46,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -19,6 +19,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -31,7 +34,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -48,12 +50,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,6 +17,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -46,12 +48,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -54,6 +54,7 @@ OC.L10N.register(
"Users" : "Usuarios",
"Categories" : "Categorías",
"BBCodes" : "BBCodes",
"Moderation" : "Moderación",
"Expand" : "Expandir",
"Collapse" : "Colapsar",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Nota:{bEnd} Los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración de compartición del archivo.",
@@ -109,6 +110,10 @@ OC.L10N.register(
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"In thread" : "En el hilo",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"The page you are looking for could not be found." : "La página que buscas no se pudo encontrar.",
@@ -131,7 +136,6 @@ OC.L10N.register(
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persona reaccionó con {emoji}","%n personas reaccionaron con {emoji}","%n personas reaccionaron con {emoji}"],
"Write your reply …" : "Escribe tu respuesta …",
"Are you sure you want to discard your reply?" : "¿Estás seguro de que deseas descartar tu respuesta?",
"In thread" : "En el hilo",
"Thread unavailable" : "Hilo no disponible",
"Pinned thread" : "Hilo fijado",
"Locked thread" : "Hilo bloqueado",
@@ -150,7 +154,6 @@ OC.L10N.register(
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"An unexpected error occurred" : "Ocurrió un error inesperado",
"No categories yet" : "Aún no hay categorías",
"Categories will appear here once they are created." : "Las categorías aparecerán aquí una vez que se creen.",
@@ -302,7 +305,6 @@ OC.L10N.register(
"Select target header" : "Seleccionar encabezado de destino",
"Move up" : "Mover arriba",
"Move down" : "Mover abajo",
"Admin dashboard" : "Panel de administración",
"Overview of forum activity and statistics" : "Resumen de la actividad y estadísticas del foro",
"Loading statistics …" : "Cargando estadísticas …",
"Error loading dashboard" : "Error al cargar panel",
@@ -329,8 +331,11 @@ OC.L10N.register(
"Manage who can access the forum" : "Gestionar quién puede acceder al foro",
"Allow guest access" : "Permitir acceso de invitados",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cuando está habilitado, los usuarios no autenticados pueden ver el contenido del foro en modo solo lectura",
"Posts" : "Publicaciones",
"Settings saved" : "Ajustes guardados",
"Failed to save settings" : "Error al guardar ajustes",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Create role" : "Crear rol",
"Edit role" : "Editar rol",
"Configure role permissions and category access" : "Configurar permisos del rol y acceso a categorías",
@@ -345,17 +350,11 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Role permissions" : "Permisos de rol",
"Set global permissions for this role" : "Establecer permisos globales para este rol",
"Can access admin tools" : "Puede acceder a herramientas de administración",
"Allow access to the admin dashboard and tools" : "Permitir acceso al panel de administración y herramientas",
"Can edit roles" : "Puede editar roles",
"Allow creating, editing and deleting roles" : "Permitir crear, editar y eliminar roles",
"Can edit categories" : "Puede editar categorías",
"Allow creating, editing and deleting categories" : "Permitir crear, editar y eliminar categorías",
"Category permissions" : "Permisos de categoría",
"Set which categories this role can access" : "Establecer a qué categorías puede acceder este rol",
"Admin role must have all permissions enabled" : "El rol de administrador debe tener todos los permisos habilitados",
"Admin role has full access to all categories" : "El rol de administrador tiene acceso completo a todas las categorías",
"Guest role cannot have admin permissions" : "El rol de invitado no puede tener permisos de administrador",
"Guest role cannot moderate categories" : "El rol de invitado no puede moderar categorías",
"Guest access is currently disabled" : "El acceso de invitados está deshabilitado actualmente",
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Los usuarios invitados no podrán acceder al foro hasta que se habilite el acceso de invitados en la configuración del foro.",
@@ -384,7 +383,6 @@ OC.L10N.register(
"Joined" : "Se unió",
"Status" : "Estado",
"Active" : "Activo",
"Deleted" : "Eliminado",
"No roles" : "Sin roles",
"Select roles" : "Seleccionar roles",
"Edit roles" : "Editar roles",

View File

@@ -52,6 +52,7 @@
"Users" : "Usuarios",
"Categories" : "Categorías",
"BBCodes" : "BBCodes",
"Moderation" : "Moderación",
"Expand" : "Expandir",
"Collapse" : "Colapsar",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Nota:{bEnd} Los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración de compartición del archivo.",
@@ -107,6 +108,10 @@
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"In thread" : "En el hilo",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"The page you are looking for could not be found." : "La página que buscas no se pudo encontrar.",
@@ -129,7 +134,6 @@
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persona reaccionó con {emoji}","%n personas reaccionaron con {emoji}","%n personas reaccionaron con {emoji}"],
"Write your reply …" : "Escribe tu respuesta …",
"Are you sure you want to discard your reply?" : "¿Estás seguro de que deseas descartar tu respuesta?",
"In thread" : "En el hilo",
"Thread unavailable" : "Hilo no disponible",
"Pinned thread" : "Hilo fijado",
"Locked thread" : "Hilo bloqueado",
@@ -148,7 +152,6 @@
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"An unexpected error occurred" : "Ocurrió un error inesperado",
"No categories yet" : "Aún no hay categorías",
"Categories will appear here once they are created." : "Las categorías aparecerán aquí una vez que se creen.",
@@ -300,7 +303,6 @@
"Select target header" : "Seleccionar encabezado de destino",
"Move up" : "Mover arriba",
"Move down" : "Mover abajo",
"Admin dashboard" : "Panel de administración",
"Overview of forum activity and statistics" : "Resumen de la actividad y estadísticas del foro",
"Loading statistics …" : "Cargando estadísticas …",
"Error loading dashboard" : "Error al cargar panel",
@@ -327,8 +329,11 @@
"Manage who can access the forum" : "Gestionar quién puede acceder al foro",
"Allow guest access" : "Permitir acceso de invitados",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cuando está habilitado, los usuarios no autenticados pueden ver el contenido del foro en modo solo lectura",
"Posts" : "Publicaciones",
"Settings saved" : "Ajustes guardados",
"Failed to save settings" : "Error al guardar ajustes",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Create role" : "Crear rol",
"Edit role" : "Editar rol",
"Configure role permissions and category access" : "Configurar permisos del rol y acceso a categorías",
@@ -343,17 +348,11 @@
"Reset" : "Restablecer",
"Role permissions" : "Permisos de rol",
"Set global permissions for this role" : "Establecer permisos globales para este rol",
"Can access admin tools" : "Puede acceder a herramientas de administración",
"Allow access to the admin dashboard and tools" : "Permitir acceso al panel de administración y herramientas",
"Can edit roles" : "Puede editar roles",
"Allow creating, editing and deleting roles" : "Permitir crear, editar y eliminar roles",
"Can edit categories" : "Puede editar categorías",
"Allow creating, editing and deleting categories" : "Permitir crear, editar y eliminar categorías",
"Category permissions" : "Permisos de categoría",
"Set which categories this role can access" : "Establecer a qué categorías puede acceder este rol",
"Admin role must have all permissions enabled" : "El rol de administrador debe tener todos los permisos habilitados",
"Admin role has full access to all categories" : "El rol de administrador tiene acceso completo a todas las categorías",
"Guest role cannot have admin permissions" : "El rol de invitado no puede tener permisos de administrador",
"Guest role cannot moderate categories" : "El rol de invitado no puede moderar categorías",
"Guest access is currently disabled" : "El acceso de invitados está deshabilitado actualmente",
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Los usuarios invitados no podrán acceder al foro hasta que se habilite el acceso de invitados en la configuración del foro.",
@@ -382,7 +381,6 @@
"Joined" : "Se unió",
"Status" : "Estado",
"Active" : "Activo",
"Deleted" : "Eliminado",
"No roles" : "Sin roles",
"Select roles" : "Seleccionar roles",
"Edit roles" : "Editar roles",

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -31,7 +34,6 @@ OC.L10N.register(
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -47,12 +49,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@
"Draft saved" : "Borrador guardado",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -45,12 +47,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Close" : "Cerrar",
"Category" : "Categoría",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -46,12 +48,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Close" : "Cerrar",
"Category" : "Categoría",
"Cancel" : "Cancel",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -44,12 +46,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -29,6 +29,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Back" : "Atrás",
@@ -51,7 +54,6 @@ OC.L10N.register(
"Unsaved changes" : "Cambios no guardados",
"Back to home" : "Regresar al inicio",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando …",
@@ -81,7 +83,10 @@ OC.L10N.register(
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Failed to save settings" : "No se pudo guardar la configuración",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Reiniciar",
"Account management" : "Administración de cuentas",
"ID" : "ID",
"Owner" : "Propietario",
"Actions" : "Acciones",
@@ -91,7 +96,6 @@ OC.L10N.register(
"Loading users …" : "Cargando usuarios …",
"No users found" : "No se encontraron usuarios",
"Joined" : "Se ha unido",
"Active" : "Activo",
"Deleted" : "Eliminado"
"Active" : "Activo"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -27,6 +27,9 @@
"Cancel" : "Cancel",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Back" : "Atrás",
@@ -49,7 +52,6 @@
"Unsaved changes" : "Cambios no guardados",
"Back to home" : "Regresar al inicio",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Searching …" : "Buscando …",
@@ -79,7 +81,10 @@
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Failed to save settings" : "No se pudo guardar la configuración",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Reiniciar",
"Account management" : "Administración de cuentas",
"ID" : "ID",
"Owner" : "Propietario",
"Actions" : "Acciones",
@@ -89,7 +94,6 @@
"Loading users …" : "Cargando usuarios …",
"No users found" : "No se encontraron usuarios",
"Joined" : "Se ha unido",
"Active" : "Activo",
"Deleted" : "Eliminado"
"Active" : "Activo"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -46,12 +48,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -44,12 +46,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -46,12 +48,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -44,12 +46,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@ OC.L10N.register(
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -44,12 +46,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -27,7 +30,6 @@
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -42,12 +44,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -45,12 +47,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"by" : "por",
"Subscribe" : "Suscribir",
@@ -43,12 +45,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -18,6 +18,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Back to {category}" : "Volver a {category}",
@@ -47,11 +49,12 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -16,6 +16,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"Back to {category}" : "Volver a {category}",
@@ -45,11 +47,12 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -19,6 +19,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -30,7 +33,6 @@ OC.L10N.register(
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -46,12 +48,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -17,6 +17,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -28,7 +31,6 @@
"Content" : "Contenido",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -44,12 +46,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -17,6 +17,9 @@ OC.L10N.register(
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -29,7 +32,6 @@ OC.L10N.register(
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -45,12 +47,13 @@ OC.L10N.register(
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -15,6 +15,9 @@
"Category" : "Categoría",
"Cancel" : "Cancel",
"Update" : "Actualizar",
"Deleted" : "Borrado",
"Restore" : "Restaurar",
"Retry" : "Reintentar",
"Move" : "Mover",
"Page not found" : "Página no encontrada",
"Edit" : "Editar",
@@ -27,7 +30,6 @@
"Title" : "Título",
"Unsaved changes" : "Cambios no guardados",
"Refresh" : "Actualizar",
"Retry" : "Reintentar",
"Error" : "Error",
"Created" : "Creado",
"by" : "por",
@@ -43,12 +45,13 @@
"General settings" : "Configuraciones generales",
"Access control" : "Control de acceso",
"Settings saved" : "Se han guardado las configuraciones ",
"Newest first" : "Más reciente primero",
"Oldest first" : "Más antiguo primero",
"Reset" : "Restablecer",
"ID" : "ID",
"Owner" : "Dueño",
"Actions" : "Acciones",
"Members" : "Miembros",
"Joined" : "Se ha unido",
"Deleted" : "Borrado"
"Joined" : "Se ha unido"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View File

@@ -57,18 +57,13 @@ OC.L10N.register(
"Deleted user" : "Kustutatud kasutaja",
"A community-driven forum built right into your Nextcloud instance" : "Kogukonnapõhine foorum, mis toimib otse sinu Nextcloudi serveris.",
"Repair Database Initial Data" : "Paranda andmebaasi algsed andmed",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Käivita käsk, mis parandab andmebaasi algsed vaikimisi andmed (rollid, kategooriad, õigused, BBC-koodid). Kuna olemasolevad andmed jäävad vahele, siis seda võid käivitada ka mitu korda.",
"Run Repair Database Initial Data" : "Käivita toiming, mis parandab andmebaasi algsed andmed",
"User Roles" : "Kasutajarollid",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Lisa foorumikasutajatele rollid. Sedaviisi saad soovitud kasutajad muuta moderaatoriteks või peakasutajateks.",
"User ID" : "Kasutajatunnus",
"Enter user ID" : "Sisesta kasutajatunnus",
"Role" : "Roll",
"Select a role" : "Vali roll",
"Assign Role" : "Määra roll",
"Failed to fetch roles" : "Rollide laadimine ei õnnestunud",
"Failed to run repair database initial data" : "Toimingu, mis parandab andmebaasi algsed andmed, käivitamine ei õnnestunud",
"Failed to assign role" : "Rolli määramine ei õnnestunud",
"Loading …" : "Laadin...",
"Search" : "Otsi",
"Home" : "Avaleht",
@@ -80,6 +75,7 @@ OC.L10N.register(
"Roles & Teams" : "Rollid ja tiimid",
"Categories" : "Kategooriad",
"BBCodes" : "BBCode'i märgistus",
"Moderation" : "Modereerimine",
"Expand" : "Laienda",
"Collapse" : "Ahenda",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Palun arvesta:{bEnd} Manusena lisatud failid on nähtavad kõikidele foorumi osalistele sõltumata failide jagamise seadistustest.",
@@ -150,6 +146,10 @@ OC.L10N.register(
"Cancel" : "Katkesta",
"Create" : "Lisa",
"Update" : "Uuenda",
"Deleted" : "Kustutatud",
"Restore" : "Taasta",
"Retry" : "Proovi uuesti",
"In thread" : "Jutulõngas",
"Move thread to category" : "Tõsta jutulõng siia kategooriasse",
"Select the category to move this thread to:" : "Vali kategooria, kuhu sa jutulõnga tahad tõsta:",
"Select a category …" : "Vali kategooria…",
@@ -195,7 +195,6 @@ OC.L10N.register(
"Write your reply …" : "Koosta oma vastus…",
"Submit reply" : "Vasta",
"Are you sure you want to discard your reply?" : "Kas sa oled kindel, et soovid oma vastusest loobuda?",
"In thread" : "Jutulõngas",
"Thread unavailable" : "Jutulõng pole saadaval",
"Pinned thread" : "Esiletõstetud jutulõng",
"Locked thread" : "Lukustatud jutulõng",
@@ -222,7 +221,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Viga järjehoidja lisamisel",
"No bookmarks yet" : "Järjehoidjaid veel ei leidu",
"Bookmark threads to quickly find them later." : "Lisades jutulõngale järjehoidja saad neid hiljem kiiresti leida.",
"Retry" : "Proovi uuesti",
"An unexpected error occurred" : "Tekkis ootamatu viga",
"Failed to load bookmarks" : "Järjehoidjate laadmine ei õnnestunud",
"No categories yet" : "Kategooriaid veel pole",
@@ -413,7 +411,6 @@ OC.L10N.register(
"Select target header" : "Vali sihtpäis",
"Move up" : "Liiguta ülespoole",
"Move down" : "Liiguta allapoole",
"Admin dashboard" : "Peakasutaja töölaud/juhtpaneel",
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
"Loading statistics …" : "Laadin statistikat…",
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
@@ -441,8 +438,11 @@ OC.L10N.register(
"Manage who can access the forum" : "Halda kasutajate ligipääsu foorumisse",
"Allow guest access" : "Luba külaliskasutajate ligipääsu",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Selle eelistuse sisselülitamisel saavad autentimata kasutajad vaada foorumi sisu",
"Posts" : "Postitused",
"Settings saved" : "Seadistused on salvestatud",
"Failed to save settings" : "Seadistuste salvestamine ei õnnestunud",
"Newest first" : "Uuemad eespool",
"Oldest first" : "Vanemad eespool",
"Create role" : "Lisa roll",
"Edit role" : "Muuda rolli",
"Configure role permissions and category access" : "Seadista rollide õigusi ja ligipääsu kategooriatele",
@@ -457,17 +457,12 @@ OC.L10N.register(
"Reset" : "Lähtesta",
"Role permissions" : "Rolli õigused",
"Set global permissions for this role" : "Määra selle rolli üldised õigused",
"Can access admin tools" : "Võib kasutada süsteemitarvikuid",
"Allow access to the admin dashboard and tools" : "Kasutab ligipääsu peakasutajate töölauale ja tarviklutele",
"Can edit roles" : "Võib rolle muuta",
"Allow creating, editing and deleting roles" : "Luba rollide lisamine, muutmine ja kustutamine",
"Can edit categories" : "Võib kategooriaid muuta",
"Account management" : "Kasutajakontode haldus",
"Allow creating, editing and deleting categories" : "Luba kategooriate lisamine, muutmine ja kustutamine",
"Category permissions" : "Kategooria õigused",
"Set which categories this role can access" : "Mis kategooriatele rollil on ligipääs",
"Admin role must have all permissions enabled" : "Peakasutaja rollil peavad olema kõik õigused lubatud",
"Admin role has full access to all categories" : "Peakasutaja rollil on ligipääs kõikidele kategooriatele",
"Guest role cannot have admin permissions" : "Külalisrollil ei saa olla peakasutaja õigusi",
"Guest role cannot moderate categories" : "Külalisroll ei saa kategooriaid modereerida",
"You can control which categories guests can view using the checkboxes below." : "Märkides alljärgnevaid märkeruute saad alljärgnevas hallata missuguseid kategooriaid külalised saavad vaadata.",
"Guest access is currently disabled" : "Külaliskasutajad pole hetkel lubatud",
@@ -508,7 +503,6 @@ OC.L10N.register(
"Joined" : "Liitus",
"Status" : "Olek",
"Active" : "Aktiivne",
"Deleted" : "Kustutatud",
"No roles" : "Rolle pole",
"Select roles" : "Vali rollid",
"Edit roles" : "Muuda rolle",

View File

@@ -55,18 +55,13 @@
"Deleted user" : "Kustutatud kasutaja",
"A community-driven forum built right into your Nextcloud instance" : "Kogukonnapõhine foorum, mis toimib otse sinu Nextcloudi serveris.",
"Repair Database Initial Data" : "Paranda andmebaasi algsed andmed",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Käivita käsk, mis parandab andmebaasi algsed vaikimisi andmed (rollid, kategooriad, õigused, BBC-koodid). Kuna olemasolevad andmed jäävad vahele, siis seda võid käivitada ka mitu korda.",
"Run Repair Database Initial Data" : "Käivita toiming, mis parandab andmebaasi algsed andmed",
"User Roles" : "Kasutajarollid",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Lisa foorumikasutajatele rollid. Sedaviisi saad soovitud kasutajad muuta moderaatoriteks või peakasutajateks.",
"User ID" : "Kasutajatunnus",
"Enter user ID" : "Sisesta kasutajatunnus",
"Role" : "Roll",
"Select a role" : "Vali roll",
"Assign Role" : "Määra roll",
"Failed to fetch roles" : "Rollide laadimine ei õnnestunud",
"Failed to run repair database initial data" : "Toimingu, mis parandab andmebaasi algsed andmed, käivitamine ei õnnestunud",
"Failed to assign role" : "Rolli määramine ei õnnestunud",
"Loading …" : "Laadin...",
"Search" : "Otsi",
"Home" : "Avaleht",
@@ -78,6 +73,7 @@
"Roles & Teams" : "Rollid ja tiimid",
"Categories" : "Kategooriad",
"BBCodes" : "BBCode'i märgistus",
"Moderation" : "Modereerimine",
"Expand" : "Laienda",
"Collapse" : "Ahenda",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Palun arvesta:{bEnd} Manusena lisatud failid on nähtavad kõikidele foorumi osalistele sõltumata failide jagamise seadistustest.",
@@ -148,6 +144,10 @@
"Cancel" : "Katkesta",
"Create" : "Lisa",
"Update" : "Uuenda",
"Deleted" : "Kustutatud",
"Restore" : "Taasta",
"Retry" : "Proovi uuesti",
"In thread" : "Jutulõngas",
"Move thread to category" : "Tõsta jutulõng siia kategooriasse",
"Select the category to move this thread to:" : "Vali kategooria, kuhu sa jutulõnga tahad tõsta:",
"Select a category …" : "Vali kategooria…",
@@ -193,7 +193,6 @@
"Write your reply …" : "Koosta oma vastus…",
"Submit reply" : "Vasta",
"Are you sure you want to discard your reply?" : "Kas sa oled kindel, et soovid oma vastusest loobuda?",
"In thread" : "Jutulõngas",
"Thread unavailable" : "Jutulõng pole saadaval",
"Pinned thread" : "Esiletõstetud jutulõng",
"Locked thread" : "Lukustatud jutulõng",
@@ -220,7 +219,6 @@
"Error loading bookmarks" : "Viga järjehoidja lisamisel",
"No bookmarks yet" : "Järjehoidjaid veel ei leidu",
"Bookmark threads to quickly find them later." : "Lisades jutulõngale järjehoidja saad neid hiljem kiiresti leida.",
"Retry" : "Proovi uuesti",
"An unexpected error occurred" : "Tekkis ootamatu viga",
"Failed to load bookmarks" : "Järjehoidjate laadmine ei õnnestunud",
"No categories yet" : "Kategooriaid veel pole",
@@ -411,7 +409,6 @@
"Select target header" : "Vali sihtpäis",
"Move up" : "Liiguta ülespoole",
"Move down" : "Liiguta allapoole",
"Admin dashboard" : "Peakasutaja töölaud/juhtpaneel",
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
"Loading statistics …" : "Laadin statistikat…",
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
@@ -439,8 +436,11 @@
"Manage who can access the forum" : "Halda kasutajate ligipääsu foorumisse",
"Allow guest access" : "Luba külaliskasutajate ligipääsu",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Selle eelistuse sisselülitamisel saavad autentimata kasutajad vaada foorumi sisu",
"Posts" : "Postitused",
"Settings saved" : "Seadistused on salvestatud",
"Failed to save settings" : "Seadistuste salvestamine ei õnnestunud",
"Newest first" : "Uuemad eespool",
"Oldest first" : "Vanemad eespool",
"Create role" : "Lisa roll",
"Edit role" : "Muuda rolli",
"Configure role permissions and category access" : "Seadista rollide õigusi ja ligipääsu kategooriatele",
@@ -455,17 +455,12 @@
"Reset" : "Lähtesta",
"Role permissions" : "Rolli õigused",
"Set global permissions for this role" : "Määra selle rolli üldised õigused",
"Can access admin tools" : "Võib kasutada süsteemitarvikuid",
"Allow access to the admin dashboard and tools" : "Kasutab ligipääsu peakasutajate töölauale ja tarviklutele",
"Can edit roles" : "Võib rolle muuta",
"Allow creating, editing and deleting roles" : "Luba rollide lisamine, muutmine ja kustutamine",
"Can edit categories" : "Võib kategooriaid muuta",
"Account management" : "Kasutajakontode haldus",
"Allow creating, editing and deleting categories" : "Luba kategooriate lisamine, muutmine ja kustutamine",
"Category permissions" : "Kategooria õigused",
"Set which categories this role can access" : "Mis kategooriatele rollil on ligipääs",
"Admin role must have all permissions enabled" : "Peakasutaja rollil peavad olema kõik õigused lubatud",
"Admin role has full access to all categories" : "Peakasutaja rollil on ligipääs kõikidele kategooriatele",
"Guest role cannot have admin permissions" : "Külalisrollil ei saa olla peakasutaja õigusi",
"Guest role cannot moderate categories" : "Külalisroll ei saa kategooriaid modereerida",
"You can control which categories guests can view using the checkboxes below." : "Märkides alljärgnevaid märkeruute saad alljärgnevas hallata missuguseid kategooriaid külalised saavad vaadata.",
"Guest access is currently disabled" : "Külaliskasutajad pole hetkel lubatud",
@@ -506,7 +501,6 @@
"Joined" : "Liitus",
"Status" : "Olek",
"Active" : "Aktiivne",
"Deleted" : "Kustutatud",
"No roles" : "Rolle pole",
"Select roles" : "Vali rollid",
"Edit roles" : "Muuda rolle",

View File

@@ -18,6 +18,7 @@ OC.L10N.register(
"Dashboard" : "Panela",
"Users" : "Erabiltzaileak",
"Categories" : "Kategoriak",
"Moderation" : "Moderazioa",
"Expand" : "Zabaldu",
"Collapse" : "Tolestu",
"Hello world!" : "Kaixo mundua!",
@@ -35,6 +36,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Sortu",
"Update" : "Eguneratu",
"Deleted" : "Ezabatuta",
"Restore" : "Leheneratu",
"Retry" : "saiatu berriro",
"Move" : "Mugitu",
"Page not found" : "Orria ez da aurkitu",
"Back" : "Itzuli",
@@ -64,7 +68,6 @@ OC.L10N.register(
"Unsaved changes" : "Gorde gabeko aldaketak",
"Back to home" : "Itzuli etxera",
"Refresh" : "Freskatu",
"Retry" : "saiatu berriro",
"Error" : "Errorea",
"Created" : "Sortua",
"Searching …" : "Bilatzen…",
@@ -98,7 +101,10 @@ OC.L10N.register(
"Access control" : "Sarbide kontrola",
"Settings saved" : "Ezarpenak gordeta",
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
"Newest first" : "Berrienak lehenengo ",
"Oldest first" : "Zaharrenak lehenengo",
"Reset" : "Berrezarri",
"Account management" : "Kontuen kudeaketa",
"ID" : "ID",
"Owner" : "Jabea",
"Actions" : "Ekintzak",
@@ -110,7 +116,6 @@ OC.L10N.register(
"No users found" : "Ez da erabiltzailerik aurkitu",
"Joined" : "Batu da",
"Status" : "Egoera",
"Active" : "Aktibo",
"Deleted" : "Ezabatuta"
"Active" : "Aktibo"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -16,6 +16,7 @@
"Dashboard" : "Panela",
"Users" : "Erabiltzaileak",
"Categories" : "Kategoriak",
"Moderation" : "Moderazioa",
"Expand" : "Zabaldu",
"Collapse" : "Tolestu",
"Hello world!" : "Kaixo mundua!",
@@ -33,6 +34,9 @@
"Cancel" : "Cancel",
"Create" : "Sortu",
"Update" : "Eguneratu",
"Deleted" : "Ezabatuta",
"Restore" : "Leheneratu",
"Retry" : "saiatu berriro",
"Move" : "Mugitu",
"Page not found" : "Orria ez da aurkitu",
"Back" : "Itzuli",
@@ -62,7 +66,6 @@
"Unsaved changes" : "Gorde gabeko aldaketak",
"Back to home" : "Itzuli etxera",
"Refresh" : "Freskatu",
"Retry" : "saiatu berriro",
"Error" : "Errorea",
"Created" : "Sortua",
"Searching …" : "Bilatzen…",
@@ -96,7 +99,10 @@
"Access control" : "Sarbide kontrola",
"Settings saved" : "Ezarpenak gordeta",
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
"Newest first" : "Berrienak lehenengo ",
"Oldest first" : "Zaharrenak lehenengo",
"Reset" : "Berrezarri",
"Account management" : "Kontuen kudeaketa",
"ID" : "ID",
"Owner" : "Jabea",
"Actions" : "Ekintzak",
@@ -108,7 +114,6 @@
"No users found" : "Ez da erabiltzailerik aurkitu",
"Joined" : "Batu da",
"Status" : "Egoera",
"Active" : "Aktibo",
"Deleted" : "Ezabatuta"
"Active" : "Aktibo"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -18,6 +18,7 @@ OC.L10N.register(
"Dashboard" : "پیشخوان",
"Users" : "کاربران",
"Categories" : "دسته‌ها",
"Moderation" : "Moderation",
"Expand" : "بسط دادن",
"Collapse" : "فروکش کردن",
"Hello world!" : "سلام دنیا!",
@@ -34,6 +35,9 @@ OC.L10N.register(
"Cancel" : "انصراف",
"Create" : "ایجاد",
"Update" : "به‌روزرسانی",
"Deleted" : "حذف شده",
"Restore" : "بازیابی",
"Retry" : "تلاش دوباره",
"Move" : "انتقال",
"Page not found" : "صفحه پیدا نشد",
"Back" : "بازگشت",
@@ -58,7 +62,6 @@ OC.L10N.register(
"Draft saved" : "پیش نویس ذخیره شد",
"Unsaved changes" : "Unsaved changes",
"Refresh" : "تازه‌سازی",
"Retry" : "تلاش دوباره",
"Error" : "خطا",
"Created" : "ایجاد شده",
"Searching …" : "جستجوکردن …",
@@ -89,6 +92,8 @@ OC.L10N.register(
"Access control" : "کنترل دسترسی",
"Settings saved" : "تنظیمات ذخیره شد",
"Failed to save settings" : "تنظیمات ذخیره نشدند",
"Newest first" : "نخست جدیدترین",
"Oldest first" : "نخست قدیمی‌ترین",
"Reset" : "بازنشانی",
"ID" : "شناسه",
"Owner" : "مالک",
@@ -100,7 +105,6 @@ OC.L10N.register(
"No users found" : "No users found",
"Joined" : "پیوستن",
"Status" : "Status",
"Active" : "فعال کردن",
"Deleted" : "حذف شده"
"Active" : "فعال کردن"
},
"nplurals=2; plural=(n > 1);");

View File

@@ -16,6 +16,7 @@
"Dashboard" : "پیشخوان",
"Users" : "کاربران",
"Categories" : "دسته‌ها",
"Moderation" : "Moderation",
"Expand" : "بسط دادن",
"Collapse" : "فروکش کردن",
"Hello world!" : "سلام دنیا!",
@@ -32,6 +33,9 @@
"Cancel" : "انصراف",
"Create" : "ایجاد",
"Update" : "به‌روزرسانی",
"Deleted" : "حذف شده",
"Restore" : "بازیابی",
"Retry" : "تلاش دوباره",
"Move" : "انتقال",
"Page not found" : "صفحه پیدا نشد",
"Back" : "بازگشت",
@@ -56,7 +60,6 @@
"Draft saved" : "پیش نویس ذخیره شد",
"Unsaved changes" : "Unsaved changes",
"Refresh" : "تازه‌سازی",
"Retry" : "تلاش دوباره",
"Error" : "خطا",
"Created" : "ایجاد شده",
"Searching …" : "جستجوکردن …",
@@ -87,6 +90,8 @@
"Access control" : "کنترل دسترسی",
"Settings saved" : "تنظیمات ذخیره شد",
"Failed to save settings" : "تنظیمات ذخیره نشدند",
"Newest first" : "نخست جدیدترین",
"Oldest first" : "نخست قدیمی‌ترین",
"Reset" : "بازنشانی",
"ID" : "شناسه",
"Owner" : "مالک",
@@ -98,7 +103,6 @@
"No users found" : "No users found",
"Joined" : "پیوستن",
"Status" : "Status",
"Active" : "فعال کردن",
"Deleted" : "حذف شده"
"Active" : "فعال کردن"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View File

@@ -19,6 +19,7 @@ OC.L10N.register(
"Dashboard" : "Kojelauta",
"Users" : "Käyttäjät",
"Categories" : "Luokat",
"Moderation" : "Moderaatio",
"Expand" : "Laajenna",
"Collapse" : "Kutista näkymää",
"Hello world!" : "Hei maailma!",
@@ -37,6 +38,9 @@ OC.L10N.register(
"Cancel" : "Peruuta",
"Create" : "Luo",
"Update" : "Päivitä",
"Deleted" : "Poistettu",
"Restore" : "Palauta",
"Retry" : "Yritä uudelleen",
"Move" : "Siirrä",
"Page not found" : "Sivua ei löytynyt",
"Back" : "Takaisin",
@@ -66,7 +70,6 @@ OC.L10N.register(
"Draft saved" : "Luonnos tallennettu",
"Unsaved changes" : "Tallentamattomia muutoksia",
"Refresh" : "Päivitä",
"Retry" : "Yritä uudelleen",
"Error" : "Virhe",
"Created" : "Luonut",
"Searching …" : "Haetaan…",
@@ -101,7 +104,10 @@ OC.L10N.register(
"Access control" : "Pääsynhallinta",
"Settings saved" : "Asetukset tallennettu",
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
"Newest first" : "Uusin ensin",
"Oldest first" : "Vanhin ensin",
"Reset" : "Palauta",
"Account management" : "Tilihallinta",
"ID" : "ID",
"Owner" : "Omistaja",
"Actions" : "Toiminnot",
@@ -113,7 +119,6 @@ OC.L10N.register(
"No users found" : "Käyttäjiä ei löytynyt",
"Joined" : "Liittynyt",
"Status" : "Tila",
"Active" : "Aktiivinen",
"Deleted" : "Poistettu"
"Active" : "Aktiivinen"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -17,6 +17,7 @@
"Dashboard" : "Kojelauta",
"Users" : "Käyttäjät",
"Categories" : "Luokat",
"Moderation" : "Moderaatio",
"Expand" : "Laajenna",
"Collapse" : "Kutista näkymää",
"Hello world!" : "Hei maailma!",
@@ -35,6 +36,9 @@
"Cancel" : "Peruuta",
"Create" : "Luo",
"Update" : "Päivitä",
"Deleted" : "Poistettu",
"Restore" : "Palauta",
"Retry" : "Yritä uudelleen",
"Move" : "Siirrä",
"Page not found" : "Sivua ei löytynyt",
"Back" : "Takaisin",
@@ -64,7 +68,6 @@
"Draft saved" : "Luonnos tallennettu",
"Unsaved changes" : "Tallentamattomia muutoksia",
"Refresh" : "Päivitä",
"Retry" : "Yritä uudelleen",
"Error" : "Virhe",
"Created" : "Luonut",
"Searching …" : "Haetaan…",
@@ -99,7 +102,10 @@
"Access control" : "Pääsynhallinta",
"Settings saved" : "Asetukset tallennettu",
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
"Newest first" : "Uusin ensin",
"Oldest first" : "Vanhin ensin",
"Reset" : "Palauta",
"Account management" : "Tilihallinta",
"ID" : "ID",
"Owner" : "Omistaja",
"Actions" : "Toiminnot",
@@ -111,7 +117,6 @@
"No users found" : "Käyttäjiä ei löytynyt",
"Joined" : "Liittynyt",
"Status" : "Tila",
"Active" : "Aktiivinen",
"Deleted" : "Poistettu"
"Active" : "Aktiivinen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -24,6 +24,7 @@ OC.L10N.register(
"Dashboard" : "Tableau de bord",
"Users" : "Utilisateurs",
"Categories" : "Catégories",
"Moderation" : "Modération",
"Expand" : "Étendre",
"Collapse" : "Replier",
"Hello world!" : "Hello world!",
@@ -43,6 +44,9 @@ OC.L10N.register(
"Cancel" : "Annuler",
"Create" : "Créer",
"Update" : "Mettre à jour",
"Deleted" : "Effacé",
"Restore" : "Restaurer",
"Retry" : "Réessayer",
"Move" : "Déplacer",
"Page not found" : "Page non trouvée",
"Back" : "Retour",
@@ -73,7 +77,6 @@ OC.L10N.register(
"Unsaved changes" : "Modifications non enregistrées",
"Back to home" : "Retour à l'accueil",
"Refresh" : "Actualiser",
"Retry" : "Réessayer",
"In {category}" : "Dans {category}",
"Error" : "Erreur",
"Created" : "Créée",
@@ -112,7 +115,10 @@ OC.L10N.register(
"Access control" : "Contrôle d'accès",
"Settings saved" : "Paramètres enregistrés",
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
"Newest first" : "Les plus récents en premier",
"Oldest first" : "Les plus anciens en premier",
"Reset" : "Réinitialiser",
"Account management" : "Gestion de compte",
"ID" : "ID",
"Owner" : "Propriétaire",
"Actions" : "Actions",
@@ -124,7 +130,6 @@ OC.L10N.register(
"No users found" : "Aucun utilisateur trouvé",
"Joined" : "A rejoint",
"Status" : "Statut",
"Active" : "Actif",
"Deleted" : "Effacé"
"Active" : "Actif"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -22,6 +22,7 @@
"Dashboard" : "Tableau de bord",
"Users" : "Utilisateurs",
"Categories" : "Catégories",
"Moderation" : "Modération",
"Expand" : "Étendre",
"Collapse" : "Replier",
"Hello world!" : "Hello world!",
@@ -41,6 +42,9 @@
"Cancel" : "Annuler",
"Create" : "Créer",
"Update" : "Mettre à jour",
"Deleted" : "Effacé",
"Restore" : "Restaurer",
"Retry" : "Réessayer",
"Move" : "Déplacer",
"Page not found" : "Page non trouvée",
"Back" : "Retour",
@@ -71,7 +75,6 @@
"Unsaved changes" : "Modifications non enregistrées",
"Back to home" : "Retour à l'accueil",
"Refresh" : "Actualiser",
"Retry" : "Réessayer",
"In {category}" : "Dans {category}",
"Error" : "Erreur",
"Created" : "Créée",
@@ -110,7 +113,10 @@
"Access control" : "Contrôle d'accès",
"Settings saved" : "Paramètres enregistrés",
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
"Newest first" : "Les plus récents en premier",
"Oldest first" : "Les plus anciens en premier",
"Reset" : "Réinitialiser",
"Account management" : "Gestion de compte",
"ID" : "ID",
"Owner" : "Propriétaire",
"Actions" : "Actions",
@@ -122,7 +128,6 @@
"No users found" : "Aucun utilisateur trouvé",
"Joined" : "A rejoint",
"Status" : "Statut",
"Active" : "Actif",
"Deleted" : "Effacé"
"Active" : "Actif"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -57,18 +57,13 @@ OC.L10N.register(
"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",
"Repair Database Initial Data" : "Reparar os datos iniciais da base de datos",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da base de datos",
"User Roles" : "Roles de usuario",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asigna roles no foro aos usuarios. Isto permítelle conceder privilexios administrativos ou de moderador a usuarios específicos.",
"User ID" : "ID do usuario",
"Enter user ID" : "Introduza o ID de usuario",
"Role" : "Rol",
"Select a role" : "Seleccione un rol",
"Assign Role" : "Asigne o rol",
"Failed to fetch roles" : "Produciuse un fallo ao recuperar os roles",
"Failed to run repair database initial data" : "Produciuse un fallo ao executar a reparación dos datos iniciais da base de datos",
"Failed to assign role" : "Produciuse un fallo ao asignar o role",
"Loading …" : "Cargando…",
"Search" : "Buscar",
"Home" : "Inicio",
@@ -79,6 +74,7 @@ OC.L10N.register(
"Users" : "Usuarios",
"Categories" : "Categorías",
"BBCodes" : "BBCode",
"Moderation" : "Moderación",
"Expand" : "Expandir",
"Collapse" : "Contraer",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Teña en conta:{bEnd} Os ficheiros anexos serán visíbeis para calquera no foro, independentemente da configuración de compartición do ficheiro.",
@@ -142,6 +138,10 @@ OC.L10N.register(
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",
"Restore" : "Restaurar",
"Retry" : "Volver tentar",
"In thread" : "No fío",
"Move thread to category" : "Mover o fío a outra categoría",
"Select the category to move this thread to:" : "Seleccione a categoría á que quere mover este fío:",
"Select a category …" : "Seleccione unha categoría",
@@ -187,7 +187,6 @@ OC.L10N.register(
"Write your reply …" : "Escriba a súa resposta…",
"Submit reply" : "Enviar a resposta",
"Are you sure you want to discard your reply?" : "Confirma que quere desbotar a súa resposta?",
"In thread" : "No fío",
"Thread unavailable" : "Fío non dispoñíbel",
"Pinned thread" : "Fío fixado",
"Locked thread" : "Fío bloqueado",
@@ -214,7 +213,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Produciuse un erro ao cargar os marcadores",
"No bookmarks yet" : "Aínda non hai marcadores. ",
"Bookmark threads to quickly find them later." : "Marque os fíos para atopalos axiña máis adiante.",
"Retry" : "Volver tentar",
"An unexpected error occurred" : "Produciuse un erro non agardado",
"Failed to load bookmarks" : "Produciuse un fallo ao cargar os marcadores",
"No categories yet" : "Aínda non hai categorías",
@@ -403,7 +401,6 @@ OC.L10N.register(
"Select target header" : "Seleccionar a cabeceira de destino",
"Move up" : "Mover cara arriba",
"Move down" : "Mover cara abaixo",
"Admin dashboard" : "Taboleiro de administración",
"Overview of forum activity and statistics" : "Visita xeral da actividade e estatísticas do foro",
"Loading statistics …" : "Cargando as estatísticas…",
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
@@ -431,8 +428,11 @@ OC.L10N.register(
"Manage who can access the forum" : "Xestiona quen pode acceder ao foro",
"Allow guest access" : "Permitir o acceso de convidados",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cando está activado, os usuarios non autenticados poden ver o contido do foro en modo de só lectura",
"Posts" : "Publicacións",
"Settings saved" : "Axustes gardados",
"Failed to save settings" : "Produciuse un fallo ao gardar os axustes",
"Newest first" : "Primeiro o máis recente",
"Oldest first" : "Primeiro o máis antigo",
"Create role" : "Crear rol",
"Edit role" : "Editar rol",
"Configure role permissions and category access" : "Configurar permisos de rol e acceso a categorías",
@@ -447,17 +447,12 @@ OC.L10N.register(
"Reset" : "Restabelecer",
"Role permissions" : "Permisos de rol",
"Set global permissions for this role" : "Definir os permisos globais para este rol",
"Can access admin tools" : "Pode acceder a ferramentas de administración",
"Allow access to the admin dashboard and tools" : "Permitir o acceso ao taboleiro de administración e ás ferramentas",
"Can edit roles" : "Pode editar roles",
"Allow creating, editing and deleting roles" : "Permitir crear, editar e eliminar roles",
"Can edit categories" : "Pode editar categorías",
"Account management" : "Xestión de contas",
"Allow creating, editing and deleting categories" : "Permitir crear, editar e eliminar categorías",
"Category permissions" : "Permisos de categoría",
"Set which categories this role can access" : "Definir a que categorías pode acceder este rol",
"Admin role must have all permissions enabled" : "O rol de administraciónr debe ter todos os permisos activados",
"Admin role has full access to all categories" : "O rol de administración ten acceso total a todas as categorías",
"Guest role cannot have admin permissions" : "O rol de convidado non pode ter permisos de administración",
"Guest role cannot moderate categories" : "O rol de convidado non pode moderar categorías",
"You can control which categories guests can view using the checkboxes below." : "Vde. pode controlar que categorías poden ver os convidados usando as caixas de verificación de embaixo.",
"Guest access is currently disabled" : "O acceso para convidados está actualmente desactivado",
@@ -488,7 +483,6 @@ OC.L10N.register(
"Joined" : "Uniuse",
"Status" : "Estado",
"Active" : "Activa",
"Deleted" : "Eliminada",
"No roles" : "Non hai ningún rol",
"Select roles" : "Seleccionar roles",
"Edit roles" : "Editar roles",

View File

@@ -55,18 +55,13 @@
"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",
"Repair Database Initial Data" : "Reparar os datos iniciais da base de datos",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da base de datos",
"User Roles" : "Roles de usuario",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asigna roles no foro aos usuarios. Isto permítelle conceder privilexios administrativos ou de moderador a usuarios específicos.",
"User ID" : "ID do usuario",
"Enter user ID" : "Introduza o ID de usuario",
"Role" : "Rol",
"Select a role" : "Seleccione un rol",
"Assign Role" : "Asigne o rol",
"Failed to fetch roles" : "Produciuse un fallo ao recuperar os roles",
"Failed to run repair database initial data" : "Produciuse un fallo ao executar a reparación dos datos iniciais da base de datos",
"Failed to assign role" : "Produciuse un fallo ao asignar o role",
"Loading …" : "Cargando…",
"Search" : "Buscar",
"Home" : "Inicio",
@@ -77,6 +72,7 @@
"Users" : "Usuarios",
"Categories" : "Categorías",
"BBCodes" : "BBCode",
"Moderation" : "Moderación",
"Expand" : "Expandir",
"Collapse" : "Contraer",
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Teña en conta:{bEnd} Os ficheiros anexos serán visíbeis para calquera no foro, independentemente da configuración de compartición do ficheiro.",
@@ -140,6 +136,10 @@
"Cancel" : "Cancelar",
"Create" : "Crear",
"Update" : "Actualizar",
"Deleted" : "Eliminada",
"Restore" : "Restaurar",
"Retry" : "Volver tentar",
"In thread" : "No fío",
"Move thread to category" : "Mover o fío a outra categoría",
"Select the category to move this thread to:" : "Seleccione a categoría á que quere mover este fío:",
"Select a category …" : "Seleccione unha categoría",
@@ -185,7 +185,6 @@
"Write your reply …" : "Escriba a súa resposta…",
"Submit reply" : "Enviar a resposta",
"Are you sure you want to discard your reply?" : "Confirma que quere desbotar a súa resposta?",
"In thread" : "No fío",
"Thread unavailable" : "Fío non dispoñíbel",
"Pinned thread" : "Fío fixado",
"Locked thread" : "Fío bloqueado",
@@ -212,7 +211,6 @@
"Error loading bookmarks" : "Produciuse un erro ao cargar os marcadores",
"No bookmarks yet" : "Aínda non hai marcadores. ",
"Bookmark threads to quickly find them later." : "Marque os fíos para atopalos axiña máis adiante.",
"Retry" : "Volver tentar",
"An unexpected error occurred" : "Produciuse un erro non agardado",
"Failed to load bookmarks" : "Produciuse un fallo ao cargar os marcadores",
"No categories yet" : "Aínda non hai categorías",
@@ -401,7 +399,6 @@
"Select target header" : "Seleccionar a cabeceira de destino",
"Move up" : "Mover cara arriba",
"Move down" : "Mover cara abaixo",
"Admin dashboard" : "Taboleiro de administración",
"Overview of forum activity and statistics" : "Visita xeral da actividade e estatísticas do foro",
"Loading statistics …" : "Cargando as estatísticas…",
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
@@ -429,8 +426,11 @@
"Manage who can access the forum" : "Xestiona quen pode acceder ao foro",
"Allow guest access" : "Permitir o acceso de convidados",
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cando está activado, os usuarios non autenticados poden ver o contido do foro en modo de só lectura",
"Posts" : "Publicacións",
"Settings saved" : "Axustes gardados",
"Failed to save settings" : "Produciuse un fallo ao gardar os axustes",
"Newest first" : "Primeiro o máis recente",
"Oldest first" : "Primeiro o máis antigo",
"Create role" : "Crear rol",
"Edit role" : "Editar rol",
"Configure role permissions and category access" : "Configurar permisos de rol e acceso a categorías",
@@ -445,17 +445,12 @@
"Reset" : "Restabelecer",
"Role permissions" : "Permisos de rol",
"Set global permissions for this role" : "Definir os permisos globais para este rol",
"Can access admin tools" : "Pode acceder a ferramentas de administración",
"Allow access to the admin dashboard and tools" : "Permitir o acceso ao taboleiro de administración e ás ferramentas",
"Can edit roles" : "Pode editar roles",
"Allow creating, editing and deleting roles" : "Permitir crear, editar e eliminar roles",
"Can edit categories" : "Pode editar categorías",
"Account management" : "Xestión de contas",
"Allow creating, editing and deleting categories" : "Permitir crear, editar e eliminar categorías",
"Category permissions" : "Permisos de categoría",
"Set which categories this role can access" : "Definir a que categorías pode acceder este rol",
"Admin role must have all permissions enabled" : "O rol de administraciónr debe ter todos os permisos activados",
"Admin role has full access to all categories" : "O rol de administración ten acceso total a todas as categorías",
"Guest role cannot have admin permissions" : "O rol de convidado non pode ter permisos de administración",
"Guest role cannot moderate categories" : "O rol de convidado non pode moderar categorías",
"You can control which categories guests can view using the checkboxes below." : "Vde. pode controlar que categorías poden ver os convidados usando as caixas de verificación de embaixo.",
"Guest access is currently disabled" : "O acceso para convidados está actualmente desactivado",
@@ -486,7 +481,6 @@
"Joined" : "Uniuse",
"Status" : "Estado",
"Active" : "Activa",
"Deleted" : "Eliminada",
"No roles" : "Non hai ningún rol",
"Select roles" : "Seleccionar roles",
"Edit roles" : "Editar roles",

View File

@@ -58,18 +58,13 @@ OC.L10N.register(
"Deleted user" : "משתמש מחוק",
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "הריצו את פקודת תיקון מידע ראשוני במסד נתונים על מנת לשחזר פרטי ברירת מחדל בפורום (תפקידים, קטגוריות, הרשאות, BBCode). זוהי פעולה בטוחה להפעיל מספר פעמים מכיוון שמידע שכבר קיים יידולג.",
"Run Repair Database Initial Data" : "הרצת תיקון מידע ראשוני במסד נתונים",
"User Roles" : "תפקידי משתמשים",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "הקציאו תפקידים בפורום למשתמשים. פעולה זו נותנת לכם להעניק יכולות ניהול או מודרציה למשתמשים מסויימים.",
"User ID" : "מזהה משתמש",
"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" : "בית",
@@ -163,6 +158,10 @@ OC.L10N.register(
"Initializing …" : "מאתחל …",
"Forum not set up" : "פורום לא מאותחל",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
"Deleted" : "נמחק",
"Restore" : "שחזור",
"Retry" : "ניסיון חוזר",
"In thread" : "בנושא",
"Move thread to category" : "העברת שרשור לקטגוריה",
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
"Select a category …" : "בחירת קטגוריה …",
@@ -207,7 +206,6 @@ OC.L10N.register(
"Write your reply …" : "כתבו את תגובתכם …",
"Submit reply" : "שליחת תגובה",
"Are you sure you want to discard your reply?" : "אתם בטוחים שברצונכם לבטל את התגובה?",
"In thread" : "בנושא",
"Thread unavailable" : "נושא לא זמין",
"Pinned thread" : "נושא מודבק",
"Locked thread" : "נושא נעול",
@@ -245,7 +243,6 @@ OC.L10N.register(
"Error loading bookmarks" : "שגיאה בטעינת סימניות",
"No bookmarks yet" : "ללא סימניות עדיין",
"Bookmark threads to quickly find them later." : "סמנו נושאים כדי למצוא אותם מהר מאוחר יותר",
"Retry" : "ניסיון חוזר",
"An unexpected error occurred" : "קרתה שגיאה בלתי צפוייה",
"Failed to load bookmarks" : "כשלון בטעינת סימניות",
"No categories yet" : "ללא קטגוריות עדיין",
@@ -337,8 +334,11 @@ OC.L10N.register(
"General settings" : "הגדרות כלליות",
"Appearance" : "מראה",
"Access control" : "בקרת גישה",
"Posts" : "תגובות",
"Settings saved" : "הגדרות נשמרו",
"Failed to save settings" : "שמירת ההגדרות נכשלה",
"Newest first" : "החדש ביותר ראשון",
"Oldest first" : "הישן ביותר ראשון",
"Reset" : "איפוס",
"ID" : "מזהה",
"Owner" : "בעלות",
@@ -346,7 +346,6 @@ OC.L10N.register(
"Members" : "חברים",
"No users found" : "לא נמצאו משתמשים",
"Roles" : "תפקידים",
"Active" : "פעיל",
"Deleted" : "נמחק"
"Active" : "פעיל"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

View File

@@ -56,18 +56,13 @@
"Deleted user" : "משתמש מחוק",
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "הריצו את פקודת תיקון מידע ראשוני במסד נתונים על מנת לשחזר פרטי ברירת מחדל בפורום (תפקידים, קטגוריות, הרשאות, BBCode). זוהי פעולה בטוחה להפעיל מספר פעמים מכיוון שמידע שכבר קיים יידולג.",
"Run Repair Database Initial Data" : "הרצת תיקון מידע ראשוני במסד נתונים",
"User Roles" : "תפקידי משתמשים",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "הקציאו תפקידים בפורום למשתמשים. פעולה זו נותנת לכם להעניק יכולות ניהול או מודרציה למשתמשים מסויימים.",
"User ID" : "מזהה משתמש",
"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" : "בית",
@@ -161,6 +156,10 @@
"Initializing …" : "מאתחל …",
"Forum not set up" : "פורום לא מאותחל",
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
"Deleted" : "נמחק",
"Restore" : "שחזור",
"Retry" : "ניסיון חוזר",
"In thread" : "בנושא",
"Move thread to category" : "העברת שרשור לקטגוריה",
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
"Select a category …" : "בחירת קטגוריה …",
@@ -205,7 +204,6 @@
"Write your reply …" : "כתבו את תגובתכם …",
"Submit reply" : "שליחת תגובה",
"Are you sure you want to discard your reply?" : "אתם בטוחים שברצונכם לבטל את התגובה?",
"In thread" : "בנושא",
"Thread unavailable" : "נושא לא זמין",
"Pinned thread" : "נושא מודבק",
"Locked thread" : "נושא נעול",
@@ -243,7 +241,6 @@
"Error loading bookmarks" : "שגיאה בטעינת סימניות",
"No bookmarks yet" : "ללא סימניות עדיין",
"Bookmark threads to quickly find them later." : "סמנו נושאים כדי למצוא אותם מהר מאוחר יותר",
"Retry" : "ניסיון חוזר",
"An unexpected error occurred" : "קרתה שגיאה בלתי צפוייה",
"Failed to load bookmarks" : "כשלון בטעינת סימניות",
"No categories yet" : "ללא קטגוריות עדיין",
@@ -335,8 +332,11 @@
"General settings" : "הגדרות כלליות",
"Appearance" : "מראה",
"Access control" : "בקרת גישה",
"Posts" : "תגובות",
"Settings saved" : "הגדרות נשמרו",
"Failed to save settings" : "שמירת ההגדרות נכשלה",
"Newest first" : "החדש ביותר ראשון",
"Oldest first" : "הישן ביותר ראשון",
"Reset" : "איפוס",
"ID" : "מזהה",
"Owner" : "בעלות",
@@ -344,7 +344,6 @@
"Members" : "חברים",
"No users found" : "לא נמצאו משתמשים",
"Roles" : "תפקידים",
"Active" : "פעיל",
"Deleted" : "נמחק"
"Active" : "פעיל"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}

View File

@@ -19,6 +19,7 @@ OC.L10N.register(
"Dashboard" : "Nadzorna ploča",
"Users" : "Korisnici",
"Categories" : "Kategorije",
"Moderation" : "Moderiranje",
"Expand" : "Proširi",
"Collapse" : "Sakrij",
"Hello world!" : "Pozdrav svijete!",
@@ -36,6 +37,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Stvori",
"Update" : "Ažuriraj",
"Deleted" : "Izbrisano",
"Restore" : "Vrati",
"Retry" : "Pokušaj ponovno",
"Move" : "Premjesti",
"Page not found" : "Stranica nije pronađena",
"Back" : "Natrag",
@@ -63,7 +67,6 @@ OC.L10N.register(
"Draft saved" : "Skica je spremljena",
"Unsaved changes" : "Nespremljene promjene",
"Refresh" : "Osvježi",
"Retry" : "Pokušaj ponovno",
"In {category}" : "U {category}",
"Error" : "Pogreška",
"Created" : "Stvoreno",
@@ -90,6 +93,7 @@ OC.L10N.register(
"Enabled" : "Omogućeno",
"New" : "Novo",
"Permissions" : "Dopuštenja",
"Preview" : "Pretpregled",
"Move up" : "Premjesti gore",
"Move down" : "Premjesti dolje",
"Last 7 days" : "Zadnjih 7 dana",
@@ -98,7 +102,10 @@ OC.L10N.register(
"Access control" : "Kontrola pristupa",
"Settings saved" : "Postavke spremljene",
"Failed to save settings" : "Spremanje postavki nije uspjelo",
"Newest first" : "Najnoviji prvi",
"Oldest first" : "Najstariji prvi",
"Reset" : "Resetiraj",
"Account management" : "Upravljanje računima",
"ID" : "ID",
"Owner" : "Vlasnik",
"Actions" : "Radnje",
@@ -107,7 +114,6 @@ OC.L10N.register(
"No users found" : "Nije pronađen nijedan korisnik",
"Joined" : "Pridružen",
"Status" : "Status",
"Active" : "Aktivan",
"Deleted" : "Izbrisano"
"Active" : "Aktivan"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");

View File

@@ -17,6 +17,7 @@
"Dashboard" : "Nadzorna ploča",
"Users" : "Korisnici",
"Categories" : "Kategorije",
"Moderation" : "Moderiranje",
"Expand" : "Proširi",
"Collapse" : "Sakrij",
"Hello world!" : "Pozdrav svijete!",
@@ -34,6 +35,9 @@
"Cancel" : "Cancel",
"Create" : "Stvori",
"Update" : "Ažuriraj",
"Deleted" : "Izbrisano",
"Restore" : "Vrati",
"Retry" : "Pokušaj ponovno",
"Move" : "Premjesti",
"Page not found" : "Stranica nije pronađena",
"Back" : "Natrag",
@@ -61,7 +65,6 @@
"Draft saved" : "Skica je spremljena",
"Unsaved changes" : "Nespremljene promjene",
"Refresh" : "Osvježi",
"Retry" : "Pokušaj ponovno",
"In {category}" : "U {category}",
"Error" : "Pogreška",
"Created" : "Stvoreno",
@@ -88,6 +91,7 @@
"Enabled" : "Omogućeno",
"New" : "Novo",
"Permissions" : "Dopuštenja",
"Preview" : "Pretpregled",
"Move up" : "Premjesti gore",
"Move down" : "Premjesti dolje",
"Last 7 days" : "Zadnjih 7 dana",
@@ -96,7 +100,10 @@
"Access control" : "Kontrola pristupa",
"Settings saved" : "Postavke spremljene",
"Failed to save settings" : "Spremanje postavki nije uspjelo",
"Newest first" : "Najnoviji prvi",
"Oldest first" : "Najstariji prvi",
"Reset" : "Resetiraj",
"Account management" : "Upravljanje računima",
"ID" : "ID",
"Owner" : "Vlasnik",
"Actions" : "Radnje",
@@ -105,7 +112,6 @@
"No users found" : "Nije pronađen nijedan korisnik",
"Joined" : "Pridružen",
"Status" : "Status",
"Active" : "Aktivan",
"Deleted" : "Izbrisano"
"Active" : "Aktivan"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}

View File

@@ -18,6 +18,7 @@ OC.L10N.register(
"Dashboard" : "Irányítópult",
"Users" : "Felhasználók",
"Categories" : "Kategóriák",
"Moderation" : "Moderálás",
"Expand" : "Kibontás",
"Collapse" : "Összecsukás",
"Hello world!" : "Helló világ!",
@@ -37,6 +38,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Létrehozás",
"Update" : "Frissítés",
"Deleted" : "Törölve",
"Restore" : "Helyreállítás",
"Retry" : "Újra",
"Move" : "Áthelyezés",
"Page not found" : "Az oldal nem található",
"Back" : "Vissza",
@@ -67,7 +71,6 @@ OC.L10N.register(
"Unsaved changes" : "Mentetlen változtatások",
"Back to home" : "Vissza a kezdőlapra",
"Refresh" : "Frissítés",
"Retry" : "Újra",
"In {category}" : "Ebben: {category}",
"Error" : "Hiba",
"Created" : "Létrehozva",
@@ -103,7 +106,10 @@ OC.L10N.register(
"Access control" : "Hozzáférés-vezérlés",
"Settings saved" : "Beállítások mentve",
"Failed to save settings" : "A beállítások mentése sikertelen",
"Newest first" : "Legújabb elöl",
"Oldest first" : "Régebbiek elöl",
"Reset" : "Alaphelyzetbe állítás",
"Account management" : "Fiókkezelés",
"ID" : "Azonosító",
"Owner" : "Tulajdonos",
"Actions" : "Műveletek",
@@ -114,7 +120,6 @@ OC.L10N.register(
"No users found" : "Nem találhatók felhasználók",
"Joined" : "Csatlakozott",
"Status" : "Állapot",
"Active" : "Aktív",
"Deleted" : "Törölve"
"Active" : "Aktív"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -16,6 +16,7 @@
"Dashboard" : "Irányítópult",
"Users" : "Felhasználók",
"Categories" : "Kategóriák",
"Moderation" : "Moderálás",
"Expand" : "Kibontás",
"Collapse" : "Összecsukás",
"Hello world!" : "Helló világ!",
@@ -35,6 +36,9 @@
"Cancel" : "Cancel",
"Create" : "Létrehozás",
"Update" : "Frissítés",
"Deleted" : "Törölve",
"Restore" : "Helyreállítás",
"Retry" : "Újra",
"Move" : "Áthelyezés",
"Page not found" : "Az oldal nem található",
"Back" : "Vissza",
@@ -65,7 +69,6 @@
"Unsaved changes" : "Mentetlen változtatások",
"Back to home" : "Vissza a kezdőlapra",
"Refresh" : "Frissítés",
"Retry" : "Újra",
"In {category}" : "Ebben: {category}",
"Error" : "Hiba",
"Created" : "Létrehozva",
@@ -101,7 +104,10 @@
"Access control" : "Hozzáférés-vezérlés",
"Settings saved" : "Beállítások mentve",
"Failed to save settings" : "A beállítások mentése sikertelen",
"Newest first" : "Legújabb elöl",
"Oldest first" : "Régebbiek elöl",
"Reset" : "Alaphelyzetbe állítás",
"Account management" : "Fiókkezelés",
"ID" : "Azonosító",
"Owner" : "Tulajdonos",
"Actions" : "Műveletek",
@@ -112,7 +118,6 @@
"No users found" : "Nem találhatók felhasználók",
"Joined" : "Csatlakozott",
"Status" : "Állapot",
"Active" : "Aktív",
"Deleted" : "Törölve"
"Active" : "Aktív"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -12,6 +12,8 @@ OC.L10N.register(
"Category" : "Categoria",
"Cancel" : "Cancel",
"Update" : "Actualisation",
"Deleted" : "Delite",
"Restore" : "Restaurar",
"Move" : "Mover",
"Edit" : "Modificar",
"Delete" : "Deler",
@@ -29,7 +31,6 @@ OC.L10N.register(
"Settings saved" : "Configurationes salveguardate",
"Reset" : "Re-fixar",
"Actions" : "Actiones",
"Members" : "Membros",
"Deleted" : "Delite"
"Members" : "Membros"
},
"nplurals=2; plural=(n != 1);");

View File

@@ -10,6 +10,8 @@
"Category" : "Categoria",
"Cancel" : "Cancel",
"Update" : "Actualisation",
"Deleted" : "Delite",
"Restore" : "Restaurar",
"Move" : "Mover",
"Edit" : "Modificar",
"Delete" : "Deler",
@@ -27,7 +29,6 @@
"Settings saved" : "Configurationes salveguardate",
"Reset" : "Re-fixar",
"Actions" : "Actiones",
"Members" : "Membros",
"Deleted" : "Delite"
"Members" : "Membros"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@@ -46,13 +46,11 @@ OC.L10N.register(
"Deleted user" : "Pengguna dihapus",
"A community-driven forum built right into your Nextcloud instance" : "Forum berbasis komunitas yang dibangun langsung ke dalam instance Nextcloud Anda",
"User Roles" : "Peran pengguna",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Tetapkan peran forum kepada pengguna. Ini memungkinkan Anda memberikan hak istimewa administrator atau moderator kepada pengguna tertentu.",
"User ID" : "ID Pengguna",
"Enter user ID" : "Masukkan ID pengguna",
"Role" : "Peran",
"Select a role" : "Pilih peran",
"Assign Role" : "Tetapkan Peran",
"Failed to assign role" : "Gagal menetapkan peran",
"Loading …" : "Memuat …",
"Search" : "Cari",
"Home" : "Beranda",
@@ -124,6 +122,10 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Buat",
"Update" : "Perbarui",
"Deleted" : "Dihapus",
"Restore" : "Pulihkan",
"Retry" : "Ulangi",
"In thread" : "Di utas",
"Move thread to category" : "Pindahkan utas ke kategori",
"Select the category to move this thread to:" : "Pilih kategori tujuan untuk memindahkan utas ini:",
"Select a category …" : "Pilih sebuah kategori …",
@@ -169,7 +171,6 @@ OC.L10N.register(
"Write your reply …" : "Tulis balasan Anda …",
"Submit reply" : "Kirim balasan",
"Are you sure you want to discard your reply?" : "Apakah Anda yakin ingin membuang balasan Anda?",
"In thread" : "Di utas",
"Thread unavailable" : "Utas tidak tersedia",
"Pinned thread" : "Utas disematkan",
"Locked thread" : "Utas dikunci",
@@ -196,7 +197,6 @@ OC.L10N.register(
"Error loading bookmarks" : "Kesalahan saat memuat markah",
"No bookmarks yet" : "Belum ada markah",
"Bookmark threads to quickly find them later." : "Markahi utas untuk memudahkan menemukannya nanti.",
"Retry" : "Ulangi",
"An unexpected error occurred" : "Terjadi kesalahan yang tidak terduga",
"Failed to load bookmarks" : "Gagal memuat markah",
"No categories yet" : "Belum ada kategori",
@@ -385,7 +385,6 @@ OC.L10N.register(
"Select target header" : "Pilih header tujuan",
"Move up" : "Pindah ke atas",
"Move down" : "Pindah ke bawah",
"Admin dashboard" : "Dasbor admin",
"Overview of forum activity and statistics" : "Ikhtisar aktivitas dan statistik forum",
"Loading statistics …" : "Memuat statistik …",
"Error loading dashboard" : "Kesalahan saat memuat dasbor",
@@ -415,6 +414,8 @@ OC.L10N.register(
"When enabled, unauthenticated users can view forum content in read-only mode" : "Jika diaktifkan, pengguna tanpa autentikasi dapat melihat konten forum dalam mode hanya-baca",
"Settings saved" : "Setelan tersimpan",
"Failed to save settings" : "Gagal simpan setelan",
"Newest first" : "Terbaru terlebih dahulu",
"Oldest first" : "Terlama terlebih dahulu",
"Create role" : "Buat peran",
"Edit role" : "Edit peran",
"Configure role permissions and category access" : "Konfigurasikan izin peran dan akses kategori",
@@ -429,17 +430,12 @@ OC.L10N.register(
"Reset" : "Setel ulang",
"Role permissions" : "Izin peran",
"Set global permissions for this role" : "Atur izin global untuk peran ini",
"Can access admin tools" : "Dapat mengakses alat admin",
"Allow access to the admin dashboard and tools" : "Izinkan akses ke dasbor dan alat admin",
"Can edit roles" : "Dapat mengedit peran",
"Allow creating, editing and deleting roles" : "Izinkan membuat, mengedit, dan menghapus peran",
"Can edit categories" : "Dapat mengedit kategori",
"Account management" : "Pengelolaan akun",
"Allow creating, editing and deleting categories" : "Izinkan membuat, mengedit, dan menghapus kategori",
"Category permissions" : "Izin kategori",
"Set which categories this role can access" : "Atur kategori mana yang dapat diakses peran ini",
"Admin role must have all permissions enabled" : "Peran admin harus mengaktifkan semua izin",
"Admin role has full access to all categories" : "Peran admin memiliki akses penuh ke semua kategori",
"Guest role cannot have admin permissions" : "Peran tamu tidak dapat memiliki izin admin",
"Guest role cannot moderate categories" : "Peran tamu tidak dapat memoderasi kategori",
"You can control which categories guests can view using the checkboxes below." : "Anda dapat mengontrol kategori mana yang dapat dilihat tamu menggunakan kotak centang di bawah ini.",
"Guest access is currently disabled" : "Akses tamu saat ini dinonaktifkan",
@@ -470,7 +466,6 @@ OC.L10N.register(
"Joined" : "Bergabung",
"Status" : "Status",
"Active" : "Aktif",
"Deleted" : "Dihapus",
"No roles" : "Tidak ada peran",
"Select roles" : "Pilih peran",
"Edit roles" : "Edit peran",

View File

@@ -44,13 +44,11 @@
"Deleted user" : "Pengguna dihapus",
"A community-driven forum built right into your Nextcloud instance" : "Forum berbasis komunitas yang dibangun langsung ke dalam instance Nextcloud Anda",
"User Roles" : "Peran pengguna",
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Tetapkan peran forum kepada pengguna. Ini memungkinkan Anda memberikan hak istimewa administrator atau moderator kepada pengguna tertentu.",
"User ID" : "ID Pengguna",
"Enter user ID" : "Masukkan ID pengguna",
"Role" : "Peran",
"Select a role" : "Pilih peran",
"Assign Role" : "Tetapkan Peran",
"Failed to assign role" : "Gagal menetapkan peran",
"Loading …" : "Memuat …",
"Search" : "Cari",
"Home" : "Beranda",
@@ -122,6 +120,10 @@
"Cancel" : "Cancel",
"Create" : "Buat",
"Update" : "Perbarui",
"Deleted" : "Dihapus",
"Restore" : "Pulihkan",
"Retry" : "Ulangi",
"In thread" : "Di utas",
"Move thread to category" : "Pindahkan utas ke kategori",
"Select the category to move this thread to:" : "Pilih kategori tujuan untuk memindahkan utas ini:",
"Select a category …" : "Pilih sebuah kategori …",
@@ -167,7 +169,6 @@
"Write your reply …" : "Tulis balasan Anda …",
"Submit reply" : "Kirim balasan",
"Are you sure you want to discard your reply?" : "Apakah Anda yakin ingin membuang balasan Anda?",
"In thread" : "Di utas",
"Thread unavailable" : "Utas tidak tersedia",
"Pinned thread" : "Utas disematkan",
"Locked thread" : "Utas dikunci",
@@ -194,7 +195,6 @@
"Error loading bookmarks" : "Kesalahan saat memuat markah",
"No bookmarks yet" : "Belum ada markah",
"Bookmark threads to quickly find them later." : "Markahi utas untuk memudahkan menemukannya nanti.",
"Retry" : "Ulangi",
"An unexpected error occurred" : "Terjadi kesalahan yang tidak terduga",
"Failed to load bookmarks" : "Gagal memuat markah",
"No categories yet" : "Belum ada kategori",
@@ -383,7 +383,6 @@
"Select target header" : "Pilih header tujuan",
"Move up" : "Pindah ke atas",
"Move down" : "Pindah ke bawah",
"Admin dashboard" : "Dasbor admin",
"Overview of forum activity and statistics" : "Ikhtisar aktivitas dan statistik forum",
"Loading statistics …" : "Memuat statistik …",
"Error loading dashboard" : "Kesalahan saat memuat dasbor",
@@ -413,6 +412,8 @@
"When enabled, unauthenticated users can view forum content in read-only mode" : "Jika diaktifkan, pengguna tanpa autentikasi dapat melihat konten forum dalam mode hanya-baca",
"Settings saved" : "Setelan tersimpan",
"Failed to save settings" : "Gagal simpan setelan",
"Newest first" : "Terbaru terlebih dahulu",
"Oldest first" : "Terlama terlebih dahulu",
"Create role" : "Buat peran",
"Edit role" : "Edit peran",
"Configure role permissions and category access" : "Konfigurasikan izin peran dan akses kategori",
@@ -427,17 +428,12 @@
"Reset" : "Setel ulang",
"Role permissions" : "Izin peran",
"Set global permissions for this role" : "Atur izin global untuk peran ini",
"Can access admin tools" : "Dapat mengakses alat admin",
"Allow access to the admin dashboard and tools" : "Izinkan akses ke dasbor dan alat admin",
"Can edit roles" : "Dapat mengedit peran",
"Allow creating, editing and deleting roles" : "Izinkan membuat, mengedit, dan menghapus peran",
"Can edit categories" : "Dapat mengedit kategori",
"Account management" : "Pengelolaan akun",
"Allow creating, editing and deleting categories" : "Izinkan membuat, mengedit, dan menghapus kategori",
"Category permissions" : "Izin kategori",
"Set which categories this role can access" : "Atur kategori mana yang dapat diakses peran ini",
"Admin role must have all permissions enabled" : "Peran admin harus mengaktifkan semua izin",
"Admin role has full access to all categories" : "Peran admin memiliki akses penuh ke semua kategori",
"Guest role cannot have admin permissions" : "Peran tamu tidak dapat memiliki izin admin",
"Guest role cannot moderate categories" : "Peran tamu tidak dapat memoderasi kategori",
"You can control which categories guests can view using the checkboxes below." : "Anda dapat mengontrol kategori mana yang dapat dilihat tamu menggunakan kotak centang di bawah ini.",
"Guest access is currently disabled" : "Akses tamu saat ini dinonaktifkan",
@@ -468,7 +464,6 @@
"Joined" : "Bergabung",
"Status" : "Status",
"Active" : "Aktif",
"Deleted" : "Dihapus",
"No roles" : "Tidak ada peran",
"Select roles" : "Pilih peran",
"Edit roles" : "Edit peran",

View File

@@ -31,6 +31,9 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Create" : "Búa til",
"Update" : "Uppfæra",
"Deleted" : "Eytt",
"Restore" : "Endurheimta",
"Retry" : "Reyna aftur",
"Move" : "Færa",
"Page not found" : "Síða fannst ekki",
"Back" : "Til baka",
@@ -54,7 +57,6 @@ OC.L10N.register(
"Unsaved changes" : "Óvistaðar breytingar",
"Back to home" : "Til baka á upphafssíðu",
"Refresh" : "Endurnýja",
"Retry" : "Reyna aftur",
"Error" : "Villa",
"Created" : "Búið til þann",
"Searching …" : "Leita …",
@@ -85,7 +87,10 @@ OC.L10N.register(
"Access control" : "Aðgangsstýring",
"Settings saved" : "Stillingar vistaðar",
"Failed to save settings" : "Mistókst að vista stillingar",
"Newest first" : "Nýjast fyrst",
"Oldest first" : "Elsta fyrst",
"Reset" : "Endurstilla",
"Account management" : "Umsýsla notandaaðgangs",
"ID" : "ID",
"Owner" : "Eigandi",
"Actions" : "Aðgerðir",
@@ -93,7 +98,6 @@ OC.L10N.register(
"Members" : "Meðlimir",
"Loading users …" : "Hleð inn notendum …",
"Joined" : "Gekk inn",
"Active" : "Virkur",
"Deleted" : "Eytt"
"Active" : "Virkur"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

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