mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
Compare commits
82 Commits
v0.33.0
...
release-pl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a241db535e | ||
|
|
1eef657776 | ||
|
|
63d8883d64 | ||
| 1d1b5624a3 | |||
| 0bd78a871c | |||
| b7a620ad66 | |||
|
|
eed1cc1617 | ||
|
|
fbae4dbdab | ||
|
|
616c707706 | ||
| 3e9b75d853 | |||
|
|
a73252dd1d | ||
|
|
776cf43471 | ||
| 1e6c8188e1 | |||
|
|
65ea2f23b3 | ||
|
|
fa498ba9d6 | ||
|
|
855433f412 | ||
| e502593105 | |||
|
|
3e287dcce7 | ||
|
|
f37fae6ec9 | ||
|
|
4332f461df | ||
|
|
639df8019c | ||
|
|
e083a2e1f7 | ||
|
|
c4c2b48f39 | ||
| 41295990f3 | |||
| 39892a15b6 | |||
|
|
638e1c8951 | ||
|
|
03f5b5e958 | ||
|
|
44102609f5 | ||
|
|
3e880e0013 | ||
|
|
8e9e5fe9dc | ||
| 08e71782df | |||
|
|
0166b9582e | ||
|
|
49e1cf1e65 | ||
|
|
04502eb55a | ||
| a933d451bd | |||
| dd5f682186 | |||
|
|
40237c5391 | ||
| 7566679d99 | |||
|
|
658f345d60 | ||
|
|
e04cfb961e | ||
| 95a9c2ef21 | |||
| 5f78d4c9f5 | |||
|
|
d219ae8909 | ||
|
|
749dfbd9e0 | ||
|
|
b4c533eb25 | ||
| e5999bc4da | |||
|
|
6b19e93994 | ||
|
|
89e791a7bf | ||
| a00fbbe580 | |||
| 1c2c2acf2c | |||
| 3fb839397a | |||
| 15e5e849d4 | |||
|
|
bf3826e5cd | ||
|
|
3b7c337083 | ||
| ba075a7c9b | |||
| 19f6304190 | |||
|
|
85004f7ddf | ||
| d8c3920ac2 | |||
| cb5c0ca44c | |||
|
|
b36d82fbef | ||
| 7418bdf868 | |||
| 7b1f42587b | |||
|
|
b4a3765dca | ||
| ca109dc7fc | |||
|
|
a1d2791d1c | ||
|
|
73acd9e9af | ||
| d172641b28 | |||
| 4549ccac95 | |||
| 9da9c37420 | |||
|
|
ccd7f1d98d | ||
| 53a8e3cc72 | |||
| 3e7ccbb02a | |||
|
|
58c25e4c64 | ||
|
|
f177e281ed | ||
| beaae2a4b4 | |||
|
|
93d347c87a | ||
| fcf9cf614b | |||
| 0d461f1373 | |||
|
|
e723fa0cef | ||
| 07c864b7e9 | |||
| 6051730b8f | |||
|
|
a751eaa7ed |
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
export PHP_CS_FIXER_IGNORE_ENV=1
|
||||
pnpm lint-staged -- --relative
|
||||
@@ -1,17 +0,0 @@
|
||||
module.exports = {
|
||||
'*.{ts,vue}': ['eslint --fix'],
|
||||
'*.{scss,vue,ts,md}': ['prettier --write'],
|
||||
'*.json': (files) => {
|
||||
const filtered = files.filter(file => !file.includes('openapi.json'))
|
||||
return filtered.length > 0 ? `prettier --write ${filtered.join(' ')}` : []
|
||||
},
|
||||
'*.php': (files) => {
|
||||
const nonGenFiles = files.filter(file => !file.includes('/gen/'))
|
||||
const commands = []
|
||||
if (nonGenFiles.length > 0) {
|
||||
commands.push('make php-cs-fixer', 'make test')
|
||||
}
|
||||
return commands
|
||||
},
|
||||
'*Controller.php': [() => 'make openapi', () => 'git add openapi.json openapi-*.json'],
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
{".":"0.33.0"}
|
||||
{".":"1.0.3"}
|
||||
|
||||
174
CHANGELOG.md
174
CHANGELOG.md
@@ -1,5 +1,179 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.3](https://github.com/chenasraf/nextcloud-forum/compare/v1.0.2...v1.0.3) (2026-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([1eef657](https://github.com/chenasraf/nextcloud-forum/commit/1eef65777668118a5b3cce70470b944700ae1fd9))
|
||||
* **l10n:** Update translations from Transifex ([63d8883](https://github.com/chenasraf/nextcloud-forum/commit/63d8883d64f327b2aa785d92ee79b28a3c49f37e))
|
||||
* **l10n:** Update translations from Transifex ([eed1cc1](https://github.com/chenasraf/nextcloud-forum/commit/eed1cc1617a7878d61cdf43c4c9912614d193217))
|
||||
|
||||
## [1.0.2](https://github.com/chenasraf/nextcloud-forum/compare/v1.0.1...v1.0.2) (2026-05-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([616c707](https://github.com/chenasraf/nextcloud-forum/commit/616c7077067d2e5c25b00da70585479759740f26))
|
||||
* **l10n:** Update translations from Transifex ([a73252d](https://github.com/chenasraf/nextcloud-forum/commit/a73252dd1dbb2ebb7c887927678c2263dc1c5c5a))
|
||||
* **l10n:** Update translations from Transifex ([776cf43](https://github.com/chenasraf/nextcloud-forum/commit/776cf434712b445acbae2bd23af35ebb5e1dc1df))
|
||||
* **l10n:** Update translations from Transifex ([65ea2f2](https://github.com/chenasraf/nextcloud-forum/commit/65ea2f23b31950e3ad2fea8380455505ee233caa))
|
||||
* **l10n:** Update translations from Transifex ([fa498ba](https://github.com/chenasraf/nextcloud-forum/commit/fa498ba9d63374b8113ad29c95c725013a22f98e))
|
||||
|
||||
## [1.0.1](https://github.com/chenasraf/nextcloud-forum/compare/v1.0.0...v1.0.1) (2026-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([3e287dc](https://github.com/chenasraf/nextcloud-forum/commit/3e287dcce7544d65adee49e60eabce9418ab977a))
|
||||
* **l10n:** Update translations from Transifex ([f37fae6](https://github.com/chenasraf/nextcloud-forum/commit/f37fae6ec9179f04f1286a1191b38575d9389eb1))
|
||||
* **l10n:** Update translations from Transifex ([4332f46](https://github.com/chenasraf/nextcloud-forum/commit/4332f461df96e313055ee351d14b572017d76d1e))
|
||||
* **l10n:** Update translations from Transifex ([639df80](https://github.com/chenasraf/nextcloud-forum/commit/639df8019cb73b0d7d9401c4131ddde982de607e))
|
||||
* **l10n:** Update translations from Transifex ([e083a2e](https://github.com/chenasraf/nextcloud-forum/commit/e083a2e1f7063c1776902f1243ece96bfd9d7492))
|
||||
|
||||
## [1.0.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.5...v1.0.0) (2026-04-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([638e1c8](https://github.com/chenasraf/nextcloud-forum/commit/638e1c8951df959363f0ff1c0ed36d5d745e3874))
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* official 1.0 release ([4129599](https://github.com/chenasraf/nextcloud-forum/commit/41295990f3740bf238393ff0696684f916ac4423))
|
||||
|
||||
## [0.38.5](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.4...v0.38.5) (2026-04-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([4410260](https://github.com/chenasraf/nextcloud-forum/commit/44102609f52eafc2b0af65cc5e40cc951da248e5))
|
||||
* **l10n:** Update translations from Transifex ([3e880e0](https://github.com/chenasraf/nextcloud-forum/commit/3e880e00130038ae338194ea533c998ca26db58b))
|
||||
* **l10n:** Update translations from Transifex ([8e9e5fe](https://github.com/chenasraf/nextcloud-forum/commit/8e9e5fe9dcc453a9faabbad2facc176b68b807a3))
|
||||
* **l10n:** Update translations from Transifex ([0166b95](https://github.com/chenasraf/nextcloud-forum/commit/0166b9582e3aa017ecb5603f9d43b92237e790ba))
|
||||
* **l10n:** Update translations from Transifex ([49e1cf1](https://github.com/chenasraf/nextcloud-forum/commit/49e1cf1e65a12c2e4bcb3227804d1b6ab91ed466))
|
||||
|
||||
## [0.38.4](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.3...v0.38.4) (2026-04-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add/update error notifications across the app ([dd5f682](https://github.com/chenasraf/nextcloud-forum/commit/dd5f682186cae047c94aa452dbf1aaa95fc6bf42))
|
||||
* re-apply possibly failed category migrations ([a933d45](https://github.com/chenasraf/nextcloud-forum/commit/a933d451bdda818f6203934fc6b4852e3ddf3bf8))
|
||||
|
||||
## [0.38.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.2...v0.38.3) (2026-04-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([658f345](https://github.com/chenasraf/nextcloud-forum/commit/658f345d60727ecd301e48e331f39c749c380668))
|
||||
* show childless headers on admin category page ([7566679](https://github.com/chenasraf/nextcloud-forum/commit/7566679d99348c04be7a6366481bd900f1bcc0ce))
|
||||
|
||||
## [0.38.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.1...v0.38.2) (2026-04-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow closing all dialogs by outside click ([95a9c2e](https://github.com/chenasraf/nextcloud-forum/commit/95a9c2ef21d0af3bede08951980ad40a4a00e778))
|
||||
|
||||
## [0.38.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.38.0...v0.38.1) (2026-04-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([749dfbd](https://github.com/chenasraf/nextcloud-forum/commit/749dfbd9e091260277e0586b4e81a1193be30cba))
|
||||
* **l10n:** Update translations from Transifex ([b4c533e](https://github.com/chenasraf/nextcloud-forum/commit/b4c533eb2558121b52ea905bbcf104f955ef5b06))
|
||||
* **l10n:** Update translations from Transifex ([6b19e93](https://github.com/chenasraf/nextcloud-forum/commit/6b19e93994f35faa52b4f4148aed5375a2456a4b))
|
||||
|
||||
## [0.38.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.37.1...v0.38.0) (2026-04-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add log in link for guests ([15e5e84](https://github.com/chenasraf/nextcloud-forum/commit/15e5e849d4892d831c5edaee3c0c4785a334ad6d))
|
||||
* improve post accessibility for screen readers ([1c2c2ac](https://github.com/chenasraf/nextcloud-forum/commit/1c2c2acf2cdfa8f3f7646893ab269c4641ea6c26))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([bf3826e](https://github.com/chenasraf/nextcloud-forum/commit/bf3826e5cdcad5406df00a85ad79e03e16c58fb0))
|
||||
* missing guest info ([3fb8393](https://github.com/chenasraf/nextcloud-forum/commit/3fb839397a55cd6152d93718ce4ff13b2d4e78b4))
|
||||
|
||||
## [0.37.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.37.0...v0.37.1) (2026-04-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove/consolidate redundant endpoints ([ba075a7](https://github.com/chenasraf/nextcloud-forum/commit/ba075a7c9bea569e9d94d20bd35fb473ffcae484))
|
||||
|
||||
## [0.37.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.36.0...v0.37.0) (2026-04-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow category nesting ([cb5c0ca](https://github.com/chenasraf/nextcloud-forum/commit/cb5c0ca44cf7527f8c5e6ebee67030676b78dc2d))
|
||||
* improve accessibility ([7b1f425](https://github.com/chenasraf/nextcloud-forum/commit/7b1f42587b29a0ae467f2924f58f79db3ed0d6d8))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([b36d82f](https://github.com/chenasraf/nextcloud-forum/commit/b36d82fbefd0463e8ab8ff35bf2ad60c0d7e4817))
|
||||
* **l10n:** user -> account ([d8c3920](https://github.com/chenasraf/nextcloud-forum/commit/d8c3920ac28a6b172b70198575a7be472f9ae963))
|
||||
* refresh roles after forum initialization ([7418bdf](https://github.com/chenasraf/nextcloud-forum/commit/7418bdf8688fe8d520888be15eca2586c3be9825))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
15
Makefile
15
Makefile
@@ -309,6 +309,21 @@ test-docker:
|
||||
test-frontend:
|
||||
$(pnpm_cmd) vitest run
|
||||
|
||||
info_xsd_url=https://apps.nextcloud.com/schema/apps/info.xsd
|
||||
info_xsd=$(build_tools_directory)/info.xsd
|
||||
|
||||
$(info_xsd):
|
||||
@mkdir -p $(build_tools_directory)
|
||||
curl -sS -o $(info_xsd) $(info_xsd_url)
|
||||
|
||||
# lint-appinfo:
|
||||
# - Validate appinfo/info.xml against the Nextcloud App Store XSD schema
|
||||
.PHONY: lint-appinfo
|
||||
lint-appinfo: $(info_xsd)
|
||||
@echo "\x1b[33mValidating appinfo/info.xml against Nextcloud schema...\x1b[0m"
|
||||
@xmllint --noout --schema $(info_xsd) appinfo/info.xml
|
||||
@echo "\x1b[32mappinfo/info.xml is valid.\x1b[0m"
|
||||
|
||||
# lint:
|
||||
# - Lint JS via pnpm and PHP via composer script "lint"
|
||||
.PHONY: lint
|
||||
|
||||
27
README.md
27
README.md
@@ -91,31 +91,8 @@ For a complete list of available commands, usage examples, and detailed document
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Cannot access management features
|
||||
|
||||
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**
|
||||
|
||||
Run the following commands from your Nextcloud installation directory:
|
||||
|
||||
```bash
|
||||
# Repair database seeds (creates default roles and permissions if missing)
|
||||
php occ forum:repair-seeds
|
||||
|
||||
# Assign administrator role to an account
|
||||
php occ forum:set-role <username> admin
|
||||
```
|
||||
|
||||
**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 place, use the **Assign Roles** section to assign the administrator
|
||||
role to accounts
|
||||
For troubleshooting common issues, visit the
|
||||
[Troubleshooting Wiki page](https://github.com/chenasraf/nextcloud-forum/wiki/Troubleshooting).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ Create discussions, share ideas, and collaborate with your community directly in
|
||||
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.
|
||||
]]></description>
|
||||
<version>0.33.0</version>
|
||||
<version>1.0.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
@@ -56,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/heads/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¤cy_code=ILS&source=url]]></donation>
|
||||
<dependencies>
|
||||
|
||||
@@ -36,8 +36,7 @@
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"nextcloud/ocp": "dev-stable32",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
"phpunit/phpunit": "^10.5"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
||||
1055
composer.lock
generated
1055
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,10 +7,12 @@ OC.L10N.register(
|
||||
"Search" : "Soek",
|
||||
"Home" : "Tuis",
|
||||
"Bookmarks" : "Boekmerke",
|
||||
"Users" : "Gebruikers",
|
||||
"Accounts" : "Accounts",
|
||||
"Collapse" : "Vou In",
|
||||
"Log in" : "Teken Aan",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Category" : "Kategorie",
|
||||
"Account" : "Rekening",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Deleted" : "Geskrap",
|
||||
@@ -29,7 +31,6 @@ OC.L10N.register(
|
||||
"Signature" : "Handtekening",
|
||||
"Disable" : "Deaktiveer",
|
||||
"Description" : "Beskrywing",
|
||||
"New" : "Nuut",
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Newest first" : "Nuutste eerste",
|
||||
|
||||
@@ -5,10 +5,12 @@
|
||||
"Search" : "Soek",
|
||||
"Home" : "Tuis",
|
||||
"Bookmarks" : "Boekmerke",
|
||||
"Users" : "Gebruikers",
|
||||
"Accounts" : "Accounts",
|
||||
"Collapse" : "Vou In",
|
||||
"Log in" : "Teken Aan",
|
||||
"Hello world!" : "Hallo wêreld!",
|
||||
"Category" : "Kategorie",
|
||||
"Account" : "Rekening",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Werk by",
|
||||
"Deleted" : "Geskrap",
|
||||
@@ -27,7 +29,6 @@
|
||||
"Signature" : "Handtekening",
|
||||
"Disable" : "Deaktiveer",
|
||||
"Description" : "Beskrywing",
|
||||
"New" : "Nuut",
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Newest first" : "Nuutste eerste",
|
||||
|
||||
15
l10n/ar.js
15
l10n/ar.js
@@ -10,18 +10,19 @@ OC.L10N.register(
|
||||
"Underlined text" : "نصٌ مُسطّرٌ تحتيّاً",
|
||||
"Forum" : "المنتدى",
|
||||
"Deleted user" : "مستخدم محذوف",
|
||||
"User ID" : "رمز المستخدم",
|
||||
"Role" : "الوظيفة",
|
||||
"Loading …" : "التحميل جارٍ ...",
|
||||
"Search" : "بحث",
|
||||
"Home" : "الرئيسية",
|
||||
"Bookmarks" : "الإشارات المرجعية Bookmarks",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Dashboard" : "الرئيسية",
|
||||
"Users" : "المستخدمين",
|
||||
"Accounts" : "الحسابات",
|
||||
"Categories" : "التصنيفات",
|
||||
"Moderation" : "الإدارة",
|
||||
"Expand" : "توسيع",
|
||||
"Collapse" : "طوي",
|
||||
"Log in" : "تسجيل الدخول",
|
||||
"Hello world!" : "مرحبا بالعالم!",
|
||||
"Code" : "الرمز",
|
||||
"Quote" : "عرض الأسعار",
|
||||
@@ -32,8 +33,10 @@ OC.L10N.register(
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Change color" : "غيّر اللون",
|
||||
"Account" : "الحساب",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Create" : "إنشاء",
|
||||
"Update" : "تحديث",
|
||||
"Deleted" : "محذوف",
|
||||
@@ -75,7 +78,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "إشارة مرجعية bookmark",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Move thread" : "أنقُل النَّظْمَة thread",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Notifications" : "الإشعارات",
|
||||
"Files" : "الملفّات",
|
||||
"Browse" : "تصفُّح",
|
||||
@@ -85,7 +87,6 @@ OC.L10N.register(
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
@@ -106,9 +107,7 @@ OC.L10N.register(
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
"Loading accounts …" : "تحميل الحسابات ...",
|
||||
"Status" : "الحاله",
|
||||
"Active" : "نَشِط"
|
||||
},
|
||||
|
||||
15
l10n/ar.json
15
l10n/ar.json
@@ -8,18 +8,19 @@
|
||||
"Underlined text" : "نصٌ مُسطّرٌ تحتيّاً",
|
||||
"Forum" : "المنتدى",
|
||||
"Deleted user" : "مستخدم محذوف",
|
||||
"User ID" : "رمز المستخدم",
|
||||
"Role" : "الوظيفة",
|
||||
"Loading …" : "التحميل جارٍ ...",
|
||||
"Search" : "بحث",
|
||||
"Home" : "الرئيسية",
|
||||
"Bookmarks" : "الإشارات المرجعية Bookmarks",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Dashboard" : "الرئيسية",
|
||||
"Users" : "المستخدمين",
|
||||
"Accounts" : "الحسابات",
|
||||
"Categories" : "التصنيفات",
|
||||
"Moderation" : "الإدارة",
|
||||
"Expand" : "توسيع",
|
||||
"Collapse" : "طوي",
|
||||
"Log in" : "تسجيل الدخول",
|
||||
"Hello world!" : "مرحبا بالعالم!",
|
||||
"Code" : "الرمز",
|
||||
"Quote" : "عرض الأسعار",
|
||||
@@ -30,8 +31,10 @@
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Change color" : "غيّر اللون",
|
||||
"Account" : "الحساب",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Create" : "إنشاء",
|
||||
"Update" : "تحديث",
|
||||
"Deleted" : "محذوف",
|
||||
@@ -73,7 +76,6 @@
|
||||
"Bookmark" : "إشارة مرجعية bookmark",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Move thread" : "أنقُل النَّظْمَة thread",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Notifications" : "الإشعارات",
|
||||
"Files" : "الملفّات",
|
||||
"Browse" : "تصفُّح",
|
||||
@@ -83,7 +85,6 @@
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
@@ -104,9 +105,7 @@
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
"Loading accounts …" : "تحميل الحسابات ...",
|
||||
"Status" : "الحاله",
|
||||
"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;"
|
||||
|
||||
12
l10n/ast.js
12
l10n/ast.js
@@ -15,11 +15,13 @@ OC.L10N.register(
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Aniciu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Dashboard" : "Panel",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Cuentes",
|
||||
"Categories" : "Categories",
|
||||
"Expand" : "Espander",
|
||||
"Collapse" : "Contrayer",
|
||||
"Log in" : "Aniciar la sesión",
|
||||
"Hello world!" : "¡Hola, mundu!",
|
||||
"Code" : "Códigu",
|
||||
"List" : "Llista",
|
||||
@@ -27,6 +29,8 @@ OC.L10N.register(
|
||||
"Close" : "Zarrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Camudar el color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
@@ -63,7 +67,6 @@ OC.L10N.register(
|
||||
"Subscribe" : "Soscribise",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Move thread" : "Mover el filu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Notifications" : "Avisos",
|
||||
"Files" : "Ficheros",
|
||||
"Signature" : "Firma",
|
||||
@@ -72,7 +75,6 @@ OC.L10N.register(
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
@@ -93,9 +95,7 @@ OC.L10N.register(
|
||||
"Actions" : "Aiciones",
|
||||
"No teams found" : "Nun s'atopó nengún equipu",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Xestión d'usuarios",
|
||||
"Loading users …" : "Cargando los usuarios…",
|
||||
"No users found" : "Nun s'atopó nengún usuariu",
|
||||
"Loading accounts …" : "Cargando les cuentes…",
|
||||
"Status" : "Estáu",
|
||||
"Active" : "Activa"
|
||||
},
|
||||
|
||||
@@ -13,11 +13,13 @@
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Aniciu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Dashboard" : "Panel",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Cuentes",
|
||||
"Categories" : "Categories",
|
||||
"Expand" : "Espander",
|
||||
"Collapse" : "Contrayer",
|
||||
"Log in" : "Aniciar la sesión",
|
||||
"Hello world!" : "¡Hola, mundu!",
|
||||
"Code" : "Códigu",
|
||||
"List" : "Llista",
|
||||
@@ -25,6 +27,8 @@
|
||||
"Close" : "Zarrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Camudar el color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
@@ -61,7 +65,6 @@
|
||||
"Subscribe" : "Soscribise",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Move thread" : "Mover el filu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Notifications" : "Avisos",
|
||||
"Files" : "Ficheros",
|
||||
"Signature" : "Firma",
|
||||
@@ -70,7 +73,6 @@
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
@@ -91,9 +93,7 @@
|
||||
"Actions" : "Aiciones",
|
||||
"No teams found" : "Nun s'atopó nengún equipu",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Xestión d'usuarios",
|
||||
"Loading users …" : "Cargando los usuarios…",
|
||||
"No users found" : "Nun s'atopó nengún usuariu",
|
||||
"Loading accounts …" : "Cargando les cuentes…",
|
||||
"Status" : "Estáu",
|
||||
"Active" : "Activa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -7,12 +7,14 @@ OC.L10N.register(
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Axtarış",
|
||||
"Home" : "Ev",
|
||||
"Users" : "İstifadəçilər",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Kateqoriyalar",
|
||||
"Collapse" : "Yığılma",
|
||||
"Log in" : "Giriş",
|
||||
"Upload failed" : "Yüklənmədə səhv baş verdi",
|
||||
"Close" : "Bağla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Account" : "Hesab",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Yenilənmə",
|
||||
"Deleted" : "Silinib",
|
||||
@@ -32,7 +34,6 @@ OC.L10N.register(
|
||||
"Disable" : "Dayandır",
|
||||
"Description" : "Açıqlanma",
|
||||
"Enabled" : "İşə salınıb",
|
||||
"New" : "Yeni",
|
||||
"Settings saved" : "Parametrlər yaddaşa verildi",
|
||||
"Reset" : "Sıfırla",
|
||||
"Actions" : "İşlər",
|
||||
|
||||
@@ -5,12 +5,14 @@
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Axtarış",
|
||||
"Home" : "Ev",
|
||||
"Users" : "İstifadəçilər",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Kateqoriyalar",
|
||||
"Collapse" : "Yığılma",
|
||||
"Log in" : "Giriş",
|
||||
"Upload failed" : "Yüklənmədə səhv baş verdi",
|
||||
"Close" : "Bağla",
|
||||
"Category" : "Kateqoriya",
|
||||
"Account" : "Hesab",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Yenilənmə",
|
||||
"Deleted" : "Silinib",
|
||||
@@ -30,7 +32,6 @@
|
||||
"Disable" : "Dayandır",
|
||||
"Description" : "Açıqlanma",
|
||||
"Enabled" : "İşə salınıb",
|
||||
"New" : "Yeni",
|
||||
"Settings saved" : "Parametrlər yaddaşa verildi",
|
||||
"Reset" : "Sıfırla",
|
||||
"Actions" : "İşlər",
|
||||
|
||||
@@ -22,13 +22,14 @@ OC.L10N.register(
|
||||
"Search" : "Пошук",
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Accounts" : "Уліковыя запісы",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Moderation" : "Мадэрацыя",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"(Guest)" : "(Госць)",
|
||||
"Log in" : "Увайсці",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
@@ -46,6 +47,8 @@ OC.L10N.register(
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Change color" : "Змяніць колер",
|
||||
"Account" : "Уліковы запіс",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
@@ -101,7 +104,6 @@ OC.L10N.register(
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
@@ -121,6 +123,7 @@ OC.L10N.register(
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Loading accounts …" : "Загрузка ўліковых запісаў …",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны"
|
||||
|
||||
@@ -20,13 +20,14 @@
|
||||
"Search" : "Пошук",
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Accounts" : "Уліковыя запісы",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Moderation" : "Мадэрацыя",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"(Guest)" : "(Госць)",
|
||||
"Log in" : "Увайсці",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
@@ -44,6 +45,8 @@
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Change color" : "Змяніць колер",
|
||||
"Account" : "Уліковы запіс",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
@@ -99,7 +102,6 @@
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
@@ -119,6 +121,7 @@
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Loading accounts …" : "Загрузка ўліковых запісаў …",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны"
|
||||
|
||||
12
l10n/bg.js
12
l10n/bg.js
@@ -9,13 +9,14 @@ OC.L10N.register(
|
||||
"Underlined text" : "Подчертан текст",
|
||||
"Forum" : "Форум",
|
||||
"Deleted user" : "Изтрит потребител",
|
||||
"User ID" : "Потребителски Идентификатор /Име/",
|
||||
"Role" : "Роля",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Search" : "Търсене",
|
||||
"Home" : "Начало",
|
||||
"Bookmarks" : "Отметки",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Dashboard" : "Табло",
|
||||
"Accounts" : "Профили",
|
||||
"Categories" : "Категории",
|
||||
"Moderation" : "Модериране /Наблюдаване/",
|
||||
"Expand" : "Разгъване",
|
||||
@@ -30,8 +31,11 @@ OC.L10N.register(
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Change color" : "Промяна на цвета",
|
||||
"Account" : "Профил",
|
||||
"No accounts found" : "Не е открит профил",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Create" : "Създаване",
|
||||
"Update" : "Обновяване",
|
||||
"Deleted" : "Изтрито",
|
||||
@@ -74,7 +78,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Отметка",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Move thread" : "Преместване на нишката",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Notifications" : "Известия",
|
||||
"Files" : "Файлове",
|
||||
"Signature" : "Подпис",
|
||||
@@ -84,7 +87,6 @@ OC.L10N.register(
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
@@ -104,7 +106,7 @@ OC.L10N.register(
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Loading accounts …" : "Сметките се зареждат...",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
"Active" : "Активен"
|
||||
|
||||
12
l10n/bg.json
12
l10n/bg.json
@@ -7,13 +7,14 @@
|
||||
"Underlined text" : "Подчертан текст",
|
||||
"Forum" : "Форум",
|
||||
"Deleted user" : "Изтрит потребител",
|
||||
"User ID" : "Потребителски Идентификатор /Име/",
|
||||
"Role" : "Роля",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Search" : "Търсене",
|
||||
"Home" : "Начало",
|
||||
"Bookmarks" : "Отметки",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Dashboard" : "Табло",
|
||||
"Accounts" : "Профили",
|
||||
"Categories" : "Категории",
|
||||
"Moderation" : "Модериране /Наблюдаване/",
|
||||
"Expand" : "Разгъване",
|
||||
@@ -28,8 +29,11 @@
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Change color" : "Промяна на цвета",
|
||||
"Account" : "Профил",
|
||||
"No accounts found" : "Не е открит профил",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Create" : "Създаване",
|
||||
"Update" : "Обновяване",
|
||||
"Deleted" : "Изтрито",
|
||||
@@ -72,7 +76,6 @@
|
||||
"Bookmark" : "Отметка",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Move thread" : "Преместване на нишката",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Notifications" : "Известия",
|
||||
"Files" : "Файлове",
|
||||
"Signature" : "Подпис",
|
||||
@@ -82,7 +85,6 @@
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
@@ -102,7 +104,7 @@
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Loading accounts …" : "Сметките се зареждат...",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
"Active" : "Активен"
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "প্রশাসন",
|
||||
"User" : "User",
|
||||
"General" : "সাধারণ",
|
||||
"Forum" : "ফোরাম",
|
||||
"Search" : "Search",
|
||||
"Home" : "বাড়ি",
|
||||
"Users" : "ব্যবহারকারী",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Deleted" : "মুছে ফেলা",
|
||||
"Restore" : "ফিরিয়ে দাও",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Direct link" : "সরাসরি লিঙ্ক",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
"Subscribe" : "গ্রাহক হোন",
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
@@ -1,33 +0,0 @@
|
||||
{ "translations": {
|
||||
"Admin" : "প্রশাসন",
|
||||
"User" : "User",
|
||||
"General" : "সাধারণ",
|
||||
"Forum" : "ফোরাম",
|
||||
"Search" : "Search",
|
||||
"Home" : "বাড়ি",
|
||||
"Users" : "ব্যবহারকারী",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Deleted" : "মুছে ফেলা",
|
||||
"Restore" : "ফিরিয়ে দাও",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Direct link" : "সরাসরি লিঙ্ক",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
"Subscribe" : "গ্রাহক হোন",
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -7,14 +7,17 @@ OC.L10N.register(
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Klask",
|
||||
"Home" : "Degemer",
|
||||
"Preferences" : "Penndibaboù",
|
||||
"Dashboard" : "Taolenn-stur",
|
||||
"Users" : "Implijer",
|
||||
"Accounts" : "Kontoù",
|
||||
"Categories" : "Rummadoù",
|
||||
"Log in" : "Kennaskañ",
|
||||
"Hello world!" : "Hello world!",
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Account" : "Kont",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Deleted" : "Dilamet",
|
||||
@@ -32,12 +35,10 @@ OC.L10N.register(
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
"Preferences" : "Penndibaboù",
|
||||
"Notifications" : "Kemennadennoù",
|
||||
"Enable" : "Aotreañ",
|
||||
"Disable" : "Diweredekaat",
|
||||
"Description" : "Deskrivadur",
|
||||
"New" : "Nevez",
|
||||
"Preview" : "Ragwell",
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
|
||||
@@ -5,14 +5,17 @@
|
||||
"Forum" : "Forum",
|
||||
"Search" : "Klask",
|
||||
"Home" : "Degemer",
|
||||
"Preferences" : "Penndibaboù",
|
||||
"Dashboard" : "Taolenn-stur",
|
||||
"Users" : "Implijer",
|
||||
"Accounts" : "Kontoù",
|
||||
"Categories" : "Rummadoù",
|
||||
"Log in" : "Kennaskañ",
|
||||
"Hello world!" : "Hello world!",
|
||||
"List" : "Roll",
|
||||
"Upload failed" : "Pellkasaden c'hwitet",
|
||||
"Close" : "Serriñ",
|
||||
"Allow" : "Aotrañ",
|
||||
"Account" : "Kont",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Hizivaat",
|
||||
"Deleted" : "Dilamet",
|
||||
@@ -30,12 +33,10 @@
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
"Preferences" : "Penndibaboù",
|
||||
"Notifications" : "Kemennadennoù",
|
||||
"Enable" : "Aotreañ",
|
||||
"Disable" : "Diweredekaat",
|
||||
"Description" : "Deskrivadur",
|
||||
"New" : "Nevez",
|
||||
"Preview" : "Ragwell",
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
|
||||
15
l10n/ca.js
15
l10n/ca.js
@@ -11,16 +11,18 @@ OC.L10N.register(
|
||||
"Underlined text" : "Text subratllat",
|
||||
"Forum" : "Fòrum",
|
||||
"Deleted user" : "Usuari suprimit",
|
||||
"User ID" : "ID de l'usuari",
|
||||
"Loading …" : "S'està carregant…",
|
||||
"Search" : "Cercar",
|
||||
"Home" : "Casa",
|
||||
"Bookmarks" : "Adreces d'interès",
|
||||
"Preferences" : "Preferències",
|
||||
"Dashboard" : "Tauler",
|
||||
"Accounts" : "Comptes",
|
||||
"Categories" : "Categories",
|
||||
"Moderation" : "Moderació",
|
||||
"Expand" : "Expandeix",
|
||||
"Collapse" : "Replega",
|
||||
"Log in" : "Inicia la sessió",
|
||||
"Hello world!" : "Hola a tothom!",
|
||||
"Code" : "Codi",
|
||||
"Quote" : "Pressupost",
|
||||
@@ -32,8 +34,11 @@ OC.L10N.register(
|
||||
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"Sort order" : "Ordenació",
|
||||
"Change color" : "Canvia el color",
|
||||
"Account" : "Compte",
|
||||
"No accounts found" : "Cap compte trobat",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Ordenació",
|
||||
"Create" : "Crea",
|
||||
"Update" : "Actualitza",
|
||||
"Deleted" : "Suprimit",
|
||||
@@ -80,7 +85,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Adreça d'interès",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Move thread" : "Mou el fil",
|
||||
"Preferences" : "Preferències",
|
||||
"Notifications" : "Notificacions",
|
||||
"Files" : "Fitxers",
|
||||
"Browse" : "Navegació",
|
||||
@@ -91,7 +95,6 @@ OC.L10N.register(
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
@@ -112,9 +115,7 @@ OC.L10N.register(
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
"Loading accounts …" : "S'estan carregant els comptes …",
|
||||
"Joined" : "Unit",
|
||||
"Active" : "Actiu"
|
||||
},
|
||||
|
||||
15
l10n/ca.json
15
l10n/ca.json
@@ -9,16 +9,18 @@
|
||||
"Underlined text" : "Text subratllat",
|
||||
"Forum" : "Fòrum",
|
||||
"Deleted user" : "Usuari suprimit",
|
||||
"User ID" : "ID de l'usuari",
|
||||
"Loading …" : "S'està carregant…",
|
||||
"Search" : "Cercar",
|
||||
"Home" : "Casa",
|
||||
"Bookmarks" : "Adreces d'interès",
|
||||
"Preferences" : "Preferències",
|
||||
"Dashboard" : "Tauler",
|
||||
"Accounts" : "Comptes",
|
||||
"Categories" : "Categories",
|
||||
"Moderation" : "Moderació",
|
||||
"Expand" : "Expandeix",
|
||||
"Collapse" : "Replega",
|
||||
"Log in" : "Inicia la sessió",
|
||||
"Hello world!" : "Hola a tothom!",
|
||||
"Code" : "Codi",
|
||||
"Quote" : "Pressupost",
|
||||
@@ -30,8 +32,11 @@
|
||||
"Failed to upload file" : "No s'ha pogut pujar el fitxer",
|
||||
"Category" : "Categoria",
|
||||
"Allow" : "Permet",
|
||||
"Sort order" : "Ordenació",
|
||||
"Change color" : "Canvia el color",
|
||||
"Account" : "Compte",
|
||||
"No accounts found" : "Cap compte trobat",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Ordenació",
|
||||
"Create" : "Crea",
|
||||
"Update" : "Actualitza",
|
||||
"Deleted" : "Suprimit",
|
||||
@@ -78,7 +83,6 @@
|
||||
"Bookmark" : "Adreça d'interès",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Move thread" : "Mou el fil",
|
||||
"Preferences" : "Preferències",
|
||||
"Notifications" : "Notificacions",
|
||||
"Files" : "Fitxers",
|
||||
"Browse" : "Navegació",
|
||||
@@ -89,7 +93,6 @@
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
@@ -110,9 +113,7 @@
|
||||
"Actions" : "Accions",
|
||||
"No teams found" : "No s'ha trobat cap equip",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestió d'usuaris",
|
||||
"Loading users …" : "S'estan carregant usuaris …",
|
||||
"No users found" : "No s'ha trobat cap usuari",
|
||||
"Loading accounts …" : "S'estan carregant els comptes …",
|
||||
"Joined" : "Unit",
|
||||
"Active" : "Actiu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
45
l10n/cs.js
45
l10n/cs.js
@@ -58,9 +58,8 @@ 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",
|
||||
"User Roles" : "Role uživatele",
|
||||
"User ID" : "Identif. uživatele",
|
||||
"Enter user ID" : "Zadejte identifikátor uživatele",
|
||||
"Rebuild Statistics" : "Znovusestavit statistiky",
|
||||
"Enter account ID" : "Zadejte identifikátor účtu",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
@@ -69,10 +68,11 @@ OC.L10N.register(
|
||||
"Search" : "Hledat",
|
||||
"Home" : "Domů",
|
||||
"Bookmarks" : "Záložky",
|
||||
"User preferences" : "Předvolby uživatele",
|
||||
"Preferences" : "Předvolby",
|
||||
"Management" : "Správa",
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Accounts" : "Účty",
|
||||
"Roles & Teams" : "Role a týmy",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -80,6 +80,7 @@ OC.L10N.register(
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"Log in" : "Přihlásit se",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -139,6 +140,12 @@ OC.L10N.register(
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Change color" : "Změnit barvu",
|
||||
"No color selected" : "Nevybrána žádná barva",
|
||||
"Account" : "Účet",
|
||||
"No accounts found" : "Nenalezeny žádné účty",
|
||||
"Cancel" : "Zrušit",
|
||||
"Reassign" : "Znovupřiřadit",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -147,7 +154,6 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Zadejte popis záhlaví (volitelné)",
|
||||
"Sort order" : "Pořadí řazení",
|
||||
"Lower numbers appear first" : "Nižší čísla se objeví jako první",
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"Forum setup required" : "Fórum je třeba napřed nastavit",
|
||||
@@ -162,7 +168,10 @@ OC.L10N.register(
|
||||
"Deleted" : "Smazáno",
|
||||
"Restore" : "Obnovit",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"Deleted reply" : "Smazaná odpověď",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Restore reply" : "Obnovit odpověď",
|
||||
"Restore thread" : "Obnovit vlákno",
|
||||
"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 …",
|
||||
@@ -190,6 +199,7 @@ OC.L10N.register(
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link" : "Přímý odkaz",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Assign to account" : "Přiřadit k účtu",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -257,6 +267,8 @@ OC.L10N.register(
|
||||
"Error loading category" : "Chyba při načítání kategorie",
|
||||
"No threads yet" : "Zatím žádná vlákna",
|
||||
"Be the first to start a discussion in this category." : "Buďte první kdo začne diskutovat v této kategorii.",
|
||||
"Subcategories" : "Podkategorie",
|
||||
"Back to {name}" : "Zpět na {name}",
|
||||
"No category ID or slug provided" : "Nezadán žádný identifikátor kategorie nebo slug",
|
||||
"Failed to load threads" : "Nepodařilo se načíst vlákna",
|
||||
"Create New Thread" : "Vytvořit nové vlákno",
|
||||
@@ -271,10 +283,7 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
"This user has not created any threads yet" : "Tento uživatel zatím nevytvořil žádná vlákna",
|
||||
"No replies" : "Žádné odpovědi",
|
||||
"This user has not written any replies yet" : "Tento uživatel zatím nenapsal žádné odpovědi",
|
||||
"Failed to load user profile" : "Nepodařilo se načíst uživatelský profil",
|
||||
"Enter search query …" : "Zadejte vyhledávací dotaz …",
|
||||
"Search in threads" : "Hledat ve vláknech",
|
||||
"Search in replies" : "Hledat v odpovědích",
|
||||
@@ -344,7 +353,6 @@ OC.L10N.register(
|
||||
"Failed to update bookmark" : "Nepodařilo se zaktualizovat záložku",
|
||||
"Failed to update thread title" : "Nepodařilo se zaktualizovat nadpis vlákna",
|
||||
"Failed to move thread" : "Nepodařilo se přesunout vlákno",
|
||||
"Preferences" : "Předvolby",
|
||||
"Customize your forum experience" : "Přizpůsobte si svůj dojem z používání fóra",
|
||||
"Loading preferences …" : "Načítání předvoleb …",
|
||||
"Error loading preferences" : "Chyba při načítání předvoleb",
|
||||
@@ -400,14 +408,12 @@ OC.L10N.register(
|
||||
"Edit category" : "Upravit kategorii",
|
||||
"Configure category details" : "Podrobnosti nastaveni kategorie",
|
||||
"Basic information" : "Základní informace",
|
||||
"Category header" : "Záhlaví kategorie",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Parent" : "Nadřazené",
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
"Slug cannot be changed after category creation" : "Po vytvoření kategorie už slug není možné změnit",
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
"Control which roles and teams can access and moderate this category" : "Určete které role a týmy mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Select roles or teams that can view this category and its threads" : "Vyberte role nebo týmy které si mohou tuto kategorie a její vlákna zobrazovat.",
|
||||
@@ -445,6 +451,7 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Smazat všechny kategorie",
|
||||
"All categories and their threads will be permanently deleted" : "Veškeré kategorie a vlákna v nich budou nevratně smazány",
|
||||
"Select target header" : "Vybrat cílové záhlaví",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Move up" : "Přesunout výše",
|
||||
"Move down" : "Přesunout dolů",
|
||||
"Overview of forum activity and statistics" : "Přehled aktivity na fóru a statistiky",
|
||||
@@ -452,7 +459,6 @@ OC.L10N.register(
|
||||
"Error loading dashboard" : "Chyba při načítání přehledu",
|
||||
"Total statistics" : "Celkové statistiky",
|
||||
"Recent activity (last 7 days)" : "Nedávná aktivita (uplynulých 7 dnů)",
|
||||
"New users" : "Nový uživatelé",
|
||||
"New threads" : "Nová vlákna",
|
||||
"New replies" : "Nové odpovědi",
|
||||
"Top contributors" : "Nejaktivnější přispěvatelé",
|
||||
@@ -464,7 +470,6 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Načítání nastavení …",
|
||||
"Error loading settings" : "Chyba při načítání nastavení",
|
||||
"Appearance" : "Vzhled",
|
||||
"Customize how your forum looks to users" : "Přizpůsobit jako vaše fórum vypadá pro uživatele",
|
||||
"Forum title" : "Titulek fóra",
|
||||
"Displayed at the top of the forum home page" : "Zobrazováno v horní části domovské stránky fóra",
|
||||
"Forum subtitle" : "Podtitul fóra",
|
||||
@@ -529,12 +534,8 @@ OC.L10N.register(
|
||||
"Error loading team" : "Chyba při načítání týmu",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"User management" : "Správa uživatelů",
|
||||
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
|
||||
"Loading users …" : "Načítání uživatelů …",
|
||||
"Error loading users" : "Chyba při načítání uživatelů",
|
||||
"No users found" : "Nenalezeni žádní uživatelé",
|
||||
"There are no forum users yet" : "Zatím zde nejsou žádní uživatelé fóra",
|
||||
"Loading accounts …" : "Načítání účtů …",
|
||||
"Error loading accounts" : "Chyba při načítání účtů",
|
||||
"Roles" : "Role",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
@@ -542,6 +543,6 @@ OC.L10N.register(
|
||||
"No roles" : "Žádné role",
|
||||
"Select roles" : "Vybrat role",
|
||||
"Edit roles" : "Upravit role",
|
||||
"Edit user roles" : "Upravit role uživatelů"
|
||||
"Edit account roles" : "Upravit role účtu"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
45
l10n/cs.json
45
l10n/cs.json
@@ -56,9 +56,8 @@
|
||||
"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",
|
||||
"User Roles" : "Role uživatele",
|
||||
"User ID" : "Identif. uživatele",
|
||||
"Enter user ID" : "Zadejte identifikátor uživatele",
|
||||
"Rebuild Statistics" : "Znovusestavit statistiky",
|
||||
"Enter account ID" : "Zadejte identifikátor účtu",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
@@ -67,10 +66,11 @@
|
||||
"Search" : "Hledat",
|
||||
"Home" : "Domů",
|
||||
"Bookmarks" : "Záložky",
|
||||
"User preferences" : "Předvolby uživatele",
|
||||
"Preferences" : "Předvolby",
|
||||
"Management" : "Správa",
|
||||
"Dashboard" : "Nástěnka",
|
||||
"Forum settings" : "Nastavení fóra",
|
||||
"Users" : "Uživatelé",
|
||||
"Accounts" : "Účty",
|
||||
"Roles & Teams" : "Role a týmy",
|
||||
"Categories" : "Kategorie",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -78,6 +78,7 @@
|
||||
"Expand" : "Rozbalit",
|
||||
"Collapse" : "Sbalit",
|
||||
"(Guest)" : "(host)",
|
||||
"Log in" : "Přihlásit se",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Upozornění:{bEnd} Přiložené soubory budou viditelné komukoli na fóru, nezávisle na nastavení sdílení souboru.",
|
||||
"Drop file here to upload" : "Soubor sem nahrajete přetažením",
|
||||
"Hello world!" : "Dobrý den světe!",
|
||||
@@ -137,6 +138,12 @@
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart} Odpověď:{bEnd} Umožní odpovídání na existující vlákna v kategorii.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderovat:{bEnd} Umožňuje upravování a mazání příspěvků, zamykání a přesouvání vláken v kategorii.",
|
||||
"Pick a color" : "Zvolte barvu",
|
||||
"Change color" : "Změnit barvu",
|
||||
"No color selected" : "Nevybrána žádná barva",
|
||||
"Account" : "Účet",
|
||||
"No accounts found" : "Nenalezeny žádné účty",
|
||||
"Cancel" : "Zrušit",
|
||||
"Reassign" : "Znovupřiřadit",
|
||||
"Create category header" : "Vytvořit záhlaví kategorie",
|
||||
"Edit category header" : "Upravit záhlaví kategorie",
|
||||
"Header name" : "Název záhlaví",
|
||||
@@ -145,7 +152,6 @@
|
||||
"Enter header description (optional)" : "Zadejte popis záhlaví (volitelné)",
|
||||
"Sort order" : "Pořadí řazení",
|
||||
"Lower numbers appear first" : "Nižší čísla se objeví jako první",
|
||||
"Cancel" : "Zrušit",
|
||||
"Create" : "Vytvářet",
|
||||
"Update" : "Aktualizovat",
|
||||
"Forum setup required" : "Fórum je třeba napřed nastavit",
|
||||
@@ -160,7 +166,10 @@
|
||||
"Deleted" : "Smazáno",
|
||||
"Restore" : "Obnovit",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"Deleted reply" : "Smazaná odpověď",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Restore reply" : "Obnovit odpověď",
|
||||
"Restore thread" : "Obnovit vlákno",
|
||||
"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 …",
|
||||
@@ -188,6 +197,7 @@
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link" : "Přímý odkaz",
|
||||
"Direct link copied to clipboard" : "Přímý odkaz zkopírován do schránky",
|
||||
"Assign to account" : "Přiřadit k účtu",
|
||||
"Edit your reply …" : "Upravit vaši odpověď …",
|
||||
"Save" : "Uložit",
|
||||
"Are you sure you want to discard your changes?" : "Opravdu chcete vámi provedené změny zahodit?",
|
||||
@@ -255,6 +265,8 @@
|
||||
"Error loading category" : "Chyba při načítání kategorie",
|
||||
"No threads yet" : "Zatím žádná vlákna",
|
||||
"Be the first to start a discussion in this category." : "Buďte první kdo začne diskutovat v této kategorii.",
|
||||
"Subcategories" : "Podkategorie",
|
||||
"Back to {name}" : "Zpět na {name}",
|
||||
"No category ID or slug provided" : "Nezadán žádný identifikátor kategorie nebo slug",
|
||||
"Failed to load threads" : "Nepodařilo se načíst vlákna",
|
||||
"Create New Thread" : "Vytvořit nové vlákno",
|
||||
@@ -269,10 +281,7 @@
|
||||
"Threads ({count})" : "Vlákna ({count})",
|
||||
"Replies ({count})" : "Odpovědi ({count})",
|
||||
"No threads" : "Žádná vlákna",
|
||||
"This user has not created any threads yet" : "Tento uživatel zatím nevytvořil žádná vlákna",
|
||||
"No replies" : "Žádné odpovědi",
|
||||
"This user has not written any replies yet" : "Tento uživatel zatím nenapsal žádné odpovědi",
|
||||
"Failed to load user profile" : "Nepodařilo se načíst uživatelský profil",
|
||||
"Enter search query …" : "Zadejte vyhledávací dotaz …",
|
||||
"Search in threads" : "Hledat ve vláknech",
|
||||
"Search in replies" : "Hledat v odpovědích",
|
||||
@@ -342,7 +351,6 @@
|
||||
"Failed to update bookmark" : "Nepodařilo se zaktualizovat záložku",
|
||||
"Failed to update thread title" : "Nepodařilo se zaktualizovat nadpis vlákna",
|
||||
"Failed to move thread" : "Nepodařilo se přesunout vlákno",
|
||||
"Preferences" : "Předvolby",
|
||||
"Customize your forum experience" : "Přizpůsobte si svůj dojem z používání fóra",
|
||||
"Loading preferences …" : "Načítání předvoleb …",
|
||||
"Error loading preferences" : "Chyba při načítání předvoleb",
|
||||
@@ -398,14 +406,12 @@
|
||||
"Edit category" : "Upravit kategorii",
|
||||
"Configure category details" : "Podrobnosti nastaveni kategorie",
|
||||
"Basic information" : "Základní informace",
|
||||
"Category header" : "Záhlaví kategorie",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Parent" : "Nadřazené",
|
||||
"Enter category name" : "Zadejte název kategorie",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identifikátor vhodný pro URL (např. „{slug}“)",
|
||||
"Slug cannot be changed after category creation" : "Po vytvoření kategorie už slug není možné změnit",
|
||||
"Enter category description (optional)" : "Zadejte popis kategorie (volitelné)",
|
||||
"New" : "Nové",
|
||||
"Permissions" : "Oprávnění",
|
||||
"Control which roles and teams can access and moderate this category" : "Určete které role a týmy mohou k této kategorii přistupovat a moderovat v ní",
|
||||
"Select roles or teams that can view this category and its threads" : "Vyberte role nebo týmy které si mohou tuto kategorie a její vlákna zobrazovat.",
|
||||
@@ -443,6 +449,7 @@
|
||||
"Delete all categories" : "Smazat všechny kategorie",
|
||||
"All categories and their threads will be permanently deleted" : "Veškeré kategorie a vlákna v nich budou nevratně smazány",
|
||||
"Select target header" : "Vybrat cílové záhlaví",
|
||||
"-- Select a header --" : "-- Vybrat záhlaví --",
|
||||
"Move up" : "Přesunout výše",
|
||||
"Move down" : "Přesunout dolů",
|
||||
"Overview of forum activity and statistics" : "Přehled aktivity na fóru a statistiky",
|
||||
@@ -450,7 +457,6 @@
|
||||
"Error loading dashboard" : "Chyba při načítání přehledu",
|
||||
"Total statistics" : "Celkové statistiky",
|
||||
"Recent activity (last 7 days)" : "Nedávná aktivita (uplynulých 7 dnů)",
|
||||
"New users" : "Nový uživatelé",
|
||||
"New threads" : "Nová vlákna",
|
||||
"New replies" : "Nové odpovědi",
|
||||
"Top contributors" : "Nejaktivnější přispěvatelé",
|
||||
@@ -462,7 +468,6 @@
|
||||
"Loading settings …" : "Načítání nastavení …",
|
||||
"Error loading settings" : "Chyba při načítání nastavení",
|
||||
"Appearance" : "Vzhled",
|
||||
"Customize how your forum looks to users" : "Přizpůsobit jako vaše fórum vypadá pro uživatele",
|
||||
"Forum title" : "Titulek fóra",
|
||||
"Displayed at the top of the forum home page" : "Zobrazováno v horní části domovské stránky fóra",
|
||||
"Forum subtitle" : "Podtitul fóra",
|
||||
@@ -527,12 +532,8 @@
|
||||
"Error loading team" : "Chyba při načítání týmu",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Upravování oprávnění kategorie pro tento tým. Členství v týmu je spravováno přes Nextcloud Týmy.",
|
||||
"Set which categories this team can access" : "Nastavte ke kterým kategoriím může tento tým přistupovat",
|
||||
"User management" : "Správa uživatelů",
|
||||
"Manage forum users, roles and permissions" : "Spravovat uživatele fóra, role a oprávnění",
|
||||
"Loading users …" : "Načítání uživatelů …",
|
||||
"Error loading users" : "Chyba při načítání uživatelů",
|
||||
"No users found" : "Nenalezeni žádní uživatelé",
|
||||
"There are no forum users yet" : "Zatím zde nejsou žádní uživatelé fóra",
|
||||
"Loading accounts …" : "Načítání účtů …",
|
||||
"Error loading accounts" : "Chyba při načítání účtů",
|
||||
"Roles" : "Role",
|
||||
"Joined" : "Připojený",
|
||||
"Status" : "Stav",
|
||||
@@ -540,6 +541,6 @@
|
||||
"No roles" : "Žádné role",
|
||||
"Select roles" : "Vybrat role",
|
||||
"Edit roles" : "Upravit role",
|
||||
"Edit user roles" : "Upravit role uživatelů"
|
||||
"Edit account roles" : "Upravit role účtu"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
@@ -9,12 +9,14 @@ OC.L10N.register(
|
||||
"Search" : "Chwilio",
|
||||
"Home" : "Cartref",
|
||||
"Dashboard" : "Bwrdd Rheoli",
|
||||
"Users" : "Defnyddwyr",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorïau",
|
||||
"Log in" : "Mewngofnodi",
|
||||
"List" : "Rhestr",
|
||||
"Upload failed" : "Methwyd llwytho i fyny",
|
||||
"Close" : "Cau",
|
||||
"Category" : "Categori",
|
||||
"Account" : "Cyfrif",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Diweddaru",
|
||||
"Deleted" : "Wedi dileu",
|
||||
@@ -37,7 +39,6 @@ OC.L10N.register(
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"New" : "Newydd",
|
||||
"Preview" : "Rhagolwg",
|
||||
"Newest first" : "Diweddaraf gyntaf",
|
||||
"Oldest first" : "Hynaf gyntaf",
|
||||
|
||||
@@ -7,12 +7,14 @@
|
||||
"Search" : "Chwilio",
|
||||
"Home" : "Cartref",
|
||||
"Dashboard" : "Bwrdd Rheoli",
|
||||
"Users" : "Defnyddwyr",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorïau",
|
||||
"Log in" : "Mewngofnodi",
|
||||
"List" : "Rhestr",
|
||||
"Upload failed" : "Methwyd llwytho i fyny",
|
||||
"Close" : "Cau",
|
||||
"Category" : "Categori",
|
||||
"Account" : "Cyfrif",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Diweddaru",
|
||||
"Deleted" : "Wedi dileu",
|
||||
@@ -35,7 +37,6 @@
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"New" : "Newydd",
|
||||
"Preview" : "Rhagolwg",
|
||||
"Newest first" : "Diweddaraf gyntaf",
|
||||
"Oldest first" : "Hynaf gyntaf",
|
||||
|
||||
14
l10n/da.js
14
l10n/da.js
@@ -9,17 +9,18 @@ OC.L10N.register(
|
||||
"Bold text" : "Fed tekst",
|
||||
"Underlined text" : "Understreget tekst",
|
||||
"Forum" : "Forum",
|
||||
"User ID" : "Bruger ID",
|
||||
"Role" : "Rolle",
|
||||
"Loading …" : "Indlæser ...",
|
||||
"Search" : "Søg",
|
||||
"Home" : "Hjem",
|
||||
"Bookmarks" : "Bogmærker",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Users" : "Brugere",
|
||||
"Accounts" : "Konti",
|
||||
"Categories" : "Kategorier",
|
||||
"Expand" : "Udvid",
|
||||
"Collapse" : "Sammenfold",
|
||||
"Log in" : "Log på",
|
||||
"Hello world!" : "Hej verden!",
|
||||
"Code" : "Kode",
|
||||
"Quote" : "Citat",
|
||||
@@ -32,8 +33,10 @@ OC.L10N.register(
|
||||
"Threads" : "Tråde",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Change color" : "Skift farve",
|
||||
"Account" : "Konto",
|
||||
"Cancel" : "Annullér",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Create" : "Opret",
|
||||
"Update" : "Opdatér",
|
||||
"Deleted" : "Slettet",
|
||||
@@ -75,7 +78,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Bogmærke",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Move thread" : "Flyt tråden",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Notifications" : "Påmindelser",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Underskrift",
|
||||
@@ -85,7 +87,6 @@ OC.L10N.register(
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
"Description" : "Beskrivelse",
|
||||
"Enabled" : "Aktiveret",
|
||||
"New" : "Nyt",
|
||||
"Permissions" : "Rettigheder",
|
||||
"Preview" : "Forhåndsvisning",
|
||||
"Move up" : "Flyt op",
|
||||
@@ -105,8 +106,7 @@ OC.L10N.register(
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Members" : "Medlemmer",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Loading accounts …" : "Indlæser konti ...",
|
||||
"Joined" : "Forbind",
|
||||
"Status" : "Status"
|
||||
},
|
||||
|
||||
14
l10n/da.json
14
l10n/da.json
@@ -7,17 +7,18 @@
|
||||
"Bold text" : "Fed tekst",
|
||||
"Underlined text" : "Understreget tekst",
|
||||
"Forum" : "Forum",
|
||||
"User ID" : "Bruger ID",
|
||||
"Role" : "Rolle",
|
||||
"Loading …" : "Indlæser ...",
|
||||
"Search" : "Søg",
|
||||
"Home" : "Hjem",
|
||||
"Bookmarks" : "Bogmærker",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Users" : "Brugere",
|
||||
"Accounts" : "Konti",
|
||||
"Categories" : "Kategorier",
|
||||
"Expand" : "Udvid",
|
||||
"Collapse" : "Sammenfold",
|
||||
"Log in" : "Log på",
|
||||
"Hello world!" : "Hej verden!",
|
||||
"Code" : "Kode",
|
||||
"Quote" : "Citat",
|
||||
@@ -30,8 +31,10 @@
|
||||
"Threads" : "Tråde",
|
||||
"Category" : "Kategori",
|
||||
"Allow" : "Tillad",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Change color" : "Skift farve",
|
||||
"Account" : "Konto",
|
||||
"Cancel" : "Annullér",
|
||||
"Sort order" : "Sorteringsrækkefølge",
|
||||
"Create" : "Opret",
|
||||
"Update" : "Opdatér",
|
||||
"Deleted" : "Slettet",
|
||||
@@ -73,7 +76,6 @@
|
||||
"Bookmark" : "Bogmærke",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Move thread" : "Flyt tråden",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Notifications" : "Påmindelser",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Underskrift",
|
||||
@@ -83,7 +85,6 @@
|
||||
"This action cannot be undone." : "Denne handling kan ikke fortrydes.",
|
||||
"Description" : "Beskrivelse",
|
||||
"Enabled" : "Aktiveret",
|
||||
"New" : "Nyt",
|
||||
"Permissions" : "Rettigheder",
|
||||
"Preview" : "Forhåndsvisning",
|
||||
"Move up" : "Flyt op",
|
||||
@@ -103,8 +104,7 @@
|
||||
"Actions" : "Handlinger",
|
||||
"No teams found" : "Ingen teams fundet",
|
||||
"Members" : "Medlemmer",
|
||||
"Loading users …" : "Henter brugere ...",
|
||||
"No users found" : "Ingen brugere fundet",
|
||||
"Loading accounts …" : "Indlæser konti ...",
|
||||
"Joined" : "Forbind",
|
||||
"Status" : "Status"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
75
l10n/de.js
75
l10n/de.js
@@ -64,10 +64,10 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Account Roles" : "Kontenrollen",
|
||||
"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",
|
||||
"Account ID" : "Konto-ID",
|
||||
"Enter account ID" : "Konto-ID eingeben",
|
||||
"Role" : "Rolle",
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
@@ -76,11 +76,11 @@ OC.L10N.register(
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Management" : "Verwaltung",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumseinstellungen",
|
||||
"Users" : "Benutzer",
|
||||
"Accounts" : "Konten",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -88,6 +88,7 @@ OC.L10N.register(
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"(Guest)" : "(Gast)",
|
||||
"Log in" : "Anmelden",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
|
||||
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
|
||||
"Hello world!" : "Hallo Welt!",
|
||||
@@ -147,6 +148,19 @@ OC.L10N.register(
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Pick a color" : "Wähle eine Farbe",
|
||||
"Change color" : "Farbe ändern",
|
||||
"No color selected" : "Keine Farbe ausgewählt",
|
||||
"Assign guest posts to account" : "Gastbeiträge dem Konto zuordnen",
|
||||
"All posts and threads by this guest will be reassigned to the selected account." : "Alle Beiträge und Threads dieses Gastes werden dem ausgewählten Konto zugeordnet.",
|
||||
"Search for an account …" : "Nach einem Konto suchen …",
|
||||
"Account" : "Konto",
|
||||
"No accounts found" : "Keine Konten gefunden",
|
||||
"Type to search for an account" : "Tippen, um nach einem Konto zu suchen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Reassign" : "Neu zuordnen",
|
||||
"Reassigning …" : "Ordne neu zu …",
|
||||
"Guest posts reassigned successfully" : "Gastbeiträge erfolgreich neu zugeordnet",
|
||||
"Failed to reassign guest posts" : "Gastbeiträge konnten nicht neu zugeordnet werden",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -155,9 +169,9 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
|
||||
"Sort order" : "Sortierung",
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -204,6 +218,7 @@ OC.L10N.register(
|
||||
"Unread" : "Ungelesen",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Assign to account" : "Einem Konto zuordnen",
|
||||
"Edit your reply …" : "Deine Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
@@ -223,6 +238,7 @@ OC.L10N.register(
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll deine Antwort verworfen werden?",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Deleted account" : "Konto gelöscht",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
@@ -244,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -271,6 +289,8 @@ OC.L10N.register(
|
||||
"Error loading category" : "Fehler beim Laden der Kategorie",
|
||||
"No threads yet" : "Bislang keine Themen",
|
||||
"Be the first to start a discussion in this category." : "Sei der Erste, der eine Diskussion in dieser Kategorie beginnt.",
|
||||
"Subcategories" : "Unterkategorien",
|
||||
"Back to {name}" : "Zurück zu {name}",
|
||||
"No category ID or slug provided" : "Keine Kategorie-ID oder Slug angegeben",
|
||||
"Failed to load threads" : "Themen konnten nicht geladen werden",
|
||||
"Create New Thread" : "Ein neues Thema erstellen",
|
||||
@@ -285,10 +305,10 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
"This user has not created any threads yet" : "Dieser Benutzer hat bislang noch keine Themen erstellt",
|
||||
"This account has not created any threads yet" : "Dieses Konto hat noch keine Themen erstellt",
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"This account has not written any replies yet" : "Dieses Konto hat noch keine Antworten verfasst",
|
||||
"Failed to load profile" : "Profil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
@@ -352,13 +372,13 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
"Failed to update bookmark" : "Lesezeichen konnte nicht aktualisiert werden",
|
||||
"Failed to update thread title" : "Thementitel konnte nicht aktualisiert werden",
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Dein Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
@@ -413,18 +433,20 @@ OC.L10N.register(
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Parent" : "Übergeordnetes Element",
|
||||
"-- Select a parent --" : "-- Elternelement wählen --",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Die Slug kann nach der Erstellung der Kategorie nicht mehr geändert werden.",
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
|
||||
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
@@ -439,6 +461,9 @@ OC.L10N.register(
|
||||
"Dark text" : "Dunkler Text",
|
||||
"Light text" : "Heller Text",
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -462,15 +487,18 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Alle Kategorien löschen",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und ihre Themen werden endgültig gelöscht",
|
||||
"Select target header" : "Zielüberschrift auswählen",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"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",
|
||||
"Total statistics" : "Gesamtstatistik",
|
||||
"Recent activity (last 7 days)" : "Neueste Aktivitäten (letzte 7 Tage)",
|
||||
"New users" : "Neue Benutzer",
|
||||
"New accounts" : "Neue Konten",
|
||||
"New threads" : "Neue Themen",
|
||||
"New replies" : "Neue Antworten",
|
||||
"Top contributors" : "Top-Beitragende",
|
||||
@@ -482,7 +510,7 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Lade Einstellungen …",
|
||||
"Error loading settings" : "Fehler beim Laden der Einstellungen",
|
||||
"Appearance" : "Aussehen",
|
||||
"Customize how your forum looks to users" : "Anpassen, wie das Forum für die Benutzer aussieht.",
|
||||
"Customize how your forum looks to people" : "Anpassen, wie das Forum für Benutzer aussieht.",
|
||||
"Forum title" : "Forumstitel",
|
||||
"Displayed at the top of the forum home page" : "Wird oben auf der Startseite des Forums angezeigt",
|
||||
"Forum subtitle" : "Forumsuntertitel",
|
||||
@@ -509,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -544,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -563,17 +594,16 @@ OC.L10N.register(
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Benutzerverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Benutzer …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Manage forum accounts, roles and permissions" : "Forenkonten, -rollen und -berechtigungen verwalten",
|
||||
"Loading accounts …" : "Lade Konten …",
|
||||
"Error loading accounts" : "Fehler beim Laden von Konten",
|
||||
"There are no forum accounts yet" : "Es gibt bislang noch keine Forenkonten",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
@@ -581,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit user roles" : "Benutzerrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
75
l10n/de.json
75
l10n/de.json
@@ -62,10 +62,10 @@
|
||||
"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",
|
||||
"Account Roles" : "Kontenrollen",
|
||||
"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",
|
||||
"Account ID" : "Konto-ID",
|
||||
"Enter account ID" : "Konto-ID eingeben",
|
||||
"Role" : "Rolle",
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
@@ -74,11 +74,11 @@
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Management" : "Verwaltung",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumseinstellungen",
|
||||
"Users" : "Benutzer",
|
||||
"Accounts" : "Konten",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -86,6 +86,7 @@
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"(Guest)" : "(Gast)",
|
||||
"Log in" : "Anmelden",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
|
||||
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
|
||||
"Hello world!" : "Hallo Welt!",
|
||||
@@ -145,6 +146,19 @@
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Pick a color" : "Wähle eine Farbe",
|
||||
"Change color" : "Farbe ändern",
|
||||
"No color selected" : "Keine Farbe ausgewählt",
|
||||
"Assign guest posts to account" : "Gastbeiträge dem Konto zuordnen",
|
||||
"All posts and threads by this guest will be reassigned to the selected account." : "Alle Beiträge und Threads dieses Gastes werden dem ausgewählten Konto zugeordnet.",
|
||||
"Search for an account …" : "Nach einem Konto suchen …",
|
||||
"Account" : "Konto",
|
||||
"No accounts found" : "Keine Konten gefunden",
|
||||
"Type to search for an account" : "Tippen, um nach einem Konto zu suchen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Reassign" : "Neu zuordnen",
|
||||
"Reassigning …" : "Ordne neu zu …",
|
||||
"Guest posts reassigned successfully" : "Gastbeiträge erfolgreich neu zugeordnet",
|
||||
"Failed to reassign guest posts" : "Gastbeiträge konnten nicht neu zugeordnet werden",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -153,9 +167,9 @@
|
||||
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
|
||||
"Sort order" : "Sortierung",
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -202,6 +216,7 @@
|
||||
"Unread" : "Ungelesen",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Assign to account" : "Einem Konto zuordnen",
|
||||
"Edit your reply …" : "Deine Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
@@ -221,6 +236,7 @@
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll deine Antwort verworfen werden?",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Deleted account" : "Konto gelöscht",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
@@ -242,6 +258,8 @@
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -269,6 +287,8 @@
|
||||
"Error loading category" : "Fehler beim Laden der Kategorie",
|
||||
"No threads yet" : "Bislang keine Themen",
|
||||
"Be the first to start a discussion in this category." : "Sei der Erste, der eine Diskussion in dieser Kategorie beginnt.",
|
||||
"Subcategories" : "Unterkategorien",
|
||||
"Back to {name}" : "Zurück zu {name}",
|
||||
"No category ID or slug provided" : "Keine Kategorie-ID oder Slug angegeben",
|
||||
"Failed to load threads" : "Themen konnten nicht geladen werden",
|
||||
"Create New Thread" : "Ein neues Thema erstellen",
|
||||
@@ -283,10 +303,10 @@
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
"This user has not created any threads yet" : "Dieser Benutzer hat bislang noch keine Themen erstellt",
|
||||
"This account has not created any threads yet" : "Dieses Konto hat noch keine Themen erstellt",
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"This account has not written any replies yet" : "Dieses Konto hat noch keine Antworten verfasst",
|
||||
"Failed to load profile" : "Profil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
@@ -350,13 +370,13 @@
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
"Failed to update bookmark" : "Lesezeichen konnte nicht aktualisiert werden",
|
||||
"Failed to update thread title" : "Thementitel konnte nicht aktualisiert werden",
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Dein Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
@@ -411,18 +431,20 @@
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Parent" : "Übergeordnetes Element",
|
||||
"-- Select a parent --" : "-- Elternelement wählen --",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Die Slug kann nach der Erstellung der Kategorie nicht mehr geändert werden.",
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
|
||||
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
@@ -437,6 +459,9 @@
|
||||
"Dark text" : "Dunkler Text",
|
||||
"Light text" : "Heller Text",
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -460,15 +485,18 @@
|
||||
"Delete all categories" : "Alle Kategorien löschen",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und ihre Themen werden endgültig gelöscht",
|
||||
"Select target header" : "Zielüberschrift auswählen",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"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",
|
||||
"Total statistics" : "Gesamtstatistik",
|
||||
"Recent activity (last 7 days)" : "Neueste Aktivitäten (letzte 7 Tage)",
|
||||
"New users" : "Neue Benutzer",
|
||||
"New accounts" : "Neue Konten",
|
||||
"New threads" : "Neue Themen",
|
||||
"New replies" : "Neue Antworten",
|
||||
"Top contributors" : "Top-Beitragende",
|
||||
@@ -480,7 +508,7 @@
|
||||
"Loading settings …" : "Lade Einstellungen …",
|
||||
"Error loading settings" : "Fehler beim Laden der Einstellungen",
|
||||
"Appearance" : "Aussehen",
|
||||
"Customize how your forum looks to users" : "Anpassen, wie das Forum für die Benutzer aussieht.",
|
||||
"Customize how your forum looks to people" : "Anpassen, wie das Forum für Benutzer aussieht.",
|
||||
"Forum title" : "Forumstitel",
|
||||
"Displayed at the top of the forum home page" : "Wird oben auf der Startseite des Forums angezeigt",
|
||||
"Forum subtitle" : "Forumsuntertitel",
|
||||
@@ -507,6 +535,8 @@
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -542,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -561,17 +592,16 @@
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Benutzerverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Benutzer …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Manage forum accounts, roles and permissions" : "Forenkonten, -rollen und -berechtigungen verwalten",
|
||||
"Loading accounts …" : "Lade Konten …",
|
||||
"Error loading accounts" : "Fehler beim Laden von Konten",
|
||||
"There are no forum accounts yet" : "Es gibt bislang noch keine Forenkonten",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
@@ -579,6 +609,7 @@
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit user roles" : "Benutzerrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -64,10 +64,10 @@ OC.L10N.register(
|
||||
"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",
|
||||
"Account Roles" : "Kontenrollen",
|
||||
"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",
|
||||
"Account ID" : "Konto-ID",
|
||||
"Enter account ID" : "Konto-ID eingeben",
|
||||
"Role" : "Rolle",
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
@@ -76,11 +76,11 @@ OC.L10N.register(
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Management" : "Verwaltung",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Accounts" : "Konten",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -88,6 +88,7 @@ OC.L10N.register(
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"(Guest)" : "(Gast)",
|
||||
"Log in" : "Anmelden",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
|
||||
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
|
||||
"Hello world!" : "Hallo Welt!",
|
||||
@@ -147,6 +148,19 @@ OC.L10N.register(
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Pick a color" : "Wählen Sie eine Farbe",
|
||||
"Change color" : "Farbe ändern",
|
||||
"No color selected" : "Keine Farbe ausgewählt",
|
||||
"Assign guest posts to account" : "Gastbeiträge dem Konto zuordnen",
|
||||
"All posts and threads by this guest will be reassigned to the selected account." : "Alle Beiträge und Threads dieses Gastes werden dem ausgewählten Konto zugeordnet.",
|
||||
"Search for an account …" : "Nach einem Konto suchen …",
|
||||
"Account" : "Konto",
|
||||
"No accounts found" : "Keine Konten gefunden",
|
||||
"Type to search for an account" : "Tippen, um nach einem Konto zu suchen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Reassign" : "Neu zuordnen",
|
||||
"Reassigning …" : "Ordne neu zu …",
|
||||
"Guest posts reassigned successfully" : "Gastbeiträge erfolgreich neu zugeordnet",
|
||||
"Failed to reassign guest posts" : "Gastbeiträge konnten nicht neu zugeordnet werden",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -155,9 +169,9 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
|
||||
"Sort order" : "Sortierung",
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -204,6 +218,7 @@ OC.L10N.register(
|
||||
"Unread" : "Ungelesen",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Assign to account" : "Einem Konto zuordnen",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
@@ -223,6 +238,7 @@ OC.L10N.register(
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Deleted account" : "Konto gelöscht",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
@@ -244,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -271,6 +289,8 @@ OC.L10N.register(
|
||||
"Error loading category" : "Fehler beim Laden der Kategorie",
|
||||
"No threads yet" : "Bislang keine Themen",
|
||||
"Be the first to start a discussion in this category." : "Seien Sie der Erste, der eine Diskussion in dieser Kategorie beginnt.",
|
||||
"Subcategories" : "Unterkategorien",
|
||||
"Back to {name}" : "Zurück zu {name}",
|
||||
"No category ID or slug provided" : "Keine Kategorie-ID oder Slug angegeben",
|
||||
"Failed to load threads" : "Themen konnten nicht geladen werden",
|
||||
"Create New Thread" : "Ein neues Thema erstellen",
|
||||
@@ -285,10 +305,10 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
"This user has not created any threads yet" : "Dieser Benutzer hat bislang noch keine Themen erstellt",
|
||||
"This account has not created any threads yet" : "Dieses Konto hat noch keine Themen erstellt",
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"This account has not written any replies yet" : "Dieses Konto hat noch keine Antworten verfasst",
|
||||
"Failed to load profile" : "Profil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
@@ -352,13 +372,13 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
"Failed to update bookmark" : "Lesezeichen konnte nicht aktualisiert werden",
|
||||
"Failed to update thread title" : "Thementitel konnte nicht aktualisiert werden",
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
@@ -413,18 +433,20 @@ OC.L10N.register(
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Parent" : "Übergeordnetes Element",
|
||||
"-- Select a parent --" : "-- Elternelement wählen --",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Die Slug kann nach der Erstellung der Kategorie nicht mehr geändert werden.",
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
|
||||
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
@@ -439,6 +461,9 @@ OC.L10N.register(
|
||||
"Dark text" : "Dunkler Text",
|
||||
"Light text" : "Heller Text",
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -462,15 +487,18 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Alle Kategorien löschen",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und ihre Themen werden endgültig gelöscht",
|
||||
"Select target header" : "Zielüberschrift auswählen",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"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",
|
||||
"Total statistics" : "Gesamtstatistik",
|
||||
"Recent activity (last 7 days)" : "Neueste Aktivitäten (letzte 7 Tage)",
|
||||
"New users" : "Neue Benutzer",
|
||||
"New accounts" : "Neue Konten",
|
||||
"New threads" : "Neue Themen",
|
||||
"New replies" : "Neue Antworten",
|
||||
"Top contributors" : "Top-Beitragende",
|
||||
@@ -482,7 +510,7 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Lade Einstellungen …",
|
||||
"Error loading settings" : "Fehler beim Laden der Einstellungen",
|
||||
"Appearance" : "Aussehen",
|
||||
"Customize how your forum looks to users" : "Anpassen, wie das Forum die Benutzer aussieht.",
|
||||
"Customize how your forum looks to people" : "Anpassen, wie das Forum für Benutzer aussieht.",
|
||||
"Forum title" : "Forumstitel",
|
||||
"Displayed at the top of the forum home page" : "Wird oben auf der Startseite des Forums angezeigt",
|
||||
"Forum subtitle" : "Forumsuntertitel",
|
||||
@@ -509,6 +537,8 @@ OC.L10N.register(
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -544,6 +574,7 @@ OC.L10N.register(
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -563,17 +594,16 @@ OC.L10N.register(
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Kontenverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Konten …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Manage forum accounts, roles and permissions" : "Forenkonten, -rollen und -berechtigungen verwalten",
|
||||
"Loading accounts …" : "Lade Konten …",
|
||||
"Error loading accounts" : "Fehler beim Laden der Konten",
|
||||
"There are no forum accounts yet" : "Es gibt bislang noch keine Forenkonten",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
@@ -581,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit user roles" : "Benutzerrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -62,10 +62,10 @@
|
||||
"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",
|
||||
"Account Roles" : "Kontenrollen",
|
||||
"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",
|
||||
"Account ID" : "Konto-ID",
|
||||
"Enter account ID" : "Konto-ID eingeben",
|
||||
"Role" : "Rolle",
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
@@ -74,11 +74,11 @@
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Management" : "Verwaltung",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Accounts" : "Konten",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -86,6 +86,7 @@
|
||||
"Expand" : "Erweitern",
|
||||
"Collapse" : "Zuklappen",
|
||||
"(Guest)" : "(Gast)",
|
||||
"Log in" : "Anmelden",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Bitte beachten:{bEnd} Angehängte Dateien sind für alle im Forum sichtbar, unabhängig von den Freigabeeinstellungen der Datei.",
|
||||
"Drop file here to upload" : "Datei zum Hochladen hier fallen lassen",
|
||||
"Hello world!" : "Hallo Welt!",
|
||||
@@ -145,6 +146,19 @@
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Antworten:{bEnd} Ermöglicht das Antworten auf vorhandene Themen in der Kategorie.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderieren:{bEnd} Ermöglicht das Bearbeiten und Löschen von Beiträgen, das Anheften, Sperren und Verschieben von Themen in der Kategorie.",
|
||||
"Pick a color" : "Wählen Sie eine Farbe",
|
||||
"Change color" : "Farbe ändern",
|
||||
"No color selected" : "Keine Farbe ausgewählt",
|
||||
"Assign guest posts to account" : "Gastbeiträge dem Konto zuordnen",
|
||||
"All posts and threads by this guest will be reassigned to the selected account." : "Alle Beiträge und Threads dieses Gastes werden dem ausgewählten Konto zugeordnet.",
|
||||
"Search for an account …" : "Nach einem Konto suchen …",
|
||||
"Account" : "Konto",
|
||||
"No accounts found" : "Keine Konten gefunden",
|
||||
"Type to search for an account" : "Tippen, um nach einem Konto zu suchen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Reassign" : "Neu zuordnen",
|
||||
"Reassigning …" : "Ordne neu zu …",
|
||||
"Guest posts reassigned successfully" : "Gastbeiträge erfolgreich neu zugeordnet",
|
||||
"Failed to reassign guest posts" : "Gastbeiträge konnten nicht neu zugeordnet werden",
|
||||
"Create category header" : "Kategorieüberschrift erstellen",
|
||||
"Edit category header" : "Kategorieüberschrift bearbeiten",
|
||||
"Header name" : "Name der Überschrift",
|
||||
@@ -153,9 +167,9 @@
|
||||
"Enter header description (optional)" : "Überschriftsbeschreibung eingeben (Optional)",
|
||||
"Sort order" : "Sortierung",
|
||||
"Lower numbers appear first" : "Niedrigere Zahlen erscheinen zuerst",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Create" : "Erstellen",
|
||||
"Update" : "Aktualisieren",
|
||||
"Failed to save header" : "Überschrift konnte nicht gespeichert werden",
|
||||
"Forum setup required" : "Einrichtung des Forums erforderlich",
|
||||
"Select the accounts that should have the forum admin role." : "Konten auswählen, die die Rolle der Forum-Administration übernehmen sollen.",
|
||||
"Forum admin accounts:" : "Forum-Administrationskonten:",
|
||||
@@ -202,6 +216,7 @@
|
||||
"Unread" : "Ungelesen",
|
||||
"Direct link" : "Direkter Link",
|
||||
"Direct link copied to clipboard" : "Direkten Link in die Zwischenablage kopiert",
|
||||
"Assign to account" : "Einem Konto zuordnen",
|
||||
"Edit your reply …" : "Ihre Antwort bearbeiten …",
|
||||
"Save" : "Speichern",
|
||||
"Are you sure you want to discard your changes?" : "Sollen die Änderungen verworfen werden?",
|
||||
@@ -221,6 +236,7 @@
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Deleted account" : "Konto gelöscht",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
@@ -242,6 +258,8 @@
|
||||
"Neither (disabled)" : "Weder noch (deaktiviert)",
|
||||
"Insert" : "Einfügen",
|
||||
"Failed to load templates" : "Vorlagen konnten nicht geladen werden",
|
||||
"Failed to save template" : "Vorlage konnte nicht gespeichert werden",
|
||||
"Failed to delete template" : "Vorlage konnte nicht gelöscht werden",
|
||||
"Views" : "Ansichten",
|
||||
"Title" : "Titel",
|
||||
"Enter thread title …" : "Titel des Themas eingeben …",
|
||||
@@ -269,6 +287,8 @@
|
||||
"Error loading category" : "Fehler beim Laden der Kategorie",
|
||||
"No threads yet" : "Bislang keine Themen",
|
||||
"Be the first to start a discussion in this category." : "Seien Sie der Erste, der eine Diskussion in dieser Kategorie beginnt.",
|
||||
"Subcategories" : "Unterkategorien",
|
||||
"Back to {name}" : "Zurück zu {name}",
|
||||
"No category ID or slug provided" : "Keine Kategorie-ID oder Slug angegeben",
|
||||
"Failed to load threads" : "Themen konnten nicht geladen werden",
|
||||
"Create New Thread" : "Ein neues Thema erstellen",
|
||||
@@ -283,10 +303,10 @@
|
||||
"Threads ({count})" : "Themen ({count})",
|
||||
"Replies ({count})" : "Antworten ({count})",
|
||||
"No threads" : "Keine Themen",
|
||||
"This user has not created any threads yet" : "Dieser Benutzer hat bislang noch keine Themen erstellt",
|
||||
"This account has not created any threads yet" : "Dieses Konto hat noch keine Themen erstellt",
|
||||
"No replies" : "Keine Antworten",
|
||||
"This user has not written any replies yet" : "Dieser Benutzer hat noch keine Antworten verfasst",
|
||||
"Failed to load user profile" : "Benutzerprofil konnte nicht geladen werden",
|
||||
"This account has not written any replies yet" : "Dieses Konto hat noch keine Antworten verfasst",
|
||||
"Failed to load profile" : "Profil konnte nicht geladen werden",
|
||||
"Enter search query …" : "Suchanfrage eingeben …",
|
||||
"Search in threads" : "In Themen suchen",
|
||||
"Search in replies" : "In den Antworten suchen",
|
||||
@@ -350,13 +370,13 @@
|
||||
"Thread deleted" : "Thema gelöscht",
|
||||
"Reply deleted" : "Antwort gelöscht",
|
||||
"Failed to delete reply" : "Antwort konnte nicht gelöscht werden",
|
||||
"Failed to submit reply" : "Antwort konnte nicht übermittelt werden",
|
||||
"Failed to update thread lock status" : "Themen-Sperrstatus konnte nicht aktualisiert werden",
|
||||
"Failed to update thread pin status" : "Themen-Anheftestatus konnte nicht aktualisiert werden",
|
||||
"Failed to update subscription" : "Das Abonnement konnte nicht aktualisiert werden",
|
||||
"Failed to update bookmark" : "Lesezeichen konnte nicht aktualisiert werden",
|
||||
"Failed to update thread title" : "Thementitel konnte nicht aktualisiert werden",
|
||||
"Failed to move thread" : "Thema konnte nicht verschoben werden",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Customize your forum experience" : "Ihr Forenerlebnis anpassen",
|
||||
"Loading preferences …" : "Einstellungen laden …",
|
||||
"Error loading preferences" : "Fehler beim Laden der Einstellungen",
|
||||
@@ -411,18 +431,20 @@
|
||||
"Enabled" : "Aktiviert",
|
||||
"Parse inner content" : "Inneren Inhalt analysieren",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "Wenn aktiviert, werden auch BBCode-Schnipsel innerhalb dieses Schnipsels analysiert.",
|
||||
"Failed to save BBCode" : "BBCode konnte nicht gespeichert werden",
|
||||
"Failed to toggle BBCode" : "BBCode konnte nicht umgeschaltet werden",
|
||||
"Failed to delete BBCode" : "BBCode konnte nicht gelöscht werden",
|
||||
"Create category" : "Kategorie erstellen",
|
||||
"Edit category" : "Kategorie bearbeiten",
|
||||
"Configure category details" : "Kategoriedetails konfigurieren",
|
||||
"Basic information" : "Grundlegende Information",
|
||||
"Category header" : "Kategorieüberschrift",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Parent" : "Übergeordnetes Element",
|
||||
"-- Select a parent --" : "-- Elternelement wählen --",
|
||||
"Enter category name" : "Kategorienamen eingeben",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-freundliche Kennung (z. B. \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Die Slug kann nach der Erstellung der Kategorie nicht mehr geändert werden.",
|
||||
"Enter category description (optional)" : "Kategoriebeschreibung eingeben (Optional)",
|
||||
"New" : "Neu",
|
||||
"Permissions" : "Berechtigungen",
|
||||
"Control which roles and teams can access and moderate this category" : "Steuern der Rollen und Teams, die auf diese Kategorie zugreifen und diese moderieren können",
|
||||
"Select roles or teams that can view this category and its threads" : "Rollen oder Teams auswählen, die dieses Thema und seine Beiträge anzeigen können",
|
||||
@@ -437,6 +459,9 @@
|
||||
"Dark text" : "Dunkler Text",
|
||||
"Light text" : "Heller Text",
|
||||
"Preview" : "Vorschau",
|
||||
"Hide subcategories on category card" : "Unterkategorien auf der Kategoriekarte ausblenden",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "Wenn diese Option aktiviert ist, werden Unterkategorien nicht als Links auf der Karte dieser Kategorie auf der Startseite angezeigt",
|
||||
"Failed to save category" : "Kategorie konnte nicht gespeichert werden",
|
||||
"Manage forum categories and organization" : "Die Kategorien und die Organisation des Forums verwalten",
|
||||
"Error loading categories" : "Kategorien laden fehlgeschlagen",
|
||||
"No categories in this header" : "Keine Kategorien in dieser Überschrift",
|
||||
@@ -460,15 +485,18 @@
|
||||
"Delete all categories" : "Alle Kategorien löschen",
|
||||
"All categories and their threads will be permanently deleted" : "Alle Kategorien und ihre Themen werden endgültig gelöscht",
|
||||
"Select target header" : "Zielüberschrift auswählen",
|
||||
"-- Select a header --" : "-- Eine Überschrift auswählen --",
|
||||
"Move up" : "Nach oben verschieben",
|
||||
"Move down" : "Nach unten verschieben",
|
||||
"Failed to delete category" : "Kategorie konnte nicht gelöscht werden",
|
||||
"Failed to delete header" : "Überschrift konnte nicht gelöscht werden",
|
||||
"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",
|
||||
"Total statistics" : "Gesamtstatistik",
|
||||
"Recent activity (last 7 days)" : "Neueste Aktivitäten (letzte 7 Tage)",
|
||||
"New users" : "Neue Benutzer",
|
||||
"New accounts" : "Neue Konten",
|
||||
"New threads" : "Neue Themen",
|
||||
"New replies" : "Neue Antworten",
|
||||
"Top contributors" : "Top-Beitragende",
|
||||
@@ -480,7 +508,7 @@
|
||||
"Loading settings …" : "Lade Einstellungen …",
|
||||
"Error loading settings" : "Fehler beim Laden der Einstellungen",
|
||||
"Appearance" : "Aussehen",
|
||||
"Customize how your forum looks to users" : "Anpassen, wie das Forum die Benutzer aussieht.",
|
||||
"Customize how your forum looks to people" : "Anpassen, wie das Forum für Benutzer aussieht.",
|
||||
"Forum title" : "Forumstitel",
|
||||
"Displayed at the top of the forum home page" : "Wird oben auf der Startseite des Forums angezeigt",
|
||||
"Forum subtitle" : "Forumsuntertitel",
|
||||
@@ -507,6 +535,8 @@
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"Failed to restore thread" : "Thema konnte nicht wiederhergestellt werden",
|
||||
"Failed to restore reply" : "Antwort konnte nicht wiederhergestellt werden",
|
||||
"Create role" : "Rolle erstellen",
|
||||
"Edit role" : "Rolle bearbeiten",
|
||||
"Configure role permissions and category access" : "Rollenberechtigungen und Kategoriezugriff konfigurieren",
|
||||
@@ -542,6 +572,7 @@
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Gastbenutzer können erst dann auf das Forum zugreifen, wenn der Gastzugriff in den Forumseinstellungen aktiviert ist.",
|
||||
"Go to forum settings" : "Zu den Foreneinstellungen gehen",
|
||||
"Default role cannot moderate categories" : "Die Standardrolle darf Kategorien nicht moderieren",
|
||||
"Failed to save role" : "Rolle konnte nicht gespeichert werden",
|
||||
"Role management" : "Rollenverwaltung",
|
||||
"Create and manage forum roles and permissions" : "Forumsrollen und -berechtigungen erstellen und verwalten",
|
||||
"Loading roles …" : "Lade Rollen …",
|
||||
@@ -561,17 +592,16 @@
|
||||
"No teams found" : "Keine Teams gefunden",
|
||||
"Members" : "Mitglieder",
|
||||
"No Nextcloud Teams are available" : "Keine Nextcloud Teams verfügbar",
|
||||
"Failed to delete role" : "Rolle konnte nicht gelöscht werden",
|
||||
"Edit team" : "Team bearbeiten",
|
||||
"Configure category permissions for this team" : "Kategorieberechtigungen für dieses Team verwalten",
|
||||
"Error loading team" : "Fehler beim Laden des Teams",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Bearbeiten der Kategorieberechtigungen für dieses Team. Die Teammitgliedschaft wird über Nextcloud Teams verwaltet.",
|
||||
"Set which categories this team can access" : "Einstellen, auf welche Kategorien dieses Team Zugriff hat",
|
||||
"User management" : "Kontenverwaltung",
|
||||
"Manage forum users, roles and permissions" : "Forenbenutzer, -rollen und - berechtigungen verwalten",
|
||||
"Loading users …" : "Lade Konten …",
|
||||
"Error loading users" : "Fehler beim Laden der Benutzer",
|
||||
"No users found" : "Keine Benutzer gefunden",
|
||||
"There are no forum users yet" : "Es gibt bislang noch keine Forenbenutzer",
|
||||
"Manage forum accounts, roles and permissions" : "Forenkonten, -rollen und -berechtigungen verwalten",
|
||||
"Loading accounts …" : "Lade Konten …",
|
||||
"Error loading accounts" : "Fehler beim Laden der Konten",
|
||||
"There are no forum accounts yet" : "Es gibt bislang noch keine Forenkonten",
|
||||
"Roles" : "Rollen",
|
||||
"Joined" : "Beigetreten",
|
||||
"Status" : "Status",
|
||||
@@ -579,6 +609,7 @@
|
||||
"No roles" : "Keine Rollen",
|
||||
"Select roles" : "Rollen auswählen",
|
||||
"Edit roles" : "Rollen bearbeiten",
|
||||
"Edit user roles" : "Benutzerrollen bearbeiten"
|
||||
"Edit account roles" : "Kontenrollen bearbeiten",
|
||||
"Failed to save roles" : "Rollen konnten nicht gespeichert werden"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
32
l10n/el.js
32
l10n/el.js
@@ -57,9 +57,6 @@ OC.L10N.register(
|
||||
"Deleted user" : "Διαγραμμένος χρήστης",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ένα φόρουμ βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στο Nextcloud σας",
|
||||
"Repair Database Initial Data" : "Επιδιόρθωση Αρχικών Δεδομένων Βάσης Δεδομένων",
|
||||
"User Roles" : "Ρόλοι Χρηστών",
|
||||
"User ID" : "ID Χρήστη",
|
||||
"Enter user ID" : "Εισαγωγή ID χρήστη",
|
||||
"Role" : "Ρόλος",
|
||||
"Select a role" : "Επιλέξτε έναν ρόλο",
|
||||
"Assign Role" : "Ανάθεση Ρόλου",
|
||||
@@ -68,15 +65,16 @@ OC.L10N.register(
|
||||
"Search" : "Αναζήτηση",
|
||||
"Home" : "Αρχική",
|
||||
"Bookmarks" : "Σελιδοδείκτες",
|
||||
"User preferences" : "Προτιμήσεις χρήστη",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Dashboard" : "Πίνακας ελέγχου",
|
||||
"Forum settings" : "Ρυθμίσεις φόρουμ",
|
||||
"Users" : "Χρήστες",
|
||||
"Accounts" : "Λογαριασμοί",
|
||||
"Categories" : "Κατηγορίες",
|
||||
"BBCodes" : "BBCode",
|
||||
"Moderation" : "Συντονισμός",
|
||||
"Expand" : "Επέκταση",
|
||||
"Collapse" : "Σύμπτυξη",
|
||||
"Log in" : "Σύνδεση",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Παρακαλώ σημειώστε:{bEnd} Τα συνημμένα αρχεία θα είναι ορατά σε οποιονδήποτε στο φόρουμ, ανεξάρτητα από τις ρυθμίσεις διαμοιρασμού του αρχείου.",
|
||||
"Drop file here to upload" : "Σύρετε το αρχείο εδώ για μεταφόρτωση",
|
||||
"Hello world!" : "Γεια σου κόσμε!",
|
||||
@@ -127,6 +125,9 @@ OC.L10N.register(
|
||||
"Can moderate" : "Μπορεί να συντονίζει",
|
||||
"Allow" : "Επιτρέπεται",
|
||||
"Pick a color" : "Επιλέξτε ένα χρώμα",
|
||||
"Change color" : "Αλλαγή χρώματος",
|
||||
"Account" : "Λογαριασμός",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
|
||||
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
|
||||
"Header name" : "Όνομα κεφαλίδας",
|
||||
@@ -135,7 +136,6 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Εισαγάγετε περιγραφή κεφαλίδας (προαιρετικά)",
|
||||
"Sort order" : "Σειρά ταξινόμησης",
|
||||
"Lower numbers appear first" : "Οι μικρότεροι αριθμοί εμφανίζονται πρώτοι",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Deleted" : "Διαγράφηκε",
|
||||
@@ -238,10 +238,7 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Θέματα ({count})",
|
||||
"Replies ({count})" : "Απαντήσεις ({count})",
|
||||
"No threads" : "Δεν υπάρχουν θέματα",
|
||||
"This user has not created any threads yet" : "Αυτός ο χρήστης δεν έχει δημιουργήσει θέματα ακόμα",
|
||||
"No replies" : "Δεν υπάρχουν απαντήσεις",
|
||||
"This user has not written any replies yet" : "Αυτός ο χρήστης δεν έχει γράψει απαντήσεις ακόμα",
|
||||
"Failed to load user profile" : "Αποτυχία φόρτωσης προφίλ χρήστη",
|
||||
"Enter search query …" : "Εισαγάγετε όρο αναζήτησης …",
|
||||
"Search in threads" : "Αναζήτηση σε θέματα",
|
||||
"Search in replies" : "Αναζήτηση σε απαντήσεις",
|
||||
@@ -310,7 +307,6 @@ OC.L10N.register(
|
||||
"Failed to update bookmark" : "Αποτυχία ενημέρωσης σελιδοδείκτη",
|
||||
"Failed to update thread title" : "Αποτυχία ενημέρωσης τίτλου θέματος",
|
||||
"Failed to move thread" : "Αποτυχία μετακίνησης θέματος",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Customize your forum experience" : "Προσαρμόστε την εμπειρία σας στο φόρουμ",
|
||||
"Loading preferences …" : "Φόρτωση προτιμήσεων …",
|
||||
"Error loading preferences" : "Σφάλμα κατά τη φόρτωση προτιμήσεων",
|
||||
@@ -366,14 +362,11 @@ OC.L10N.register(
|
||||
"Edit category" : "Επεξεργασία κατηγορίας",
|
||||
"Configure category details" : "Διαμόρφωση λεπτομερειών κατηγορίας",
|
||||
"Basic information" : "Βασικές πληροφορίες",
|
||||
"Category header" : "Κεφαλίδα κατηγορίας",
|
||||
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
|
||||
"Enter category name" : "Εισάγετε όνομα κατηγορίας",
|
||||
"Slug" : "Slug (αναγνωριστικό URL)",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Αναγνωριστικό φιλικό προς το URL (π.χ., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Το slug δεν μπορεί να αλλάξει μετά τη δημιουργία της κατηγορίας",
|
||||
"Enter category description (optional)" : "Εισάγετε περιγραφή κατηγορίας (προαιρετικά)",
|
||||
"New" : "Νέα",
|
||||
"Permissions" : "Δικαιώματα",
|
||||
"Preview" : "Προεπισκόπηση",
|
||||
"Manage forum categories and organization" : "Διαχείριση κατηγοριών και οργάνωσης του φόρουμ",
|
||||
@@ -399,6 +392,7 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Διαγραφή όλων των κατηγοριών",
|
||||
"All categories and their threads will be permanently deleted" : "Όλες οι κατηγορίες και τα θέματά τους θα διαγραφούν οριστικά",
|
||||
"Select target header" : "Επιλέξτε κεφαλίδα προορισμού",
|
||||
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
|
||||
"Move up" : "Μετακίνηση επάνω",
|
||||
"Move down" : "Μετακίνηση κάτω",
|
||||
"Overview of forum activity and statistics" : "Επισκόπηση δραστηριότητας και στατιστικών του φόρουμ",
|
||||
@@ -406,7 +400,6 @@ OC.L10N.register(
|
||||
"Error loading dashboard" : "Σφάλμα κατά τη φόρτωση του πίνακα ελέγχου",
|
||||
"Total statistics" : "Συνολικά στατιστικά",
|
||||
"Recent activity (last 7 days)" : "Πρόσφατη δραστηριότητα (τελευταίες 7 ημέρες)",
|
||||
"New users" : "Νέοι χρήστες",
|
||||
"New threads" : "Νέα θέματα",
|
||||
"New replies" : "Νέες απαντήσεις",
|
||||
"Top contributors" : "Κορυφαίοι συνεισφέροντες",
|
||||
@@ -418,7 +411,6 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Φόρτωση ρυθμίσεων …",
|
||||
"Error loading settings" : "Σφάλμα κατά τη φόρτωση των ρυθμίσεων",
|
||||
"Appearance" : "Εμφάνιση",
|
||||
"Customize how your forum looks to users" : "Προσαρμόστε την εμφάνιση του φόρουμ για τους χρήστες",
|
||||
"Forum title" : "Τίτλος φόρουμ",
|
||||
"Displayed at the top of the forum home page" : "Εμφανίζεται στο επάνω μέρος της αρχικής σελίδας του φόρουμ",
|
||||
"Forum subtitle" : "Υπότιτλος φόρουμ",
|
||||
@@ -472,19 +464,13 @@ OC.L10N.register(
|
||||
"System roles cannot be deleted" : "Οι ρόλοι συστήματος δεν μπορούν να διαγραφούν",
|
||||
"No teams found" : "Δεν βρέθηκαν ομάδες",
|
||||
"Members" : "Μέλη",
|
||||
"User management" : "Διαχείριση χρηστών",
|
||||
"Manage forum users, roles and permissions" : "Διαχείριση χρηστών, ρόλων και δικαιωμάτων του φόρουμ",
|
||||
"Loading users …" : "Φόρτωση χρηστών …",
|
||||
"Error loading users" : "Σφάλμα κατά τη φόρτωση των χρηστών",
|
||||
"No users found" : "Δεν βρέθηκαν χρήστες",
|
||||
"There are no forum users yet" : "Δεν υπάρχουν ακόμα χρήστες στο φόρουμ",
|
||||
"Loading accounts …" : "Γίνεται φόρτωση λογαριασμών …",
|
||||
"Roles" : "Ρόλοι",
|
||||
"Joined" : "Εγγραφή",
|
||||
"Status" : "Κατάσταση",
|
||||
"Active" : "Ενεργός",
|
||||
"No roles" : "Χωρίς ρόλους",
|
||||
"Select roles" : "Επιλογή ρόλων",
|
||||
"Edit roles" : "Επεξεργασία ρόλων",
|
||||
"Edit user roles" : "Επεξεργασία ρόλων χρήστη"
|
||||
"Edit roles" : "Επεξεργασία ρόλων"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
32
l10n/el.json
32
l10n/el.json
@@ -55,9 +55,6 @@
|
||||
"Deleted user" : "Διαγραμμένος χρήστης",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ένα φόρουμ βασισμένο στην κοινότητα, ενσωματωμένο απευθείας στο Nextcloud σας",
|
||||
"Repair Database Initial Data" : "Επιδιόρθωση Αρχικών Δεδομένων Βάσης Δεδομένων",
|
||||
"User Roles" : "Ρόλοι Χρηστών",
|
||||
"User ID" : "ID Χρήστη",
|
||||
"Enter user ID" : "Εισαγωγή ID χρήστη",
|
||||
"Role" : "Ρόλος",
|
||||
"Select a role" : "Επιλέξτε έναν ρόλο",
|
||||
"Assign Role" : "Ανάθεση Ρόλου",
|
||||
@@ -66,15 +63,16 @@
|
||||
"Search" : "Αναζήτηση",
|
||||
"Home" : "Αρχική",
|
||||
"Bookmarks" : "Σελιδοδείκτες",
|
||||
"User preferences" : "Προτιμήσεις χρήστη",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Dashboard" : "Πίνακας ελέγχου",
|
||||
"Forum settings" : "Ρυθμίσεις φόρουμ",
|
||||
"Users" : "Χρήστες",
|
||||
"Accounts" : "Λογαριασμοί",
|
||||
"Categories" : "Κατηγορίες",
|
||||
"BBCodes" : "BBCode",
|
||||
"Moderation" : "Συντονισμός",
|
||||
"Expand" : "Επέκταση",
|
||||
"Collapse" : "Σύμπτυξη",
|
||||
"Log in" : "Σύνδεση",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Παρακαλώ σημειώστε:{bEnd} Τα συνημμένα αρχεία θα είναι ορατά σε οποιονδήποτε στο φόρουμ, ανεξάρτητα από τις ρυθμίσεις διαμοιρασμού του αρχείου.",
|
||||
"Drop file here to upload" : "Σύρετε το αρχείο εδώ για μεταφόρτωση",
|
||||
"Hello world!" : "Γεια σου κόσμε!",
|
||||
@@ -125,6 +123,9 @@
|
||||
"Can moderate" : "Μπορεί να συντονίζει",
|
||||
"Allow" : "Επιτρέπεται",
|
||||
"Pick a color" : "Επιλέξτε ένα χρώμα",
|
||||
"Change color" : "Αλλαγή χρώματος",
|
||||
"Account" : "Λογαριασμός",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create category header" : "Δημιουργία κεφαλίδας κατηγορίας",
|
||||
"Edit category header" : "Επεξεργασία κεφαλίδας κατηγορίας",
|
||||
"Header name" : "Όνομα κεφαλίδας",
|
||||
@@ -133,7 +134,6 @@
|
||||
"Enter header description (optional)" : "Εισαγάγετε περιγραφή κεφαλίδας (προαιρετικά)",
|
||||
"Sort order" : "Σειρά ταξινόμησης",
|
||||
"Lower numbers appear first" : "Οι μικρότεροι αριθμοί εμφανίζονται πρώτοι",
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Create" : "Δημιουργία",
|
||||
"Update" : "Ενημέρωση",
|
||||
"Deleted" : "Διαγράφηκε",
|
||||
@@ -236,10 +236,7 @@
|
||||
"Threads ({count})" : "Θέματα ({count})",
|
||||
"Replies ({count})" : "Απαντήσεις ({count})",
|
||||
"No threads" : "Δεν υπάρχουν θέματα",
|
||||
"This user has not created any threads yet" : "Αυτός ο χρήστης δεν έχει δημιουργήσει θέματα ακόμα",
|
||||
"No replies" : "Δεν υπάρχουν απαντήσεις",
|
||||
"This user has not written any replies yet" : "Αυτός ο χρήστης δεν έχει γράψει απαντήσεις ακόμα",
|
||||
"Failed to load user profile" : "Αποτυχία φόρτωσης προφίλ χρήστη",
|
||||
"Enter search query …" : "Εισαγάγετε όρο αναζήτησης …",
|
||||
"Search in threads" : "Αναζήτηση σε θέματα",
|
||||
"Search in replies" : "Αναζήτηση σε απαντήσεις",
|
||||
@@ -308,7 +305,6 @@
|
||||
"Failed to update bookmark" : "Αποτυχία ενημέρωσης σελιδοδείκτη",
|
||||
"Failed to update thread title" : "Αποτυχία ενημέρωσης τίτλου θέματος",
|
||||
"Failed to move thread" : "Αποτυχία μετακίνησης θέματος",
|
||||
"Preferences" : "Προτιμήσεις",
|
||||
"Customize your forum experience" : "Προσαρμόστε την εμπειρία σας στο φόρουμ",
|
||||
"Loading preferences …" : "Φόρτωση προτιμήσεων …",
|
||||
"Error loading preferences" : "Σφάλμα κατά τη φόρτωση προτιμήσεων",
|
||||
@@ -364,14 +360,11 @@
|
||||
"Edit category" : "Επεξεργασία κατηγορίας",
|
||||
"Configure category details" : "Διαμόρφωση λεπτομερειών κατηγορίας",
|
||||
"Basic information" : "Βασικές πληροφορίες",
|
||||
"Category header" : "Κεφαλίδα κατηγορίας",
|
||||
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
|
||||
"Enter category name" : "Εισάγετε όνομα κατηγορίας",
|
||||
"Slug" : "Slug (αναγνωριστικό URL)",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Αναγνωριστικό φιλικό προς το URL (π.χ., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Το slug δεν μπορεί να αλλάξει μετά τη δημιουργία της κατηγορίας",
|
||||
"Enter category description (optional)" : "Εισάγετε περιγραφή κατηγορίας (προαιρετικά)",
|
||||
"New" : "Νέα",
|
||||
"Permissions" : "Δικαιώματα",
|
||||
"Preview" : "Προεπισκόπηση",
|
||||
"Manage forum categories and organization" : "Διαχείριση κατηγοριών και οργάνωσης του φόρουμ",
|
||||
@@ -397,6 +390,7 @@
|
||||
"Delete all categories" : "Διαγραφή όλων των κατηγοριών",
|
||||
"All categories and their threads will be permanently deleted" : "Όλες οι κατηγορίες και τα θέματά τους θα διαγραφούν οριστικά",
|
||||
"Select target header" : "Επιλέξτε κεφαλίδα προορισμού",
|
||||
"-- Select a header --" : "-- Επιλέξτε μια κεφαλίδα --",
|
||||
"Move up" : "Μετακίνηση επάνω",
|
||||
"Move down" : "Μετακίνηση κάτω",
|
||||
"Overview of forum activity and statistics" : "Επισκόπηση δραστηριότητας και στατιστικών του φόρουμ",
|
||||
@@ -404,7 +398,6 @@
|
||||
"Error loading dashboard" : "Σφάλμα κατά τη φόρτωση του πίνακα ελέγχου",
|
||||
"Total statistics" : "Συνολικά στατιστικά",
|
||||
"Recent activity (last 7 days)" : "Πρόσφατη δραστηριότητα (τελευταίες 7 ημέρες)",
|
||||
"New users" : "Νέοι χρήστες",
|
||||
"New threads" : "Νέα θέματα",
|
||||
"New replies" : "Νέες απαντήσεις",
|
||||
"Top contributors" : "Κορυφαίοι συνεισφέροντες",
|
||||
@@ -416,7 +409,6 @@
|
||||
"Loading settings …" : "Φόρτωση ρυθμίσεων …",
|
||||
"Error loading settings" : "Σφάλμα κατά τη φόρτωση των ρυθμίσεων",
|
||||
"Appearance" : "Εμφάνιση",
|
||||
"Customize how your forum looks to users" : "Προσαρμόστε την εμφάνιση του φόρουμ για τους χρήστες",
|
||||
"Forum title" : "Τίτλος φόρουμ",
|
||||
"Displayed at the top of the forum home page" : "Εμφανίζεται στο επάνω μέρος της αρχικής σελίδας του φόρουμ",
|
||||
"Forum subtitle" : "Υπότιτλος φόρουμ",
|
||||
@@ -470,19 +462,13 @@
|
||||
"System roles cannot be deleted" : "Οι ρόλοι συστήματος δεν μπορούν να διαγραφούν",
|
||||
"No teams found" : "Δεν βρέθηκαν ομάδες",
|
||||
"Members" : "Μέλη",
|
||||
"User management" : "Διαχείριση χρηστών",
|
||||
"Manage forum users, roles and permissions" : "Διαχείριση χρηστών, ρόλων και δικαιωμάτων του φόρουμ",
|
||||
"Loading users …" : "Φόρτωση χρηστών …",
|
||||
"Error loading users" : "Σφάλμα κατά τη φόρτωση των χρηστών",
|
||||
"No users found" : "Δεν βρέθηκαν χρήστες",
|
||||
"There are no forum users yet" : "Δεν υπάρχουν ακόμα χρήστες στο φόρουμ",
|
||||
"Loading accounts …" : "Γίνεται φόρτωση λογαριασμών …",
|
||||
"Roles" : "Ρόλοι",
|
||||
"Joined" : "Εγγραφή",
|
||||
"Status" : "Κατάσταση",
|
||||
"Active" : "Ενεργός",
|
||||
"No roles" : "Χωρίς ρόλους",
|
||||
"Select roles" : "Επιλογή ρόλων",
|
||||
"Edit roles" : "Επεξεργασία ρόλων",
|
||||
"Edit user roles" : "Επεξεργασία ρόλων χρήστη"
|
||||
"Edit roles" : "Επεξεργασία ρόλων"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
114
l10n/en_GB.js
114
l10n/en_GB.js
@@ -57,10 +57,17 @@ 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- **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",
|
||||
"User Roles" : "User Roles",
|
||||
"User ID" : "User ID",
|
||||
"Enter user ID" : "Enter user ID",
|
||||
"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.",
|
||||
"Account Roles" : "Account Roles",
|
||||
"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.",
|
||||
"Account ID" : "Account ID",
|
||||
"Enter account ID" : "Enter account ID",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Select a role",
|
||||
"Assign Role" : "Assign Role",
|
||||
@@ -69,10 +76,11 @@ OC.L10N.register(
|
||||
"Search" : "Search",
|
||||
"Home" : "Home",
|
||||
"Bookmarks" : "Bookmarks",
|
||||
"User preferences" : "User preferences",
|
||||
"Preferences" : "Preferences",
|
||||
"Management" : "Management",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Accounts" : "Accounts",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -80,6 +88,7 @@ OC.L10N.register(
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"(Guest)" : "(Guest)",
|
||||
"Log in" : "Log in",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings.",
|
||||
"Drop file here to upload" : "Drop file here to upload",
|
||||
"Hello world!" : "Hello world!",
|
||||
@@ -139,6 +148,19 @@ OC.L10N.register(
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
|
||||
"Pick a color" : "Pick a colour",
|
||||
"Change color" : "Change colour",
|
||||
"No color selected" : "No color selected",
|
||||
"Assign guest posts to account" : "Assign guest posts to account",
|
||||
"All posts and threads by this guest will be reassigned to the selected account." : "All posts and threads by this guest will be reassigned to the selected account.",
|
||||
"Search for an account …" : "Search for an account …",
|
||||
"Account" : "Account",
|
||||
"No accounts found" : "No accounts found",
|
||||
"Type to search for an account" : "Type to search for an account",
|
||||
"Cancel" : "Cancel",
|
||||
"Reassign" : "Reassign",
|
||||
"Reassigning …" : "Reassigning …",
|
||||
"Guest posts reassigned successfully" : "Guest posts reassigned successfully",
|
||||
"Failed to reassign guest posts" : "Failed to reassign guest posts",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -147,9 +169,9 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Enter header description (optional)",
|
||||
"Sort order" : "Sort order",
|
||||
"Lower numbers appear first" : "Lower numbers appear first",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"Failed to save header" : "Failed to save header",
|
||||
"Forum setup required" : "Forum setup required",
|
||||
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
|
||||
"Forum admin accounts:" : "Forum admin accounts:",
|
||||
@@ -161,8 +183,14 @@ OC.L10N.register(
|
||||
"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 …",
|
||||
@@ -190,6 +218,7 @@ OC.L10N.register(
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Assign to account" : "Assign to account",
|
||||
"Edit your reply …" : "Edit your reply …",
|
||||
"Save" : "Save",
|
||||
"Are you sure you want to discard your changes?" : "Are you sure you want to discard your changes?",
|
||||
@@ -209,6 +238,7 @@ OC.L10N.register(
|
||||
"Submit reply" : "Submit reply",
|
||||
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
|
||||
"Thread unavailable" : "Thread unavailable",
|
||||
"Deleted account" : "Deleted account",
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
@@ -230,6 +260,8 @@ OC.L10N.register(
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Failed to save template" : "Failed to save template",
|
||||
"Failed to delete template" : "Failed to delete template",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -257,6 +289,8 @@ OC.L10N.register(
|
||||
"Error loading category" : "Error loading category",
|
||||
"No threads yet" : "No threads yet",
|
||||
"Be the first to start a discussion in this category." : "Be the first to start a discussion in this category.",
|
||||
"Subcategories" : "Subcategories",
|
||||
"Back to {name}" : "Back to {name}",
|
||||
"No category ID or slug provided" : "No category ID or slug provided",
|
||||
"Failed to load threads" : "Failed to load threads",
|
||||
"Create New Thread" : "Create New Thread",
|
||||
@@ -271,10 +305,10 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Threads ({count})",
|
||||
"Replies ({count})" : "Replies ({count})",
|
||||
"No threads" : "No threads",
|
||||
"This user has not created any threads yet" : "This user has not created any threads yet",
|
||||
"This account has not created any threads yet" : "This account has not created any threads yet",
|
||||
"No replies" : "No replies",
|
||||
"This user has not written any replies yet" : "This user has not written any replies yet",
|
||||
"Failed to load user profile" : "Failed to load user profile",
|
||||
"This account has not written any replies yet" : "This account has not written any replies yet",
|
||||
"Failed to load profile" : "Failed to load profile",
|
||||
"Enter search query …" : "Enter search query …",
|
||||
"Search in threads" : "Search in threads",
|
||||
"Search in replies" : "Search in replies",
|
||||
@@ -338,13 +372,13 @@ OC.L10N.register(
|
||||
"Thread deleted" : "Thread deleted",
|
||||
"Reply deleted" : "Reply deleted",
|
||||
"Failed to delete reply" : "Failed to delete reply",
|
||||
"Failed to submit reply" : "Failed to submit reply",
|
||||
"Failed to update thread lock status" : "Failed to update thread lock status",
|
||||
"Failed to update thread pin status" : "Failed to update thread pin status",
|
||||
"Failed to update subscription" : "Failed to update subscription",
|
||||
"Failed to update bookmark" : "Failed to update bookmark",
|
||||
"Failed to update thread title" : "Failed to update thread title",
|
||||
"Failed to move thread" : "Failed to move thread",
|
||||
"Preferences" : "Preferences",
|
||||
"Customize your forum experience" : "Customize your forum experience",
|
||||
"Loading preferences …" : "Loading preferences …",
|
||||
"Error loading preferences" : "Error loading preferences",
|
||||
@@ -365,6 +399,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",
|
||||
@@ -396,18 +433,20 @@ OC.L10N.register(
|
||||
"Enabled" : "Enabled",
|
||||
"Parse inner content" : "Parse inner content",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "If enabled, BBCode tags inside this tag will also be parsed",
|
||||
"Failed to save BBCode" : "Failed to save BBCode",
|
||||
"Failed to toggle BBCode" : "Failed to toggle BBCode",
|
||||
"Failed to delete BBCode" : "Failed to delete BBCode",
|
||||
"Create category" : "Create category",
|
||||
"Edit category" : "Edit category",
|
||||
"Configure category details" : "Configure category details",
|
||||
"Basic information" : "Basic information",
|
||||
"Category header" : "Category header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Parent" : "Parent",
|
||||
"-- Select a parent --" : "-- Select a parent --",
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Slug cannot be changed after category creation",
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles and teams can access and moderate this category" : "Control which roles and teams can access and moderate this category",
|
||||
"Select roles or teams that can view this category and its threads" : "Select roles or teams that can view this category and its threads",
|
||||
@@ -422,6 +461,9 @@ OC.L10N.register(
|
||||
"Dark text" : "Dark text",
|
||||
"Light text" : "Light text",
|
||||
"Preview" : "Preview",
|
||||
"Hide subcategories on category card" : "Hide subcategories on category card",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "When enabled, child categories will not appear as links on this category's card on the home page",
|
||||
"Failed to save category" : "Failed to save category",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
"Error loading categories" : "Error loading categories",
|
||||
"No categories in this header" : "No categories in this header",
|
||||
@@ -445,14 +487,18 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Delete all categories",
|
||||
"All categories and their threads will be permanently deleted" : "All categories and their threads will be permanently deleted",
|
||||
"Select target header" : "Select target header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Move up" : "Move up",
|
||||
"Move down" : "Move down",
|
||||
"Failed to delete category" : "Failed to delete category",
|
||||
"Failed to delete header" : "Failed to delete header",
|
||||
"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",
|
||||
"Total statistics" : "Total statistics",
|
||||
"Recent activity (last 7 days)" : "Recent activity (last 7 days)",
|
||||
"New users" : "New users",
|
||||
"New accounts" : "New accounts",
|
||||
"New threads" : "New threads",
|
||||
"New replies" : "New replies",
|
||||
"Top contributors" : "Top contributors",
|
||||
@@ -464,7 +510,7 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Loading settings …",
|
||||
"Error loading settings" : "Error loading settings",
|
||||
"Appearance" : "Appearance",
|
||||
"Customize how your forum looks to users" : "Customize how your forum looks to users",
|
||||
"Customize how your forum looks to people" : "Customise how your forum looks to people",
|
||||
"Forum title" : "Forum title",
|
||||
"Displayed at the top of the forum home page" : "Displayed at the top of the forum home page",
|
||||
"Forum subtitle" : "Forum subtitle",
|
||||
@@ -474,11 +520,25 @@ 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",
|
||||
"Failed to restore thread" : "Failed to restore thread",
|
||||
"Failed to restore reply" : "Failed to restore reply",
|
||||
"Create role" : "Create role",
|
||||
"Edit role" : "Edit role",
|
||||
"Configure role permissions and category access" : "Configure role permissions and category access",
|
||||
@@ -493,18 +553,28 @@ OC.L10N.register(
|
||||
"Reset" : "Reset",
|
||||
"Role permissions" : "Role permissions",
|
||||
"Set global permissions for this role" : "Set global permissions for this role",
|
||||
"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 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",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Guest users will not be able to access the forum until guest access is enabled in the forum settings.",
|
||||
"Go to forum settings" : "Go to forum settings",
|
||||
"Default role cannot moderate categories" : "Default role cannot moderate categories",
|
||||
"Failed to save role" : "Failed to save role",
|
||||
"Role management" : "Role management",
|
||||
"Create and manage forum roles and permissions" : "Create and manage forum roles and permissions",
|
||||
"Loading roles …" : "Loading roles …",
|
||||
@@ -524,17 +594,16 @@ OC.L10N.register(
|
||||
"No teams found" : "No teams found",
|
||||
"Members" : "Members",
|
||||
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
|
||||
"Failed to delete role" : "Failed to delete role",
|
||||
"Edit team" : "Edit team",
|
||||
"Configure category permissions for this team" : "Configure category permissions for this team",
|
||||
"Error loading team" : "Error loading team",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Editing category permissions for this team. Team membership is managed via Nextcloud Teams.",
|
||||
"Set which categories this team can access" : "Set which categories this team can access",
|
||||
"User management" : "User management",
|
||||
"Manage forum users, roles and permissions" : "Manage forum users, roles and permissions",
|
||||
"Loading users …" : "Loading users …",
|
||||
"Error loading users" : "Error loading users",
|
||||
"No users found" : "No users found",
|
||||
"There are no forum users yet" : "There are no forum users yet",
|
||||
"Manage forum accounts, roles and permissions" : "Manage forum accounts, roles and permissions",
|
||||
"Loading accounts …" : "Loading accounts …",
|
||||
"Error loading accounts" : "Error loading accounts",
|
||||
"There are no forum accounts yet" : "There are no forum accounts yet",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Joined",
|
||||
"Status" : "Status",
|
||||
@@ -542,6 +611,7 @@ OC.L10N.register(
|
||||
"No roles" : "No roles",
|
||||
"Select roles" : "Select roles",
|
||||
"Edit roles" : "Edit roles",
|
||||
"Edit user roles" : "Edit user roles"
|
||||
"Edit account roles" : "Edit account roles",
|
||||
"Failed to save roles" : "Failed to save roles"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
114
l10n/en_GB.json
114
l10n/en_GB.json
@@ -55,10 +55,17 @@
|
||||
"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- **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",
|
||||
"User Roles" : "User Roles",
|
||||
"User ID" : "User ID",
|
||||
"Enter user ID" : "Enter user ID",
|
||||
"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.",
|
||||
"Account Roles" : "Account Roles",
|
||||
"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.",
|
||||
"Account ID" : "Account ID",
|
||||
"Enter account ID" : "Enter account ID",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Select a role",
|
||||
"Assign Role" : "Assign Role",
|
||||
@@ -67,10 +74,11 @@
|
||||
"Search" : "Search",
|
||||
"Home" : "Home",
|
||||
"Bookmarks" : "Bookmarks",
|
||||
"User preferences" : "User preferences",
|
||||
"Preferences" : "Preferences",
|
||||
"Management" : "Management",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Accounts" : "Accounts",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
@@ -78,6 +86,7 @@
|
||||
"Expand" : "Expand",
|
||||
"Collapse" : "Collapse",
|
||||
"(Guest)" : "(Guest)",
|
||||
"Log in" : "Log in",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings.",
|
||||
"Drop file here to upload" : "Drop file here to upload",
|
||||
"Hello world!" : "Hello world!",
|
||||
@@ -137,6 +146,19 @@
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Reply:{bEnd} Allows replying to existing threads in the category.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category.",
|
||||
"Pick a color" : "Pick a colour",
|
||||
"Change color" : "Change colour",
|
||||
"No color selected" : "No color selected",
|
||||
"Assign guest posts to account" : "Assign guest posts to account",
|
||||
"All posts and threads by this guest will be reassigned to the selected account." : "All posts and threads by this guest will be reassigned to the selected account.",
|
||||
"Search for an account …" : "Search for an account …",
|
||||
"Account" : "Account",
|
||||
"No accounts found" : "No accounts found",
|
||||
"Type to search for an account" : "Type to search for an account",
|
||||
"Cancel" : "Cancel",
|
||||
"Reassign" : "Reassign",
|
||||
"Reassigning …" : "Reassigning …",
|
||||
"Guest posts reassigned successfully" : "Guest posts reassigned successfully",
|
||||
"Failed to reassign guest posts" : "Failed to reassign guest posts",
|
||||
"Create category header" : "Create category header",
|
||||
"Edit category header" : "Edit category header",
|
||||
"Header name" : "Header name",
|
||||
@@ -145,9 +167,9 @@
|
||||
"Enter header description (optional)" : "Enter header description (optional)",
|
||||
"Sort order" : "Sort order",
|
||||
"Lower numbers appear first" : "Lower numbers appear first",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Create",
|
||||
"Update" : "Update",
|
||||
"Failed to save header" : "Failed to save header",
|
||||
"Forum setup required" : "Forum setup required",
|
||||
"Select the accounts that should have the forum admin role." : "Select the accounts that should have the forum admin role.",
|
||||
"Forum admin accounts:" : "Forum admin accounts:",
|
||||
@@ -159,8 +181,14 @@
|
||||
"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 …",
|
||||
@@ -188,6 +216,7 @@
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"Assign to account" : "Assign to account",
|
||||
"Edit your reply …" : "Edit your reply …",
|
||||
"Save" : "Save",
|
||||
"Are you sure you want to discard your changes?" : "Are you sure you want to discard your changes?",
|
||||
@@ -207,6 +236,7 @@
|
||||
"Submit reply" : "Submit reply",
|
||||
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
|
||||
"Thread unavailable" : "Thread unavailable",
|
||||
"Deleted account" : "Deleted account",
|
||||
"Pinned thread" : "Pinned thread",
|
||||
"Locked thread" : "Locked thread",
|
||||
"Uncategorized" : "Uncategorised",
|
||||
@@ -228,6 +258,8 @@
|
||||
"Neither (disabled)" : "Neither (disabled)",
|
||||
"Insert" : "Insert",
|
||||
"Failed to load templates" : "Failed to load templates",
|
||||
"Failed to save template" : "Failed to save template",
|
||||
"Failed to delete template" : "Failed to delete template",
|
||||
"Views" : "Views",
|
||||
"Title" : "Title",
|
||||
"Enter thread title …" : "Enter thread title …",
|
||||
@@ -255,6 +287,8 @@
|
||||
"Error loading category" : "Error loading category",
|
||||
"No threads yet" : "No threads yet",
|
||||
"Be the first to start a discussion in this category." : "Be the first to start a discussion in this category.",
|
||||
"Subcategories" : "Subcategories",
|
||||
"Back to {name}" : "Back to {name}",
|
||||
"No category ID or slug provided" : "No category ID or slug provided",
|
||||
"Failed to load threads" : "Failed to load threads",
|
||||
"Create New Thread" : "Create New Thread",
|
||||
@@ -269,10 +303,10 @@
|
||||
"Threads ({count})" : "Threads ({count})",
|
||||
"Replies ({count})" : "Replies ({count})",
|
||||
"No threads" : "No threads",
|
||||
"This user has not created any threads yet" : "This user has not created any threads yet",
|
||||
"This account has not created any threads yet" : "This account has not created any threads yet",
|
||||
"No replies" : "No replies",
|
||||
"This user has not written any replies yet" : "This user has not written any replies yet",
|
||||
"Failed to load user profile" : "Failed to load user profile",
|
||||
"This account has not written any replies yet" : "This account has not written any replies yet",
|
||||
"Failed to load profile" : "Failed to load profile",
|
||||
"Enter search query …" : "Enter search query …",
|
||||
"Search in threads" : "Search in threads",
|
||||
"Search in replies" : "Search in replies",
|
||||
@@ -336,13 +370,13 @@
|
||||
"Thread deleted" : "Thread deleted",
|
||||
"Reply deleted" : "Reply deleted",
|
||||
"Failed to delete reply" : "Failed to delete reply",
|
||||
"Failed to submit reply" : "Failed to submit reply",
|
||||
"Failed to update thread lock status" : "Failed to update thread lock status",
|
||||
"Failed to update thread pin status" : "Failed to update thread pin status",
|
||||
"Failed to update subscription" : "Failed to update subscription",
|
||||
"Failed to update bookmark" : "Failed to update bookmark",
|
||||
"Failed to update thread title" : "Failed to update thread title",
|
||||
"Failed to move thread" : "Failed to move thread",
|
||||
"Preferences" : "Preferences",
|
||||
"Customize your forum experience" : "Customize your forum experience",
|
||||
"Loading preferences …" : "Loading preferences …",
|
||||
"Error loading preferences" : "Error loading preferences",
|
||||
@@ -363,6 +397,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",
|
||||
@@ -394,18 +431,20 @@
|
||||
"Enabled" : "Enabled",
|
||||
"Parse inner content" : "Parse inner content",
|
||||
"If enabled, BBCode tags inside this tag will also be parsed" : "If enabled, BBCode tags inside this tag will also be parsed",
|
||||
"Failed to save BBCode" : "Failed to save BBCode",
|
||||
"Failed to toggle BBCode" : "Failed to toggle BBCode",
|
||||
"Failed to delete BBCode" : "Failed to delete BBCode",
|
||||
"Create category" : "Create category",
|
||||
"Edit category" : "Edit category",
|
||||
"Configure category details" : "Configure category details",
|
||||
"Basic information" : "Basic information",
|
||||
"Category header" : "Category header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Parent" : "Parent",
|
||||
"-- Select a parent --" : "-- Select a parent --",
|
||||
"Enter category name" : "Enter category name",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "URL-friendly identifier (e.g., \"{slug}\")",
|
||||
"Slug cannot be changed after category creation" : "Slug cannot be changed after category creation",
|
||||
"Enter category description (optional)" : "Enter category description (optional)",
|
||||
"New" : "New",
|
||||
"Permissions" : "Permissions",
|
||||
"Control which roles and teams can access and moderate this category" : "Control which roles and teams can access and moderate this category",
|
||||
"Select roles or teams that can view this category and its threads" : "Select roles or teams that can view this category and its threads",
|
||||
@@ -420,6 +459,9 @@
|
||||
"Dark text" : "Dark text",
|
||||
"Light text" : "Light text",
|
||||
"Preview" : "Preview",
|
||||
"Hide subcategories on category card" : "Hide subcategories on category card",
|
||||
"When enabled, child categories will not appear as links on this category's card on the home page" : "When enabled, child categories will not appear as links on this category's card on the home page",
|
||||
"Failed to save category" : "Failed to save category",
|
||||
"Manage forum categories and organization" : "Manage forum categories and organization",
|
||||
"Error loading categories" : "Error loading categories",
|
||||
"No categories in this header" : "No categories in this header",
|
||||
@@ -443,14 +485,18 @@
|
||||
"Delete all categories" : "Delete all categories",
|
||||
"All categories and their threads will be permanently deleted" : "All categories and their threads will be permanently deleted",
|
||||
"Select target header" : "Select target header",
|
||||
"-- Select a header --" : "-- Select a header --",
|
||||
"Move up" : "Move up",
|
||||
"Move down" : "Move down",
|
||||
"Failed to delete category" : "Failed to delete category",
|
||||
"Failed to delete header" : "Failed to delete header",
|
||||
"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",
|
||||
"Total statistics" : "Total statistics",
|
||||
"Recent activity (last 7 days)" : "Recent activity (last 7 days)",
|
||||
"New users" : "New users",
|
||||
"New accounts" : "New accounts",
|
||||
"New threads" : "New threads",
|
||||
"New replies" : "New replies",
|
||||
"Top contributors" : "Top contributors",
|
||||
@@ -462,7 +508,7 @@
|
||||
"Loading settings …" : "Loading settings …",
|
||||
"Error loading settings" : "Error loading settings",
|
||||
"Appearance" : "Appearance",
|
||||
"Customize how your forum looks to users" : "Customize how your forum looks to users",
|
||||
"Customize how your forum looks to people" : "Customise how your forum looks to people",
|
||||
"Forum title" : "Forum title",
|
||||
"Displayed at the top of the forum home page" : "Displayed at the top of the forum home page",
|
||||
"Forum subtitle" : "Forum subtitle",
|
||||
@@ -472,11 +518,25 @@
|
||||
"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",
|
||||
"Failed to restore thread" : "Failed to restore thread",
|
||||
"Failed to restore reply" : "Failed to restore reply",
|
||||
"Create role" : "Create role",
|
||||
"Edit role" : "Edit role",
|
||||
"Configure role permissions and category access" : "Configure role permissions and category access",
|
||||
@@ -491,18 +551,28 @@
|
||||
"Reset" : "Reset",
|
||||
"Role permissions" : "Role permissions",
|
||||
"Set global permissions for this role" : "Set global permissions for this role",
|
||||
"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 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",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Guest users will not be able to access the forum until guest access is enabled in the forum settings.",
|
||||
"Go to forum settings" : "Go to forum settings",
|
||||
"Default role cannot moderate categories" : "Default role cannot moderate categories",
|
||||
"Failed to save role" : "Failed to save role",
|
||||
"Role management" : "Role management",
|
||||
"Create and manage forum roles and permissions" : "Create and manage forum roles and permissions",
|
||||
"Loading roles …" : "Loading roles …",
|
||||
@@ -522,17 +592,16 @@
|
||||
"No teams found" : "No teams found",
|
||||
"Members" : "Members",
|
||||
"No Nextcloud Teams are available" : "No Nextcloud Teams are available",
|
||||
"Failed to delete role" : "Failed to delete role",
|
||||
"Edit team" : "Edit team",
|
||||
"Configure category permissions for this team" : "Configure category permissions for this team",
|
||||
"Error loading team" : "Error loading team",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Editing category permissions for this team. Team membership is managed via Nextcloud Teams.",
|
||||
"Set which categories this team can access" : "Set which categories this team can access",
|
||||
"User management" : "User management",
|
||||
"Manage forum users, roles and permissions" : "Manage forum users, roles and permissions",
|
||||
"Loading users …" : "Loading users …",
|
||||
"Error loading users" : "Error loading users",
|
||||
"No users found" : "No users found",
|
||||
"There are no forum users yet" : "There are no forum users yet",
|
||||
"Manage forum accounts, roles and permissions" : "Manage forum accounts, roles and permissions",
|
||||
"Loading accounts …" : "Loading accounts …",
|
||||
"Error loading accounts" : "Error loading accounts",
|
||||
"There are no forum accounts yet" : "There are no forum accounts yet",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Joined",
|
||||
"Status" : "Status",
|
||||
@@ -540,6 +609,7 @@
|
||||
"No roles" : "No roles",
|
||||
"Select roles" : "Select roles",
|
||||
"Edit roles" : "Edit roles",
|
||||
"Edit user roles" : "Edit user roles"
|
||||
"Edit account roles" : "Edit account roles",
|
||||
"Failed to save roles" : "Failed to save roles"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -11,14 +11,16 @@ OC.L10N.register(
|
||||
"Home" : "Hejmo",
|
||||
"Bookmarks" : "Legosignaro",
|
||||
"Dashboard" : "Regpanelo",
|
||||
"Users" : "Uzantoj",
|
||||
"Accounts" : "Kontoj",
|
||||
"Categories" : "Kategorioj",
|
||||
"Collapse" : "Maletendi",
|
||||
"Log in" : "Ensaluti",
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"Account" : "Konto",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Deleted" : "Forigita",
|
||||
@@ -50,7 +52,6 @@ OC.L10N.register(
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
"New" : "Nova",
|
||||
"Preview" : "Antaŭvidi",
|
||||
"Move down" : "Movi malsupren",
|
||||
"Last 7 days" : "Lastaj 7 tagoj",
|
||||
|
||||
@@ -9,14 +9,16 @@
|
||||
"Home" : "Hejmo",
|
||||
"Bookmarks" : "Legosignaro",
|
||||
"Dashboard" : "Regpanelo",
|
||||
"Users" : "Uzantoj",
|
||||
"Accounts" : "Kontoj",
|
||||
"Categories" : "Kategorioj",
|
||||
"Collapse" : "Maletendi",
|
||||
"Log in" : "Ensaluti",
|
||||
"Hello world!" : "Saluton, mondo!",
|
||||
"Upload failed" : "Alŝuto malsukcesis",
|
||||
"Close" : "Malfermi",
|
||||
"Category" : "Kategorio",
|
||||
"Allow" : "Permesi",
|
||||
"Account" : "Konto",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Ĝisdatigi",
|
||||
"Deleted" : "Forigita",
|
||||
@@ -48,7 +50,6 @@
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
"New" : "Nova",
|
||||
"Preview" : "Antaŭvidi",
|
||||
"Move down" : "Movi malsupren",
|
||||
"Last 7 days" : "Lastaj 7 tagoj",
|
||||
|
||||
19
l10n/es.js
19
l10n/es.js
@@ -54,9 +54,6 @@ 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",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"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",
|
||||
@@ -65,15 +62,16 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias del usuario",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Cuentas",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "Códigos BBCodes",
|
||||
"Moderation" : "Moderación",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Iniciar sesión",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart} Por favor tenga en cuenta: {bEnd} los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración para compartir el archivo.",
|
||||
"Drop file here to upload" : "Suelte el archivo aquí para subirlo",
|
||||
"Hello world!" : "¡Hola, mundo!",
|
||||
@@ -109,8 +107,11 @@ OC.L10N.register(
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Pick a color" : "Escoja un color",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"No accounts found" : "No se sigue a ninguna cuenta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminada",
|
||||
@@ -159,7 +160,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Notifications" : "Notificaciones",
|
||||
"Files" : "Archivos",
|
||||
"Browse" : "Explorar",
|
||||
@@ -171,7 +171,6 @@ OC.L10N.register(
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
@@ -193,9 +192,7 @@ OC.L10N.register(
|
||||
"No description" : "Sin descripción",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se han encontrado usuarios",
|
||||
"Loading accounts …" : "Cargando cuentas …",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
|
||||
19
l10n/es.json
19
l10n/es.json
@@ -52,9 +52,6 @@
|
||||
"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",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"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",
|
||||
@@ -63,15 +60,16 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias del usuario",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Cuentas",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "Códigos BBCodes",
|
||||
"Moderation" : "Moderación",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Iniciar sesión",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart} Por favor tenga en cuenta: {bEnd} los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración para compartir el archivo.",
|
||||
"Drop file here to upload" : "Suelte el archivo aquí para subirlo",
|
||||
"Hello world!" : "¡Hola, mundo!",
|
||||
@@ -107,8 +105,11 @@
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Pick a color" : "Escoja un color",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"No accounts found" : "No se sigue a ninguna cuenta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Sort order" : "Ordenar por",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminada",
|
||||
@@ -157,7 +158,6 @@
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Notifications" : "Notificaciones",
|
||||
"Files" : "Archivos",
|
||||
"Browse" : "Explorar",
|
||||
@@ -169,7 +169,6 @@
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
@@ -191,9 +190,7 @@
|
||||
"No description" : "Sin descripción",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se han encontrado usuarios",
|
||||
"Loading accounts …" : "Cargando cuentas …",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
|
||||
@@ -10,13 +10,15 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero",
|
||||
"Users" : "Ususarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -40,7 +42,6 @@ OC.L10N.register(
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,13 +8,15 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero",
|
||||
"Users" : "Ususarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -38,7 +40,6 @@
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -10,15 +10,18 @@ OC.L10N.register(
|
||||
"Role" : "Rol",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Casa",
|
||||
"Users" : "Usuarios",
|
||||
"Preferences" : "Preferencias",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categoría",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Iniciar sesión",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminado",
|
||||
@@ -39,14 +42,12 @@ OC.L10N.register(
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribirse",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"All time" : "Tiempo total",
|
||||
@@ -60,7 +61,6 @@ OC.L10N.register(
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,15 +8,18 @@
|
||||
"Role" : "Rol",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Casa",
|
||||
"Users" : "Usuarios",
|
||||
"Preferences" : "Preferencias",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categoría",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Iniciar sesión",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font size" : "Tamaño de fuente",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminado",
|
||||
@@ -37,14 +40,12 @@
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribirse",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"All time" : "Tiempo total",
|
||||
@@ -58,7 +59,6 @@
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,12 +10,14 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Inicio",
|
||||
"Users" : "Ususarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Deleted" : "Borrado",
|
||||
"Restore" : "Restaurar",
|
||||
@@ -41,7 +43,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,12 +8,14 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Inicio",
|
||||
"Users" : "Ususarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Deleted" : "Borrado",
|
||||
"Restore" : "Restaurar",
|
||||
@@ -39,7 +41,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,14 +9,17 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -37,13 +40,11 @@ OC.L10N.register(
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,14 +7,17 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -35,13 +38,11 @@
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -10,12 +10,14 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -42,7 +44,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,12 +8,14 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -40,7 +42,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -10,13 +10,15 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -44,7 +46,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,13 +8,15 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -42,7 +44,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -42,21 +42,21 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "¡Bienvenido al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado directamente en tu instancia de Nextcloud",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias de usuario",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Cuentas",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Moderation" : "Moderación",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Nota:{bEnd} Los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración de compartición del archivo.",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font style bold" : "Estilo de fuente negrita",
|
||||
@@ -99,6 +99,9 @@ OC.L10N.register(
|
||||
"Can view" : "Puede ver",
|
||||
"Can moderate" : "Puede moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create category header" : "Crear encabezado de categoría",
|
||||
"Edit category header" : "Editar encabezado de categoría",
|
||||
"Header name" : "Nombre del encabezado",
|
||||
@@ -107,7 +110,6 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Ingresa la descripción del encabezado (opcional)",
|
||||
"Sort order" : "Orden",
|
||||
"Lower numbers appear first" : "Los números más bajos aparecen primero",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminado",
|
||||
@@ -178,9 +180,7 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Hilos ({count})",
|
||||
"Replies ({count})" : "Respuestas ({count})",
|
||||
"No threads" : "No hay hilos",
|
||||
"This user has not created any threads yet" : "Este usuario aún no ha creado ningún hilo",
|
||||
"No replies" : "No hay respuestas",
|
||||
"Failed to load user profile" : "Error al cargar el perfil del usuario",
|
||||
"Enter search query …" : "Ingresa tu consulta de búsqueda …",
|
||||
"Search in threads" : "Buscar en hilos",
|
||||
"Syntax help" : "Ayuda de sintaxis",
|
||||
@@ -227,7 +227,6 @@ OC.L10N.register(
|
||||
"Failed to update thread lock status" : "Error al actualizar estado de bloqueo del hilo",
|
||||
"Failed to update thread pin status" : "Error al actualizar estado de fijación del hilo",
|
||||
"Failed to update subscription" : "Error al actualizar suscripción",
|
||||
"Preferences" : "Preferencias",
|
||||
"Customize your forum experience" : "Personaliza tu experiencia en el foro",
|
||||
"Loading preferences …" : "Cargando preferencias …",
|
||||
"Error loading preferences" : "Error al cargar preferencias",
|
||||
@@ -271,13 +270,10 @@ OC.L10N.register(
|
||||
"Edit category" : "Editar categoría",
|
||||
"Configure category details" : "Configurar detalles de la categoría",
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Encabezado de categoría",
|
||||
"-- Select a header --" : "-- Selecciona un encabezado --",
|
||||
"Enter category name" : "Ingresa el nombre de la categoría",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigable para URL (ej., \"{slug}\")",
|
||||
"Enter category description (optional)" : "Ingresa la descripción de la categoría (opcional)",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
|
||||
@@ -303,6 +299,7 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Eliminar todas las categorías",
|
||||
"All categories and their threads will be permanently deleted" : "Todas las categorías y sus hilos serán eliminados permanentemente",
|
||||
"Select target header" : "Seleccionar encabezado de destino",
|
||||
"-- Select a header --" : "-- Selecciona un encabezado --",
|
||||
"Move up" : "Mover arriba",
|
||||
"Move down" : "Mover abajo",
|
||||
"Overview of forum activity and statistics" : "Resumen de la actividad y estadísticas del foro",
|
||||
@@ -310,7 +307,6 @@ OC.L10N.register(
|
||||
"Error loading dashboard" : "Error al cargar panel",
|
||||
"Total statistics" : "Estadísticas totales",
|
||||
"Recent activity (last 7 days)" : "Actividad reciente (últimos 7 días)",
|
||||
"New users" : "Nuevos usuarios",
|
||||
"New threads" : "Nuevos hilos",
|
||||
"Top contributors" : "Principales contribuyentes",
|
||||
"No contributors yet" : "Aún no hay contribuyentes",
|
||||
@@ -321,7 +317,6 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Cargando ajustes …",
|
||||
"Error loading settings" : "Error al cargar ajustes",
|
||||
"Appearance" : "Apariencia",
|
||||
"Customize how your forum looks to users" : "Personaliza cómo se ve tu foro para los usuarios",
|
||||
"Forum title" : "Título del foro",
|
||||
"Displayed at the top of the forum home page" : "Se muestra en la parte superior de la página principal del foro",
|
||||
"Forum subtitle" : "Subtítulo del foro",
|
||||
@@ -373,19 +368,12 @@ OC.L10N.register(
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "¿Estás seguro de que deseas eliminar el rol \"{name}\"? Esta acción no se puede deshacer.",
|
||||
"System roles cannot be deleted" : "Los roles del sistema no se pueden eliminar",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Gestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Gestionar usuarios del foro, roles y permisos",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"Error loading users" : "Error al cargar usuarios",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"There are no forum users yet" : "Aún no hay usuarios en el foro",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
"No roles" : "Sin roles",
|
||||
"Select roles" : "Seleccionar roles",
|
||||
"Edit roles" : "Editar roles",
|
||||
"Edit user roles" : "Editar roles de usuario"
|
||||
"Edit roles" : "Editar roles"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -40,21 +40,21 @@
|
||||
"Welcome to the forum!" : "¡Bienvenido al foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado directamente en tu instancia de Nextcloud",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias de usuario",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Panel",
|
||||
"Forum settings" : "Configuración del foro",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Cuentas",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Moderation" : "Moderación",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Nota:{bEnd} Los archivos adjuntos serán visibles para cualquier persona en el foro, independientemente de la configuración de compartición del archivo.",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Font style bold" : "Estilo de fuente negrita",
|
||||
@@ -97,6 +97,9 @@
|
||||
"Can view" : "Puede ver",
|
||||
"Can moderate" : "Puede moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create category header" : "Crear encabezado de categoría",
|
||||
"Edit category header" : "Editar encabezado de categoría",
|
||||
"Header name" : "Nombre del encabezado",
|
||||
@@ -105,7 +108,6 @@
|
||||
"Enter header description (optional)" : "Ingresa la descripción del encabezado (opcional)",
|
||||
"Sort order" : "Orden",
|
||||
"Lower numbers appear first" : "Los números más bajos aparecen primero",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminado",
|
||||
@@ -176,9 +178,7 @@
|
||||
"Threads ({count})" : "Hilos ({count})",
|
||||
"Replies ({count})" : "Respuestas ({count})",
|
||||
"No threads" : "No hay hilos",
|
||||
"This user has not created any threads yet" : "Este usuario aún no ha creado ningún hilo",
|
||||
"No replies" : "No hay respuestas",
|
||||
"Failed to load user profile" : "Error al cargar el perfil del usuario",
|
||||
"Enter search query …" : "Ingresa tu consulta de búsqueda …",
|
||||
"Search in threads" : "Buscar en hilos",
|
||||
"Syntax help" : "Ayuda de sintaxis",
|
||||
@@ -225,7 +225,6 @@
|
||||
"Failed to update thread lock status" : "Error al actualizar estado de bloqueo del hilo",
|
||||
"Failed to update thread pin status" : "Error al actualizar estado de fijación del hilo",
|
||||
"Failed to update subscription" : "Error al actualizar suscripción",
|
||||
"Preferences" : "Preferencias",
|
||||
"Customize your forum experience" : "Personaliza tu experiencia en el foro",
|
||||
"Loading preferences …" : "Cargando preferencias …",
|
||||
"Error loading preferences" : "Error al cargar preferencias",
|
||||
@@ -269,13 +268,10 @@
|
||||
"Edit category" : "Editar categoría",
|
||||
"Configure category details" : "Configurar detalles de la categoría",
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Encabezado de categoría",
|
||||
"-- Select a header --" : "-- Selecciona un encabezado --",
|
||||
"Enter category name" : "Ingresa el nombre de la categoría",
|
||||
"Slug" : "Slug",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigable para URL (ej., \"{slug}\")",
|
||||
"Enter category description (optional)" : "Ingresa la descripción de la categoría (opcional)",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Manage forum categories and organization" : "Gestionar categorías y organización del foro",
|
||||
@@ -301,6 +297,7 @@
|
||||
"Delete all categories" : "Eliminar todas las categorías",
|
||||
"All categories and their threads will be permanently deleted" : "Todas las categorías y sus hilos serán eliminados permanentemente",
|
||||
"Select target header" : "Seleccionar encabezado de destino",
|
||||
"-- Select a header --" : "-- Selecciona un encabezado --",
|
||||
"Move up" : "Mover arriba",
|
||||
"Move down" : "Mover abajo",
|
||||
"Overview of forum activity and statistics" : "Resumen de la actividad y estadísticas del foro",
|
||||
@@ -308,7 +305,6 @@
|
||||
"Error loading dashboard" : "Error al cargar panel",
|
||||
"Total statistics" : "Estadísticas totales",
|
||||
"Recent activity (last 7 days)" : "Actividad reciente (últimos 7 días)",
|
||||
"New users" : "Nuevos usuarios",
|
||||
"New threads" : "Nuevos hilos",
|
||||
"Top contributors" : "Principales contribuyentes",
|
||||
"No contributors yet" : "Aún no hay contribuyentes",
|
||||
@@ -319,7 +315,6 @@
|
||||
"Loading settings …" : "Cargando ajustes …",
|
||||
"Error loading settings" : "Error al cargar ajustes",
|
||||
"Appearance" : "Apariencia",
|
||||
"Customize how your forum looks to users" : "Personaliza cómo se ve tu foro para los usuarios",
|
||||
"Forum title" : "Título del foro",
|
||||
"Displayed at the top of the forum home page" : "Se muestra en la parte superior de la página principal del foro",
|
||||
"Forum subtitle" : "Subtítulo del foro",
|
||||
@@ -371,19 +366,12 @@
|
||||
"Are you sure you want to delete the role \"{name}\"? This action cannot be undone." : "¿Estás seguro de que deseas eliminar el rol \"{name}\"? Esta acción no se puede deshacer.",
|
||||
"System roles cannot be deleted" : "Los roles del sistema no se pueden eliminar",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Gestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Gestionar usuarios del foro, roles y permisos",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"Error loading users" : "Error al cargar usuarios",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"There are no forum users yet" : "Aún no hay usuarios en el foro",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Se unió",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activo",
|
||||
"No roles" : "Sin roles",
|
||||
"Select roles" : "Seleccionar roles",
|
||||
"Edit roles" : "Editar roles",
|
||||
"Edit user roles" : "Editar roles de usuario"
|
||||
"Edit roles" : "Editar roles"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,12 +10,14 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -43,7 +45,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,12 +8,14 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -41,7 +43,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -10,13 +10,15 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Deleted" : "Borrado",
|
||||
"Restore" : "Restaurar",
|
||||
@@ -42,7 +44,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,13 +8,15 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Deleted" : "Borrado",
|
||||
"Restore" : "Restaurar",
|
||||
@@ -40,7 +42,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,16 +9,17 @@ OC.L10N.register(
|
||||
"Bold text" : "Texto en negritas",
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Forum" : "Foro",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Cargo",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : " Usuarios",
|
||||
"Accounts" : "Cuentas",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"List" : "Lista",
|
||||
"Insert emoji" : "Insertar emoticono",
|
||||
@@ -26,6 +27,8 @@ OC.L10N.register(
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
@@ -63,7 +66,6 @@ OC.L10N.register(
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
@@ -71,7 +73,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
@@ -92,9 +93,7 @@ OC.L10N.register(
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"Loading accounts …" : "Cargando cuentas ...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Active" : "Activo"
|
||||
},
|
||||
|
||||
@@ -7,16 +7,17 @@
|
||||
"Bold text" : "Texto en negritas",
|
||||
"Underlined text" : "Texto subrayado",
|
||||
"Forum" : "Foro",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Cargo",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : " Usuarios",
|
||||
"Accounts" : "Cuentas",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"List" : "Lista",
|
||||
"Insert emoji" : "Insertar emoticono",
|
||||
@@ -24,6 +25,8 @@
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
@@ -61,7 +64,6 @@
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
@@ -69,7 +71,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
@@ -90,9 +91,7 @@
|
||||
"Actions" : "Acciones",
|
||||
"No teams found" : "No se encontraron equipos",
|
||||
"Members" : "Miembros",
|
||||
"User management" : "Administración de usuarios",
|
||||
"Loading users …" : "Cargando usuarios …",
|
||||
"No users found" : "No se encontraron usuarios",
|
||||
"Loading accounts …" : "Cargando cuentas ...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Active" : "Activo"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
|
||||
@@ -9,13 +9,15 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -42,7 +44,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,13 +7,15 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -40,7 +42,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,13 +9,15 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -42,7 +44,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,13 +7,15 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -40,7 +42,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,13 +9,15 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -40,7 +42,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,13 +7,15 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -38,7 +40,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,13 +9,15 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -41,7 +43,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,13 +7,15 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -39,7 +41,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,13 +9,15 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -43,7 +45,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,13 +7,15 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -41,7 +43,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -10,13 +10,15 @@ OC.L10N.register(
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -42,7 +44,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -8,13 +8,15 @@
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -40,7 +42,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -9,12 +9,14 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -41,7 +43,6 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -7,12 +7,14 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Dashboard" : "Tablero de control",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Accounts",
|
||||
"Categories" : "Categorías",
|
||||
"Collapse" : "Colapsar",
|
||||
"Log in" : "Ingresar",
|
||||
"Hello world!" : "¡Hola mundo!",
|
||||
"Upload failed" : "Falla en la carga",
|
||||
"Category" : "Categoría",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Borrado",
|
||||
@@ -39,7 +41,6 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
|
||||
@@ -57,9 +57,6 @@ 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",
|
||||
"User Roles" : "Kasutajarollid",
|
||||
"User ID" : "Kasutajatunnus",
|
||||
"Enter user ID" : "Sisesta kasutajatunnus",
|
||||
"Role" : "Roll",
|
||||
"Select a role" : "Vali roll",
|
||||
"Assign Role" : "Määra roll",
|
||||
@@ -68,16 +65,17 @@ OC.L10N.register(
|
||||
"Search" : "Otsi",
|
||||
"Home" : "Avaleht",
|
||||
"Bookmarks" : "Järjehoidjad",
|
||||
"User preferences" : "Kasutaja eelistused",
|
||||
"Preferences" : "Eelistused",
|
||||
"Dashboard" : "Töölaud/Juhtpaneel",
|
||||
"Forum settings" : "Foorumi seadistused",
|
||||
"Users" : "Kasutajad",
|
||||
"Accounts" : "Kasutajakontod",
|
||||
"Roles & Teams" : "Rollid ja tiimid",
|
||||
"Categories" : "Kategooriad",
|
||||
"BBCodes" : "BBCode'i märgistus",
|
||||
"Moderation" : "Modereerimine",
|
||||
"Expand" : "Laienda",
|
||||
"Collapse" : "Ahenda",
|
||||
"Log in" : "Logi sisse",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Palun arvesta:{bEnd} Manusena lisatud failid on nähtavad kõikidele foorumi osalistele sõltumata failide jagamise seadistustest.",
|
||||
"Drop file here to upload" : "Üleslaadimiseks lohista fail siia",
|
||||
"Hello world!" : "Tere maailm!",
|
||||
@@ -135,6 +133,9 @@ OC.L10N.register(
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
|
||||
"Pick a color" : "Vali värv",
|
||||
"Change color" : "Muuda värvi",
|
||||
"Account" : "Kasutajakonto",
|
||||
"Cancel" : "Katkesta",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
@@ -143,7 +144,6 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Sisesta päise kirjeldus (pole kohustuslik)",
|
||||
"Sort order" : "Järjestus",
|
||||
"Lower numbers appear first" : "Väiksemad numbrid on eespool",
|
||||
"Cancel" : "Katkesta",
|
||||
"Create" : "Lisa",
|
||||
"Update" : "Uuenda",
|
||||
"Deleted" : "Kustutatud",
|
||||
@@ -247,10 +247,7 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
"Replies ({count})" : "Vastused ({count})",
|
||||
"No threads" : "Jutulõngu pole",
|
||||
"This user has not created any threads yet" : "See kasutaja pole veel ühtegi jutulõnga alustanud",
|
||||
"No replies" : "Vastuseid pole",
|
||||
"This user has not written any replies yet" : "See kasutaja pole veel ühtegi vastust koostanud",
|
||||
"Failed to load user profile" : "Kasutajaprofiili laadimine ei õnnestunud",
|
||||
"Enter search query …" : "Sisesta otsingusõna…",
|
||||
"Search in threads" : "Otsi jutulõngade seast",
|
||||
"Search in replies" : "Otsi vastuste seast",
|
||||
@@ -320,7 +317,6 @@ OC.L10N.register(
|
||||
"Failed to update bookmark" : "Järjehoidja muutmine ei õnnestunud",
|
||||
"Failed to update thread title" : "Jutulõnga pealkirja ei õnnestunud uuendada",
|
||||
"Failed to move thread" : "Jutulõnga ümbertõstmine ei õnnestunud",
|
||||
"Preferences" : "Eelistused",
|
||||
"Customize your forum experience" : "Kohenda oma kasutajakogemust selles foorumis",
|
||||
"Loading preferences …" : "Laadin eelistusi…",
|
||||
"Error loading preferences" : "Viga eelistuste laadimisel",
|
||||
@@ -376,14 +372,11 @@ OC.L10N.register(
|
||||
"Edit category" : "Muuda kategooriat",
|
||||
"Configure category details" : "Seadista kategooria üksikasju",
|
||||
"Basic information" : "Põhiteave",
|
||||
"Category header" : "Kategooria päis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Enter category name" : "Sisesta kategooria nimi",
|
||||
"Slug" : "Aadressi lõputunnus",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
|
||||
"Slug cannot be changed after category creation" : "Peale kategooria lisamist ei saa aadressi lõputunnust enam muuta",
|
||||
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
|
||||
"New" : "Uus",
|
||||
"Permissions" : "Õigused",
|
||||
"Preview" : "Eelvaade",
|
||||
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
|
||||
@@ -409,6 +402,7 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Kustuta kõik kategooriad",
|
||||
"All categories and their threads will be permanently deleted" : "Kui kategooriad ja nende jutulõngad kustuvaad jäädavalt",
|
||||
"Select target header" : "Vali sihtpäis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Move up" : "Liiguta ülespoole",
|
||||
"Move down" : "Liiguta allapoole",
|
||||
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
|
||||
@@ -416,7 +410,6 @@ OC.L10N.register(
|
||||
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
|
||||
"Total statistics" : "Täismahuline statistika",
|
||||
"Recent activity (last 7 days)" : "Hiljutised tegevused (viimase 7 päeva jooksul)",
|
||||
"New users" : "Uued kasutajad",
|
||||
"New threads" : "Uued jutulõngad",
|
||||
"New replies" : "Uued vastused",
|
||||
"Top contributors" : "Toimekamad kaasautorid",
|
||||
@@ -428,7 +421,6 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Laadin seadistusi…",
|
||||
"Error loading settings" : "Viga seadistuste laadimisel",
|
||||
"Appearance" : "Välimus",
|
||||
"Customize how your forum looks to users" : "Kohenda selle foorumi välimust kasutajate jaoks",
|
||||
"Forum title" : "Foorumi pealkiri",
|
||||
"Displayed at the top of the forum home page" : "Kuvatakse foorumi avalehe ülaosas",
|
||||
"Forum subtitle" : "Foorumi alapealkiri",
|
||||
@@ -493,19 +485,13 @@ OC.L10N.register(
|
||||
"Error loading team" : "Viga tiimi laadimisel",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Sa muudad tiimi õigusi kategooria kontekstis. Tiimi liikmelisust saad muuta Nextcloudi tiimide rakenduses.",
|
||||
"Set which categories this team can access" : "Vali kategooriad, mida see tiim näeb",
|
||||
"User management" : "Kasutajate haldus",
|
||||
"Manage forum users, roles and permissions" : "Halda kasutajaid, rolle ja õigusi",
|
||||
"Loading users …" : "Laadin kasutajaid…",
|
||||
"Error loading users" : "Viga kasutajate laadimisel",
|
||||
"No users found" : "Kasutajaid ei leidu",
|
||||
"There are no forum users yet" : "Foormis pole veel kasutajaid",
|
||||
"Loading accounts …" : "Kontode laadimine ...",
|
||||
"Roles" : "Rollid",
|
||||
"Joined" : "Liitus",
|
||||
"Status" : "Olek",
|
||||
"Active" : "Aktiivne",
|
||||
"No roles" : "Rolle pole",
|
||||
"Select roles" : "Vali rollid",
|
||||
"Edit roles" : "Muuda rolle",
|
||||
"Edit user roles" : "Muuda kasutajarolle"
|
||||
"Edit roles" : "Muuda rolle"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -55,9 +55,6 @@
|
||||
"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",
|
||||
"User Roles" : "Kasutajarollid",
|
||||
"User ID" : "Kasutajatunnus",
|
||||
"Enter user ID" : "Sisesta kasutajatunnus",
|
||||
"Role" : "Roll",
|
||||
"Select a role" : "Vali roll",
|
||||
"Assign Role" : "Määra roll",
|
||||
@@ -66,16 +63,17 @@
|
||||
"Search" : "Otsi",
|
||||
"Home" : "Avaleht",
|
||||
"Bookmarks" : "Järjehoidjad",
|
||||
"User preferences" : "Kasutaja eelistused",
|
||||
"Preferences" : "Eelistused",
|
||||
"Dashboard" : "Töölaud/Juhtpaneel",
|
||||
"Forum settings" : "Foorumi seadistused",
|
||||
"Users" : "Kasutajad",
|
||||
"Accounts" : "Kasutajakontod",
|
||||
"Roles & Teams" : "Rollid ja tiimid",
|
||||
"Categories" : "Kategooriad",
|
||||
"BBCodes" : "BBCode'i märgistus",
|
||||
"Moderation" : "Modereerimine",
|
||||
"Expand" : "Laienda",
|
||||
"Collapse" : "Ahenda",
|
||||
"Log in" : "Logi sisse",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}Palun arvesta:{bEnd} Manusena lisatud failid on nähtavad kõikidele foorumi osalistele sõltumata failide jagamise seadistustest.",
|
||||
"Drop file here to upload" : "Üleslaadimiseks lohista fail siia",
|
||||
"Hello world!" : "Tere maailm!",
|
||||
@@ -133,6 +131,9 @@
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}Vastamine:{bEnd} Võib selles kategoorias vastata olemasolevates jutulõngades.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}Modereerimine:{bEnd} Võib selles kategoorias muuta ja kustutada postitusi, neid esile tõsta või lukustada ning jutulõnge teise kohta tõsta.",
|
||||
"Pick a color" : "Vali värv",
|
||||
"Change color" : "Muuda värvi",
|
||||
"Account" : "Kasutajakonto",
|
||||
"Cancel" : "Katkesta",
|
||||
"Create category header" : "Lisa kategooria päis",
|
||||
"Edit category header" : "Muuda kategooria päist",
|
||||
"Header name" : "Kategooria päise nimi",
|
||||
@@ -141,7 +142,6 @@
|
||||
"Enter header description (optional)" : "Sisesta päise kirjeldus (pole kohustuslik)",
|
||||
"Sort order" : "Järjestus",
|
||||
"Lower numbers appear first" : "Väiksemad numbrid on eespool",
|
||||
"Cancel" : "Katkesta",
|
||||
"Create" : "Lisa",
|
||||
"Update" : "Uuenda",
|
||||
"Deleted" : "Kustutatud",
|
||||
@@ -245,10 +245,7 @@
|
||||
"Threads ({count})" : "Jutulõngad ({count})",
|
||||
"Replies ({count})" : "Vastused ({count})",
|
||||
"No threads" : "Jutulõngu pole",
|
||||
"This user has not created any threads yet" : "See kasutaja pole veel ühtegi jutulõnga alustanud",
|
||||
"No replies" : "Vastuseid pole",
|
||||
"This user has not written any replies yet" : "See kasutaja pole veel ühtegi vastust koostanud",
|
||||
"Failed to load user profile" : "Kasutajaprofiili laadimine ei õnnestunud",
|
||||
"Enter search query …" : "Sisesta otsingusõna…",
|
||||
"Search in threads" : "Otsi jutulõngade seast",
|
||||
"Search in replies" : "Otsi vastuste seast",
|
||||
@@ -318,7 +315,6 @@
|
||||
"Failed to update bookmark" : "Järjehoidja muutmine ei õnnestunud",
|
||||
"Failed to update thread title" : "Jutulõnga pealkirja ei õnnestunud uuendada",
|
||||
"Failed to move thread" : "Jutulõnga ümbertõstmine ei õnnestunud",
|
||||
"Preferences" : "Eelistused",
|
||||
"Customize your forum experience" : "Kohenda oma kasutajakogemust selles foorumis",
|
||||
"Loading preferences …" : "Laadin eelistusi…",
|
||||
"Error loading preferences" : "Viga eelistuste laadimisel",
|
||||
@@ -374,14 +370,11 @@
|
||||
"Edit category" : "Muuda kategooriat",
|
||||
"Configure category details" : "Seadista kategooria üksikasju",
|
||||
"Basic information" : "Põhiteave",
|
||||
"Category header" : "Kategooria päis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Enter category name" : "Sisesta kategooria nimi",
|
||||
"Slug" : "Aadressi lõputunnus",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Inimloetav tunnus aadressi lõpus (nt. „{slug}“)",
|
||||
"Slug cannot be changed after category creation" : "Peale kategooria lisamist ei saa aadressi lõputunnust enam muuta",
|
||||
"Enter category description (optional)" : "Sisesta kategooria kirjeldus (pole kohustuslik)",
|
||||
"New" : "Uus",
|
||||
"Permissions" : "Õigused",
|
||||
"Preview" : "Eelvaade",
|
||||
"Manage forum categories and organization" : "Foorumi kategooriate ja süsteemi haldus",
|
||||
@@ -407,6 +400,7 @@
|
||||
"Delete all categories" : "Kustuta kõik kategooriad",
|
||||
"All categories and their threads will be permanently deleted" : "Kui kategooriad ja nende jutulõngad kustuvaad jäädavalt",
|
||||
"Select target header" : "Vali sihtpäis",
|
||||
"-- Select a header --" : "-- Vali päis --",
|
||||
"Move up" : "Liiguta ülespoole",
|
||||
"Move down" : "Liiguta allapoole",
|
||||
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
|
||||
@@ -414,7 +408,6 @@
|
||||
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
|
||||
"Total statistics" : "Täismahuline statistika",
|
||||
"Recent activity (last 7 days)" : "Hiljutised tegevused (viimase 7 päeva jooksul)",
|
||||
"New users" : "Uued kasutajad",
|
||||
"New threads" : "Uued jutulõngad",
|
||||
"New replies" : "Uued vastused",
|
||||
"Top contributors" : "Toimekamad kaasautorid",
|
||||
@@ -426,7 +419,6 @@
|
||||
"Loading settings …" : "Laadin seadistusi…",
|
||||
"Error loading settings" : "Viga seadistuste laadimisel",
|
||||
"Appearance" : "Välimus",
|
||||
"Customize how your forum looks to users" : "Kohenda selle foorumi välimust kasutajate jaoks",
|
||||
"Forum title" : "Foorumi pealkiri",
|
||||
"Displayed at the top of the forum home page" : "Kuvatakse foorumi avalehe ülaosas",
|
||||
"Forum subtitle" : "Foorumi alapealkiri",
|
||||
@@ -491,19 +483,13 @@
|
||||
"Error loading team" : "Viga tiimi laadimisel",
|
||||
"Editing category permissions for this team. Team membership is managed via Nextcloud Teams." : "Sa muudad tiimi õigusi kategooria kontekstis. Tiimi liikmelisust saad muuta Nextcloudi tiimide rakenduses.",
|
||||
"Set which categories this team can access" : "Vali kategooriad, mida see tiim näeb",
|
||||
"User management" : "Kasutajate haldus",
|
||||
"Manage forum users, roles and permissions" : "Halda kasutajaid, rolle ja õigusi",
|
||||
"Loading users …" : "Laadin kasutajaid…",
|
||||
"Error loading users" : "Viga kasutajate laadimisel",
|
||||
"No users found" : "Kasutajaid ei leidu",
|
||||
"There are no forum users yet" : "Foormis pole veel kasutajaid",
|
||||
"Loading accounts …" : "Kontode laadimine ...",
|
||||
"Roles" : "Rollid",
|
||||
"Joined" : "Liitus",
|
||||
"Status" : "Olek",
|
||||
"Active" : "Aktiivne",
|
||||
"No roles" : "Rolle pole",
|
||||
"Select roles" : "Vali rollid",
|
||||
"Edit roles" : "Muuda rolle",
|
||||
"Edit user roles" : "Muuda kasutajarolle"
|
||||
"Edit roles" : "Muuda rolle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
16
l10n/eu.js
16
l10n/eu.js
@@ -9,18 +9,19 @@ OC.L10N.register(
|
||||
"Underlined text" : "Azpimarratutako testua",
|
||||
"Forum" : "Foroa",
|
||||
"Deleted user" : "Ezabatutako erabiltzaileak",
|
||||
"User ID" : "Erabiltzailearen ID",
|
||||
"Role" : "Zeregina",
|
||||
"Loading …" : "Kargatzen ...",
|
||||
"Search" : "Bilatu",
|
||||
"Home" : "Etxea",
|
||||
"Bookmarks" : "Laster-markak",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Dashboard" : "Panela",
|
||||
"Users" : "Erabiltzaileak",
|
||||
"Accounts" : "Kontuak",
|
||||
"Categories" : "Kategoriak",
|
||||
"Moderation" : "Moderazioa",
|
||||
"Expand" : "Zabaldu",
|
||||
"Collapse" : "Tolestu",
|
||||
"Log in" : "Izena eman",
|
||||
"Hello world!" : "Kaixo mundua!",
|
||||
"Code" : "Kodea",
|
||||
"Quote" : "Aurrekontua",
|
||||
@@ -32,8 +33,11 @@ OC.L10N.register(
|
||||
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
"Change color" : "Aldatu kolorea",
|
||||
"Account" : "Kontua",
|
||||
"No accounts found" : "Ez da konturik aurkitu",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
"Create" : "Sortu",
|
||||
"Update" : "Eguneratu",
|
||||
"Deleted" : "Ezabatuta",
|
||||
@@ -79,7 +83,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Laster-marka",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Move thread" : "Mugitu haria",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Notifications" : "Jakinarazpenak",
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
@@ -90,7 +93,6 @@ OC.L10N.register(
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
@@ -111,9 +113,7 @@ OC.L10N.register(
|
||||
"No description" : "Deskribapenik ez",
|
||||
"No teams found" : "Ez da lantalderik aurkitu",
|
||||
"Members" : "Partaideak",
|
||||
"User management" : "Erabiltzaileen kudeaketa",
|
||||
"Loading users …" : "Erabiltzaileak kargatzen ...",
|
||||
"No users found" : "Ez da erabiltzailerik aurkitu",
|
||||
"Loading accounts …" : "Kontuak kargatzen ...",
|
||||
"Joined" : "Batu da",
|
||||
"Status" : "Egoera",
|
||||
"Active" : "Aktibo"
|
||||
|
||||
16
l10n/eu.json
16
l10n/eu.json
@@ -7,18 +7,19 @@
|
||||
"Underlined text" : "Azpimarratutako testua",
|
||||
"Forum" : "Foroa",
|
||||
"Deleted user" : "Ezabatutako erabiltzaileak",
|
||||
"User ID" : "Erabiltzailearen ID",
|
||||
"Role" : "Zeregina",
|
||||
"Loading …" : "Kargatzen ...",
|
||||
"Search" : "Bilatu",
|
||||
"Home" : "Etxea",
|
||||
"Bookmarks" : "Laster-markak",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Dashboard" : "Panela",
|
||||
"Users" : "Erabiltzaileak",
|
||||
"Accounts" : "Kontuak",
|
||||
"Categories" : "Kategoriak",
|
||||
"Moderation" : "Moderazioa",
|
||||
"Expand" : "Zabaldu",
|
||||
"Collapse" : "Tolestu",
|
||||
"Log in" : "Izena eman",
|
||||
"Hello world!" : "Kaixo mundua!",
|
||||
"Code" : "Kodea",
|
||||
"Quote" : "Aurrekontua",
|
||||
@@ -30,8 +31,11 @@
|
||||
"Failed to upload file" : "Fitxategia kargatzeak huts egin du",
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Baimendu",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
"Change color" : "Aldatu kolorea",
|
||||
"Account" : "Kontua",
|
||||
"No accounts found" : "Ez da konturik aurkitu",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Ordenatzeko irizpidea",
|
||||
"Create" : "Sortu",
|
||||
"Update" : "Eguneratu",
|
||||
"Deleted" : "Ezabatuta",
|
||||
@@ -77,7 +81,6 @@
|
||||
"Bookmark" : "Laster-marka",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Move thread" : "Mugitu haria",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Notifications" : "Jakinarazpenak",
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
@@ -88,7 +91,6 @@
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
@@ -109,9 +111,7 @@
|
||||
"No description" : "Deskribapenik ez",
|
||||
"No teams found" : "Ez da lantalderik aurkitu",
|
||||
"Members" : "Partaideak",
|
||||
"User management" : "Erabiltzaileen kudeaketa",
|
||||
"Loading users …" : "Erabiltzaileak kargatzen ...",
|
||||
"No users found" : "Ez da erabiltzailerik aurkitu",
|
||||
"Loading accounts …" : "Kontuak kargatzen ...",
|
||||
"Joined" : "Batu da",
|
||||
"Status" : "Egoera",
|
||||
"Active" : "Aktibo"
|
||||
|
||||
13
l10n/fa.js
13
l10n/fa.js
@@ -10,17 +10,18 @@ OC.L10N.register(
|
||||
"Underlined text" : "Underlined text",
|
||||
"Forum" : "انجمن",
|
||||
"Deleted user" : "Deleted user",
|
||||
"User ID" : "شناسه کاربر",
|
||||
"Loading …" : "در حال بارگذاری...",
|
||||
"Search" : "جستجو",
|
||||
"Home" : "خانه",
|
||||
"Bookmarks" : "نشانکها",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Dashboard" : "پیشخوان",
|
||||
"Users" : "کاربران",
|
||||
"Accounts" : "حسابها",
|
||||
"Categories" : "دستهها",
|
||||
"Moderation" : "Moderation",
|
||||
"Expand" : "بسط دادن",
|
||||
"Collapse" : "فروکش کردن",
|
||||
"Log in" : "ورود",
|
||||
"Hello world!" : "سلام دنیا!",
|
||||
"Code" : "کد",
|
||||
"Quote" : "Quote",
|
||||
@@ -31,8 +32,10 @@ OC.L10N.register(
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Change color" : "تغییر رنگ",
|
||||
"Account" : "حساب",
|
||||
"Cancel" : "انصراف",
|
||||
"Sort order" : "Sort order",
|
||||
"Create" : "ایجاد",
|
||||
"Update" : "بهروزرسانی",
|
||||
"Deleted" : "حذف شده",
|
||||
@@ -72,7 +75,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "نشانک",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Move thread" : "Move thread",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
@@ -81,7 +83,6 @@ OC.L10N.register(
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
@@ -101,8 +102,6 @@ OC.L10N.register(
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
"Status" : "Status",
|
||||
"Active" : "فعال کردن"
|
||||
|
||||
13
l10n/fa.json
13
l10n/fa.json
@@ -8,17 +8,18 @@
|
||||
"Underlined text" : "Underlined text",
|
||||
"Forum" : "انجمن",
|
||||
"Deleted user" : "Deleted user",
|
||||
"User ID" : "شناسه کاربر",
|
||||
"Loading …" : "در حال بارگذاری...",
|
||||
"Search" : "جستجو",
|
||||
"Home" : "خانه",
|
||||
"Bookmarks" : "نشانکها",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Dashboard" : "پیشخوان",
|
||||
"Users" : "کاربران",
|
||||
"Accounts" : "حسابها",
|
||||
"Categories" : "دستهها",
|
||||
"Moderation" : "Moderation",
|
||||
"Expand" : "بسط دادن",
|
||||
"Collapse" : "فروکش کردن",
|
||||
"Log in" : "ورود",
|
||||
"Hello world!" : "سلام دنیا!",
|
||||
"Code" : "کد",
|
||||
"Quote" : "Quote",
|
||||
@@ -29,8 +30,10 @@
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Change color" : "تغییر رنگ",
|
||||
"Account" : "حساب",
|
||||
"Cancel" : "انصراف",
|
||||
"Sort order" : "Sort order",
|
||||
"Create" : "ایجاد",
|
||||
"Update" : "بهروزرسانی",
|
||||
"Deleted" : "حذف شده",
|
||||
@@ -70,7 +73,6 @@
|
||||
"Bookmark" : "نشانک",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Move thread" : "Move thread",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
@@ -79,7 +81,6 @@
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
@@ -99,8 +100,6 @@
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
"Status" : "Status",
|
||||
"Active" : "فعال کردن"
|
||||
|
||||
14
l10n/fi.js
14
l10n/fi.js
@@ -10,18 +10,19 @@ OC.L10N.register(
|
||||
"Underlined text" : "Alleviivattu teksti",
|
||||
"Forum" : "Keskustelupalsta",
|
||||
"Deleted user" : "Poistettu käyttäjä",
|
||||
"User ID" : "Käyttäjätunniste",
|
||||
"Role" : "Rooli",
|
||||
"Loading …" : "Ladataan…",
|
||||
"Search" : "Etsi",
|
||||
"Home" : "Koti",
|
||||
"Bookmarks" : "Kirjanmerkit",
|
||||
"Preferences" : "Asetukset",
|
||||
"Dashboard" : "Kojelauta",
|
||||
"Users" : "Käyttäjät",
|
||||
"Accounts" : "Tilit",
|
||||
"Categories" : "Luokat",
|
||||
"Moderation" : "Moderaatio",
|
||||
"Expand" : "Laajenna",
|
||||
"Collapse" : "Kutista näkymää",
|
||||
"Log in" : "Kirjaudu sisään",
|
||||
"Hello world!" : "Hei maailma!",
|
||||
"Code" : "Koodi",
|
||||
"Quote" : "Lainaus",
|
||||
@@ -35,6 +36,9 @@ OC.L10N.register(
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"Pick a color" : "Valitse väri",
|
||||
"Change color" : "Vaihda väriä",
|
||||
"Account" : "Tili",
|
||||
"No accounts found" : "Tilejä ei löytynyt",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -82,7 +86,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Kirjanmerkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Move thread" : "Siirrä ketju",
|
||||
"Preferences" : "Asetukset",
|
||||
"Notifications" : "Ilmoitukset",
|
||||
"Files" : "Tiedostot",
|
||||
"Signature" : "Allekirjoitus",
|
||||
@@ -93,7 +96,6 @@ OC.L10N.register(
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
@@ -114,9 +116,7 @@ OC.L10N.register(
|
||||
"No description" : "Ei kuvausta",
|
||||
"No teams found" : "Tiimejä ei löytynyt",
|
||||
"Members" : "Jäsenet",
|
||||
"User management" : "Käyttäjähallinta",
|
||||
"Loading users …" : "Ladataan käyttäjiä…",
|
||||
"No users found" : "Käyttäjiä ei löytynyt",
|
||||
"Loading accounts …" : "Ladataan tilejä…",
|
||||
"Joined" : "Liittynyt",
|
||||
"Status" : "Tila",
|
||||
"Active" : "Aktiivinen"
|
||||
|
||||
14
l10n/fi.json
14
l10n/fi.json
@@ -8,18 +8,19 @@
|
||||
"Underlined text" : "Alleviivattu teksti",
|
||||
"Forum" : "Keskustelupalsta",
|
||||
"Deleted user" : "Poistettu käyttäjä",
|
||||
"User ID" : "Käyttäjätunniste",
|
||||
"Role" : "Rooli",
|
||||
"Loading …" : "Ladataan…",
|
||||
"Search" : "Etsi",
|
||||
"Home" : "Koti",
|
||||
"Bookmarks" : "Kirjanmerkit",
|
||||
"Preferences" : "Asetukset",
|
||||
"Dashboard" : "Kojelauta",
|
||||
"Users" : "Käyttäjät",
|
||||
"Accounts" : "Tilit",
|
||||
"Categories" : "Luokat",
|
||||
"Moderation" : "Moderaatio",
|
||||
"Expand" : "Laajenna",
|
||||
"Collapse" : "Kutista näkymää",
|
||||
"Log in" : "Kirjaudu sisään",
|
||||
"Hello world!" : "Hei maailma!",
|
||||
"Code" : "Koodi",
|
||||
"Quote" : "Lainaus",
|
||||
@@ -33,6 +34,9 @@
|
||||
"Category" : "Kategoria",
|
||||
"Allow" : "Salli",
|
||||
"Pick a color" : "Valitse väri",
|
||||
"Change color" : "Vaihda väriä",
|
||||
"Account" : "Tili",
|
||||
"No accounts found" : "Tilejä ei löytynyt",
|
||||
"Cancel" : "Peruuta",
|
||||
"Create" : "Luo",
|
||||
"Update" : "Päivitä",
|
||||
@@ -80,7 +84,6 @@
|
||||
"Bookmark" : "Kirjanmerkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Move thread" : "Siirrä ketju",
|
||||
"Preferences" : "Asetukset",
|
||||
"Notifications" : "Ilmoitukset",
|
||||
"Files" : "Tiedostot",
|
||||
"Signature" : "Allekirjoitus",
|
||||
@@ -91,7 +94,6 @@
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
@@ -112,9 +114,7 @@
|
||||
"No description" : "Ei kuvausta",
|
||||
"No teams found" : "Tiimejä ei löytynyt",
|
||||
"Members" : "Jäsenet",
|
||||
"User management" : "Käyttäjähallinta",
|
||||
"Loading users …" : "Ladataan käyttäjiä…",
|
||||
"No users found" : "Käyttäjiä ei löytynyt",
|
||||
"Loading accounts …" : "Ladataan tilejä…",
|
||||
"Joined" : "Liittynyt",
|
||||
"Status" : "Tila",
|
||||
"Active" : "Aktiivinen"
|
||||
|
||||
33
l10n/fr.js
33
l10n/fr.js
@@ -1,11 +1,28 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "Activité récente du forum",
|
||||
"More activity" : "Plus d'activité",
|
||||
"%1$s (Guest)" : "%1$s (invité)",
|
||||
"New thread by %1$s" : "Nouveau fil par %1$s",
|
||||
"Reply by %1$s" : "Réponse par %1$s",
|
||||
"No recent forum activity" : "Pas d'activité récente du forum",
|
||||
"Top Forum activity" : "Meilleur activité du forum",
|
||||
"Browse forum" : "Naviguer dans le forum",
|
||||
"_%n thread_::_%n threads_" : ["%n fil","%n fils","%n fils"],
|
||||
"_%n view_::_%n views_" : ["%n vue","%n vues","%n vues"],
|
||||
"No forum activity" : "Pas d'activité du forum",
|
||||
"Top Forum categories" : "Meilleures catégories du forum",
|
||||
"No categories available" : "Pas de catégorie disponible",
|
||||
"Admin" : "Administrateur",
|
||||
"User" : "Utilisateur",
|
||||
"Guest" : "Invité",
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Hidden content" : "Contenu masqué",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Fichier joint",
|
||||
"Welcome to the Nextcloud Forums!" : "Bienvenue dans le forum de Nextcloud!",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"BBCode examples:" : "Exemples de BBCode :",
|
||||
"Bold text" : "Texte en gras",
|
||||
@@ -15,18 +32,19 @@ OC.L10N.register(
|
||||
"Forum" : "Forum",
|
||||
"Welcome to the forum!" : "Bienvenue dans le forum !",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"User ID" : "Identifiant utilisateur",
|
||||
"Role" : "Rôle",
|
||||
"Loading …" : "Chargement…",
|
||||
"Search" : "Rechercher",
|
||||
"Home" : "Accueil",
|
||||
"Bookmarks" : "Favoris",
|
||||
"Preferences" : "Préférences",
|
||||
"Dashboard" : "Tableau de bord",
|
||||
"Users" : "Utilisateurs",
|
||||
"Accounts" : "Comptes",
|
||||
"Categories" : "Catégories",
|
||||
"Moderation" : "Modération",
|
||||
"Expand" : "Étendre",
|
||||
"Collapse" : "Replier",
|
||||
"Log in" : "Se connecter",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Code",
|
||||
"Quote" : "Devis",
|
||||
@@ -40,8 +58,11 @@ OC.L10N.register(
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"Pick a color" : "Choisir une couleur",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Change color" : "Changer la couleur",
|
||||
"Account" : "Compte",
|
||||
"No accounts found" : "Aucun compte trouvé",
|
||||
"Cancel" : "Annuler",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Create" : "Créer",
|
||||
"Update" : "Mettre à jour",
|
||||
"Deleted" : "Effacé",
|
||||
@@ -90,7 +111,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Favori",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Move thread" : "Déplacer ce fil de discussion",
|
||||
"Preferences" : "Préférences",
|
||||
"Notifications" : "Notifications",
|
||||
"Files" : "Fichiers",
|
||||
"Browse" : "Parcourir",
|
||||
@@ -103,7 +123,6 @@ OC.L10N.register(
|
||||
"Description" : "Description",
|
||||
"Enabled" : "Activé",
|
||||
"Enter category name" : "Saisissez le nom de la catégorie",
|
||||
"New" : "Nouveau",
|
||||
"Permissions" : "Autorisations",
|
||||
"Preview" : "Prévisualiser",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
@@ -125,9 +144,7 @@ OC.L10N.register(
|
||||
"No description" : "Pas de description",
|
||||
"No teams found" : "Aucune équipe trouvée",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestion des utilisateurs",
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
"Loading accounts …" : "Chargement des comptes …",
|
||||
"Joined" : "A rejoint",
|
||||
"Status" : "Statut",
|
||||
"Active" : "Actif"
|
||||
|
||||
33
l10n/fr.json
33
l10n/fr.json
@@ -1,9 +1,26 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "Activité récente du forum",
|
||||
"More activity" : "Plus d'activité",
|
||||
"%1$s (Guest)" : "%1$s (invité)",
|
||||
"New thread by %1$s" : "Nouveau fil par %1$s",
|
||||
"Reply by %1$s" : "Réponse par %1$s",
|
||||
"No recent forum activity" : "Pas d'activité récente du forum",
|
||||
"Top Forum activity" : "Meilleur activité du forum",
|
||||
"Browse forum" : "Naviguer dans le forum",
|
||||
"_%n thread_::_%n threads_" : ["%n fil","%n fils","%n fils"],
|
||||
"_%n view_::_%n views_" : ["%n vue","%n vues","%n vues"],
|
||||
"No forum activity" : "Pas d'activité du forum",
|
||||
"Top Forum categories" : "Meilleures catégories du forum",
|
||||
"No categories available" : "Pas de catégorie disponible",
|
||||
"Admin" : "Administrateur",
|
||||
"User" : "Utilisateur",
|
||||
"Guest" : "Invité",
|
||||
"General" : "Général",
|
||||
"Support" : "Support",
|
||||
"Hidden content" : "Contenu masqué",
|
||||
"Spoilers" : "Spoilers",
|
||||
"Attachment" : "Fichier joint",
|
||||
"Welcome to the Nextcloud Forums!" : "Bienvenue dans le forum de Nextcloud!",
|
||||
"Use BBCode for rich text formatting" : "Utilisez les BBCodes pour un formatage enrichi du texte",
|
||||
"BBCode examples:" : "Exemples de BBCode :",
|
||||
"Bold text" : "Texte en gras",
|
||||
@@ -13,18 +30,19 @@
|
||||
"Forum" : "Forum",
|
||||
"Welcome to the forum!" : "Bienvenue dans le forum !",
|
||||
"Deleted user" : "Utilisateur supprimé",
|
||||
"User ID" : "Identifiant utilisateur",
|
||||
"Role" : "Rôle",
|
||||
"Loading …" : "Chargement…",
|
||||
"Search" : "Rechercher",
|
||||
"Home" : "Accueil",
|
||||
"Bookmarks" : "Favoris",
|
||||
"Preferences" : "Préférences",
|
||||
"Dashboard" : "Tableau de bord",
|
||||
"Users" : "Utilisateurs",
|
||||
"Accounts" : "Comptes",
|
||||
"Categories" : "Catégories",
|
||||
"Moderation" : "Modération",
|
||||
"Expand" : "Étendre",
|
||||
"Collapse" : "Replier",
|
||||
"Log in" : "Se connecter",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Code",
|
||||
"Quote" : "Devis",
|
||||
@@ -38,8 +56,11 @@
|
||||
"Category" : "Catégorie",
|
||||
"Allow" : "Autoriser",
|
||||
"Pick a color" : "Choisir une couleur",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Change color" : "Changer la couleur",
|
||||
"Account" : "Compte",
|
||||
"No accounts found" : "Aucun compte trouvé",
|
||||
"Cancel" : "Annuler",
|
||||
"Sort order" : "Ordre de tri",
|
||||
"Create" : "Créer",
|
||||
"Update" : "Mettre à jour",
|
||||
"Deleted" : "Effacé",
|
||||
@@ -88,7 +109,6 @@
|
||||
"Bookmark" : "Favori",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Move thread" : "Déplacer ce fil de discussion",
|
||||
"Preferences" : "Préférences",
|
||||
"Notifications" : "Notifications",
|
||||
"Files" : "Fichiers",
|
||||
"Browse" : "Parcourir",
|
||||
@@ -101,7 +121,6 @@
|
||||
"Description" : "Description",
|
||||
"Enabled" : "Activé",
|
||||
"Enter category name" : "Saisissez le nom de la catégorie",
|
||||
"New" : "Nouveau",
|
||||
"Permissions" : "Autorisations",
|
||||
"Preview" : "Prévisualiser",
|
||||
"Move up" : "Déplacer vers le haut",
|
||||
@@ -123,9 +142,7 @@
|
||||
"No description" : "Pas de description",
|
||||
"No teams found" : "Aucune équipe trouvée",
|
||||
"Members" : "Membres",
|
||||
"User management" : "Gestion des utilisateurs",
|
||||
"Loading users …" : "Chargement des utilisateurs...",
|
||||
"No users found" : "Aucun utilisateur trouvé",
|
||||
"Loading accounts …" : "Chargement des comptes …",
|
||||
"Joined" : "A rejoint",
|
||||
"Status" : "Statut",
|
||||
"Active" : "Actif"
|
||||
|
||||
114
l10n/ga.js
114
l10n/ga.js
File diff suppressed because one or more lines are too long
114
l10n/ga.json
114
l10n/ga.json
File diff suppressed because one or more lines are too long
36
l10n/gd.js
Normal file
36
l10n/gd.js
Normal file
@@ -0,0 +1,36 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"User" : "Cleachdaiche",
|
||||
"General" : "Coitcheann",
|
||||
"Search" : "Lorg",
|
||||
"Home" : "Dachaigh",
|
||||
"Preferences" : "Roghainnean",
|
||||
"Accounts" : "Cunntasan",
|
||||
"Log in" : "Clàraich a-steach",
|
||||
"Font size" : "Meud a’ chrutha-chlò",
|
||||
"Upload failed" : "Dh'fhàillig leis an luchdadh suas",
|
||||
"Close" : "Dùin",
|
||||
"Category" : "Roinn-seòrsa",
|
||||
"Allow" : "Ceadaich",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Cruthaich",
|
||||
"Deleted" : "Chaidh a sguabadh às",
|
||||
"Move" : "Gluais",
|
||||
"Back" : "Air ais",
|
||||
"Edit" : "Deasaich",
|
||||
"Delete" : "Sguab às",
|
||||
"Save" : "Sàbhail",
|
||||
"Uncategorized" : "Gun seòrsachadh",
|
||||
"Name" : "Ainm",
|
||||
"Refresh" : "Ath-nuadhaich",
|
||||
"Error" : "Mearachd",
|
||||
"Notifications" : "Brathan",
|
||||
"Files" : "Faidhlichean",
|
||||
"Privacy" : "Prìobhaideachd",
|
||||
"Disable" : "Cuir à comas",
|
||||
"Preview" : "Ro-sheall",
|
||||
"Newest first" : "As ùire an toiseach",
|
||||
"Oldest first" : "As sine an toiseach"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");
|
||||
34
l10n/gd.json
Normal file
34
l10n/gd.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{ "translations": {
|
||||
"User" : "Cleachdaiche",
|
||||
"General" : "Coitcheann",
|
||||
"Search" : "Lorg",
|
||||
"Home" : "Dachaigh",
|
||||
"Preferences" : "Roghainnean",
|
||||
"Accounts" : "Cunntasan",
|
||||
"Log in" : "Clàraich a-steach",
|
||||
"Font size" : "Meud a’ chrutha-chlò",
|
||||
"Upload failed" : "Dh'fhàillig leis an luchdadh suas",
|
||||
"Close" : "Dùin",
|
||||
"Category" : "Roinn-seòrsa",
|
||||
"Allow" : "Ceadaich",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Cruthaich",
|
||||
"Deleted" : "Chaidh a sguabadh às",
|
||||
"Move" : "Gluais",
|
||||
"Back" : "Air ais",
|
||||
"Edit" : "Deasaich",
|
||||
"Delete" : "Sguab às",
|
||||
"Save" : "Sàbhail",
|
||||
"Uncategorized" : "Gun seòrsachadh",
|
||||
"Name" : "Ainm",
|
||||
"Refresh" : "Ath-nuadhaich",
|
||||
"Error" : "Mearachd",
|
||||
"Notifications" : "Brathan",
|
||||
"Files" : "Faidhlichean",
|
||||
"Privacy" : "Prìobhaideachd",
|
||||
"Disable" : "Cuir à comas",
|
||||
"Preview" : "Ro-sheall",
|
||||
"Newest first" : "As ùire an toiseach",
|
||||
"Oldest first" : "As sine an toiseach"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
|
||||
}
|
||||
33
l10n/gl.js
33
l10n/gl.js
@@ -57,9 +57,6 @@ 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",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"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",
|
||||
@@ -68,15 +65,16 @@ OC.L10N.register(
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias do usuario",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Contas",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Moderation" : "Moderación",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Contraer",
|
||||
"Log in" : "Acceder",
|
||||
"{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.",
|
||||
"Drop file here to upload" : "Solte o ficheiro aquí para envialo",
|
||||
"Hello world!" : "Ola mundo!",
|
||||
@@ -127,6 +125,10 @@ OC.L10N.register(
|
||||
"Can moderate" : "Pode moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Pick a color" : "Escolla unha cor",
|
||||
"Change color" : "Cambiar a cor",
|
||||
"Account" : "Conta",
|
||||
"No accounts found" : "Non se atoparon contas",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
"Header name" : "Nome da cabeceira",
|
||||
@@ -135,7 +137,6 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "Introduza a descrición da cabeceira (opcional)",
|
||||
"Sort order" : "Criterio de ordenación",
|
||||
"Lower numbers appear first" : "Os números máis baixos aparecen primeiro",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminada",
|
||||
@@ -238,10 +239,7 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "Fíos ({count})",
|
||||
"Replies ({count})" : "Respostas ({count})",
|
||||
"No threads" : "Non hai ningún fío",
|
||||
"This user has not created any threads yet" : "Este usuario aínda non creou ningún fío",
|
||||
"No replies" : "Non hai ningunha resposta",
|
||||
"This user has not written any replies yet" : "Este usuario aínda non escribiu ningunha resposta",
|
||||
"Failed to load user profile" : "Produciuse un fallo ao cargar o perfil do usuario",
|
||||
"Enter search query …" : "Introduza a consulta de busca…",
|
||||
"Search in threads" : "Buscar nos fíos",
|
||||
"Search in replies" : "Buscar nas respostas",
|
||||
@@ -310,7 +308,6 @@ OC.L10N.register(
|
||||
"Failed to update bookmark" : "Produciuse un fallo ao actualizar o marcador",
|
||||
"Failed to update thread title" : "Produciuse un fallo ao actualizar o título do fío",
|
||||
"Failed to move thread" : "Produciuse un fallo ao mover o fío",
|
||||
"Preferences" : "Preferencias",
|
||||
"Customize your forum experience" : "Personalice as súa experiencia no foro",
|
||||
"Loading preferences …" : "Cargando as preferencias…",
|
||||
"Error loading preferences" : "Produciuse un erro ao cargar as preferencias",
|
||||
@@ -366,14 +363,11 @@ OC.L10N.register(
|
||||
"Edit category" : "Editar categoría",
|
||||
"Configure category details" : "Configurar detalles da categoría",
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Cabeceira de categoría",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Enter category name" : "Introduza o nome da categoría",
|
||||
"Slug" : "URL semántico",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
|
||||
"Slug cannot be changed after category creation" : "O URL semántico non pode ser cambiado após a creación da categoría",
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
|
||||
@@ -399,6 +393,7 @@ OC.L10N.register(
|
||||
"Delete all categories" : "Eliminar todas as categorías",
|
||||
"All categories and their threads will be permanently deleted" : "Todas as categorías e os seus fíos serán eliminados definitivamente",
|
||||
"Select target header" : "Seleccionar a cabeceira de destino",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Move up" : "Mover cara arriba",
|
||||
"Move down" : "Mover cara abaixo",
|
||||
"Overview of forum activity and statistics" : "Visita xeral da actividade e estatísticas do foro",
|
||||
@@ -406,7 +401,6 @@ OC.L10N.register(
|
||||
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
|
||||
"Total statistics" : "Estatísticas totais",
|
||||
"Recent activity (last 7 days)" : "Actividade recente (últimos 7 días)",
|
||||
"New users" : "Novos usuarios",
|
||||
"New threads" : "Novos fíos",
|
||||
"New replies" : "Novas respostas",
|
||||
"Top contributors" : "Principais colaboradores",
|
||||
@@ -418,7 +412,6 @@ OC.L10N.register(
|
||||
"Loading settings …" : "Cargando axustes…",
|
||||
"Error loading settings" : "Produciuse un erro ao cargar os axustes",
|
||||
"Appearance" : "Aparencia",
|
||||
"Customize how your forum looks to users" : "Personalice como ven os usuarios o teu foro",
|
||||
"Forum title" : "Título do foro",
|
||||
"Displayed at the top of the forum home page" : "Amosado na parte superior da páxina principal do foro",
|
||||
"Forum subtitle" : "Subtítulo do foro",
|
||||
@@ -473,19 +466,13 @@ OC.L10N.register(
|
||||
"System roles cannot be deleted" : "Non é posíbel eliminar os roles do sistema",
|
||||
"No teams found" : "Non se atopou ningún equipo",
|
||||
"Members" : "Membros",
|
||||
"User management" : "Xestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Xestionar usuarios, roles e permisos do foro",
|
||||
"Loading users …" : "Cargando usuarios…",
|
||||
"Error loading users" : "Produciuse un erro ao cargar usuarios",
|
||||
"No users found" : "Non se atopou ningún usuario",
|
||||
"There are no forum users yet" : "Aínda non hai usuarios no foro",
|
||||
"Loading accounts …" : "Cargando as contas…",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Uniuse",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activa",
|
||||
"No roles" : "Non hai ningún rol",
|
||||
"Select roles" : "Seleccionar roles",
|
||||
"Edit roles" : "Editar roles",
|
||||
"Edit user roles" : "Editar roles de usuario"
|
||||
"Edit roles" : "Editar roles"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
33
l10n/gl.json
33
l10n/gl.json
@@ -55,9 +55,6 @@
|
||||
"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",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"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",
|
||||
@@ -66,15 +63,16 @@
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"Bookmarks" : "Marcadores",
|
||||
"User preferences" : "Preferencias do usuario",
|
||||
"Preferences" : "Preferencias",
|
||||
"Dashboard" : "Taboleiro",
|
||||
"Forum settings" : "Axustes do Foro",
|
||||
"Users" : "Usuarios",
|
||||
"Accounts" : "Contas",
|
||||
"Categories" : "Categorías",
|
||||
"BBCodes" : "BBCode",
|
||||
"Moderation" : "Moderación",
|
||||
"Expand" : "Expandir",
|
||||
"Collapse" : "Contraer",
|
||||
"Log in" : "Acceder",
|
||||
"{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.",
|
||||
"Drop file here to upload" : "Solte o ficheiro aquí para envialo",
|
||||
"Hello world!" : "Ola mundo!",
|
||||
@@ -125,6 +123,10 @@
|
||||
"Can moderate" : "Pode moderar",
|
||||
"Allow" : "Permitir",
|
||||
"Pick a color" : "Escolla unha cor",
|
||||
"Change color" : "Cambiar a cor",
|
||||
"Account" : "Conta",
|
||||
"No accounts found" : "Non se atoparon contas",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create category header" : "Crear a cabeceira de categoría",
|
||||
"Edit category header" : "Editar a cabeceira de categoría",
|
||||
"Header name" : "Nome da cabeceira",
|
||||
@@ -133,7 +135,6 @@
|
||||
"Enter header description (optional)" : "Introduza a descrición da cabeceira (opcional)",
|
||||
"Sort order" : "Criterio de ordenación",
|
||||
"Lower numbers appear first" : "Os números máis baixos aparecen primeiro",
|
||||
"Cancel" : "Cancelar",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminada",
|
||||
@@ -236,10 +237,7 @@
|
||||
"Threads ({count})" : "Fíos ({count})",
|
||||
"Replies ({count})" : "Respostas ({count})",
|
||||
"No threads" : "Non hai ningún fío",
|
||||
"This user has not created any threads yet" : "Este usuario aínda non creou ningún fío",
|
||||
"No replies" : "Non hai ningunha resposta",
|
||||
"This user has not written any replies yet" : "Este usuario aínda non escribiu ningunha resposta",
|
||||
"Failed to load user profile" : "Produciuse un fallo ao cargar o perfil do usuario",
|
||||
"Enter search query …" : "Introduza a consulta de busca…",
|
||||
"Search in threads" : "Buscar nos fíos",
|
||||
"Search in replies" : "Buscar nas respostas",
|
||||
@@ -308,7 +306,6 @@
|
||||
"Failed to update bookmark" : "Produciuse un fallo ao actualizar o marcador",
|
||||
"Failed to update thread title" : "Produciuse un fallo ao actualizar o título do fío",
|
||||
"Failed to move thread" : "Produciuse un fallo ao mover o fío",
|
||||
"Preferences" : "Preferencias",
|
||||
"Customize your forum experience" : "Personalice as súa experiencia no foro",
|
||||
"Loading preferences …" : "Cargando as preferencias…",
|
||||
"Error loading preferences" : "Produciuse un erro ao cargar as preferencias",
|
||||
@@ -364,14 +361,11 @@
|
||||
"Edit category" : "Editar categoría",
|
||||
"Configure category details" : "Configurar detalles da categoría",
|
||||
"Basic information" : "Información básica",
|
||||
"Category header" : "Cabeceira de categoría",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Enter category name" : "Introduza o nome da categoría",
|
||||
"Slug" : "URL semántico",
|
||||
"URL-friendly identifier (e.g., \"{slug}\")" : "Identificador amigábel para URL (p. ex., «{slug}»)",
|
||||
"Slug cannot be changed after category creation" : "O URL semántico non pode ser cambiado após a creación da categoría",
|
||||
"Enter category description (optional)" : "Introduza a descrición da categoría (opcional)",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Manage forum categories and organization" : "Xestionar as categorías e a organización do foro",
|
||||
@@ -397,6 +391,7 @@
|
||||
"Delete all categories" : "Eliminar todas as categorías",
|
||||
"All categories and their threads will be permanently deleted" : "Todas as categorías e os seus fíos serán eliminados definitivamente",
|
||||
"Select target header" : "Seleccionar a cabeceira de destino",
|
||||
"-- Select a header --" : "-- Seleccionar unha cabeceira --",
|
||||
"Move up" : "Mover cara arriba",
|
||||
"Move down" : "Mover cara abaixo",
|
||||
"Overview of forum activity and statistics" : "Visita xeral da actividade e estatísticas do foro",
|
||||
@@ -404,7 +399,6 @@
|
||||
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
|
||||
"Total statistics" : "Estatísticas totais",
|
||||
"Recent activity (last 7 days)" : "Actividade recente (últimos 7 días)",
|
||||
"New users" : "Novos usuarios",
|
||||
"New threads" : "Novos fíos",
|
||||
"New replies" : "Novas respostas",
|
||||
"Top contributors" : "Principais colaboradores",
|
||||
@@ -416,7 +410,6 @@
|
||||
"Loading settings …" : "Cargando axustes…",
|
||||
"Error loading settings" : "Produciuse un erro ao cargar os axustes",
|
||||
"Appearance" : "Aparencia",
|
||||
"Customize how your forum looks to users" : "Personalice como ven os usuarios o teu foro",
|
||||
"Forum title" : "Título do foro",
|
||||
"Displayed at the top of the forum home page" : "Amosado na parte superior da páxina principal do foro",
|
||||
"Forum subtitle" : "Subtítulo do foro",
|
||||
@@ -471,19 +464,13 @@
|
||||
"System roles cannot be deleted" : "Non é posíbel eliminar os roles do sistema",
|
||||
"No teams found" : "Non se atopou ningún equipo",
|
||||
"Members" : "Membros",
|
||||
"User management" : "Xestión de usuarios",
|
||||
"Manage forum users, roles and permissions" : "Xestionar usuarios, roles e permisos do foro",
|
||||
"Loading users …" : "Cargando usuarios…",
|
||||
"Error loading users" : "Produciuse un erro ao cargar usuarios",
|
||||
"No users found" : "Non se atopou ningún usuario",
|
||||
"There are no forum users yet" : "Aínda non hai usuarios no foro",
|
||||
"Loading accounts …" : "Cargando as contas…",
|
||||
"Roles" : "Roles",
|
||||
"Joined" : "Uniuse",
|
||||
"Status" : "Estado",
|
||||
"Active" : "Activa",
|
||||
"No roles" : "Non hai ningún rol",
|
||||
"Select roles" : "Seleccionar roles",
|
||||
"Edit roles" : "Editar roles",
|
||||
"Edit user roles" : "Editar roles de usuario"
|
||||
"Edit roles" : "Editar roles"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
18
l10n/he.js
18
l10n/he.js
@@ -58,9 +58,6 @@ OC.L10N.register(
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"User Roles" : "תפקידי משתמשים",
|
||||
"User ID" : "מזהה משתמש",
|
||||
"Enter user ID" : "הכניסו מזהה משתמש",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
@@ -69,16 +66,17 @@ OC.L10N.register(
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
"Bookmarks" : "סימניות",
|
||||
"User preferences" : "העדפות משתמש",
|
||||
"Preferences" : "העדפות",
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Accounts" : "Accounts",
|
||||
"Roles & Teams" : "תפקידים וצוותים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
"Collapse" : "קיווץ",
|
||||
"(Guest)" : "(אורח\\ת)",
|
||||
"Log in" : "כניסה",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}נא לשים לב:{bEnd} קבצים מצורפים יהיו זמינים לכל מי שנמצא בפורום, ללא התחשבות בהגדרות השיתוף של הקובץ.",
|
||||
"Drop file here to upload" : "השליכו קובץ כאן כדי להעלות",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
@@ -138,6 +136,9 @@ OC.L10N.register(
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Change color" : "החלפת צבע",
|
||||
"Account" : "חשבון",
|
||||
"Cancel" : "ביטול",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -146,7 +147,6 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "הכניסו תיאור כותרת (רשות)",
|
||||
"Sort order" : "סידור",
|
||||
"Lower numbers appear first" : "מספרים נמוכים מופיעים קודם",
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
@@ -269,10 +269,7 @@ OC.L10N.register(
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"Replies ({count})" : "תגובות ({count})",
|
||||
"No threads" : "ללא נושאים",
|
||||
"This user has not created any threads yet" : "משתמש זה לא יצר נושאים עדיין",
|
||||
"No replies" : "ללא תגובות",
|
||||
"This user has not written any replies yet" : "משתמש זה לא כתב תגובות עדיין",
|
||||
"Failed to load user profile" : "כשלון בטעינת פרופיל משתמש",
|
||||
"Enter search query …" : "הכניסו שאילתת חיפוש …",
|
||||
"Search in threads" : "חפשו בנושאים",
|
||||
"Search in replies" : "חפשו בתגובות",
|
||||
@@ -318,7 +315,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "סימנייה",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Move thread" : "העברת שרשור",
|
||||
"Preferences" : "העדפות",
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
@@ -327,7 +323,6 @@ OC.L10N.register(
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
@@ -344,7 +339,6 @@ OC.L10N.register(
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל"
|
||||
},
|
||||
|
||||
18
l10n/he.json
18
l10n/he.json
@@ -56,9 +56,6 @@
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"User Roles" : "תפקידי משתמשים",
|
||||
"User ID" : "מזהה משתמש",
|
||||
"Enter user ID" : "הכניסו מזהה משתמש",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
@@ -67,16 +64,17 @@
|
||||
"Search" : "חיפוש",
|
||||
"Home" : "בית",
|
||||
"Bookmarks" : "סימניות",
|
||||
"User preferences" : "העדפות משתמש",
|
||||
"Preferences" : "העדפות",
|
||||
"Dashboard" : "לוח בקרה",
|
||||
"Forum settings" : "הגדרות פורום",
|
||||
"Users" : "משתמשים",
|
||||
"Accounts" : "Accounts",
|
||||
"Roles & Teams" : "תפקידים וצוותים",
|
||||
"Categories" : "קטגוריות",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Expand" : "הרחבה",
|
||||
"Collapse" : "קיווץ",
|
||||
"(Guest)" : "(אורח\\ת)",
|
||||
"Log in" : "כניסה",
|
||||
"{bStart}Please note:{bEnd} Attached files will be visible to anyone in the forum, regardless of the file's sharing settings." : "{bStart}נא לשים לב:{bEnd} קבצים מצורפים יהיו זמינים לכל מי שנמצא בפורום, ללא התחשבות בהגדרות השיתוף של הקובץ.",
|
||||
"Drop file here to upload" : "השליכו קובץ כאן כדי להעלות",
|
||||
"Hello world!" : "שלום עולם!",
|
||||
@@ -136,6 +134,9 @@
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Change color" : "החלפת צבע",
|
||||
"Account" : "חשבון",
|
||||
"Cancel" : "ביטול",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -144,7 +145,6 @@
|
||||
"Enter header description (optional)" : "הכניסו תיאור כותרת (רשות)",
|
||||
"Sort order" : "סידור",
|
||||
"Lower numbers appear first" : "מספרים נמוכים מופיעים קודם",
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
@@ -267,10 +267,7 @@
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"Replies ({count})" : "תגובות ({count})",
|
||||
"No threads" : "ללא נושאים",
|
||||
"This user has not created any threads yet" : "משתמש זה לא יצר נושאים עדיין",
|
||||
"No replies" : "ללא תגובות",
|
||||
"This user has not written any replies yet" : "משתמש זה לא כתב תגובות עדיין",
|
||||
"Failed to load user profile" : "כשלון בטעינת פרופיל משתמש",
|
||||
"Enter search query …" : "הכניסו שאילתת חיפוש …",
|
||||
"Search in threads" : "חפשו בנושאים",
|
||||
"Search in replies" : "חפשו בתגובות",
|
||||
@@ -316,7 +313,6 @@
|
||||
"Bookmark" : "סימנייה",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Move thread" : "העברת שרשור",
|
||||
"Preferences" : "העדפות",
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
@@ -325,7 +321,6 @@
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
@@ -342,7 +337,6 @@
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
|
||||
12
l10n/hr.js
12
l10n/hr.js
@@ -10,18 +10,19 @@ OC.L10N.register(
|
||||
"Underlined text" : "Podcrtani tekst",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Izbrisan korisnik",
|
||||
"User ID" : "ID korisnika",
|
||||
"Role" : "Uloga",
|
||||
"Loading …" : "Učitavanje…",
|
||||
"Search" : "Traži",
|
||||
"Home" : "Doma",
|
||||
"Bookmarks" : "Knjižne oznake",
|
||||
"Preferences" : "Preferencije",
|
||||
"Dashboard" : "Nadzorna ploča",
|
||||
"Users" : "Korisnici",
|
||||
"Accounts" : "Korisnički računi",
|
||||
"Categories" : "Kategorije",
|
||||
"Moderation" : "Moderiranje",
|
||||
"Expand" : "Proširi",
|
||||
"Collapse" : "Sakrij",
|
||||
"Log in" : "Prijavite se",
|
||||
"Hello world!" : "Pozdrav svijete!",
|
||||
"Code" : "Kod",
|
||||
"Quote" : "Ponuda",
|
||||
@@ -34,6 +35,8 @@ OC.L10N.register(
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Pick a color" : "Odaberite boju",
|
||||
"Change color" : "Promijeni boju",
|
||||
"Account" : "Račun",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -80,7 +83,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Dodaj knjižnu oznaku",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Move thread" : "Premjesti dretvu",
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
@@ -91,8 +93,8 @@ OC.L10N.register(
|
||||
"Tag" : "Oznaka",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Omogućeno",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Dopuštenja",
|
||||
"Preview" : "Pretpregled",
|
||||
"Move up" : "Premjesti gore",
|
||||
"Move down" : "Premjesti dolje",
|
||||
"Last 7 days" : "Zadnjih 7 dana",
|
||||
@@ -110,7 +112,7 @@ OC.L10N.register(
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"Members" : "Članovi",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Loading accounts …" : "Učitavanje računa …",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktivan"
|
||||
|
||||
12
l10n/hr.json
12
l10n/hr.json
@@ -8,18 +8,19 @@
|
||||
"Underlined text" : "Podcrtani tekst",
|
||||
"Forum" : "Forum",
|
||||
"Deleted user" : "Izbrisan korisnik",
|
||||
"User ID" : "ID korisnika",
|
||||
"Role" : "Uloga",
|
||||
"Loading …" : "Učitavanje…",
|
||||
"Search" : "Traži",
|
||||
"Home" : "Doma",
|
||||
"Bookmarks" : "Knjižne oznake",
|
||||
"Preferences" : "Preferencije",
|
||||
"Dashboard" : "Nadzorna ploča",
|
||||
"Users" : "Korisnici",
|
||||
"Accounts" : "Korisnički računi",
|
||||
"Categories" : "Kategorije",
|
||||
"Moderation" : "Moderiranje",
|
||||
"Expand" : "Proširi",
|
||||
"Collapse" : "Sakrij",
|
||||
"Log in" : "Prijavite se",
|
||||
"Hello world!" : "Pozdrav svijete!",
|
||||
"Code" : "Kod",
|
||||
"Quote" : "Ponuda",
|
||||
@@ -32,6 +33,8 @@
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Pick a color" : "Odaberite boju",
|
||||
"Change color" : "Promijeni boju",
|
||||
"Account" : "Račun",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
@@ -78,7 +81,6 @@
|
||||
"Bookmark" : "Dodaj knjižnu oznaku",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Move thread" : "Premjesti dretvu",
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
@@ -89,8 +91,8 @@
|
||||
"Tag" : "Oznaka",
|
||||
"Description" : "Opis",
|
||||
"Enabled" : "Omogućeno",
|
||||
"New" : "Novo",
|
||||
"Permissions" : "Dopuštenja",
|
||||
"Preview" : "Pretpregled",
|
||||
"Move up" : "Premjesti gore",
|
||||
"Move down" : "Premjesti dolje",
|
||||
"Last 7 days" : "Zadnjih 7 dana",
|
||||
@@ -108,7 +110,7 @@
|
||||
"Actions" : "Radnje",
|
||||
"No teams found" : "Nema pronađenih timova",
|
||||
"Members" : "Članovi",
|
||||
"No users found" : "Nije pronađen nijedan korisnik",
|
||||
"Loading accounts …" : "Učitavanje računa …",
|
||||
"Joined" : "Pridružen",
|
||||
"Status" : "Status",
|
||||
"Active" : "Aktivan"
|
||||
|
||||
15
l10n/hu.js
15
l10n/hu.js
@@ -9,18 +9,19 @@ OC.L10N.register(
|
||||
"Underlined text" : "Aláhúzott szöveg",
|
||||
"Forum" : "Fórum",
|
||||
"Deleted user" : "Törölt felhasználó",
|
||||
"User ID" : "Felhasználóazonosító",
|
||||
"Role" : "Szerepkör",
|
||||
"Loading …" : "Betöltés…",
|
||||
"Search" : "Keresés",
|
||||
"Home" : "Kezdőlap",
|
||||
"Bookmarks" : "Könyvjelzők",
|
||||
"Preferences" : "Beállítások",
|
||||
"Dashboard" : "Irányítópult",
|
||||
"Users" : "Felhasználók",
|
||||
"Accounts" : "Fiókok",
|
||||
"Categories" : "Kategóriák",
|
||||
"Moderation" : "Moderálás",
|
||||
"Expand" : "Kibontás",
|
||||
"Collapse" : "Összecsukás",
|
||||
"Log in" : "Bejelentkezés",
|
||||
"Hello world!" : "Helló világ!",
|
||||
"Code" : "Kód",
|
||||
"Quote" : "Árajánlat",
|
||||
@@ -34,8 +35,11 @@ OC.L10N.register(
|
||||
"Category" : "Kategória",
|
||||
"Allow" : "Engedélyezés",
|
||||
"Pick a color" : "Szín kiválasztása",
|
||||
"Sort order" : "Rendezési sorrend",
|
||||
"Change color" : "Szín módosítása",
|
||||
"Account" : "Fiók",
|
||||
"No accounts found" : "Nincsenek ilyen felhasználói fiókok",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Rendezési sorrend",
|
||||
"Create" : "Létrehozás",
|
||||
"Update" : "Frissítés",
|
||||
"Deleted" : "Törölve",
|
||||
@@ -84,7 +88,6 @@ OC.L10N.register(
|
||||
"Bookmark" : "Könyvjelző",
|
||||
"Edit title" : "Cím szerkesztése",
|
||||
"Move thread" : "Szál áthelyezése",
|
||||
"Preferences" : "Beállítások",
|
||||
"Notifications" : "Értesítések",
|
||||
"Files" : "Fájlok",
|
||||
"Browse" : "Tallózás",
|
||||
@@ -95,7 +98,6 @@ OC.L10N.register(
|
||||
"Tag" : "Címke",
|
||||
"Description" : "Leírás",
|
||||
"Enabled" : "Engedélyezve",
|
||||
"New" : "Új",
|
||||
"Permissions" : "Jogosultságok",
|
||||
"Preview" : "Előnézet",
|
||||
"Move up" : "Mozgatás fel",
|
||||
@@ -116,8 +118,7 @@ OC.L10N.register(
|
||||
"No description" : "Nincs leírás",
|
||||
"No teams found" : "Nem találhatók csapatok",
|
||||
"Members" : "Tagok",
|
||||
"Loading users …" : "Felhasználók betöltése…",
|
||||
"No users found" : "Nem találhatók felhasználók",
|
||||
"Loading accounts …" : "Fiókok betöltése…",
|
||||
"Joined" : "Csatlakozott",
|
||||
"Status" : "Állapot",
|
||||
"Active" : "Aktív"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user