mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 09:38:58 +00:00
Compare commits
111 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6093137469 | ||
|
|
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 | ||
|
|
ed759d5ab4 | ||
|
|
d758344934 | ||
|
|
03d11eb804 | ||
| 5118bf1f05 | |||
| 8ec51a2d60 | |||
| c592876656 | |||
| 461b28af71 | |||
| 5ffdf08d75 | |||
| ca59c79fda | |||
|
|
ac324ee187 | ||
| 6174bed49a | |||
| b139c4988c | |||
|
|
b32b8bc6d3 | ||
| 28a0cd8153 | |||
| 7fc7778f45 | |||
| e26a07a883 | |||
| 7350a1502e | |||
| 6e84cb2ceb | |||
| 026dd21d85 | |||
|
|
4b68b88e79 | ||
|
|
5d13e0da75 | ||
| a93f1fee1e | |||
| b8a5ae5e04 | |||
|
|
b6840dea3b | ||
|
|
5de034d983 | ||
|
|
aa60e29b38 | ||
|
|
4f237881df | ||
| d73d99c596 | |||
| 96ecf51162 |
@@ -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'],
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
{".":"0.29.1"}
|
||||
{".":"1.0.3"}
|
||||
|
||||
240
CHANGELOG.md
240
CHANGELOG.md
@@ -1,5 +1,245 @@
|
||||
# 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)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **admin:** enable toggling signatures ([c592876](https://github.com/chenasraf/nextcloud-forum/commit/c5928766562c71cb80ed4ada0dbe724914262082))
|
||||
* **moderation:** add moderation section with deleted threads/replies and restore ([8ec51a2](https://github.com/chenasraf/nextcloud-forum/commit/8ec51a2d60c66dc1a86eed6f6cbc1a34fa5afb76))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([d758344](https://github.com/chenasraf/nextcloud-forum/commit/d7583449340aa07fce2ef900bbaed7922cc9d6a3))
|
||||
* **l10n:** Update translations from Transifex ([03d11eb](https://github.com/chenasraf/nextcloud-forum/commit/03d11eb804c69873212411fd0bbe394a71dde716))
|
||||
|
||||
## [0.32.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.31.0...v0.32.0) (2026-03-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **admin:** split role permissions for each section ([6174bed](https://github.com/chenasraf/nextcloud-forum/commit/6174bed49a77dda683d8fb1ac076bedc2293e15e))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **admin:** role permission checkbox style ([b139c49](https://github.com/chenasraf/nextcloud-forum/commit/b139c4988c3b8bbba4d5068b36caa593420f8172))
|
||||
|
||||
## [0.31.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.30.0...v0.31.0) (2026-03-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* nc admin page rebuild task ([6e84cb2](https://github.com/chenasraf/nextcloud-forum/commit/6e84cb2ceb881f4621d0ab93330c2de8f0512a70))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **admin:** correctly handle nav sections access ([7fc7778](https://github.com/chenasraf/nextcloud-forum/commit/7fc7778f4524a464a1c60280485c374c9a58ade6))
|
||||
* **admin:** separate forum admin and server admin endpoints ([28a0cd8](https://github.com/chenasraf/nextcloud-forum/commit/28a0cd8153eb54e98593dab910a47da880f0c176))
|
||||
* **l10n:** update admin ui texts ([7350a15](https://github.com/chenasraf/nextcloud-forum/commit/7350a1502ecddc487a6efabe7600bc84432fe195))
|
||||
* **l10n:** update admin/management terminology ([e26a07a](https://github.com/chenasraf/nextcloud-forum/commit/e26a07a8830e77eb53d72e2299e6be653184515f))
|
||||
* **l10n:** Update translations from Transifex ([4b68b88](https://github.com/chenasraf/nextcloud-forum/commit/4b68b88e79f13d7097d39aabcc8d517f4a337d89))
|
||||
* **ui:** spacing between sections in admin settings ([026dd21](https://github.com/chenasraf/nextcloud-forum/commit/026dd21d8502940d44df439c2df0ad112b69c7da))
|
||||
|
||||
## [0.30.0](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.3...v0.30.0) (2026-03-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* edit history visibility settings ([a93f1fe](https://github.com/chenasraf/nextcloud-forum/commit/a93f1fee1e3a9201d7a7bbcd691297fbc02a0cef))
|
||||
|
||||
## [0.29.3](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.2...v0.29.3) (2026-03-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **l10n:** Update translations from Transifex ([5de034d](https://github.com/chenasraf/nextcloud-forum/commit/5de034d98369310b5ab2cc468d4eb2c51a001158))
|
||||
* **l10n:** Update translations from Transifex ([aa60e29](https://github.com/chenasraf/nextcloud-forum/commit/aa60e29b3801ca568b8280c7be0ae66e1e003fe0))
|
||||
|
||||
## [0.29.2](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.1...v0.29.2) (2026-03-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* stats rebuild task ([d73d99c](https://github.com/chenasraf/nextcloud-forum/commit/d73d99c5966017261450071bf183b6d67d517fbb))
|
||||
* thread sorting ([96ecf51](https://github.com/chenasraf/nextcloud-forum/commit/96ecf511623939641ed09e4eb48be0568b60fbb1))
|
||||
|
||||
## [0.29.1](https://github.com/chenasraf/nextcloud-forum/compare/v0.29.0...v0.29.1) (2026-03-22)
|
||||
|
||||
|
||||
|
||||
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
|
||||
|
||||
65
README.md
65
README.md
@@ -6,6 +6,9 @@ SPDX-License-Identifier: CC0-1.0
|
||||
# Nextcloud Forum
|
||||
|
||||
[](https://github.com/chenasraf/nextcloud-forum/releases/latest)
|
||||
[](https://github.com/chenasraf/nextcloud-forum/actions/workflows/build-npm.yml)
|
||||
[](https://github.com/chenasraf/nextcloud-forum/actions/workflows/lint-php.yml)
|
||||
[](https://github.com/chenasraf/nextcloud-forum/actions/workflows/vitest.yml)
|
||||
[](https://github.com/chenasraf/nextcloud-forum/actions/workflows/phpunit-mysql.yml)
|
||||
[](https://github.com/chenasraf/nextcloud-forum/actions/workflows/phpunit-pgsql.yml)
|
||||
|
||||
@@ -16,15 +19,34 @@ threads, and posts within their Nextcloud instance.
|
||||
|
||||
## Features
|
||||
|
||||
- **Category Management**: Organize discussions into categories with headers and custom permissions
|
||||
- **Threaded Discussions**: Create and participate in threaded conversations
|
||||
- **BBCode Support**: Rich text formatting with built-in and custom BBCode tags
|
||||
- **File Attachments**: Attach files from Nextcloud to posts with secure permission-based access
|
||||
- **Category Management**: Organize discussions with headers, categories, customizable colors, and
|
||||
drag-and-drop reordering
|
||||
- **Threaded Discussions**: Create and reply to organized discussion threads with pagination
|
||||
- **BBCode Formatting**: Rich text with built-in and custom BBCode tags, toolbar with overflow menu
|
||||
- **File Attachments**: Attach files from Nextcloud storage or upload via drag-and-drop
|
||||
- **Notifications**: Subscribe to threads, get notified on replies and @mentions
|
||||
- **Reactions**: React to posts with emoji reactions
|
||||
- **User Roles & Permissions**: Fine-grained permission system for moderators and administrators
|
||||
- **Guest Access**: Optional public access for unauthenticated users with configurable permissions
|
||||
- **Read Markers**: Track unread posts and threads
|
||||
- **Search**: Full-text search across threads and posts
|
||||
- **Roles & Teams**: Fine-grained permissions per role or Nextcloud Team, per category (view, post,
|
||||
reply, moderate)
|
||||
- **Granular Management Permissions**: Separate controls for dashboard, account management, roles,
|
||||
categories, and BBCodes
|
||||
- **Guest Access**: Optional public access for unauthenticated visitors with configurable
|
||||
permissions
|
||||
- **Edit History**: View post revision history with configurable visibility and per-account privacy
|
||||
controls
|
||||
- **Read Markers**: Track unread posts at thread and category level
|
||||
- **Bookmarks**: Save threads for quick access
|
||||
- **Search**: Advanced search with boolean operators and category filtering
|
||||
- **Reusable Templates**: Save and insert frequently used content snippets
|
||||
- **Signatures**: BBCode-formatted signatures on posts
|
||||
- **Thread Drafts**: Auto-saved drafts per category
|
||||
- **User Profiles**: Post history, statistics, and role badges
|
||||
- **Dashboard Widgets**: Recent activity, top threads, and top categories on the Nextcloud dashboard
|
||||
- **Direct Post Links**: Link directly to a specific post within a thread
|
||||
- **Moderation Tools**: Lock, pin, hide, and move threads; review and restore deleted content from
|
||||
the moderation page
|
||||
- **Server Administration**: Repair seeds, rebuild statistics, and assign roles from the Nextcloud
|
||||
admin panel
|
||||
- **Modern UI**: Built with Vue 3 and Nextcloud Vue components
|
||||
|
||||
## Documentation
|
||||
@@ -69,31 +91,8 @@ For a complete list of available commands, usage examples, and detailed document
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Cannot access administrator features
|
||||
|
||||
If you are a Nextcloud administrator but cannot access Forum admin 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 a user
|
||||
php occ forum:set-role <username> admin
|
||||
```
|
||||
|
||||
**Option 2: Using the Admin UI**
|
||||
|
||||
1. Log in to Nextcloud as an administrator
|
||||
2. Go to **Administration Settings** (click your profile picture → Administration Settings)
|
||||
3. Navigate to **Forum** in the left sidebar under the Administration section
|
||||
4. Use the **Repair Seeds** button to restore default roles and permissions
|
||||
5. If the seeds are already in plac, use the **User Roles** section to assign the administrator role
|
||||
to users
|
||||
For troubleshooting common issues, visit the
|
||||
[Troubleshooting Wiki page](https://github.com/chenasraf/nextcloud-forum/wiki/Troubleshooting).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
@@ -8,21 +8,30 @@
|
||||
<name>Forum</name>
|
||||
<summary>A community-driven forum built right into your Nextcloud instance</summary>
|
||||
<description><![CDATA[
|
||||
Create discussions, share ideas and collaborate with your community directly in Nextcloud.
|
||||
Create discussions, share ideas, and collaborate with your community directly in Nextcloud.
|
||||
|
||||
**Key features:**
|
||||
- **Thread-based Discussions** - Create and reply to organized discussion threads
|
||||
- **Category Organization** - Structure your forum with customizable categories and headers
|
||||
- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more
|
||||
- **File Attachments** - Attach files from your Nextcloud storage to posts
|
||||
- **Threaded Discussions** - Create and reply to organized discussion threads with pagination
|
||||
- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering
|
||||
- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu
|
||||
- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop
|
||||
- **Notifications** - Subscribe to threads and get notified on replies and @mentions
|
||||
- **Post Reactions** - React to posts with emoji reactions
|
||||
- **Read/Unread Tracking** - Keep track of which threads you've read
|
||||
- **Search** - Find discussions quickly with built-in search
|
||||
- **User Profiles** - View user post history and statistics
|
||||
- **Role-Based Permissions** - Control access and moderation with flexible roles
|
||||
- **Guest Access**: Optional public access for unauthenticated users with configurable permissions
|
||||
- **Admin Tools** - Manage categories, roles, BBCodes and forum settings
|
||||
- **Moderation Tools** - Pin, lock and manage threads and posts
|
||||
- **Read/Unread Tracking** - Track unread posts at thread and category level
|
||||
- **Bookmarks** - Save threads for quick access
|
||||
- **Search** - Advanced search with boolean operators and category filtering
|
||||
- **User Profiles** - View post history, statistics, and role badges
|
||||
- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category
|
||||
- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions
|
||||
- **Edit History** - View post revision history with configurable visibility and per-account privacy controls
|
||||
- **Reusable Templates** - Save and insert frequently used content snippets
|
||||
- **Signatures** - BBCode-formatted signatures on posts
|
||||
- **Thread Drafts** - Auto-saved drafts per category
|
||||
- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard
|
||||
- **Direct Post Links** - Link directly to a specific post within a thread
|
||||
- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content
|
||||
- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions
|
||||
- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel
|
||||
|
||||
**Perfect for:**
|
||||
- Team discussions and collaboration
|
||||
@@ -32,9 +41,9 @@ Create discussions, share ideas and collaborate with your community directly in
|
||||
- Project discussions
|
||||
- Internal communication
|
||||
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.
|
||||
The forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.
|
||||
]]></description>
|
||||
<version>0.29.1</version>
|
||||
<version>1.0.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Forum</namespace>
|
||||
@@ -47,7 +56,7 @@ The forum integrates seamlessly with your Nextcloud instance, using your existin
|
||||
<website>https://github.com/chenasraf/nextcloud-forum</website>
|
||||
<bugs>https://github.com/chenasraf/nextcloud-forum/issues</bugs>
|
||||
<repository>https://github.com/chenasraf/nextcloud-forum</repository>
|
||||
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/master/screenshots/screenshot-01.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-forum/refs/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
15
l10n/af.js
15
l10n/af.js
@@ -7,18 +7,23 @@ 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",
|
||||
"Restore" : "Herstel",
|
||||
"Retry" : "Herprobeer",
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Direct link" : "Direkte skakel",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
"Back to {category}" : "Terug na {category}",
|
||||
"by" : "deur",
|
||||
"Subscribe" : "Teken in",
|
||||
@@ -26,13 +31,13 @@ OC.L10N.register(
|
||||
"Signature" : "Handtekening",
|
||||
"Disable" : "Deaktiveer",
|
||||
"Description" : "Beskrywing",
|
||||
"New" : "Nuut",
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Newest first" : "Nuutste eerste",
|
||||
"Oldest first" : "Oudste eerste",
|
||||
"Reset" : "Herstel",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Aksies",
|
||||
"Active" : "Aktief",
|
||||
"Deleted" : "Geskrap"
|
||||
"Active" : "Aktief"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
15
l10n/af.json
15
l10n/af.json
@@ -5,18 +5,23 @@
|
||||
"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",
|
||||
"Restore" : "Herstel",
|
||||
"Retry" : "Herprobeer",
|
||||
"Move" : "Skuif",
|
||||
"Page not found" : "Blad nie gevind nie",
|
||||
"Delete" : "Skrap",
|
||||
"Direct link" : "Direkte skakel",
|
||||
"Save" : "Stoor",
|
||||
"Unsaved changes" : "Onbewaarde veranderinge",
|
||||
"Retry" : "Herprobeer",
|
||||
"Back to {category}" : "Terug na {category}",
|
||||
"by" : "deur",
|
||||
"Subscribe" : "Teken in",
|
||||
@@ -24,13 +29,13 @@
|
||||
"Signature" : "Handtekening",
|
||||
"Disable" : "Deaktiveer",
|
||||
"Description" : "Beskrywing",
|
||||
"New" : "Nuut",
|
||||
"Access control" : "Toegangsbeheer",
|
||||
"Settings saved" : "Instellings gestoor",
|
||||
"Newest first" : "Nuutste eerste",
|
||||
"Oldest first" : "Oudste eerste",
|
||||
"Reset" : "Herstel",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Aksies",
|
||||
"Active" : "Aktief",
|
||||
"Deleted" : "Geskrap"
|
||||
"Active" : "Aktief"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
29
l10n/ar.js
29
l10n/ar.js
@@ -10,17 +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" : "عرض الأسعار",
|
||||
@@ -31,16 +33,23 @@ OC.L10N.register(
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Change color" : "غيّر اللون",
|
||||
"Account" : "الحساب",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Create" : "إنشاء",
|
||||
"Update" : "تحديث",
|
||||
"Deleted" : "محذوف",
|
||||
"Restore" : "إستعادة ",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Move" : "نقل",
|
||||
"Page not found" : "الصفحة غير موجودة",
|
||||
"Back" : "عودة",
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Direct link" : "رابط مباشر",
|
||||
"Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
@@ -57,7 +66,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "تمّ حفظ المُسوَّدة",
|
||||
"Unsaved changes" : "تغييرات لم يتم حفظها",
|
||||
"Refresh" : "إنعاش",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
@@ -70,16 +78,15 @@ OC.L10N.register(
|
||||
"Bookmark" : "إشارة مرجعية bookmark",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Move thread" : "أنقُل النَّظْمَة thread",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Notifications" : "الإشعارات",
|
||||
"Files" : "الملفّات",
|
||||
"Browse" : "تصفُّح",
|
||||
"Signature" : "التوقيع",
|
||||
"Privacy" : "الخصوصية",
|
||||
"Enable" : "تمكين",
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
@@ -90,18 +97,18 @@ OC.L10N.register(
|
||||
"Access control" : "مراقبة النفاذ",
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Newest first" : "الأحدث أولاً",
|
||||
"Oldest first" : "الأقدم أولاً",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Account management" : "إدارة الحساب",
|
||||
"ID" : "معرف ID",
|
||||
"Owner" : "المالك",
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
"Loading accounts …" : "تحميل الحسابات ...",
|
||||
"Status" : "الحاله",
|
||||
"Active" : "نَشِط",
|
||||
"Deleted" : "محذوف"
|
||||
"Active" : "نَشِط"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
29
l10n/ar.json
29
l10n/ar.json
@@ -8,17 +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" : "عرض الأسعار",
|
||||
@@ -29,16 +31,23 @@
|
||||
"Failed to upload file" : "تعذّر رفع الملف",
|
||||
"Category" : "التصنيف",
|
||||
"Allow" : "سماح",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Change color" : "غيّر اللون",
|
||||
"Account" : "الحساب",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "ترتيب الفرز",
|
||||
"Create" : "إنشاء",
|
||||
"Update" : "تحديث",
|
||||
"Deleted" : "محذوف",
|
||||
"Restore" : "إستعادة ",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Move" : "نقل",
|
||||
"Page not found" : "الصفحة غير موجودة",
|
||||
"Back" : "عودة",
|
||||
"Edit" : "تحرير",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "غير مقروء",
|
||||
"Direct link" : "رابط مباشر",
|
||||
"Direct link copied to clipboard" : "تمّ نسخ الرابط المباشر إلى الحافظة",
|
||||
"Save" : "حفظ",
|
||||
"Current version" : "النسخة الحالية",
|
||||
"React with {emoji}" : "تفاعل باستخدام {emoji}",
|
||||
@@ -55,7 +64,6 @@
|
||||
"Draft saved" : "تمّ حفظ المُسوَّدة",
|
||||
"Unsaved changes" : "تغييرات لم يتم حفظها",
|
||||
"Refresh" : "إنعاش",
|
||||
"Retry" : "أعِدِ المحاولة",
|
||||
"Error" : "خطأ",
|
||||
"Created" : "أُنشِئَ",
|
||||
"Searching …" : "يتم الآن البحث…",
|
||||
@@ -68,16 +76,15 @@
|
||||
"Bookmark" : "إشارة مرجعية bookmark",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Move thread" : "أنقُل النَّظْمَة thread",
|
||||
"Preferences" : "التفضيلات",
|
||||
"Notifications" : "الإشعارات",
|
||||
"Files" : "الملفّات",
|
||||
"Browse" : "تصفُّح",
|
||||
"Signature" : "التوقيع",
|
||||
"Privacy" : "الخصوصية",
|
||||
"Enable" : "تمكين",
|
||||
"Disable" : "تعطيل",
|
||||
"Description" : "الوصف",
|
||||
"Enabled" : "مُفعّل",
|
||||
"New" : "جديد",
|
||||
"Permissions" : "الصلاحيّات",
|
||||
"Preview" : "معاينة",
|
||||
"Move up" : "نقلٌ للأعلي",
|
||||
@@ -88,18 +95,18 @@
|
||||
"Access control" : "مراقبة النفاذ",
|
||||
"Settings saved" : "تمّ حفظ الإعدادات",
|
||||
"Failed to save settings" : "فشل في حفظ الإعدادات",
|
||||
"Newest first" : "الأحدث أولاً",
|
||||
"Oldest first" : "الأقدم أولاً",
|
||||
"Reset" : "إعادة تعيين",
|
||||
"Account management" : "إدارة الحساب",
|
||||
"ID" : "معرف ID",
|
||||
"Owner" : "المالك",
|
||||
"Actions" : "الإجراءات",
|
||||
"No description" : "بدون وصف",
|
||||
"No teams found" : "لا يوجد أي فريق",
|
||||
"Members" : "الاعضاء",
|
||||
"User management" : "إدارة المستخدِمين",
|
||||
"Loading users …" : "تحميل المستخدِمين جارٍ ...",
|
||||
"No users found" : "لا يوجد مستخدمون",
|
||||
"Loading accounts …" : "تحميل الحسابات ...",
|
||||
"Status" : "الحاله",
|
||||
"Active" : "نَشِط",
|
||||
"Deleted" : "محذوف"
|
||||
"Active" : "نَشِط"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
24
l10n/ast.js
24
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,15 +29,21 @@ OC.L10N.register(
|
||||
"Close" : "Zarrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Camudar el color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
"Deleted" : "Desanicióse",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Retentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Nun s'atopó la páxina",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Direct link" : "Enllaz direutu",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
@@ -50,7 +58,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
"Unsaved changes" : "Cambeos ensin guardar",
|
||||
"Refresh" : "Anovar",
|
||||
"Retry" : "Retentar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "Buscando…",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
@@ -60,15 +67,14 @@ OC.L10N.register(
|
||||
"Subscribe" : "Soscribise",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Move thread" : "Mover el filu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Notifications" : "Avisos",
|
||||
"Files" : "Ficheros",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidá",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
@@ -80,17 +86,17 @@ OC.L10N.register(
|
||||
"Access control" : "Control d'accesu",
|
||||
"Settings saved" : "Guardóse la configuración",
|
||||
"Failed to save settings" : "Nun se pue guardar la configuración",
|
||||
"Newest first" : "Primero lo nuevo",
|
||||
"Oldest first" : "Primero lo antiguo",
|
||||
"Reset" : "Reafitar",
|
||||
"Account management" : "Xestión de cuentes",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietariu",
|
||||
"Actions" : "Aiciones",
|
||||
"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",
|
||||
"Deleted" : "Desanicióse"
|
||||
"Active" : "Activa"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -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,15 +27,21 @@
|
||||
"Close" : "Zarrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Camudar el color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Anovar",
|
||||
"Deleted" : "Desanicióse",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Retentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Nun s'atopó la páxina",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Desaniciar",
|
||||
"Unread" : "Ensin lleer",
|
||||
"Direct link" : "Enllaz direutu",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Ensin categoría",
|
||||
@@ -48,7 +56,6 @@
|
||||
"Draft saved" : "Guardóse'l borrador",
|
||||
"Unsaved changes" : "Cambeos ensin guardar",
|
||||
"Refresh" : "Anovar",
|
||||
"Retry" : "Retentar",
|
||||
"Error" : "Error",
|
||||
"Searching …" : "Buscando…",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
@@ -58,15 +65,14 @@
|
||||
"Subscribe" : "Soscribise",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Move thread" : "Mover el filu",
|
||||
"Preferences" : "Preferencies",
|
||||
"Notifications" : "Avisos",
|
||||
"Files" : "Ficheros",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidá",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Desactivar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Activóse",
|
||||
"New" : "Nuevu",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Xubir",
|
||||
@@ -78,17 +84,17 @@
|
||||
"Access control" : "Control d'accesu",
|
||||
"Settings saved" : "Guardóse la configuración",
|
||||
"Failed to save settings" : "Nun se pue guardar la configuración",
|
||||
"Newest first" : "Primero lo nuevo",
|
||||
"Oldest first" : "Primero lo antiguo",
|
||||
"Reset" : "Reafitar",
|
||||
"Account management" : "Xestión de cuentes",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietariu",
|
||||
"Actions" : "Aiciones",
|
||||
"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",
|
||||
"Deleted" : "Desanicióse"
|
||||
"Active" : "Activa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
11
l10n/az.js
11
l10n/az.js
@@ -7,18 +7,23 @@ 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",
|
||||
"Restore" : "Geri qaytar",
|
||||
"Move" : "Move",
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
"Direct link" : "Birbaşa link",
|
||||
"Save" : "Saxla",
|
||||
"Name" : "Ad",
|
||||
"Refresh" : "Yenilə",
|
||||
@@ -29,11 +34,9 @@ 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",
|
||||
"Status" : "Status",
|
||||
"Deleted" : "Silinib"
|
||||
"Status" : "Status"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
11
l10n/az.json
11
l10n/az.json
@@ -5,18 +5,23 @@
|
||||
"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",
|
||||
"Restore" : "Geri qaytar",
|
||||
"Move" : "Move",
|
||||
"Back" : "Geri",
|
||||
"Edit" : "Dəyişiklik et",
|
||||
"Delete" : "Sil",
|
||||
"Direct link" : "Birbaşa link",
|
||||
"Save" : "Saxla",
|
||||
"Name" : "Ad",
|
||||
"Refresh" : "Yenilə",
|
||||
@@ -27,11 +32,9 @@
|
||||
"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",
|
||||
"Status" : "Status",
|
||||
"Deleted" : "Silinib"
|
||||
"Status" : "Status"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
22
l10n/be.js
22
l10n/be.js
@@ -22,12 +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" : "Памер шрыфта",
|
||||
@@ -45,9 +47,14 @@ OC.L10N.register(
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Change color" : "Змяніць колер",
|
||||
"Account" : "Уліковы запіс",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
"Deleted" : "Выдалены",
|
||||
"Restore" : "Аднавіць",
|
||||
"Retry" : "Паўтарыць спробу",
|
||||
"Move" : "Перамясціць",
|
||||
"Page not found" : "Старонка не знойдзена",
|
||||
"Back" : "Назад",
|
||||
@@ -60,6 +67,8 @@ OC.L10N.register(
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Direct link" : "Прамая спасылка",
|
||||
"Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
@@ -77,7 +86,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
"Unsaved changes" : "Незахаваныя змены",
|
||||
"Refresh" : "Абнавіць",
|
||||
"Retry" : "Паўтарыць спробу",
|
||||
"In {category}" : "У {category}",
|
||||
"Error" : "Памылка",
|
||||
"Searching …" : "Пошук …",
|
||||
@@ -89,13 +97,13 @@ OC.L10N.register(
|
||||
"Files" : "Файлы",
|
||||
"Browse" : "Агляд",
|
||||
"Signature" : "Подпіс",
|
||||
"Privacy" : "Прыватнасць",
|
||||
"Enable" : "Уключыць",
|
||||
"Disable" : "Адключыць",
|
||||
"Tag" : "Тэг",
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
@@ -103,17 +111,21 @@ OC.L10N.register(
|
||||
"Last 7 days" : "Апошнія 7 дзён",
|
||||
"General settings" : "Агульныя налады",
|
||||
"Appearance" : "Знешні выгляд",
|
||||
"Posts" : "Допісы",
|
||||
"Settings saved" : "Налады захаваны",
|
||||
"Failed to save settings" : "Не ўдалося захаваць налады",
|
||||
"Newest first" : "Спачатку новыя",
|
||||
"Oldest first" : "Спачатку старыя",
|
||||
"Reset" : "Скінуць",
|
||||
"Account management" : "Кіраванне ўліковымі запісамі",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Loading accounts …" : "Загрузка ўліковых запісаў …",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
"Active" : "Актыўны"
|
||||
},
|
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||
|
||||
22
l10n/be.json
22
l10n/be.json
@@ -20,12 +20,14 @@
|
||||
"Search" : "Пошук",
|
||||
"Home" : "Дадому",
|
||||
"Dashboard" : "Панэль кіравання",
|
||||
"Users" : "Карыстальнікі",
|
||||
"Accounts" : "Уліковыя запісы",
|
||||
"Roles & Teams" : "Ролі і каманды",
|
||||
"Categories" : "Катэгорыі",
|
||||
"Moderation" : "Мадэрацыя",
|
||||
"Expand" : "Разгарнуць",
|
||||
"Collapse" : "Згарнуць",
|
||||
"(Guest)" : "(Госць)",
|
||||
"Log in" : "Увайсці",
|
||||
"Hello world!" : "Hello world!",
|
||||
"Code" : "Код",
|
||||
"Font size" : "Памер шрыфта",
|
||||
@@ -43,9 +45,14 @@
|
||||
"No description available" : "Апісанне недаступна",
|
||||
"Category" : "Катэгорыя",
|
||||
"Allow" : "Дазволіць",
|
||||
"Change color" : "Змяніць колер",
|
||||
"Account" : "Уліковы запіс",
|
||||
"Cancel" : "Скасаваць",
|
||||
"Create" : "Ствараць",
|
||||
"Update" : "Абнавіць",
|
||||
"Deleted" : "Выдалены",
|
||||
"Restore" : "Аднавіць",
|
||||
"Retry" : "Паўтарыць спробу",
|
||||
"Move" : "Перамясціць",
|
||||
"Page not found" : "Старонка не знойдзена",
|
||||
"Back" : "Назад",
|
||||
@@ -58,6 +65,8 @@
|
||||
"Delete" : "Выдаліць",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Вы ўпэўнены, што хочаце выдаліць гэты допіс? Гэта дзеянне нельга адрабіць.",
|
||||
"Unread" : "Непрачытанае",
|
||||
"Direct link" : "Прамая спасылка",
|
||||
"Direct link copied to clipboard" : "Прамая спасылка скапіявана ў буфер абмену",
|
||||
"Save" : "Захаваць",
|
||||
"Current version" : "Бягучая версія",
|
||||
"Version {index}" : "Версія {index}",
|
||||
@@ -75,7 +84,6 @@
|
||||
"Draft saved" : "Чарнавік захаваны",
|
||||
"Unsaved changes" : "Незахаваныя змены",
|
||||
"Refresh" : "Абнавіць",
|
||||
"Retry" : "Паўтарыць спробу",
|
||||
"In {category}" : "У {category}",
|
||||
"Error" : "Памылка",
|
||||
"Searching …" : "Пошук …",
|
||||
@@ -87,13 +95,13 @@
|
||||
"Files" : "Файлы",
|
||||
"Browse" : "Агляд",
|
||||
"Signature" : "Подпіс",
|
||||
"Privacy" : "Прыватнасць",
|
||||
"Enable" : "Уключыць",
|
||||
"Disable" : "Адключыць",
|
||||
"Tag" : "Тэг",
|
||||
"Description" : "Апісанне",
|
||||
"Enabled" : "Уключаны",
|
||||
"Enter category name" : "Увядзіце назву катэгорыі",
|
||||
"New" : "Новы",
|
||||
"Permissions" : "Дазволы",
|
||||
"Preview" : "Перадпрагляд",
|
||||
"Move up" : "Перамясціць уверх",
|
||||
@@ -101,17 +109,21 @@
|
||||
"Last 7 days" : "Апошнія 7 дзён",
|
||||
"General settings" : "Агульныя налады",
|
||||
"Appearance" : "Знешні выгляд",
|
||||
"Posts" : "Допісы",
|
||||
"Settings saved" : "Налады захаваны",
|
||||
"Failed to save settings" : "Не ўдалося захаваць налады",
|
||||
"Newest first" : "Спачатку новыя",
|
||||
"Oldest first" : "Спачатку старыя",
|
||||
"Reset" : "Скінуць",
|
||||
"Account management" : "Кіраванне ўліковымі запісамі",
|
||||
"ID" : "Ідэнтыфікатар",
|
||||
"Owner" : "Уладальнік",
|
||||
"Actions" : "Дзеянні",
|
||||
"No teams found" : "Каманд не знойдзена",
|
||||
"Members" : "Удзельнікі",
|
||||
"Loading accounts …" : "Загрузка ўліковых запісаў …",
|
||||
"Roles" : "Ролі",
|
||||
"Status" : "Статус",
|
||||
"Active" : "Актыўны",
|
||||
"Deleted" : "Выдалены"
|
||||
"Active" : "Актыўны"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||
}
|
||||
26
l10n/bg.js
26
l10n/bg.js
@@ -9,14 +9,16 @@ OC.L10N.register(
|
||||
"Underlined text" : "Подчертан текст",
|
||||
"Forum" : "Форум",
|
||||
"Deleted user" : "Изтрит потребител",
|
||||
"User ID" : "Потребителски Идентификатор /Име/",
|
||||
"Role" : "Роля",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Search" : "Търсене",
|
||||
"Home" : "Начало",
|
||||
"Bookmarks" : "Отметки",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Dashboard" : "Табло",
|
||||
"Accounts" : "Профили",
|
||||
"Categories" : "Категории",
|
||||
"Moderation" : "Модериране /Наблюдаване/",
|
||||
"Expand" : "Разгъване",
|
||||
"Collapse" : "Сгъване",
|
||||
"Hello world!" : "Здравей Свят!",
|
||||
@@ -29,10 +31,16 @@ OC.L10N.register(
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Change color" : "Промяна на цвета",
|
||||
"Account" : "Профил",
|
||||
"No accounts found" : "Не е открит профил",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Create" : "Създаване",
|
||||
"Update" : "Обновяване",
|
||||
"Deleted" : "Изтрито",
|
||||
"Restore" : "Възстановяне",
|
||||
"Retry" : "Опитай отново",
|
||||
"Move" : "Преместване",
|
||||
"Page not found" : "Страницата не е намерена",
|
||||
"Back" : "Назад",
|
||||
@@ -43,6 +51,8 @@ OC.L10N.register(
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Direct link" : "Директен линк",
|
||||
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
@@ -58,7 +68,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Черновата е записана",
|
||||
"Unsaved changes" : "Незаписани промени",
|
||||
"Refresh" : "Опресняване",
|
||||
"Retry" : "Опитай отново",
|
||||
"Error" : "Грешка",
|
||||
"Searching …" : "Търсене ...",
|
||||
"No results found" : "Няма намерени резултати",
|
||||
@@ -69,16 +78,15 @@ OC.L10N.register(
|
||||
"Bookmark" : "Отметка",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Move thread" : "Преместване на нишката",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Notifications" : "Известия",
|
||||
"Files" : "Файлове",
|
||||
"Signature" : "Подпис",
|
||||
"Privacy" : "Поверителност",
|
||||
"Enable" : "Включена",
|
||||
"Disable" : "Изключване",
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
@@ -89,16 +97,18 @@ OC.L10N.register(
|
||||
"Access control" : "Контрол на достъпа",
|
||||
"Settings saved" : "Настройките са запазени",
|
||||
"Failed to save settings" : "Неуспешно запазване на настройките",
|
||||
"Newest first" : "Първо най-новият",
|
||||
"Oldest first" : "Първо най-старият",
|
||||
"Reset" : "Възстановяване",
|
||||
"Account management" : "Управление на акаунта",
|
||||
"ID" : "ID /Идентификатор/",
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Loading accounts …" : "Сметките се зареждат...",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
"Active" : "Активен",
|
||||
"Deleted" : "Изтрито"
|
||||
"Active" : "Активен"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
26
l10n/bg.json
26
l10n/bg.json
@@ -7,14 +7,16 @@
|
||||
"Underlined text" : "Подчертан текст",
|
||||
"Forum" : "Форум",
|
||||
"Deleted user" : "Изтрит потребител",
|
||||
"User ID" : "Потребителски Идентификатор /Име/",
|
||||
"Role" : "Роля",
|
||||
"Loading …" : "Зареждане …",
|
||||
"Search" : "Търсене",
|
||||
"Home" : "Начало",
|
||||
"Bookmarks" : "Отметки",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Dashboard" : "Табло",
|
||||
"Accounts" : "Профили",
|
||||
"Categories" : "Категории",
|
||||
"Moderation" : "Модериране /Наблюдаване/",
|
||||
"Expand" : "Разгъване",
|
||||
"Collapse" : "Сгъване",
|
||||
"Hello world!" : "Здравей Свят!",
|
||||
@@ -27,10 +29,16 @@
|
||||
"Close" : "Затваряне",
|
||||
"Category" : "Категория",
|
||||
"Allow" : "Да",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Change color" : "Промяна на цвета",
|
||||
"Account" : "Профил",
|
||||
"No accounts found" : "Не е открит профил",
|
||||
"Cancel" : "Cancel",
|
||||
"Sort order" : "Сортиране на реда",
|
||||
"Create" : "Създаване",
|
||||
"Update" : "Обновяване",
|
||||
"Deleted" : "Изтрито",
|
||||
"Restore" : "Възстановяне",
|
||||
"Retry" : "Опитай отново",
|
||||
"Move" : "Преместване",
|
||||
"Page not found" : "Страницата не е намерена",
|
||||
"Back" : "Назад",
|
||||
@@ -41,6 +49,8 @@
|
||||
"Edit" : "Промяна",
|
||||
"Delete" : "Изтриване",
|
||||
"Unread" : "Непрочетено",
|
||||
"Direct link" : "Директен линк",
|
||||
"Direct link copied to clipboard" : "Директният адрес е копиран в клипборда",
|
||||
"Save" : "Запиши",
|
||||
"Current version" : "Текуща версия",
|
||||
"React with {emoji}" : "Реагирайте с {emoji}",
|
||||
@@ -56,7 +66,6 @@
|
||||
"Draft saved" : "Черновата е записана",
|
||||
"Unsaved changes" : "Незаписани промени",
|
||||
"Refresh" : "Опресняване",
|
||||
"Retry" : "Опитай отново",
|
||||
"Error" : "Грешка",
|
||||
"Searching …" : "Търсене ...",
|
||||
"No results found" : "Няма намерени резултати",
|
||||
@@ -67,16 +76,15 @@
|
||||
"Bookmark" : "Отметка",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Move thread" : "Преместване на нишката",
|
||||
"Preferences" : "Предпочитания",
|
||||
"Notifications" : "Известия",
|
||||
"Files" : "Файлове",
|
||||
"Signature" : "Подпис",
|
||||
"Privacy" : "Поверителност",
|
||||
"Enable" : "Включена",
|
||||
"Disable" : "Изключване",
|
||||
"Tag" : "Етикет",
|
||||
"Description" : "Описание",
|
||||
"Enabled" : "Включено",
|
||||
"New" : "Нов",
|
||||
"Permissions" : "Права",
|
||||
"Preview" : "Визуализация",
|
||||
"Move up" : "Преместване нагоре",
|
||||
@@ -87,16 +95,18 @@
|
||||
"Access control" : "Контрол на достъпа",
|
||||
"Settings saved" : "Настройките са запазени",
|
||||
"Failed to save settings" : "Неуспешно запазване на настройките",
|
||||
"Newest first" : "Първо най-новият",
|
||||
"Oldest first" : "Първо най-старият",
|
||||
"Reset" : "Възстановяване",
|
||||
"Account management" : "Управление на акаунта",
|
||||
"ID" : "ID /Идентификатор/",
|
||||
"Owner" : "Създател",
|
||||
"Actions" : "Действия",
|
||||
"No description" : "Без описание",
|
||||
"Members" : "Членове",
|
||||
"No users found" : "Няма намерени потребители",
|
||||
"Loading accounts …" : "Сметките се зареждат...",
|
||||
"Joined" : "Присъединен",
|
||||
"Status" : "Състояние",
|
||||
"Active" : "Активен",
|
||||
"Deleted" : "Изтрито"
|
||||
"Active" : "Активен"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Admin" : "প্রশাসন",
|
||||
"User" : "User",
|
||||
"General" : "সাধারণ",
|
||||
"Forum" : "ফোরাম",
|
||||
"Search" : "Search",
|
||||
"Home" : "বাড়ি",
|
||||
"Users" : "ব্যবহারকারী",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
"Subscribe" : "গ্রাহক হোন",
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
"Deleted" : "মুছে ফেলা"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
@@ -1,31 +0,0 @@
|
||||
{ "translations": {
|
||||
"Admin" : "প্রশাসন",
|
||||
"User" : "User",
|
||||
"General" : "সাধারণ",
|
||||
"Forum" : "ফোরাম",
|
||||
"Search" : "Search",
|
||||
"Home" : "বাড়ি",
|
||||
"Users" : "ব্যবহারকারী",
|
||||
"Collapse" : "ভাঙো",
|
||||
"Upload failed" : "আপলোড হয়নি",
|
||||
"Close" : "বন্ধ",
|
||||
"Cancel" : "Cancel",
|
||||
"Update" : "পরিবর্ধন",
|
||||
"Move" : "Move",
|
||||
"Edit" : "সম্পাদনা",
|
||||
"Delete" : "মুছে",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"Name" : "নাম",
|
||||
"Refresh" : "নবোদ্যম",
|
||||
"Error" : "সমস্যা",
|
||||
"by" : "কর্তৃক",
|
||||
"Subscribe" : "গ্রাহক হোন",
|
||||
"Disable" : "নিষ্ক্রিয়",
|
||||
"Description" : "বিবরণ",
|
||||
"Enabled" : "কার্যকর",
|
||||
"New" : "নতুন",
|
||||
"Reset" : "পূণঃনির্ধানণ",
|
||||
"Actions" : "পদক্ষেপসমূহ",
|
||||
"Deleted" : "মুছে ফেলা"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
15
l10n/br.js
15
l10n/br.js
@@ -7,16 +7,21 @@ 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",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Move" : "Diplasañ",
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
@@ -25,26 +30,24 @@ OC.L10N.register(
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
"Created" : "Krouet",
|
||||
"Searching …" : "O klask ...",
|
||||
"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",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
"Newest first" : "An hini nevesañ da gentañ",
|
||||
"Oldest first" : "An hini kozhoñ da gentañ",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Oberoù",
|
||||
"Status" : "Statud",
|
||||
"Active" : "O labourat",
|
||||
"Deleted" : "Dilamet"
|
||||
"Active" : "O labourat"
|
||||
},
|
||||
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
|
||||
|
||||
15
l10n/br.json
15
l10n/br.json
@@ -5,16 +5,21 @@
|
||||
"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",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Move" : "Diplasañ",
|
||||
"Edit" : "Embann",
|
||||
"Delete" : "Dilemel",
|
||||
@@ -23,26 +28,24 @@
|
||||
"Title" : "Titl",
|
||||
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
|
||||
"Refresh" : "Freskaat",
|
||||
"Retry" : "Klaskit en dro",
|
||||
"Error" : "Fazi",
|
||||
"Created" : "Krouet",
|
||||
"Searching …" : "O klask ...",
|
||||
"Back to {category}" : "Distro da {category}",
|
||||
"by" : "gant",
|
||||
"Preferences" : "Penndibaboù",
|
||||
"Notifications" : "Kemennadennoù",
|
||||
"Enable" : "Aotreañ",
|
||||
"Disable" : "Diweredekaat",
|
||||
"Description" : "Deskrivadur",
|
||||
"New" : "Nevez",
|
||||
"Preview" : "Ragwell",
|
||||
"General settings" : "Stummoù hollek",
|
||||
"Access control" : "Kontrol tremen",
|
||||
"Settings saved" : "Stummoù enrollet",
|
||||
"Newest first" : "An hini nevesañ da gentañ",
|
||||
"Oldest first" : "An hini kozhoñ da gentañ",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Oberoù",
|
||||
"Status" : "Statud",
|
||||
"Active" : "O labourat",
|
||||
"Deleted" : "Dilamet"
|
||||
"Active" : "O labourat"
|
||||
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
|
||||
}
|
||||
29
l10n/ca.js
29
l10n/ca.js
@@ -11,15 +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",
|
||||
@@ -31,10 +34,16 @@ 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",
|
||||
"Restore" : "Restablir",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Move" : "Mou",
|
||||
"Page not found" : "No s'ha trobat la pàgina",
|
||||
"Back" : "Torna",
|
||||
@@ -45,6 +54,8 @@ OC.L10N.register(
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Direct link" : "Enllaç directe",
|
||||
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
@@ -62,7 +73,6 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Hi ha canvis sense desar",
|
||||
"Back to home" : "Tornar a l'inici",
|
||||
"Refresh" : "Actualitza",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Error" : "Error",
|
||||
"Created" : "S'ha creat",
|
||||
"Searching …" : "S'està cercant…",
|
||||
@@ -75,17 +85,16 @@ 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ó",
|
||||
"Signature" : "Signatura",
|
||||
"Privacy" : "Privadesa",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Inhabilitar",
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
@@ -97,17 +106,17 @@ OC.L10N.register(
|
||||
"Access control" : "Control d'accés",
|
||||
"Settings saved" : "S'han desat els paràmetres",
|
||||
"Failed to save settings" : "Ha fallat desar els paràmetres",
|
||||
"Newest first" : "Més nou primer",
|
||||
"Oldest first" : "Més antic primer",
|
||||
"Reset" : "Reinicialitza",
|
||||
"Account management" : "Gestió de comptes",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietat",
|
||||
"Actions" : "Accions",
|
||||
"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",
|
||||
"Deleted" : "Suprimit"
|
||||
"Active" : "Actiu"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
29
l10n/ca.json
29
l10n/ca.json
@@ -9,15 +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",
|
||||
@@ -29,10 +32,16 @@
|
||||
"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",
|
||||
"Restore" : "Restablir",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Move" : "Mou",
|
||||
"Page not found" : "No s'ha trobat la pàgina",
|
||||
"Back" : "Torna",
|
||||
@@ -43,6 +52,8 @@
|
||||
"Edit" : "Edició",
|
||||
"Delete" : "Suprimir",
|
||||
"Unread" : "Per llegir",
|
||||
"Direct link" : "Enllaç directe",
|
||||
"Direct link copied to clipboard" : "Enllaç directe copiat al porta-retalls",
|
||||
"Save" : "Desar",
|
||||
"Current version" : "Versió actual",
|
||||
"React with {emoji}" : "Reacciona amb {emoji}",
|
||||
@@ -60,7 +71,6 @@
|
||||
"Unsaved changes" : "Hi ha canvis sense desar",
|
||||
"Back to home" : "Tornar a l'inici",
|
||||
"Refresh" : "Actualitza",
|
||||
"Retry" : "Torna-ho a provar",
|
||||
"Error" : "Error",
|
||||
"Created" : "S'ha creat",
|
||||
"Searching …" : "S'està cercant…",
|
||||
@@ -73,17 +83,16 @@
|
||||
"Bookmark" : "Adreça d'interès",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Move thread" : "Mou el fil",
|
||||
"Preferences" : "Preferències",
|
||||
"Notifications" : "Notificacions",
|
||||
"Files" : "Fitxers",
|
||||
"Browse" : "Navegació",
|
||||
"Signature" : "Signatura",
|
||||
"Privacy" : "Privadesa",
|
||||
"Enable" : "Habilitar",
|
||||
"Disable" : "Inhabilitar",
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripció",
|
||||
"Enabled" : "Habilitat",
|
||||
"New" : "Crea",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualitza",
|
||||
"Move up" : "Mou amunt",
|
||||
@@ -95,17 +104,17 @@
|
||||
"Access control" : "Control d'accés",
|
||||
"Settings saved" : "S'han desat els paràmetres",
|
||||
"Failed to save settings" : "Ha fallat desar els paràmetres",
|
||||
"Newest first" : "Més nou primer",
|
||||
"Oldest first" : "Més antic primer",
|
||||
"Reset" : "Reinicialitza",
|
||||
"Account management" : "Gestió de comptes",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietat",
|
||||
"Actions" : "Accions",
|
||||
"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",
|
||||
"Deleted" : "Suprimit"
|
||||
"Active" : "Actiu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
72
l10n/cs.js
72
l10n/cs.js
@@ -58,32 +58,29 @@ OC.L10N.register(
|
||||
"Deleted user" : "Smazaný uživatel",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
|
||||
"Repair Database Initial Data" : "Opravit úvodní data databáze",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Spusťte příkaz repair database initial data pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
|
||||
"Run Repair Database Initial Data" : "Spustit opravu úvodních dat databáze",
|
||||
"User Roles" : "Role uživatele",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Přidělit uživatelům role ve fóru. To umožní udělit konkrétním uživatelům práva pro správu nebo moderování.",
|
||||
"User ID" : "Identif. uživatele",
|
||||
"Enter user ID" : "Zadejte identifikátor uživatele",
|
||||
"Rebuild Statistics" : "Znovusestavit statistiky",
|
||||
"Enter account ID" : "Zadejte identifikátor účtu",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
"Failed to fetch roles" : "Nepodařilo se získat role",
|
||||
"Failed to run repair database initial data" : "Nepodařilo se opravit úvodní data databáze",
|
||||
"Failed to assign role" : "Nepodařilo se přidělit roli",
|
||||
"Loading …" : "Načítání …",
|
||||
"Search" : "Hledat",
|
||||
"Home" : "Domů",
|
||||
"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",
|
||||
"Moderation" : "Moderování",
|
||||
"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!",
|
||||
@@ -143,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í",
|
||||
@@ -151,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",
|
||||
@@ -163,6 +165,13 @@ OC.L10N.register(
|
||||
"Initializing …" : "Inicializace…",
|
||||
"Forum not set up" : "Fórum nenastaveno",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Fórum ještě nebylo nastaveno. Obraťte se na člena-správce aby nastavení dokončil.",
|
||||
"Deleted" : "Smazáno",
|
||||
"Restore" : "Obnovit",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"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,9 @@ OC.L10N.register(
|
||||
"View edit history" : "Zobrazit historii úprav",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link" : "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?",
|
||||
@@ -206,7 +218,6 @@ OC.L10N.register(
|
||||
"Write your reply …" : "Napište svou odpověď …",
|
||||
"Submit reply" : "Odeslat odpověď",
|
||||
"Are you sure you want to discard your reply?" : "Opravdu chcete svou odpověď zahodit?",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Thread unavailable" : "Vlákno není k dispozici",
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
@@ -244,7 +255,6 @@ OC.L10N.register(
|
||||
"Error loading bookmarks" : "Chyba při načítání záložek",
|
||||
"No bookmarks yet" : "Zatím ještě žádné záložky",
|
||||
"Bookmark threads to quickly find them later." : "Ukládejte si vlákna do záložek, abyste je později rychle našli.",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"An unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
"Failed to load bookmarks" : "Nepodařilo se načíst záložky",
|
||||
"No categories yet" : "Zatím ještě žádné kategorie",
|
||||
@@ -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",
|
||||
@@ -364,6 +372,7 @@ OC.L10N.register(
|
||||
"Your signature appears at the bottom of your threads or replies" : "Váš podpis se objevuje ve spodní části vašich vláken nebo odpovědí",
|
||||
"You can use BBCode formatting in your signature" : "Svůj podpis můžete formátovat pomocí BBCode",
|
||||
"Enter your signature …" : "Zadejte svůj podpis …",
|
||||
"Privacy" : "Soukromí",
|
||||
"Failed to save preferences" : "Nepodařilo se uložit vaše předvolby",
|
||||
"Select upload directory" : "Vyberte složku pro nahrávání",
|
||||
"BBCode management" : "Správa BBCode",
|
||||
@@ -399,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.",
|
||||
@@ -444,15 +451,14 @@ 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ů",
|
||||
"Admin dashboard" : "Přehled správce",
|
||||
"Overview of forum activity and statistics" : "Přehled aktivity na fóru a statistiky",
|
||||
"Loading statistics …" : "Načítání statistik …",
|
||||
"Error loading dashboard" : "Chyba při načítání přehledu",
|
||||
"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",
|
||||
@@ -474,8 +479,11 @@ OC.L10N.register(
|
||||
"Manage who can access the forum" : "Spravujte kdo může do fóra přistupovat",
|
||||
"Allow guest access" : "Umožnit přístup hostům",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Pokud zapnuto, nepřihlášení uživatelé mohou zobrazovat obsah fóra v režimu pouze pro čtení",
|
||||
"Posts" : "Příspěvků",
|
||||
"Settings saved" : "Nastavení uložena",
|
||||
"Failed to save settings" : "Nastavení se nepodařilo uložit",
|
||||
"Newest first" : "Nejnovější jako první",
|
||||
"Oldest first" : "Nejstarší jako první",
|
||||
"Create role" : "Vytvořit rol",
|
||||
"Edit role" : "Upravit roli",
|
||||
"Configure role permissions and category access" : "Nastavit oprávnění rolí a přístupu ke kategoriím",
|
||||
@@ -490,17 +498,12 @@ OC.L10N.register(
|
||||
"Reset" : "Vrátit na výchozí",
|
||||
"Role permissions" : "Oprávnění role",
|
||||
"Set global permissions for this role" : "Nastavit globální oprávnění pro tuto roli",
|
||||
"Can access admin tools" : "Může přistupovat k nástrojům pro správu",
|
||||
"Allow access to the admin dashboard and tools" : "Umožnit přístup k přehledu správce a nástrojům",
|
||||
"Can edit roles" : "Může upravovat role",
|
||||
"Allow creating, editing and deleting roles" : "Umožnit vytváření, upravování a mazání rolí",
|
||||
"Can edit categories" : "Může upravovat kategorie",
|
||||
"Account management" : "Správa účtů",
|
||||
"Allow creating, editing and deleting categories" : "Umožnit vytváření, upravování a mazání kategorií",
|
||||
"Category permissions" : "Oprávnění kategorie",
|
||||
"Set which categories this role can access" : "Nastavit ke kterým kategoriím tato role může přistupovat",
|
||||
"Admin role must have all permissions enabled" : "Je třeba, aby role správce měla povolené všechna oprávnění",
|
||||
"Admin role has full access to all categories" : "Role správce má plný přístup do všech kategorií",
|
||||
"Guest role cannot have admin permissions" : "Role hosta nemůže mít roli správce",
|
||||
"Guest role cannot moderate categories" : "Role hosta nemůže moderovat kategorie",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Pomocí zaškrtávacích kolonek níže je možné určovat, které kategorie mohou hosté vidět.",
|
||||
"Guest access is currently disabled" : "Přístup pro hosty je v tuto chvíli zakázán",
|
||||
@@ -531,20 +534,15 @@ 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",
|
||||
"Active" : "Aktivní",
|
||||
"Deleted" : "Smazáno",
|
||||
"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;");
|
||||
|
||||
72
l10n/cs.json
72
l10n/cs.json
@@ -56,32 +56,29 @@
|
||||
"Deleted user" : "Smazaný uživatel",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Komunitou řízené fórum, vestavěné přímo do vámi využívané instance Nextcloud",
|
||||
"Repair Database Initial Data" : "Opravit úvodní data databáze",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Spusťte příkaz repair database initial data pro obnovení výchozích dat fóra (role, kategorie, oprávnění, BBCodes). Toto je možné bezpečně spouštět opakovaně, protože přeskakuje data, která už existují.",
|
||||
"Run Repair Database Initial Data" : "Spustit opravu úvodních dat databáze",
|
||||
"User Roles" : "Role uživatele",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Přidělit uživatelům role ve fóru. To umožní udělit konkrétním uživatelům práva pro správu nebo moderování.",
|
||||
"User ID" : "Identif. uživatele",
|
||||
"Enter user ID" : "Zadejte identifikátor uživatele",
|
||||
"Rebuild Statistics" : "Znovusestavit statistiky",
|
||||
"Enter account ID" : "Zadejte identifikátor účtu",
|
||||
"Role" : "Role",
|
||||
"Select a role" : "Vybrat roli",
|
||||
"Assign Role" : "Přiřadit roli",
|
||||
"Failed to fetch roles" : "Nepodařilo se získat role",
|
||||
"Failed to run repair database initial data" : "Nepodařilo se opravit úvodní data databáze",
|
||||
"Failed to assign role" : "Nepodařilo se přidělit roli",
|
||||
"Loading …" : "Načítání …",
|
||||
"Search" : "Hledat",
|
||||
"Home" : "Domů",
|
||||
"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",
|
||||
"Moderation" : "Moderování",
|
||||
"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!",
|
||||
@@ -141,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í",
|
||||
@@ -149,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",
|
||||
@@ -161,6 +163,13 @@
|
||||
"Initializing …" : "Inicializace…",
|
||||
"Forum not set up" : "Fórum nenastaveno",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Fórum ještě nebylo nastaveno. Obraťte se na člena-správce aby nastavení dokončil.",
|
||||
"Deleted" : "Smazáno",
|
||||
"Restore" : "Obnovit",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"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 …",
|
||||
@@ -186,6 +195,9 @@
|
||||
"View edit history" : "Zobrazit historii úprav",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Opravdu chcete tento příspěvek smazat? Tuto akci nepůjde vzít zpět.",
|
||||
"Unread" : "Nastavit jako nepřečtené",
|
||||
"Direct link" : "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?",
|
||||
@@ -204,7 +216,6 @@
|
||||
"Write your reply …" : "Napište svou odpověď …",
|
||||
"Submit reply" : "Odeslat odpověď",
|
||||
"Are you sure you want to discard your reply?" : "Opravdu chcete svou odpověď zahodit?",
|
||||
"In thread" : "Ve vláknu",
|
||||
"Thread unavailable" : "Vlákno není k dispozici",
|
||||
"Pinned thread" : "Připnuté vlákno",
|
||||
"Locked thread" : "Uzamčené vlákno",
|
||||
@@ -242,7 +253,6 @@
|
||||
"Error loading bookmarks" : "Chyba při načítání záložek",
|
||||
"No bookmarks yet" : "Zatím ještě žádné záložky",
|
||||
"Bookmark threads to quickly find them later." : "Ukládejte si vlákna do záložek, abyste je později rychle našli.",
|
||||
"Retry" : "Zkusit znovu",
|
||||
"An unexpected error occurred" : "Došlo k neočekávané chybě",
|
||||
"Failed to load bookmarks" : "Nepodařilo se načíst záložky",
|
||||
"No categories yet" : "Zatím ještě žádné kategorie",
|
||||
@@ -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",
|
||||
@@ -362,6 +370,7 @@
|
||||
"Your signature appears at the bottom of your threads or replies" : "Váš podpis se objevuje ve spodní části vašich vláken nebo odpovědí",
|
||||
"You can use BBCode formatting in your signature" : "Svůj podpis můžete formátovat pomocí BBCode",
|
||||
"Enter your signature …" : "Zadejte svůj podpis …",
|
||||
"Privacy" : "Soukromí",
|
||||
"Failed to save preferences" : "Nepodařilo se uložit vaše předvolby",
|
||||
"Select upload directory" : "Vyberte složku pro nahrávání",
|
||||
"BBCode management" : "Správa BBCode",
|
||||
@@ -397,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.",
|
||||
@@ -442,15 +449,14 @@
|
||||
"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ů",
|
||||
"Admin dashboard" : "Přehled správce",
|
||||
"Overview of forum activity and statistics" : "Přehled aktivity na fóru a statistiky",
|
||||
"Loading statistics …" : "Načítání statistik …",
|
||||
"Error loading dashboard" : "Chyba při načítání přehledu",
|
||||
"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",
|
||||
@@ -472,8 +477,11 @@
|
||||
"Manage who can access the forum" : "Spravujte kdo může do fóra přistupovat",
|
||||
"Allow guest access" : "Umožnit přístup hostům",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Pokud zapnuto, nepřihlášení uživatelé mohou zobrazovat obsah fóra v režimu pouze pro čtení",
|
||||
"Posts" : "Příspěvků",
|
||||
"Settings saved" : "Nastavení uložena",
|
||||
"Failed to save settings" : "Nastavení se nepodařilo uložit",
|
||||
"Newest first" : "Nejnovější jako první",
|
||||
"Oldest first" : "Nejstarší jako první",
|
||||
"Create role" : "Vytvořit rol",
|
||||
"Edit role" : "Upravit roli",
|
||||
"Configure role permissions and category access" : "Nastavit oprávnění rolí a přístupu ke kategoriím",
|
||||
@@ -488,17 +496,12 @@
|
||||
"Reset" : "Vrátit na výchozí",
|
||||
"Role permissions" : "Oprávnění role",
|
||||
"Set global permissions for this role" : "Nastavit globální oprávnění pro tuto roli",
|
||||
"Can access admin tools" : "Může přistupovat k nástrojům pro správu",
|
||||
"Allow access to the admin dashboard and tools" : "Umožnit přístup k přehledu správce a nástrojům",
|
||||
"Can edit roles" : "Může upravovat role",
|
||||
"Allow creating, editing and deleting roles" : "Umožnit vytváření, upravování a mazání rolí",
|
||||
"Can edit categories" : "Může upravovat kategorie",
|
||||
"Account management" : "Správa účtů",
|
||||
"Allow creating, editing and deleting categories" : "Umožnit vytváření, upravování a mazání kategorií",
|
||||
"Category permissions" : "Oprávnění kategorie",
|
||||
"Set which categories this role can access" : "Nastavit ke kterým kategoriím tato role může přistupovat",
|
||||
"Admin role must have all permissions enabled" : "Je třeba, aby role správce měla povolené všechna oprávnění",
|
||||
"Admin role has full access to all categories" : "Role správce má plný přístup do všech kategorií",
|
||||
"Guest role cannot have admin permissions" : "Role hosta nemůže mít roli správce",
|
||||
"Guest role cannot moderate categories" : "Role hosta nemůže moderovat kategorie",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Pomocí zaškrtávacích kolonek níže je možné určovat, které kategorie mohou hosté vidět.",
|
||||
"Guest access is currently disabled" : "Přístup pro hosty je v tuto chvíli zakázán",
|
||||
@@ -529,20 +532,15 @@
|
||||
"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",
|
||||
"Active" : "Aktivní",
|
||||
"Deleted" : "Smazáno",
|
||||
"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,14 +9,19 @@ 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",
|
||||
"Restore" : "Adfer",
|
||||
"Retry" : "Ceisio eto",
|
||||
"Move" : "Symud",
|
||||
"Page not found" : "Heb ganfod y dudalen",
|
||||
"Edit" : "Golygu",
|
||||
@@ -28,19 +33,18 @@ OC.L10N.register(
|
||||
"Saving draft …" : "Yn cadw drafft …",
|
||||
"Draft saved" : "Cadwyd y drafft",
|
||||
"Refresh" : "Ail-lwytho",
|
||||
"Retry" : "Ceisio eto",
|
||||
"Error" : "Gwall",
|
||||
"by" : "gan",
|
||||
"Subscribe" : "Tanysgrifio",
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"New" : "Newydd",
|
||||
"Preview" : "Rhagolwg",
|
||||
"Newest first" : "Diweddaraf gyntaf",
|
||||
"Oldest first" : "Hynaf gyntaf",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Perchennog",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Status" : "Statws",
|
||||
"Deleted" : "Wedi dileu"
|
||||
"Status" : "Statws"
|
||||
},
|
||||
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
|
||||
|
||||
@@ -7,14 +7,19 @@
|
||||
"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",
|
||||
"Restore" : "Adfer",
|
||||
"Retry" : "Ceisio eto",
|
||||
"Move" : "Symud",
|
||||
"Page not found" : "Heb ganfod y dudalen",
|
||||
"Edit" : "Golygu",
|
||||
@@ -26,19 +31,18 @@
|
||||
"Saving draft …" : "Yn cadw drafft …",
|
||||
"Draft saved" : "Cadwyd y drafft",
|
||||
"Refresh" : "Ail-lwytho",
|
||||
"Retry" : "Ceisio eto",
|
||||
"Error" : "Gwall",
|
||||
"by" : "gan",
|
||||
"Subscribe" : "Tanysgrifio",
|
||||
"Signature" : "Llofnod",
|
||||
"Disable" : "Analluogi",
|
||||
"Description" : "Disgrifiad",
|
||||
"New" : "Newydd",
|
||||
"Preview" : "Rhagolwg",
|
||||
"Newest first" : "Diweddaraf gyntaf",
|
||||
"Oldest first" : "Hynaf gyntaf",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Perchennog",
|
||||
"Actions" : "Gweithredoedd",
|
||||
"Status" : "Statws",
|
||||
"Deleted" : "Wedi dileu"
|
||||
"Status" : "Statws"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
|
||||
}
|
||||
27
l10n/da.js
27
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,16 +33,23 @@ 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",
|
||||
"Restore" : "Gendan",
|
||||
"Retry" : "Prøv igen",
|
||||
"Move" : "Flyt",
|
||||
"Page not found" : "Siden blev ikke fundet",
|
||||
"Back" : "Tilbage",
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Direct link" : "Direkte link",
|
||||
"Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
@@ -58,7 +66,6 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Ikke-gemte ændringer",
|
||||
"Back to home" : "Tilbage til hjem ",
|
||||
"Refresh" : "Opdatér",
|
||||
"Retry" : "Prøv igen",
|
||||
"Error" : "Fejl",
|
||||
"Created" : "Oprettet",
|
||||
"Searching …" : "Søger …",
|
||||
@@ -71,16 +78,15 @@ 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",
|
||||
"Privacy" : "Privatliv",
|
||||
"Enable" : "Aktiver",
|
||||
"Disable" : "Deaktiver",
|
||||
"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",
|
||||
@@ -91,16 +97,17 @@ OC.L10N.register(
|
||||
"Access control" : "Adgangskontrol",
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Failed to save settings" : "Kunne ikke gemme indstillinger",
|
||||
"Newest first" : "Nyeste først",
|
||||
"Oldest first" : "Ældste først",
|
||||
"Reset" : "Nulstil",
|
||||
"Account management" : "Kontostyring",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Ejer",
|
||||
"Actions" : "Handlinger",
|
||||
"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",
|
||||
"Deleted" : "Slettet"
|
||||
"Status" : "Status"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
27
l10n/da.json
27
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,16 +31,23 @@
|
||||
"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",
|
||||
"Restore" : "Gendan",
|
||||
"Retry" : "Prøv igen",
|
||||
"Move" : "Flyt",
|
||||
"Page not found" : "Siden blev ikke fundet",
|
||||
"Back" : "Tilbage",
|
||||
"Edit" : "Redigér",
|
||||
"Delete" : "Slet",
|
||||
"Unread" : "Ulæst",
|
||||
"Direct link" : "Direkte link",
|
||||
"Direct link copied to clipboard" : "Direkte link kopieret til udklipsholder",
|
||||
"Save" : "Gem",
|
||||
"Current version" : "Nuværende version",
|
||||
"Uncategorized" : "Udenfor kategori",
|
||||
@@ -56,7 +64,6 @@
|
||||
"Unsaved changes" : "Ikke-gemte ændringer",
|
||||
"Back to home" : "Tilbage til hjem ",
|
||||
"Refresh" : "Opdatér",
|
||||
"Retry" : "Prøv igen",
|
||||
"Error" : "Fejl",
|
||||
"Created" : "Oprettet",
|
||||
"Searching …" : "Søger …",
|
||||
@@ -69,16 +76,15 @@
|
||||
"Bookmark" : "Bogmærke",
|
||||
"Edit title" : "Redigér titel",
|
||||
"Move thread" : "Flyt tråden",
|
||||
"Preferences" : "Indstillinger",
|
||||
"Notifications" : "Påmindelser",
|
||||
"Files" : "Filer",
|
||||
"Signature" : "Underskrift",
|
||||
"Privacy" : "Privatliv",
|
||||
"Enable" : "Aktiver",
|
||||
"Disable" : "Deaktiver",
|
||||
"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",
|
||||
@@ -89,16 +95,17 @@
|
||||
"Access control" : "Adgangskontrol",
|
||||
"Settings saved" : "Indstillinger gemt",
|
||||
"Failed to save settings" : "Kunne ikke gemme indstillinger",
|
||||
"Newest first" : "Nyeste først",
|
||||
"Oldest first" : "Ældste først",
|
||||
"Reset" : "Nulstil",
|
||||
"Account management" : "Kontostyring",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Ejer",
|
||||
"Actions" : "Handlinger",
|
||||
"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",
|
||||
"Deleted" : "Slettet"
|
||||
"Status" : "Status"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
142
l10n/de.js
142
l10n/de.js
File diff suppressed because one or more lines are too long
142
l10n/de.json
142
l10n/de.json
File diff suppressed because one or more lines are too long
142
l10n/de_DE.js
142
l10n/de_DE.js
@@ -57,34 +57,38 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Willkommen in den Nextcloud Foren!",
|
||||
"Deleted user" : "Gelöschter Benutzer",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ein Community-basiertes Forum, das direkt in Ihre Nextcloud-Instanz integriert ist.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Diskussionen starten, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**⚠️ Hinweis zur frühen Entwicklungsphase:** \nDiese App befindet sich in einer frühen Entwicklungsphase. Sie ist zwar funktionsfähig, es können jedoch Fehler oder unvollständige Funktionen auftreten. Bitte melden Sie alle Probleme auf GitHub und erstellen Sie regelmäßig Backups Ihrer Daten.\n\n**Hauptfunktionen:**\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthemen erstellen und beantworten\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Themen bereits gelesen wurden.\n- **Suche** – Diskussionen schnell mit der integrierten Suche finden.\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n- **Moderations-Tools** – Themen und Beiträge anheften, sperren und verwalten.\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum integriert sich nahtlos in die Nextcloud-Instanz und nutzt die bestehenden Benutzer und Gruppen für die Anmeldung und die Zugriffskontrolle.",
|
||||
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**Schlüsselfunktionen:**\n- **Themen-Diskussionen** - Erstellen und Antworten auf organisierte Diskussionsthemen mit Paginierung\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien, Überschriften, Farben und Drag-and-Drop-Neuanordnung organisieren\n- **Rich Text Formatierung** - BBCode-Formatierung mit integrierten und benutzerdefinierten Tags, Symbolleiste mit Überlaufmenü\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher anhängen oder per Drag-and-Drop hochladen\n- **Benachrichtigungen** - Threads abonnieren und über Antworten und @Erwähnungen benachrichtigt werden\n- **Postreaktionen** - Auf Posts mit Emoji-Reaktionen reagieren\n- **Gelesen-/Ungelesen-Nachverfolgung** - Ungelesene Beiträge auf Themen- und Kategorieebene verfolgen\n- **Lesezeichen** - Themen für den schnellen Zugriff speichern\n- **Suche** - Erweiterte Suche mit Booleschen Operatoren und Kategoriefilterung\n- **Benutzerprofile** - Beitragsverlauf, Statistiken und Rollenabzeichen anzeigen\n- **Rollen und Teams** - Feinkörnige Berechtigungen pro Rolle oder Nextcloud-Team, pro Kategorie\n- **Gästezugriff** - Optionaler öffentlicher Zugriff für nicht angemeldete Besucher mit einstellbaren Berechtigungen\n- **Bearbeitungsverlauf** - Den Verlauf nach der Überarbeitung mit einstellbarer Sichtbarkeit und Datenschutzkontrollen pro Konto anzeigen\n- **Wiederverwendbare Vorlagen** - Speichern und Einfügen häufig verwendeter Inhaltsausschnitte\n- **Signaturen** - BBCode-formatierte Signaturen in Beiträgen\n- **Themen-Entwürfe** - Automatisch gespeicherte Entwürfe pro Kategorie\n- **Dashboard-Widgets** - Aktuelle Aktivitäten, Top-Threads und Top-Kategorien im Nextcloud-Dashboard\n- **Direkte Beitragslinks** - Direkt auf einen bestimmten Beitrag innerhalb eines Tehmas verlinken\n- **Moderationstools** - Themen anheften, sperren, ausblenden und verschieben; gelöschte Inhalte überprüfen und wiederherstellen\n- **Verwaltungstools** - Kategorien, Rollen, BBCodes und Foreneinstellungen mit granularen Berechtigungen verwalten\n- **Serververwaltung** - Seeds reparieren, Statistiken neu erstellen und Rollen über das Nextcloud-Administrations-Panel zuweisen\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Unterstützungskanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Konten und Teams zur Anmeldung und Zugriffskontrolle.",
|
||||
"Forum server administration" : "Foren-Server-Administration",
|
||||
"Database Initial Data" : "Datenbank-Anfangsdaten",
|
||||
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Standardforendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wieder herstellen. Dies kann sicher mehrmals ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Den Befehl \"Anfangsdaten der Datenbank reparieren\" ausführen, um die Standard-Forendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies kann problemlos mehrfach ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Run Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"User Roles" : "Benutzerrollen",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
|
||||
"User ID" : "Benutzer-ID",
|
||||
"Enter user ID" : "Benutzer-ID eingeben",
|
||||
"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.",
|
||||
"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.",
|
||||
"Account ID" : "Konto-ID",
|
||||
"Enter account ID" : "Konto-ID eingeben",
|
||||
"Role" : "Rolle",
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
|
||||
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
|
||||
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
|
||||
"Loading …" : "Lade …",
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Management" : "Verwaltung",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Accounts" : "Konten",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Moderation" : "Moderation",
|
||||
"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!",
|
||||
@@ -144,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",
|
||||
@@ -152,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:",
|
||||
@@ -164,6 +181,16 @@ OC.L10N.register(
|
||||
"Initializing …" : "Initialisiere …",
|
||||
"Forum not set up" : "Forum ist nicht eingerichtet",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
|
||||
"Deleted" : "Gelöscht",
|
||||
"Restore" : "Wiederherstellen",
|
||||
"Error loading content" : "Fehler beim Laden des Inhalts",
|
||||
"Retry" : "Wiederholen",
|
||||
"No deleted content" : "Kein gelöschter Inhalt",
|
||||
"There is no deleted content to review." : "Es gibt keine gelöschten Inhalte, die überprüft werden müssen.",
|
||||
"Deleted reply" : "Antwort löschen",
|
||||
"In thread" : "Im Thema",
|
||||
"Restore reply" : "Antwort wiederherstellen",
|
||||
"Restore thread" : "Thema wiederherstellen",
|
||||
"Move thread to category" : "Thema in Kategorie verschieben",
|
||||
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
|
||||
"Select a category …" : "Eine Kategorie auswählen …",
|
||||
@@ -189,6 +216,9 @@ OC.L10N.register(
|
||||
"View edit history" : "Bearbeitungsverlauf anzeigen",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"Unread" : "Ungelesen",
|
||||
"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?",
|
||||
@@ -207,8 +237,8 @@ OC.L10N.register(
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"In thread" : "Im Thema",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Deleted account" : "Konto gelöscht",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
@@ -230,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 …",
|
||||
@@ -245,7 +277,6 @@ OC.L10N.register(
|
||||
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
|
||||
"No bookmarks yet" : "Bislang keine Lesezeichen",
|
||||
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
|
||||
"Retry" : "Wiederholen",
|
||||
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
|
||||
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
|
||||
"No categories yet" : "Bislang keine Kategorien",
|
||||
@@ -258,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",
|
||||
@@ -272,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",
|
||||
@@ -339,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",
|
||||
@@ -365,6 +398,10 @@ OC.L10N.register(
|
||||
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
|
||||
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Privacy" : "Datenschutz",
|
||||
"Control the visibility of your activity" : "Die Sichtbarkeit Ihrer Aktivität kontrollieren",
|
||||
"Hide my edit history from other accounts" : "Meinen Bearbeitungsverlauf vor anderen Konten verbergen",
|
||||
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können andere Konten den Bearbeitungsverlauf Ihrer Beiträge nicht einsehen. Administration und Moderation können den Bearbeitungsverlauf jederzeit einsehen.",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
@@ -396,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",
|
||||
@@ -422,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",
|
||||
@@ -445,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",
|
||||
"Admin dashboard" : "Administrationsdashboard",
|
||||
"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",
|
||||
@@ -465,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",
|
||||
@@ -475,8 +520,25 @@ OC.L10N.register(
|
||||
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
|
||||
"Allow guest access" : "Gästen den Zugriff gestatten",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
|
||||
"Control who can view the edit history of posts" : "Steuern, wer den Bearbeitungsverlauf von Beiträgen anzeigen kann",
|
||||
"Allow all accounts to view edit history" : "Zulassen, dass alle Konten den Verarbeitungsverlauf einsehen können",
|
||||
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können alle Konten den Bearbeitungsverlauf jedes Beitrags einsehen. Wenn diese Option deaktiviert ist, können nur Beitragsersteller ihren eigenen Bearbeitungsverlauf anzeigen. Administration und Moderation können jederzeit den Bearbeitungsverlauf einsehen.",
|
||||
"Allow accounts to hide their own edit history" : "Zulassen, dass Konten ihren eigenen Bearbeitungsverlauf ausblenden können.",
|
||||
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "Wenn diese Option aktiviert ist, können Konten ihren Bearbeitungsverlauf vor anderen Konten in ihren Einstellungen verbergen.",
|
||||
"Posts" : "Beiträge",
|
||||
"Configure posting features" : "Posting-Funktionen konfigurieren",
|
||||
"Enable signatures" : "Signaturen aktivieren",
|
||||
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "Wenn aktiviert, können Konten in ihren Einstellungen eine Signatur festlegen, die unterhalb von Beiträgen angezeigt wird.",
|
||||
"Settings saved" : "Einstellungen gespeichert",
|
||||
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
|
||||
"Review and restore deleted content" : "Gelöschte Inhalte überprüfen und wiederherstellen",
|
||||
"Deleted threads" : "Gelöschte Themen",
|
||||
"Deleted replies" : "Gelöschte Antworten",
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"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",
|
||||
@@ -491,23 +553,28 @@ OC.L10N.register(
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Role permissions" : "Rollenberechtigungen",
|
||||
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
|
||||
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
|
||||
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
|
||||
"Can edit roles" : "Kann Rollen bearbeiten",
|
||||
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
|
||||
"Can edit categories" : "Kann Kategorien bearbeiten",
|
||||
"Dashboard and forum settings" : "Dashboard und Foreneinstellungen",
|
||||
"Allow access to the management dashboard and forum settings" : "Zugriff auf das Verwaltungs-Dashboard und die Foreneinstellungen zulassen",
|
||||
"Account management" : "Kontoverwaltung",
|
||||
"Allow viewing accounts and assigning roles" : "Anzeigen von Konten und das Zuweisen von Rollen zulassen",
|
||||
"Roles and teams management" : "Rollen- und Team-Verwaltung",
|
||||
"Allow creating, editing and deleting roles and team permissions" : "Das Erstellen, Bearbeiten und Löschen von Rollen und Teamberechtigungen zulassen",
|
||||
"Category management" : "Kategorieverwaltung",
|
||||
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
|
||||
"Allow creating, editing and deleting custom BBCodes" : "Das Erstellen, Bearbeiten und Löschen benutzerdefinierter BBCodes zulassen",
|
||||
"Allow access to the moderation page to review and restore deleted content" : "Den Zugriff auf die Moderationsseite, um gelöschte Inhalte zu überprüfen und wiederherzustellen zulassen",
|
||||
"Category permissions" : "Kategorieberechtigungen",
|
||||
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
|
||||
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
|
||||
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
"Guest role cannot have management permissions" : "Die Gastrolle darf keine Verwaltungsberechtigungen haben",
|
||||
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
|
||||
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
|
||||
"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 …",
|
||||
@@ -527,25 +594,24 @@ 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",
|
||||
"Active" : "Aktiv",
|
||||
"Deleted" : "Gelöscht",
|
||||
"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);");
|
||||
|
||||
142
l10n/de_DE.json
142
l10n/de_DE.json
@@ -55,34 +55,38 @@
|
||||
"Welcome to the forum!" : "Willkommen in den Nextcloud Foren!",
|
||||
"Deleted user" : "Gelöschter Benutzer",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Ein Community-basiertes Forum, das direkt in Ihre Nextcloud-Instanz integriert ist.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Diskussionen starten, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**⚠️ Hinweis zur frühen Entwicklungsphase:** \nDiese App befindet sich in einer frühen Entwicklungsphase. Sie ist zwar funktionsfähig, es können jedoch Fehler oder unvollständige Funktionen auftreten. Bitte melden Sie alle Probleme auf GitHub und erstellen Sie regelmäßig Backups Ihrer Daten.\n\n**Hauptfunktionen:**\n- **Themenbasierte Diskussionen** – Organisierte Diskussionsthemen erstellen und beantworten\n- **Kategorieorganisation** – Das Forum mit anpassbaren Kategorien und Überschriften strukturieren.\n- **Rich-Text-Formatierung** – BBCode verwenden, um Beiträge mit Fettdruck, Kursivschrift, Links, Bildern, Codeblöcken und mehr zu formatieren.\n- **Dateianhänge** – Dateien aus dem Nextcloud-Speicher an Beiträge anhängen.\n- **Reaktionen auf Beiträge** – Mit Emojis auf Beiträge reagieren.\n- **Lese-/Ungelesen-Status** – Den Überblick darüber behalten, welche Themen bereits gelesen wurden.\n- **Suche** – Diskussionen schnell mit der integrierten Suche finden.\n- **Benutzerprofile** – Den Beitragsverlauf und die Statistiken der Benutzer ansehen.\n- **Rollenbasierte Berechtigungen** – Den Zugriff und die Moderation mit flexiblen Rollen steuern.\n- **Gastzugriff**: Optionaler öffentlicher Zugriff für nicht authentifizierte Benutzer mit konfigurierbaren Berechtigungen.\n- **Admin-Tools** – Kategorien, Rollen, BBCodes und Forumseinstellungen verwalten.\n- **Moderations-Tools** – Themen und Beiträge anheften, sperren und verwalten.\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Supportkanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum integriert sich nahtlos in die Nextcloud-Instanz und nutzt die bestehenden Benutzer und Gruppen für die Anmeldung und die Zugriffskontrolle.",
|
||||
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control." : "Diskussionen erstellen, Ideen austauschen und direkt in Nextcloud mit der Community zusammenarbeiten.\n\n**Schlüsselfunktionen:**\n- **Themen-Diskussionen** - Erstellen und Antworten auf organisierte Diskussionsthemen mit Paginierung\n- **Kategorienorganisation** - Das Forum mit anpassbaren Kategorien, Überschriften, Farben und Drag-and-Drop-Neuanordnung organisieren\n- **Rich Text Formatierung** - BBCode-Formatierung mit integrierten und benutzerdefinierten Tags, Symbolleiste mit Überlaufmenü\n- **Dateianhänge** - Dateien aus dem Nextcloud-Speicher anhängen oder per Drag-and-Drop hochladen\n- **Benachrichtigungen** - Threads abonnieren und über Antworten und @Erwähnungen benachrichtigt werden\n- **Postreaktionen** - Auf Posts mit Emoji-Reaktionen reagieren\n- **Gelesen-/Ungelesen-Nachverfolgung** - Ungelesene Beiträge auf Themen- und Kategorieebene verfolgen\n- **Lesezeichen** - Themen für den schnellen Zugriff speichern\n- **Suche** - Erweiterte Suche mit Booleschen Operatoren und Kategoriefilterung\n- **Benutzerprofile** - Beitragsverlauf, Statistiken und Rollenabzeichen anzeigen\n- **Rollen und Teams** - Feinkörnige Berechtigungen pro Rolle oder Nextcloud-Team, pro Kategorie\n- **Gästezugriff** - Optionaler öffentlicher Zugriff für nicht angemeldete Besucher mit einstellbaren Berechtigungen\n- **Bearbeitungsverlauf** - Den Verlauf nach der Überarbeitung mit einstellbarer Sichtbarkeit und Datenschutzkontrollen pro Konto anzeigen\n- **Wiederverwendbare Vorlagen** - Speichern und Einfügen häufig verwendeter Inhaltsausschnitte\n- **Signaturen** - BBCode-formatierte Signaturen in Beiträgen\n- **Themen-Entwürfe** - Automatisch gespeicherte Entwürfe pro Kategorie\n- **Dashboard-Widgets** - Aktuelle Aktivitäten, Top-Threads und Top-Kategorien im Nextcloud-Dashboard\n- **Direkte Beitragslinks** - Direkt auf einen bestimmten Beitrag innerhalb eines Tehmas verlinken\n- **Moderationstools** - Themen anheften, sperren, ausblenden und verschieben; gelöschte Inhalte überprüfen und wiederherstellen\n- **Verwaltungstools** - Kategorien, Rollen, BBCodes und Foreneinstellungen mit granularen Berechtigungen verwalten\n- **Serververwaltung** - Seeds reparieren, Statistiken neu erstellen und Rollen über das Nextcloud-Administrations-Panel zuweisen\n\n**Perfekt für:**\n- Teamdiskussionen und Zusammenarbeit\n- Community-Foren\n- Unterstützungskanäle\n- Wissensdatenbanken\n- Projektdiskussionen\n- Interne Kommunikation\n\nDas Forum lässt sich nahtlos in die Nextcloud-Instanz integrieren und nutzt die vorhandenen Konten und Teams zur Anmeldung und Zugriffskontrolle.",
|
||||
"Forum server administration" : "Foren-Server-Administration",
|
||||
"Database Initial Data" : "Datenbank-Anfangsdaten",
|
||||
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Standardforendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wieder herstellen. Dies kann sicher mehrmals ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Den Befehl \"Anfangsdaten der Datenbank reparieren\" ausführen, um die Standard-Forendaten (Rollen, Kategorien, Berechtigungen, BBCodes) wiederherzustellen. Dies kann problemlos mehrfach ausgeführt werden, da bereits vorhandene Daten übersprungen werden.",
|
||||
"Run Repair Database Initial Data" : "Anfangsdaten der Datenbank reparieren",
|
||||
"User Roles" : "Benutzerrollen",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Benutzern Forenrollen zuweisen. Hierdurch können bestimmten Benutzern Verwaltungs- oder Moderationsrechte gewährt werden.",
|
||||
"User ID" : "Benutzer-ID",
|
||||
"Enter user ID" : "Benutzer-ID eingeben",
|
||||
"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.",
|
||||
"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.",
|
||||
"Account ID" : "Konto-ID",
|
||||
"Enter account ID" : "Konto-ID eingeben",
|
||||
"Role" : "Rolle",
|
||||
"Select a role" : "Eine Rolle auswählen",
|
||||
"Assign Role" : "Rolle zuweisen",
|
||||
"Failed to fetch roles" : "Rollen konnten nicht abgerufen werden",
|
||||
"Failed to run repair database initial data" : "Anfangsdaten der Datenbank konnten nicht repariert werden",
|
||||
"Failed to assign role" : "Rolle konnte nicht zugewiesen werden",
|
||||
"Loading …" : "Lade …",
|
||||
"Search" : "Suche",
|
||||
"Home" : "Startseite",
|
||||
"Bookmarks" : "Lesezeichen",
|
||||
"User preferences" : "Benutzereinstellungen",
|
||||
"Preferences" : "Einstellungen",
|
||||
"Management" : "Verwaltung",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forumeinstellungen",
|
||||
"Users" : "Personen",
|
||||
"Accounts" : "Konten",
|
||||
"Roles & Teams" : "Rollen und Teams",
|
||||
"Categories" : "Kategorien",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Moderation" : "Moderation",
|
||||
"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!",
|
||||
@@ -142,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",
|
||||
@@ -150,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:",
|
||||
@@ -162,6 +179,16 @@
|
||||
"Initializing …" : "Initialisiere …",
|
||||
"Forum not set up" : "Forum ist nicht eingerichtet",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "Das Forum wurde noch nicht eingerichtet. Bitte an die Administration wenden, um die Einrichtung abzuschließen.",
|
||||
"Deleted" : "Gelöscht",
|
||||
"Restore" : "Wiederherstellen",
|
||||
"Error loading content" : "Fehler beim Laden des Inhalts",
|
||||
"Retry" : "Wiederholen",
|
||||
"No deleted content" : "Kein gelöschter Inhalt",
|
||||
"There is no deleted content to review." : "Es gibt keine gelöschten Inhalte, die überprüft werden müssen.",
|
||||
"Deleted reply" : "Antwort löschen",
|
||||
"In thread" : "Im Thema",
|
||||
"Restore reply" : "Antwort wiederherstellen",
|
||||
"Restore thread" : "Thema wiederherstellen",
|
||||
"Move thread to category" : "Thema in Kategorie verschieben",
|
||||
"Select the category to move this thread to:" : "Die Kategorie auswählen, zu der dieses Thema verschoben werden soll:",
|
||||
"Select a category …" : "Eine Kategorie auswählen …",
|
||||
@@ -187,6 +214,9 @@
|
||||
"View edit history" : "Bearbeitungsverlauf anzeigen",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Soll dieser Beitrag wirklich gelöscht werden? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"Unread" : "Ungelesen",
|
||||
"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?",
|
||||
@@ -205,8 +235,8 @@
|
||||
"Write your reply …" : "Ihre Antwort schreiben …",
|
||||
"Submit reply" : "Antwort absenden",
|
||||
"Are you sure you want to discard your reply?" : "Soll Ihre Antwort wirklich verworfen werden?",
|
||||
"In thread" : "Im Thema",
|
||||
"Thread unavailable" : "Thema nicht verfügbar",
|
||||
"Deleted account" : "Konto gelöscht",
|
||||
"Pinned thread" : "Angeheftetes Thema",
|
||||
"Locked thread" : "Gesperrtes Thema",
|
||||
"Uncategorized" : "Ohne Kategorie",
|
||||
@@ -228,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 …",
|
||||
@@ -243,7 +275,6 @@
|
||||
"Error loading bookmarks" : "Fehler beim Laden der Lesezeichen",
|
||||
"No bookmarks yet" : "Bislang keine Lesezeichen",
|
||||
"Bookmark threads to quickly find them later." : "Themen als Lesezeichen speichern, um diese später schnell wiederzufinden.",
|
||||
"Retry" : "Wiederholen",
|
||||
"An unexpected error occurred" : "Ein unerwarteter Fehler ist eingetreten",
|
||||
"Failed to load bookmarks" : "Lesezeichen konnten nicht geladen werden",
|
||||
"No categories yet" : "Bislang keine Kategorien",
|
||||
@@ -256,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",
|
||||
@@ -270,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",
|
||||
@@ -337,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",
|
||||
@@ -363,6 +396,10 @@
|
||||
"Your signature appears at the bottom of your threads or replies" : "Ihre Signatur erscheint am Ende Ihrer Themen oder Antworten",
|
||||
"You can use BBCode formatting in your signature" : "Sie können die BBCode-Formatierung in Ihrer Signatur verwenden",
|
||||
"Enter your signature …" : "Geben Sie Ihre Signatur ein …",
|
||||
"Privacy" : "Datenschutz",
|
||||
"Control the visibility of your activity" : "Die Sichtbarkeit Ihrer Aktivität kontrollieren",
|
||||
"Hide my edit history from other accounts" : "Meinen Bearbeitungsverlauf vor anderen Konten verbergen",
|
||||
"When enabled, other accounts cannot view the edit history of your posts. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können andere Konten den Bearbeitungsverlauf Ihrer Beiträge nicht einsehen. Administration und Moderation können den Bearbeitungsverlauf jederzeit einsehen.",
|
||||
"Failed to save preferences" : "Sichern der Einstellungen fehlgeschlagen",
|
||||
"Select upload directory" : "Hochladeverzeichnis auswählen",
|
||||
"BBCode management" : "BBCode-Verwaltung",
|
||||
@@ -394,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",
|
||||
@@ -420,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",
|
||||
@@ -443,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",
|
||||
"Admin dashboard" : "Administrationsdashboard",
|
||||
"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",
|
||||
@@ -463,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",
|
||||
@@ -473,8 +518,25 @@
|
||||
"Manage who can access the forum" : "Verwalten, wer auf das Forum zugreifen darf",
|
||||
"Allow guest access" : "Gästen den Zugriff gestatten",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Wenn diese Option aktiviert ist, können nicht angemeldete Benutzer Forumsinhalte im schreibgeschützten Modus ansehen",
|
||||
"Control who can view the edit history of posts" : "Steuern, wer den Bearbeitungsverlauf von Beiträgen anzeigen kann",
|
||||
"Allow all accounts to view edit history" : "Zulassen, dass alle Konten den Verarbeitungsverlauf einsehen können",
|
||||
"When enabled, any account can view the edit history of any post. When disabled, only post owners can view their own edit history. Administration and moderators can always view edit history." : "Wenn diese Option aktiviert ist, können alle Konten den Bearbeitungsverlauf jedes Beitrags einsehen. Wenn diese Option deaktiviert ist, können nur Beitragsersteller ihren eigenen Bearbeitungsverlauf anzeigen. Administration und Moderation können jederzeit den Bearbeitungsverlauf einsehen.",
|
||||
"Allow accounts to hide their own edit history" : "Zulassen, dass Konten ihren eigenen Bearbeitungsverlauf ausblenden können.",
|
||||
"When enabled, accounts can choose to hide their edit history from other accounts in their preferences." : "Wenn diese Option aktiviert ist, können Konten ihren Bearbeitungsverlauf vor anderen Konten in ihren Einstellungen verbergen.",
|
||||
"Posts" : "Beiträge",
|
||||
"Configure posting features" : "Posting-Funktionen konfigurieren",
|
||||
"Enable signatures" : "Signaturen aktivieren",
|
||||
"When enabled, accounts can set a signature in their preferences that appears at the bottom of their posts." : "Wenn aktiviert, können Konten in ihren Einstellungen eine Signatur festlegen, die unterhalb von Beiträgen angezeigt wird.",
|
||||
"Settings saved" : "Einstellungen gespeichert",
|
||||
"Failed to save settings" : "Einstellungen konnten nicht gespeichert werden",
|
||||
"Review and restore deleted content" : "Gelöschte Inhalte überprüfen und wiederherstellen",
|
||||
"Deleted threads" : "Gelöschte Themen",
|
||||
"Deleted replies" : "Gelöschte Antworten",
|
||||
"Search deleted content …" : "Gelöschten Inhalt suchen …",
|
||||
"Newest first" : "Neueste zuerst",
|
||||
"Oldest first" : "Älteste zuerst",
|
||||
"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",
|
||||
@@ -489,23 +551,28 @@
|
||||
"Reset" : "Zurücksetzen",
|
||||
"Role permissions" : "Rollenberechtigungen",
|
||||
"Set global permissions for this role" : "Globale Berechtigungen für diese Rolle festlegen",
|
||||
"Can access admin tools" : "Kann auf die Administrationswerkzeuge zugreifen",
|
||||
"Allow access to the admin dashboard and tools" : "Zugriff auf das Administrations-Dashboard und -Werkzeuge zulassen",
|
||||
"Can edit roles" : "Kann Rollen bearbeiten",
|
||||
"Allow creating, editing and deleting roles" : "Erstellen, Bearbeiten und Löschen von Rollen zulassen",
|
||||
"Can edit categories" : "Kann Kategorien bearbeiten",
|
||||
"Dashboard and forum settings" : "Dashboard und Foreneinstellungen",
|
||||
"Allow access to the management dashboard and forum settings" : "Zugriff auf das Verwaltungs-Dashboard und die Foreneinstellungen zulassen",
|
||||
"Account management" : "Kontoverwaltung",
|
||||
"Allow viewing accounts and assigning roles" : "Anzeigen von Konten und das Zuweisen von Rollen zulassen",
|
||||
"Roles and teams management" : "Rollen- und Team-Verwaltung",
|
||||
"Allow creating, editing and deleting roles and team permissions" : "Das Erstellen, Bearbeiten und Löschen von Rollen und Teamberechtigungen zulassen",
|
||||
"Category management" : "Kategorieverwaltung",
|
||||
"Allow creating, editing and deleting categories" : "Erstellen, Bearbeiten und Löschen von Kategorien zulassen",
|
||||
"Allow creating, editing and deleting custom BBCodes" : "Das Erstellen, Bearbeiten und Löschen benutzerdefinierter BBCodes zulassen",
|
||||
"Allow access to the moderation page to review and restore deleted content" : "Den Zugriff auf die Moderationsseite, um gelöschte Inhalte zu überprüfen und wiederherzustellen zulassen",
|
||||
"Category permissions" : "Kategorieberechtigungen",
|
||||
"Set which categories this role can access" : "Einstellen, auf welche Kategorien diese Rolle Zugriff hat",
|
||||
"Admin role must have all permissions enabled" : "Für die Administrationsrolle müssen alle Berechtigungen aktiviert sein",
|
||||
"Admin role has full access to all categories" : "Die Administrationsrolle hat vollen Zugriff auf alle Kategorien",
|
||||
"Guest role cannot have admin permissions" : "Die Gastrolle darf keine Administrationsberechtigungen haben",
|
||||
"Guest role cannot have management permissions" : "Die Gastrolle darf keine Verwaltungsberechtigungen haben",
|
||||
"Guest role cannot moderate categories" : "Die Gastrolle darf Kategorien nicht moderieren",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Mit den Kontrollkästchen unten kann eingestellt werden, welche Kategorien Gästen angezeigt werden.",
|
||||
"Guest access is currently disabled" : "Gastzugriff ist aktuell deaktiviert",
|
||||
"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 …",
|
||||
@@ -525,25 +592,24 @@
|
||||
"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",
|
||||
"Active" : "Aktiv",
|
||||
"Deleted" : "Gelöscht",
|
||||
"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);"
|
||||
}
|
||||
59
l10n/el.js
59
l10n/el.js
File diff suppressed because one or more lines are too long
59
l10n/el.json
59
l10n/el.json
File diff suppressed because one or more lines are too long
142
l10n/en_GB.js
142
l10n/en_GB.js
@@ -57,34 +57,38 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Welcome to the forum!",
|
||||
"Deleted user" : "Deleted user",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.",
|
||||
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control." : "Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.",
|
||||
"Forum server administration" : "Forum server administration",
|
||||
"Database Initial Data" : "Database Initial Data",
|
||||
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
|
||||
"Repair Database Initial Data" : "Repair Database Initial Data",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
|
||||
"Run Repair Database Initial Data" : "Run Repair Database Initial Data",
|
||||
"User Roles" : "User Roles",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users.",
|
||||
"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",
|
||||
"Failed to fetch roles" : "Failed to fetch roles",
|
||||
"Failed to run repair database initial data" : "Failed to run repair database initial data",
|
||||
"Failed to assign role" : "Failed to assign role",
|
||||
"Loading …" : "Loading …",
|
||||
"Search" : "Search",
|
||||
"Home" : "Home",
|
||||
"Bookmarks" : "Bookmarks",
|
||||
"User preferences" : "User preferences",
|
||||
"Preferences" : "Preferences",
|
||||
"Management" : "Management",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Accounts" : "Accounts",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Moderation" : "Moderation",
|
||||
"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!",
|
||||
@@ -144,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",
|
||||
@@ -152,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:",
|
||||
@@ -164,6 +181,16 @@ OC.L10N.register(
|
||||
"Initializing …" : "Initializing …",
|
||||
"Forum not set up" : "Forum not set up",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
|
||||
"Deleted" : "Deleted",
|
||||
"Restore" : "Restore",
|
||||
"Error loading content" : "Error loading content",
|
||||
"Retry" : "Retry",
|
||||
"No deleted content" : "No deleted content",
|
||||
"There is no deleted content to review." : "There is no deleted content to review.",
|
||||
"Deleted reply" : "Deleted reply",
|
||||
"In thread" : "In thread",
|
||||
"Restore reply" : "Restore reply",
|
||||
"Restore thread" : "Restore thread",
|
||||
"Move thread to category" : "Move thread to category",
|
||||
"Select the category to move this thread to:" : "Select the category to move this thread to:",
|
||||
"Select a category …" : "Select a category …",
|
||||
@@ -189,6 +216,9 @@ OC.L10N.register(
|
||||
"View edit history" : "View edit history",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Are you sure you want to delete this post? This action cannot be undone.",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"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,8 +237,8 @@ OC.L10N.register(
|
||||
"Write your reply …" : "Write your reply …",
|
||||
"Submit reply" : "Submit reply",
|
||||
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
|
||||
"In thread" : "In thread",
|
||||
"Thread unavailable" : "Thread unavailable",
|
||||
"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 …",
|
||||
@@ -245,7 +277,6 @@ OC.L10N.register(
|
||||
"Error loading bookmarks" : "Error loading bookmarks",
|
||||
"No bookmarks yet" : "No bookmarks yet",
|
||||
"Bookmark threads to quickly find them later." : "Bookmark threads to quickly find them later.",
|
||||
"Retry" : "Retry",
|
||||
"An unexpected error occurred" : "An unexpected error occurred",
|
||||
"Failed to load bookmarks" : "Failed to load bookmarks",
|
||||
"No categories yet" : "No categories yet",
|
||||
@@ -258,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",
|
||||
@@ -272,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",
|
||||
@@ -339,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 +398,10 @@ OC.L10N.register(
|
||||
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
|
||||
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
|
||||
"Enter your signature …" : "Enter your signature …",
|
||||
"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,15 +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",
|
||||
"Admin dashboard" : "Admin dashboard",
|
||||
"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",
|
||||
@@ -465,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",
|
||||
@@ -475,8 +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",
|
||||
@@ -491,23 +553,28 @@ OC.L10N.register(
|
||||
"Reset" : "Reset",
|
||||
"Role permissions" : "Role permissions",
|
||||
"Set global permissions for this role" : "Set global permissions for this role",
|
||||
"Can access admin tools" : "Can access admin tools",
|
||||
"Allow access to the admin dashboard and tools" : "Allow access to the admin dashboard and tools",
|
||||
"Can edit roles" : "Can edit roles",
|
||||
"Allow creating, editing and deleting roles" : "Allow creating, editing and deleting roles",
|
||||
"Can edit categories" : "Can edit categories",
|
||||
"Dashboard and forum settings" : "Dashboard and forum settings",
|
||||
"Allow access to the management dashboard and forum settings" : "Allow access to the management dashboard and forum settings",
|
||||
"Account management" : "Account management",
|
||||
"Allow viewing accounts and assigning roles" : "Allow viewing accounts and assigning roles",
|
||||
"Roles and teams management" : "Roles and teams management",
|
||||
"Allow creating, editing and deleting roles and team permissions" : "Allow creating, editing and deleting roles and team permissions",
|
||||
"Category management" : "Category management",
|
||||
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
|
||||
"Allow creating, editing and deleting custom BBCodes" : "Allow creating, editing and deleting custom BBCodes",
|
||||
"Allow access to the moderation page to review and restore deleted content" : "Allow access to the moderation page to review and restore deleted content",
|
||||
"Category permissions" : "Category permissions",
|
||||
"Set which categories this role can access" : "Set which categories this role can access",
|
||||
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
|
||||
"Admin role has full access to all categories" : "Admin role has full access to all categories",
|
||||
"Guest role cannot have admin permissions" : "Guest role cannot have admin permissions",
|
||||
"Guest role cannot have management permissions" : "Guest role cannot have management permissions",
|
||||
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
|
||||
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
|
||||
"Guest access is currently disabled" : "Guest access is currently disabled",
|
||||
"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 …",
|
||||
@@ -527,25 +594,24 @@ 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",
|
||||
"Active" : "Active",
|
||||
"Deleted" : "Deleted",
|
||||
"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);");
|
||||
|
||||
142
l10n/en_GB.json
142
l10n/en_GB.json
@@ -55,34 +55,38 @@
|
||||
"Welcome to the forum!" : "Welcome to the forum!",
|
||||
"Deleted user" : "Deleted user",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "A community-driven forum built right into your Nextcloud instance",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control.",
|
||||
"Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control." : "Create discussions, share ideas, and collaborate with your community directly in Nextcloud.\n\n**Key features:**\n- **Threaded Discussions** - Create and reply to organized discussion threads with pagination\n- **Category Organization** - Structure your forum with customizable categories, headers, colors, and drag-and-drop reordering\n- **Rich Text Formatting** - BBCode formatting with built-in and custom tags, toolbar with overflow menu\n- **File Attachments** - Attach files from your Nextcloud storage or upload via drag-and-drop\n- **Notifications** - Subscribe to threads and get notified on replies and @mentions\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Track unread posts at thread and category level\n- **Bookmarks** - Save threads for quick access\n- **Search** - Advanced search with boolean operators and category filtering\n- **User Profiles** - View post history, statistics, and role badges\n- **Roles and Teams** - Fine-grained permissions per role or Nextcloud Team, per category\n- **Guest Access** - Optional public access for unauthenticated visitors with configurable permissions\n- **Edit History** - View post revision history with configurable visibility and per-account privacy controls\n- **Reusable Templates** - Save and insert frequently used content snippets\n- **Signatures** - BBCode-formatted signatures on posts\n- **Thread Drafts** - Auto-saved drafts per category\n- **Dashboard Widgets** - Recent activity, top threads, and top categories on the Nextcloud dashboard\n- **Direct Post Links** - Link directly to a specific post within a thread\n- **Moderation Tools** - Pin, lock, hide, and move threads; review and restore deleted content\n- **Management Tools** - Manage categories, roles, BBCodes, and forum settings with granular permissions\n- **Server Administration** - Repair seeds, rebuild statistics, and assign roles from the Nextcloud admin panel\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing accounts and teams for authentication and access control.",
|
||||
"Forum server administration" : "Forum server administration",
|
||||
"Database Initial Data" : "Database Initial Data",
|
||||
"Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
|
||||
"Repair Database Initial Data" : "Repair Database Initial Data",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists.",
|
||||
"Run Repair Database Initial Data" : "Run Repair Database Initial Data",
|
||||
"User Roles" : "User Roles",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users.",
|
||||
"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",
|
||||
"Failed to fetch roles" : "Failed to fetch roles",
|
||||
"Failed to run repair database initial data" : "Failed to run repair database initial data",
|
||||
"Failed to assign role" : "Failed to assign role",
|
||||
"Loading …" : "Loading …",
|
||||
"Search" : "Search",
|
||||
"Home" : "Home",
|
||||
"Bookmarks" : "Bookmarks",
|
||||
"User preferences" : "User preferences",
|
||||
"Preferences" : "Preferences",
|
||||
"Management" : "Management",
|
||||
"Dashboard" : "Dashboard",
|
||||
"Forum settings" : "Forum settings",
|
||||
"Users" : "Users",
|
||||
"Accounts" : "Accounts",
|
||||
"Roles & Teams" : "Roles & Teams",
|
||||
"Categories" : "Categories",
|
||||
"BBCodes" : "BBCodes",
|
||||
"Moderation" : "Moderation",
|
||||
"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!",
|
||||
@@ -142,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",
|
||||
@@ -150,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:",
|
||||
@@ -162,6 +179,16 @@
|
||||
"Initializing …" : "Initializing …",
|
||||
"Forum not set up" : "Forum not set up",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "The forum has not been set up yet. Please contact an administration member to complete the setup.",
|
||||
"Deleted" : "Deleted",
|
||||
"Restore" : "Restore",
|
||||
"Error loading content" : "Error loading content",
|
||||
"Retry" : "Retry",
|
||||
"No deleted content" : "No deleted content",
|
||||
"There is no deleted content to review." : "There is no deleted content to review.",
|
||||
"Deleted reply" : "Deleted reply",
|
||||
"In thread" : "In thread",
|
||||
"Restore reply" : "Restore reply",
|
||||
"Restore thread" : "Restore thread",
|
||||
"Move thread to category" : "Move thread to category",
|
||||
"Select the category to move this thread to:" : "Select the category to move this thread to:",
|
||||
"Select a category …" : "Select a category …",
|
||||
@@ -187,6 +214,9 @@
|
||||
"View edit history" : "View edit history",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Are you sure you want to delete this post? This action cannot be undone.",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "Direct link",
|
||||
"Direct link copied to clipboard" : "Direct link copied to clipboard",
|
||||
"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?",
|
||||
@@ -205,8 +235,8 @@
|
||||
"Write your reply …" : "Write your reply …",
|
||||
"Submit reply" : "Submit reply",
|
||||
"Are you sure you want to discard your reply?" : "Are you sure you want to discard your reply?",
|
||||
"In thread" : "In thread",
|
||||
"Thread unavailable" : "Thread unavailable",
|
||||
"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 …",
|
||||
@@ -243,7 +275,6 @@
|
||||
"Error loading bookmarks" : "Error loading bookmarks",
|
||||
"No bookmarks yet" : "No bookmarks yet",
|
||||
"Bookmark threads to quickly find them later." : "Bookmark threads to quickly find them later.",
|
||||
"Retry" : "Retry",
|
||||
"An unexpected error occurred" : "An unexpected error occurred",
|
||||
"Failed to load bookmarks" : "Failed to load bookmarks",
|
||||
"No categories yet" : "No categories yet",
|
||||
@@ -256,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",
|
||||
@@ -270,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",
|
||||
@@ -337,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 +396,10 @@
|
||||
"Your signature appears at the bottom of your threads or replies" : "Your signature appears at the bottom of your threads or replies",
|
||||
"You can use BBCode formatting in your signature" : "You can use BBCode formatting in your signature",
|
||||
"Enter your signature …" : "Enter your signature …",
|
||||
"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,15 +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",
|
||||
"Admin dashboard" : "Admin dashboard",
|
||||
"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",
|
||||
@@ -463,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",
|
||||
@@ -473,8 +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",
|
||||
@@ -489,23 +551,28 @@
|
||||
"Reset" : "Reset",
|
||||
"Role permissions" : "Role permissions",
|
||||
"Set global permissions for this role" : "Set global permissions for this role",
|
||||
"Can access admin tools" : "Can access admin tools",
|
||||
"Allow access to the admin dashboard and tools" : "Allow access to the admin dashboard and tools",
|
||||
"Can edit roles" : "Can edit roles",
|
||||
"Allow creating, editing and deleting roles" : "Allow creating, editing and deleting roles",
|
||||
"Can edit categories" : "Can edit categories",
|
||||
"Dashboard and forum settings" : "Dashboard and forum settings",
|
||||
"Allow access to the management dashboard and forum settings" : "Allow access to the management dashboard and forum settings",
|
||||
"Account management" : "Account management",
|
||||
"Allow viewing accounts and assigning roles" : "Allow viewing accounts and assigning roles",
|
||||
"Roles and teams management" : "Roles and teams management",
|
||||
"Allow creating, editing and deleting roles and team permissions" : "Allow creating, editing and deleting roles and team permissions",
|
||||
"Category management" : "Category management",
|
||||
"Allow creating, editing and deleting categories" : "Allow creating, editing and deleting categories",
|
||||
"Allow creating, editing and deleting custom BBCodes" : "Allow creating, editing and deleting custom BBCodes",
|
||||
"Allow access to the moderation page to review and restore deleted content" : "Allow access to the moderation page to review and restore deleted content",
|
||||
"Category permissions" : "Category permissions",
|
||||
"Set which categories this role can access" : "Set which categories this role can access",
|
||||
"Admin role must have all permissions enabled" : "Admin role must have all permissions enabled",
|
||||
"Admin role has full access to all categories" : "Admin role has full access to all categories",
|
||||
"Guest role cannot have admin permissions" : "Guest role cannot have admin permissions",
|
||||
"Guest role cannot have management permissions" : "Guest role cannot have management permissions",
|
||||
"Guest role cannot moderate categories" : "Guest role cannot moderate categories",
|
||||
"You can control which categories guests can view using the checkboxes below." : "You can control which categories guests can view using the checkboxes below.",
|
||||
"Guest access is currently disabled" : "Guest access is currently disabled",
|
||||
"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 …",
|
||||
@@ -525,25 +592,24 @@
|
||||
"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",
|
||||
"Active" : "Active",
|
||||
"Deleted" : "Deleted",
|
||||
"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);"
|
||||
}
|
||||
15
l10n/eo.js
15
l10n/eo.js
@@ -11,20 +11,26 @@ 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",
|
||||
"Restore" : "Restaŭri",
|
||||
"Retry" : "Reprovi",
|
||||
"Move" : "Movi",
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Direct link" : "Direkta ligilo",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
@@ -35,7 +41,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Refresh" : "Aktualigi",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Created" : "Kreita",
|
||||
"Searching …" : "Serĉado ...",
|
||||
@@ -47,19 +52,19 @@ 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",
|
||||
"Access control" : "Alirkontrolo",
|
||||
"Settings saved" : "Agordoj konservitaj",
|
||||
"Failed to save settings" : "Konservo de agordoj malsukcesis",
|
||||
"Newest first" : "Pli novaj unue",
|
||||
"Oldest first" : "Malpli novaj unue",
|
||||
"Reset" : "Restarigi",
|
||||
"ID" : "Identigilo",
|
||||
"Owner" : "Posedanto",
|
||||
"Actions" : "Agoj",
|
||||
"Members" : "Membroj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
"Joined" : "Membriĝinta"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
15
l10n/eo.json
15
l10n/eo.json
@@ -9,20 +9,26 @@
|
||||
"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",
|
||||
"Restore" : "Restaŭri",
|
||||
"Retry" : "Reprovi",
|
||||
"Move" : "Movi",
|
||||
"Page not found" : "Paĝo ne trovita",
|
||||
"Edit" : "Modifi",
|
||||
"Delete" : "Forigi",
|
||||
"Direct link" : "Direkta ligilo",
|
||||
"Save" : "Konservi",
|
||||
"Current version" : "Nuna versio",
|
||||
"Uncategorized" : "Senkategoria",
|
||||
@@ -33,7 +39,6 @@
|
||||
"Draft saved" : "Malneto konservita",
|
||||
"Unsaved changes" : "Nekonservitaj ŝanĝoj",
|
||||
"Refresh" : "Aktualigi",
|
||||
"Retry" : "Reprovi",
|
||||
"Error" : "Eraro",
|
||||
"Created" : "Kreita",
|
||||
"Searching …" : "Serĉado ...",
|
||||
@@ -45,19 +50,19 @@
|
||||
"Enable" : "Ŝalti",
|
||||
"Disable" : "Malŝalti",
|
||||
"Description" : "Priskribo",
|
||||
"New" : "Nova",
|
||||
"Preview" : "Antaŭvidi",
|
||||
"Move down" : "Movi malsupren",
|
||||
"Last 7 days" : "Lastaj 7 tagoj",
|
||||
"Access control" : "Alirkontrolo",
|
||||
"Settings saved" : "Agordoj konservitaj",
|
||||
"Failed to save settings" : "Konservo de agordoj malsukcesis",
|
||||
"Newest first" : "Pli novaj unue",
|
||||
"Oldest first" : "Malpli novaj unue",
|
||||
"Reset" : "Restarigi",
|
||||
"ID" : "Identigilo",
|
||||
"Owner" : "Posedanto",
|
||||
"Actions" : "Agoj",
|
||||
"Members" : "Membroj",
|
||||
"Joined" : "Membriĝinta",
|
||||
"Deleted" : "Forigita"
|
||||
"Joined" : "Membriĝinta"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
38
l10n/es.js
38
l10n/es.js
@@ -54,30 +54,24 @@ OC.L10N.register(
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado en su instancia de Nextcloud",
|
||||
"Repair Database Initial Data" : "Reparar datos iniciales de la base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Ejecute el comando de reparación de datos iniciales en la base de datos para restaurar los datos predeterminados del foro (roles, categorías, permisos y BBCodes). Puede ejecutarlo varias veces sin problemas, ya que omitirá los datos existentes.",
|
||||
"Run Repair Database Initial Data" : "Ejecute el comando de reparación de datos iniciales en la base de datos",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asignar roles de foro a los usuarios. Esto permite otorgar privilegios de administrador o moderador a usuarios específicos.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Enter user ID" : "Introduzca el ID de usuario",
|
||||
"Role" : "Cargo",
|
||||
"Select a role" : "Seleccionar un rol",
|
||||
"Assign Role" : "Asignar un rol",
|
||||
"Failed to fetch roles" : "No se pudieron obtener los roles",
|
||||
"Failed to run repair database initial data" : "Fallo al ejecutar la reparación de datos iniciales en la base de datos",
|
||||
"Failed to assign role" : "Fallo al asignar un rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"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!",
|
||||
@@ -113,10 +107,16 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
@@ -127,6 +127,8 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Add reaction" : "Añadir reacción",
|
||||
@@ -145,7 +147,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios sin guardar",
|
||||
"Refresh" : "Refrescar",
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
@@ -159,18 +160,17 @@ OC.L10N.register(
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Notifications" : "Notificaciones",
|
||||
"Files" : "Archivos",
|
||||
"Browse" : "Explorar",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"This action cannot be undone." : "Esta acción no se puede deshacer.",
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
@@ -182,20 +182,20 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Newest first" : "Más nuevas primero",
|
||||
"Oldest first" : "Más antiguas primero",
|
||||
"Reset" : "Restablecer",
|
||||
"Account management" : "Administración de cuentas",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"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",
|
||||
"Active" : "Activo",
|
||||
"Deleted" : "Eliminada"
|
||||
"Active" : "Activo"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
38
l10n/es.json
38
l10n/es.json
@@ -52,30 +52,24 @@
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado por la comunidad integrado en su instancia de Nextcloud",
|
||||
"Repair Database Initial Data" : "Reparar datos iniciales de la base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Ejecute el comando de reparación de datos iniciales en la base de datos para restaurar los datos predeterminados del foro (roles, categorías, permisos y BBCodes). Puede ejecutarlo varias veces sin problemas, ya que omitirá los datos existentes.",
|
||||
"Run Repair Database Initial Data" : "Ejecute el comando de reparación de datos iniciales en la base de datos",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asignar roles de foro a los usuarios. Esto permite otorgar privilegios de administrador o moderador a usuarios específicos.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Enter user ID" : "Introduzca el ID de usuario",
|
||||
"Role" : "Cargo",
|
||||
"Select a role" : "Seleccionar un rol",
|
||||
"Assign Role" : "Asignar un rol",
|
||||
"Failed to fetch roles" : "No se pudieron obtener los roles",
|
||||
"Failed to run repair database initial data" : "Fallo al ejecutar la reparación de datos iniciales en la base de datos",
|
||||
"Failed to assign role" : "Fallo al asignar un rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"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!",
|
||||
@@ -111,10 +105,16 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
@@ -125,6 +125,8 @@
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Add reaction" : "Añadir reacción",
|
||||
@@ -143,7 +145,6 @@
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios sin guardar",
|
||||
"Refresh" : "Refrescar",
|
||||
"Retry" : "Reintentar",
|
||||
"In {category}" : "En {category}",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
@@ -157,18 +158,17 @@
|
||||
"Bookmark" : "Marcador",
|
||||
"Edit title" : "Editar título",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Notifications" : "Notificaciones",
|
||||
"Files" : "Archivos",
|
||||
"Browse" : "Explorar",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"This action cannot be undone." : "Esta acción no se puede deshacer.",
|
||||
"Tag" : "Etiqueta",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Vista previa",
|
||||
"Move up" : "Mover hacia arriba",
|
||||
@@ -180,20 +180,20 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Fallo al guardar ajustes",
|
||||
"Newest first" : "Más nuevas primero",
|
||||
"Oldest first" : "Más antiguas primero",
|
||||
"Reset" : "Restablecer",
|
||||
"Account management" : "Administración de cuentas",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"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",
|
||||
"Active" : "Activo",
|
||||
"Deleted" : "Eliminada"
|
||||
"Active" : "Activo"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,19 +10,25 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -30,25 +36,24 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restaurar",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,19 +8,25 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -28,25 +34,24 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restaurar",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,52 +10,57 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Link directa",
|
||||
"Save" : "Guardar",
|
||||
"Name" : "Nombre",
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando ...",
|
||||
"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",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Newest first" : "El más reciente primero",
|
||||
"Oldest first" : "Los más viejos primero",
|
||||
"Reset" : "Restablecer",
|
||||
"Account management" : "Administración de cuentas",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Eliminado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,52 +8,57 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Volver",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Link directa",
|
||||
"Save" : "Guardar",
|
||||
"Name" : "Nombre",
|
||||
"Refresh" : "Recargar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando ...",
|
||||
"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",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Configuraciones guardadas",
|
||||
"Newest first" : "El más reciente primero",
|
||||
"Oldest first" : "Los más viejos primero",
|
||||
"Reset" : "Restablecer",
|
||||
"Account management" : "Administración de cuentas",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Loading users …" : "Cargando usuarios...",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Eliminado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,17 +10,23 @@ 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",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -28,7 +34,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -38,18 +43,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,17 +8,23 @@
|
||||
"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",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -26,7 +32,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -36,18 +41,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,20 +9,27 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -30,27 +37,25 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"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",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Reiniciar",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,20 +7,27 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -28,27 +35,25 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"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",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Reiniciar",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,18 +10,24 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -29,7 +35,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -39,18 +44,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,18 +8,24 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -27,7 +33,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -37,18 +42,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,19 +10,25 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -30,7 +36,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -41,18 +46,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,19 +8,25 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -28,7 +34,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -39,18 +44,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -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",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Crea discusiones, comparte ideas y colabora con tu comunidad directamente en Nextcloud.\n\n**⚠️ Aviso de Desarrollo Temprano:**\nEsta aplicación se encuentra en etapas iniciales de desarrollo. Aunque funcional, podrías encontrar errores o funciones incompletas. Por favor reporta cualquier problema en GitHub y considera hacer copias de seguridad regularmente.\n\n**Funciones clave:**\n- **Discusiones por hilos** - Crea y responde a hilos organizados\n- **Organización por categorías** - Estructura tu foro con categorías y encabezados personalizables\n- **Formato de texto enriquecido** - Usa BBCode para dar formato a las publicaciones con negrita, cursiva, enlaces, imágenes, bloques de código y más\n- **Adjuntos de archivos** - Adjunta archivos desde tu almacenamiento de Nextcloud a las publicaciones\n- **Reacciones a publicaciones** - Reacciona a publicaciones con emojis\n- **Seguimiento leído/no leído** - Mantén el control de qué hilos has leído\n- **Búsqueda** - Encuentra discusiones rápidamente con la búsqueda incorporada\n- **Perfiles de usuario** - Consulta el historial de publicaciones y estadísticas de usuarios\n- **Permisos basados en roles** - Controla el acceso y la moderación con roles flexibles\n- **Acceso de invitados** - Acceso público opcional para usuarios no autenticados con permisos configurables\n- **Herramientas de administración** - Gestiona categorías, roles, BBCodes y configuraciones del foro\n- **Herramientas de moderación** - Fija, bloquea y gestiona hilos y publicaciones\n\n**Ideal para:**\n- Discusiones y colaboración en equipo\n- Foros comunitarios\n- Canales de soporte\n- Bases de conocimiento\n- Discusiones de proyectos\n- Comunicación interna\n\nEl foro se integra perfectamente con tu instancia de Nextcloud, utilizando tus usuarios y grupos existentes para autenticación y control de acceso.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"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,9 +110,12 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"In thread" : "En el hilo",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"The page you are looking for could not be found." : "La página que buscas no se pudo encontrar.",
|
||||
@@ -121,6 +127,7 @@ OC.L10N.register(
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "¿Estás seguro de que deseas eliminar esta publicación? Esta acción no se puede deshacer.",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Save" : "Guardar",
|
||||
"Are you sure you want to discard your changes?" : "¿Estás seguro de que deseas descartar tus cambios?",
|
||||
"Current version" : "Versión actual",
|
||||
@@ -131,7 +138,6 @@ OC.L10N.register(
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persona reaccionó con {emoji}","%n personas reaccionaron con {emoji}","%n personas reaccionaron con {emoji}"],
|
||||
"Write your reply …" : "Escribe tu respuesta …",
|
||||
"Are you sure you want to discard your reply?" : "¿Estás seguro de que deseas descartar tu respuesta?",
|
||||
"In thread" : "En el hilo",
|
||||
"Thread unavailable" : "Hilo no disponible",
|
||||
"Pinned thread" : "Hilo fijado",
|
||||
"Locked thread" : "Hilo bloqueado",
|
||||
@@ -150,7 +156,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"An unexpected error occurred" : "Ocurrió un error inesperado",
|
||||
"No categories yet" : "Aún no hay categorías",
|
||||
"Categories will appear here once they are created." : "Las categorías aparecerán aquí una vez que se creen.",
|
||||
@@ -175,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",
|
||||
@@ -224,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",
|
||||
@@ -268,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",
|
||||
@@ -300,15 +299,14 @@ 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",
|
||||
"Admin dashboard" : "Panel de administración",
|
||||
"Overview of forum activity and statistics" : "Resumen de la actividad y estadísticas del foro",
|
||||
"Loading statistics …" : "Cargando estadísticas …",
|
||||
"Error loading dashboard" : "Error al cargar panel",
|
||||
"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 +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",
|
||||
@@ -329,8 +326,11 @@ OC.L10N.register(
|
||||
"Manage who can access the forum" : "Gestionar quién puede acceder al foro",
|
||||
"Allow guest access" : "Permitir acceso de invitados",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cuando está habilitado, los usuarios no autenticados pueden ver el contenido del foro en modo solo lectura",
|
||||
"Posts" : "Publicaciones",
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Error al guardar ajustes",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Create role" : "Crear rol",
|
||||
"Edit role" : "Editar rol",
|
||||
"Configure role permissions and category access" : "Configurar permisos del rol y acceso a categorías",
|
||||
@@ -345,17 +345,11 @@ OC.L10N.register(
|
||||
"Reset" : "Restablecer",
|
||||
"Role permissions" : "Permisos de rol",
|
||||
"Set global permissions for this role" : "Establecer permisos globales para este rol",
|
||||
"Can access admin tools" : "Puede acceder a herramientas de administración",
|
||||
"Allow access to the admin dashboard and tools" : "Permitir acceso al panel de administración y herramientas",
|
||||
"Can edit roles" : "Puede editar roles",
|
||||
"Allow creating, editing and deleting roles" : "Permitir crear, editar y eliminar roles",
|
||||
"Can edit categories" : "Puede editar categorías",
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar y eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Establecer a qué categorías puede acceder este rol",
|
||||
"Admin role must have all permissions enabled" : "El rol de administrador debe tener todos los permisos habilitados",
|
||||
"Admin role has full access to all categories" : "El rol de administrador tiene acceso completo a todas las categorías",
|
||||
"Guest role cannot have admin permissions" : "El rol de invitado no puede tener permisos de administrador",
|
||||
"Guest role cannot moderate categories" : "El rol de invitado no puede moderar categorías",
|
||||
"Guest access is currently disabled" : "El acceso de invitados está deshabilitado actualmente",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Los usuarios invitados no podrán acceder al foro hasta que se habilite el acceso de invitados en la configuración del foro.",
|
||||
@@ -374,20 +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",
|
||||
"Deleted" : "Eliminado",
|
||||
"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",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Crea discusiones, comparte ideas y colabora con tu comunidad directamente en Nextcloud.\n\n**⚠️ Aviso de Desarrollo Temprano:**\nEsta aplicación se encuentra en etapas iniciales de desarrollo. Aunque funcional, podrías encontrar errores o funciones incompletas. Por favor reporta cualquier problema en GitHub y considera hacer copias de seguridad regularmente.\n\n**Funciones clave:**\n- **Discusiones por hilos** - Crea y responde a hilos organizados\n- **Organización por categorías** - Estructura tu foro con categorías y encabezados personalizables\n- **Formato de texto enriquecido** - Usa BBCode para dar formato a las publicaciones con negrita, cursiva, enlaces, imágenes, bloques de código y más\n- **Adjuntos de archivos** - Adjunta archivos desde tu almacenamiento de Nextcloud a las publicaciones\n- **Reacciones a publicaciones** - Reacciona a publicaciones con emojis\n- **Seguimiento leído/no leído** - Mantén el control de qué hilos has leído\n- **Búsqueda** - Encuentra discusiones rápidamente con la búsqueda incorporada\n- **Perfiles de usuario** - Consulta el historial de publicaciones y estadísticas de usuarios\n- **Permisos basados en roles** - Controla el acceso y la moderación con roles flexibles\n- **Acceso de invitados** - Acceso público opcional para usuarios no autenticados con permisos configurables\n- **Herramientas de administración** - Gestiona categorías, roles, BBCodes y configuraciones del foro\n- **Herramientas de moderación** - Fija, bloquea y gestiona hilos y publicaciones\n\n**Ideal para:**\n- Discusiones y colaboración en equipo\n- Foros comunitarios\n- Canales de soporte\n- Bases de conocimiento\n- Discusiones de proyectos\n- Comunicación interna\n\nEl foro se integra perfectamente con tu instancia de Nextcloud, utilizando tus usuarios y grupos existentes para autenticación y control de acceso.",
|
||||
"User ID" : "ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Loading …" : "Cargando …",
|
||||
"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,9 +108,12 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"In thread" : "En el hilo",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"The page you are looking for could not be found." : "La página que buscas no se pudo encontrar.",
|
||||
@@ -119,6 +125,7 @@
|
||||
"Delete" : "Eliminar",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "¿Estás seguro de que deseas eliminar esta publicación? Esta acción no se puede deshacer.",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Enlace directo",
|
||||
"Save" : "Guardar",
|
||||
"Are you sure you want to discard your changes?" : "¿Estás seguro de que deseas descartar tus cambios?",
|
||||
"Current version" : "Versión actual",
|
||||
@@ -129,7 +136,6 @@
|
||||
"_%n person reacted with {emoji}_::_%n people reacted with {emoji}_" : ["%n persona reaccionó con {emoji}","%n personas reaccionaron con {emoji}","%n personas reaccionaron con {emoji}"],
|
||||
"Write your reply …" : "Escribe tu respuesta …",
|
||||
"Are you sure you want to discard your reply?" : "¿Estás seguro de que deseas descartar tu respuesta?",
|
||||
"In thread" : "En el hilo",
|
||||
"Thread unavailable" : "Hilo no disponible",
|
||||
"Pinned thread" : "Hilo fijado",
|
||||
"Locked thread" : "Hilo bloqueado",
|
||||
@@ -148,7 +154,6 @@
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"An unexpected error occurred" : "Ocurrió un error inesperado",
|
||||
"No categories yet" : "Aún no hay categorías",
|
||||
"Categories will appear here once they are created." : "Las categorías aparecerán aquí una vez que se creen.",
|
||||
@@ -173,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",
|
||||
@@ -222,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",
|
||||
@@ -266,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",
|
||||
@@ -298,15 +297,14 @@
|
||||
"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",
|
||||
"Admin dashboard" : "Panel de administración",
|
||||
"Overview of forum activity and statistics" : "Resumen de la actividad y estadísticas del foro",
|
||||
"Loading statistics …" : "Cargando estadísticas …",
|
||||
"Error loading dashboard" : "Error al cargar panel",
|
||||
"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",
|
||||
@@ -317,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",
|
||||
@@ -327,8 +324,11 @@
|
||||
"Manage who can access the forum" : "Gestionar quién puede acceder al foro",
|
||||
"Allow guest access" : "Permitir acceso de invitados",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cuando está habilitado, los usuarios no autenticados pueden ver el contenido del foro en modo solo lectura",
|
||||
"Posts" : "Publicaciones",
|
||||
"Settings saved" : "Ajustes guardados",
|
||||
"Failed to save settings" : "Error al guardar ajustes",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Create role" : "Crear rol",
|
||||
"Edit role" : "Editar rol",
|
||||
"Configure role permissions and category access" : "Configurar permisos del rol y acceso a categorías",
|
||||
@@ -343,17 +343,11 @@
|
||||
"Reset" : "Restablecer",
|
||||
"Role permissions" : "Permisos de rol",
|
||||
"Set global permissions for this role" : "Establecer permisos globales para este rol",
|
||||
"Can access admin tools" : "Puede acceder a herramientas de administración",
|
||||
"Allow access to the admin dashboard and tools" : "Permitir acceso al panel de administración y herramientas",
|
||||
"Can edit roles" : "Puede editar roles",
|
||||
"Allow creating, editing and deleting roles" : "Permitir crear, editar y eliminar roles",
|
||||
"Can edit categories" : "Puede editar categorías",
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar y eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Establecer a qué categorías puede acceder este rol",
|
||||
"Admin role must have all permissions enabled" : "El rol de administrador debe tener todos los permisos habilitados",
|
||||
"Admin role has full access to all categories" : "El rol de administrador tiene acceso completo a todas las categorías",
|
||||
"Guest role cannot have admin permissions" : "El rol de invitado no puede tener permisos de administrador",
|
||||
"Guest role cannot moderate categories" : "El rol de invitado no puede moderar categorías",
|
||||
"Guest access is currently disabled" : "El acceso de invitados está deshabilitado actualmente",
|
||||
"Guest users will not be able to access the forum until guest access is enabled in the forum settings." : "Los usuarios invitados no podrán acceder al foro hasta que se habilite el acceso de invitados en la configuración del foro.",
|
||||
@@ -372,20 +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",
|
||||
"Deleted" : "Eliminado",
|
||||
"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,18 +10,24 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -30,7 +36,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -40,18 +45,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,18 +8,24 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -28,7 +34,6 @@
|
||||
"Draft saved" : "Borrador guardado",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -38,18 +43,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,18 +10,24 @@ 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",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -29,7 +35,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -39,18 +44,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,18 +8,24 @@
|
||||
"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",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -27,7 +33,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -37,18 +42,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -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,15 +27,22 @@ OC.L10N.register(
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminado",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Liga directa",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
@@ -49,7 +57,6 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Back to home" : "Regresar al inicio",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
@@ -59,14 +66,13 @@ OC.L10N.register(
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
@@ -78,17 +84,17 @@ OC.L10N.register(
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Failed to save settings" : "No se pudo guardar la configuración",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Reiniciar",
|
||||
"Account management" : "Administración de cuentas",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"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",
|
||||
"Deleted" : "Eliminado"
|
||||
"Active" : "Activo"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -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,15 +25,22 @@
|
||||
"Close" : "Cerrar",
|
||||
"Category" : "Categoría",
|
||||
"Allow" : "Permitir",
|
||||
"Change color" : "Cambiar color",
|
||||
"Account" : "Cuenta",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Crear",
|
||||
"Update" : "Actualizar",
|
||||
"Deleted" : "Eliminado",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Back" : "Atrás",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Eliminar",
|
||||
"Unread" : "No leído",
|
||||
"Direct link" : "Liga directa",
|
||||
"Direct link copied to clipboard" : "Enlace directo copiado al portapapeles",
|
||||
"Save" : "Guardar",
|
||||
"Current version" : "Versión actual",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
@@ -47,7 +55,6 @@
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Back to home" : "Regresar al inicio",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Searching …" : "Buscando …",
|
||||
@@ -57,14 +64,13 @@
|
||||
"Subscribed" : "Suscrito",
|
||||
"Bookmark" : "Marcador",
|
||||
"Move thread" : "Mover hilo",
|
||||
"Preferences" : "Preferencias",
|
||||
"Files" : "Archivo",
|
||||
"Signature" : "Firma",
|
||||
"Privacy" : "Privacidad",
|
||||
"Enable" : "Activar",
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"Move up" : "Mover arriba",
|
||||
@@ -76,17 +82,17 @@
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Failed to save settings" : "No se pudo guardar la configuración",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Reiniciar",
|
||||
"Account management" : "Administración de cuentas",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propietario",
|
||||
"Actions" : "Acciones",
|
||||
"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",
|
||||
"Deleted" : "Eliminado"
|
||||
"Active" : "Activo"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,19 +9,25 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -29,7 +35,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -39,18 +44,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,19 +7,25 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -27,7 +33,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -37,18 +42,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,19 +9,25 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -29,7 +35,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -39,18 +44,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,19 +7,25 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -27,7 +33,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -37,18 +42,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,26 +9,31 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -37,18 +42,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,26 +7,31 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -35,18 +40,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,19 +9,25 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -29,7 +35,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -38,18 +43,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,19 +7,25 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -27,7 +33,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"by" : "por",
|
||||
"Subscribe" : "Suscribir",
|
||||
@@ -36,18 +41,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,19 +9,25 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -29,7 +35,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
@@ -40,17 +45,17 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,19 +7,25 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -27,7 +33,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"Back to {category}" : "Volver a {category}",
|
||||
@@ -38,17 +43,17 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -10,26 +10,31 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -39,18 +44,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -8,26 +8,31 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
"Content" : "Contenido",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -37,18 +42,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -9,18 +9,24 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -28,7 +34,6 @@ OC.L10N.register(
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -38,18 +43,18 @@ OC.L10N.register(
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -7,18 +7,24 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Reintentar",
|
||||
"Move" : "Mover",
|
||||
"Page not found" : "Página no encontrada",
|
||||
"Edit" : "Editar",
|
||||
"Delete" : "Borrar",
|
||||
"Direct link" : "Liga directa",
|
||||
"Save" : "Guardar",
|
||||
"Uncategorized" : "Sin categoría",
|
||||
"Name" : "Nombre",
|
||||
@@ -26,7 +32,6 @@
|
||||
"Title" : "Título",
|
||||
"Unsaved changes" : "Cambios no guardados",
|
||||
"Refresh" : "Actualizar",
|
||||
"Retry" : "Reintentar",
|
||||
"Error" : "Error",
|
||||
"Created" : "Creado",
|
||||
"by" : "por",
|
||||
@@ -36,18 +41,18 @@
|
||||
"Disable" : "Deshabilitar",
|
||||
"Description" : "Descripción",
|
||||
"Enabled" : "Habilitado",
|
||||
"New" : "Nuevo",
|
||||
"Permissions" : "Permisos",
|
||||
"Preview" : "Previsualizar",
|
||||
"General settings" : "Configuraciones generales",
|
||||
"Access control" : "Control de acceso",
|
||||
"Settings saved" : "Se han guardado las configuraciones ",
|
||||
"Newest first" : "Más reciente primero",
|
||||
"Oldest first" : "Más antiguo primero",
|
||||
"Reset" : "Restablecer",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Dueño",
|
||||
"Actions" : "Acciones",
|
||||
"Members" : "Miembros",
|
||||
"Joined" : "Se ha unido",
|
||||
"Deleted" : "Borrado"
|
||||
"Joined" : "Se ha unido"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -57,31 +57,25 @@ OC.L10N.register(
|
||||
"Deleted user" : "Kustutatud kasutaja",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Kogukonnapõhine foorum, mis toimib otse sinu Nextcloudi serveris.",
|
||||
"Repair Database Initial Data" : "Paranda andmebaasi algsed andmed",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Käivita käsk, mis parandab andmebaasi algsed vaikimisi andmed (rollid, kategooriad, õigused, BBC-koodid). Kuna olemasolevad andmed jäävad vahele, siis seda võid käivitada ka mitu korda.",
|
||||
"Run Repair Database Initial Data" : "Käivita toiming, mis parandab andmebaasi algsed andmed",
|
||||
"User Roles" : "Kasutajarollid",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Lisa foorumikasutajatele rollid. Sedaviisi saad soovitud kasutajad muuta moderaatoriteks või peakasutajateks.",
|
||||
"User ID" : "Kasutajatunnus",
|
||||
"Enter user ID" : "Sisesta kasutajatunnus",
|
||||
"Role" : "Roll",
|
||||
"Select a role" : "Vali roll",
|
||||
"Assign Role" : "Määra roll",
|
||||
"Failed to fetch roles" : "Rollide laadimine ei õnnestunud",
|
||||
"Failed to run repair database initial data" : "Toimingu, mis parandab andmebaasi algsed andmed, käivitamine ei õnnestunud",
|
||||
"Failed to assign role" : "Rolli määramine ei õnnestunud",
|
||||
"Loading …" : "Laadin...",
|
||||
"Search" : "Otsi",
|
||||
"Home" : "Avaleht",
|
||||
"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!",
|
||||
@@ -139,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",
|
||||
@@ -147,9 +144,12 @@ 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",
|
||||
"Restore" : "Taasta",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"In thread" : "Jutulõngas",
|
||||
"Move thread to category" : "Tõsta jutulõng siia kategooriasse",
|
||||
"Select the category to move this thread to:" : "Vali kategooria, kuhu sa jutulõnga tahad tõsta:",
|
||||
"Select a category …" : "Vali kategooria…",
|
||||
@@ -175,6 +175,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Vaata muudatuste ajalugu",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Kas sa oled kindel, et soovid selle postituse kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"Unread" : "Lugemata",
|
||||
"Direct link" : "Otselink",
|
||||
"Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud",
|
||||
"Edit your reply …" : "Muuda oma vastust…",
|
||||
"Save" : "Salvesta",
|
||||
"Are you sure you want to discard your changes?" : "Kas sa oled kindel, et soovid oma muudatustest loobuda?",
|
||||
@@ -193,7 +195,6 @@ OC.L10N.register(
|
||||
"Write your reply …" : "Koosta oma vastus…",
|
||||
"Submit reply" : "Vasta",
|
||||
"Are you sure you want to discard your reply?" : "Kas sa oled kindel, et soovid oma vastusest loobuda?",
|
||||
"In thread" : "Jutulõngas",
|
||||
"Thread unavailable" : "Jutulõng pole saadaval",
|
||||
"Pinned thread" : "Esiletõstetud jutulõng",
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
@@ -220,7 +221,6 @@ OC.L10N.register(
|
||||
"Error loading bookmarks" : "Viga järjehoidja lisamisel",
|
||||
"No bookmarks yet" : "Järjehoidjaid veel ei leidu",
|
||||
"Bookmark threads to quickly find them later." : "Lisades jutulõngale järjehoidja saad neid hiljem kiiresti leida.",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"An unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"Failed to load bookmarks" : "Järjehoidjate laadmine ei õnnestunud",
|
||||
"No categories yet" : "Kategooriaid veel pole",
|
||||
@@ -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",
|
||||
@@ -340,6 +336,7 @@ OC.L10N.register(
|
||||
"Your signature appears at the bottom of your threads or replies" : "Sinu allkiri on nähtav sinu jutulõngade või vastuste lõpus",
|
||||
"You can use BBCode formatting in your signature" : "Oma allkirja koostamisel võid vormindamisel kasutada BBCode'i",
|
||||
"Enter your signature …" : "Sisesta oma allkiri…",
|
||||
"Privacy" : "Privaatsus",
|
||||
"Failed to save preferences" : "Eelistuste salvestamine ei õnnestunud",
|
||||
"Select upload directory" : "Vali kaust, kust tahad üles laadida",
|
||||
"BBCode management" : "BBCode'i haldus",
|
||||
@@ -375,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",
|
||||
@@ -408,15 +402,14 @@ 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",
|
||||
"Admin dashboard" : "Peakasutaja töölaud/juhtpaneel",
|
||||
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
|
||||
"Loading statistics …" : "Laadin statistikat…",
|
||||
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
|
||||
"Total statistics" : "Täismahuline statistika",
|
||||
"Recent activity (last 7 days)" : "Hiljutised tegevused (viimase 7 päeva jooksul)",
|
||||
"New users" : "Uued kasutajad",
|
||||
"New threads" : "Uued jutulõngad",
|
||||
"New replies" : "Uued vastused",
|
||||
"Top contributors" : "Toimekamad kaasautorid",
|
||||
@@ -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",
|
||||
@@ -438,8 +430,11 @@ OC.L10N.register(
|
||||
"Manage who can access the forum" : "Halda kasutajate ligipääsu foorumisse",
|
||||
"Allow guest access" : "Luba külaliskasutajate ligipääsu",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Selle eelistuse sisselülitamisel saavad autentimata kasutajad vaada foorumi sisu",
|
||||
"Posts" : "Postitused",
|
||||
"Settings saved" : "Seadistused on salvestatud",
|
||||
"Failed to save settings" : "Seadistuste salvestamine ei õnnestunud",
|
||||
"Newest first" : "Uuemad eespool",
|
||||
"Oldest first" : "Vanemad eespool",
|
||||
"Create role" : "Lisa roll",
|
||||
"Edit role" : "Muuda rolli",
|
||||
"Configure role permissions and category access" : "Seadista rollide õigusi ja ligipääsu kategooriatele",
|
||||
@@ -454,17 +449,12 @@ OC.L10N.register(
|
||||
"Reset" : "Lähtesta",
|
||||
"Role permissions" : "Rolli õigused",
|
||||
"Set global permissions for this role" : "Määra selle rolli üldised õigused",
|
||||
"Can access admin tools" : "Võib kasutada süsteemitarvikuid",
|
||||
"Allow access to the admin dashboard and tools" : "Kasutab ligipääsu peakasutajate töölauale ja tarviklutele",
|
||||
"Can edit roles" : "Võib rolle muuta",
|
||||
"Allow creating, editing and deleting roles" : "Luba rollide lisamine, muutmine ja kustutamine",
|
||||
"Can edit categories" : "Võib kategooriaid muuta",
|
||||
"Account management" : "Kasutajakontode haldus",
|
||||
"Allow creating, editing and deleting categories" : "Luba kategooriate lisamine, muutmine ja kustutamine",
|
||||
"Category permissions" : "Kategooria õigused",
|
||||
"Set which categories this role can access" : "Mis kategooriatele rollil on ligipääs",
|
||||
"Admin role must have all permissions enabled" : "Peakasutaja rollil peavad olema kõik õigused lubatud",
|
||||
"Admin role has full access to all categories" : "Peakasutaja rollil on ligipääs kõikidele kategooriatele",
|
||||
"Guest role cannot have admin permissions" : "Külalisrollil ei saa olla peakasutaja õigusi",
|
||||
"Guest role cannot moderate categories" : "Külalisroll ei saa kategooriaid modereerida",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Märkides alljärgnevaid märkeruute saad alljärgnevas hallata missuguseid kategooriaid külalised saavad vaadata.",
|
||||
"Guest access is currently disabled" : "Külaliskasutajad pole hetkel lubatud",
|
||||
@@ -495,20 +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",
|
||||
"Deleted" : "Kustutatud",
|
||||
"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,31 +55,25 @@
|
||||
"Deleted user" : "Kustutatud kasutaja",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Kogukonnapõhine foorum, mis toimib otse sinu Nextcloudi serveris.",
|
||||
"Repair Database Initial Data" : "Paranda andmebaasi algsed andmed",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Käivita käsk, mis parandab andmebaasi algsed vaikimisi andmed (rollid, kategooriad, õigused, BBC-koodid). Kuna olemasolevad andmed jäävad vahele, siis seda võid käivitada ka mitu korda.",
|
||||
"Run Repair Database Initial Data" : "Käivita toiming, mis parandab andmebaasi algsed andmed",
|
||||
"User Roles" : "Kasutajarollid",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Lisa foorumikasutajatele rollid. Sedaviisi saad soovitud kasutajad muuta moderaatoriteks või peakasutajateks.",
|
||||
"User ID" : "Kasutajatunnus",
|
||||
"Enter user ID" : "Sisesta kasutajatunnus",
|
||||
"Role" : "Roll",
|
||||
"Select a role" : "Vali roll",
|
||||
"Assign Role" : "Määra roll",
|
||||
"Failed to fetch roles" : "Rollide laadimine ei õnnestunud",
|
||||
"Failed to run repair database initial data" : "Toimingu, mis parandab andmebaasi algsed andmed, käivitamine ei õnnestunud",
|
||||
"Failed to assign role" : "Rolli määramine ei õnnestunud",
|
||||
"Loading …" : "Laadin...",
|
||||
"Search" : "Otsi",
|
||||
"Home" : "Avaleht",
|
||||
"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!",
|
||||
@@ -137,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",
|
||||
@@ -145,9 +142,12 @@
|
||||
"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",
|
||||
"Restore" : "Taasta",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"In thread" : "Jutulõngas",
|
||||
"Move thread to category" : "Tõsta jutulõng siia kategooriasse",
|
||||
"Select the category to move this thread to:" : "Vali kategooria, kuhu sa jutulõnga tahad tõsta:",
|
||||
"Select a category …" : "Vali kategooria…",
|
||||
@@ -173,6 +173,8 @@
|
||||
"View edit history" : "Vaata muudatuste ajalugu",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Kas sa oled kindel, et soovid selle postituse kustutada? Seda tegevust ei saa tagasi pöörata.",
|
||||
"Unread" : "Lugemata",
|
||||
"Direct link" : "Otselink",
|
||||
"Direct link copied to clipboard" : "Otselink on lõikelauale kopeeritud",
|
||||
"Edit your reply …" : "Muuda oma vastust…",
|
||||
"Save" : "Salvesta",
|
||||
"Are you sure you want to discard your changes?" : "Kas sa oled kindel, et soovid oma muudatustest loobuda?",
|
||||
@@ -191,7 +193,6 @@
|
||||
"Write your reply …" : "Koosta oma vastus…",
|
||||
"Submit reply" : "Vasta",
|
||||
"Are you sure you want to discard your reply?" : "Kas sa oled kindel, et soovid oma vastusest loobuda?",
|
||||
"In thread" : "Jutulõngas",
|
||||
"Thread unavailable" : "Jutulõng pole saadaval",
|
||||
"Pinned thread" : "Esiletõstetud jutulõng",
|
||||
"Locked thread" : "Lukustatud jutulõng",
|
||||
@@ -218,7 +219,6 @@
|
||||
"Error loading bookmarks" : "Viga järjehoidja lisamisel",
|
||||
"No bookmarks yet" : "Järjehoidjaid veel ei leidu",
|
||||
"Bookmark threads to quickly find them later." : "Lisades jutulõngale järjehoidja saad neid hiljem kiiresti leida.",
|
||||
"Retry" : "Proovi uuesti",
|
||||
"An unexpected error occurred" : "Tekkis ootamatu viga",
|
||||
"Failed to load bookmarks" : "Järjehoidjate laadmine ei õnnestunud",
|
||||
"No categories yet" : "Kategooriaid veel pole",
|
||||
@@ -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",
|
||||
@@ -338,6 +334,7 @@
|
||||
"Your signature appears at the bottom of your threads or replies" : "Sinu allkiri on nähtav sinu jutulõngade või vastuste lõpus",
|
||||
"You can use BBCode formatting in your signature" : "Oma allkirja koostamisel võid vormindamisel kasutada BBCode'i",
|
||||
"Enter your signature …" : "Sisesta oma allkiri…",
|
||||
"Privacy" : "Privaatsus",
|
||||
"Failed to save preferences" : "Eelistuste salvestamine ei õnnestunud",
|
||||
"Select upload directory" : "Vali kaust, kust tahad üles laadida",
|
||||
"BBCode management" : "BBCode'i haldus",
|
||||
@@ -373,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",
|
||||
@@ -406,15 +400,14 @@
|
||||
"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",
|
||||
"Admin dashboard" : "Peakasutaja töölaud/juhtpaneel",
|
||||
"Overview of forum activity and statistics" : "Ülevaade foorumi kasutusest ja statistikast",
|
||||
"Loading statistics …" : "Laadin statistikat…",
|
||||
"Error loading dashboard" : "Viga juhtpaneeli laadimisel",
|
||||
"Total statistics" : "Täismahuline statistika",
|
||||
"Recent activity (last 7 days)" : "Hiljutised tegevused (viimase 7 päeva jooksul)",
|
||||
"New users" : "Uued kasutajad",
|
||||
"New threads" : "Uued jutulõngad",
|
||||
"New replies" : "Uued vastused",
|
||||
"Top contributors" : "Toimekamad kaasautorid",
|
||||
@@ -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",
|
||||
@@ -436,8 +428,11 @@
|
||||
"Manage who can access the forum" : "Halda kasutajate ligipääsu foorumisse",
|
||||
"Allow guest access" : "Luba külaliskasutajate ligipääsu",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Selle eelistuse sisselülitamisel saavad autentimata kasutajad vaada foorumi sisu",
|
||||
"Posts" : "Postitused",
|
||||
"Settings saved" : "Seadistused on salvestatud",
|
||||
"Failed to save settings" : "Seadistuste salvestamine ei õnnestunud",
|
||||
"Newest first" : "Uuemad eespool",
|
||||
"Oldest first" : "Vanemad eespool",
|
||||
"Create role" : "Lisa roll",
|
||||
"Edit role" : "Muuda rolli",
|
||||
"Configure role permissions and category access" : "Seadista rollide õigusi ja ligipääsu kategooriatele",
|
||||
@@ -452,17 +447,12 @@
|
||||
"Reset" : "Lähtesta",
|
||||
"Role permissions" : "Rolli õigused",
|
||||
"Set global permissions for this role" : "Määra selle rolli üldised õigused",
|
||||
"Can access admin tools" : "Võib kasutada süsteemitarvikuid",
|
||||
"Allow access to the admin dashboard and tools" : "Kasutab ligipääsu peakasutajate töölauale ja tarviklutele",
|
||||
"Can edit roles" : "Võib rolle muuta",
|
||||
"Allow creating, editing and deleting roles" : "Luba rollide lisamine, muutmine ja kustutamine",
|
||||
"Can edit categories" : "Võib kategooriaid muuta",
|
||||
"Account management" : "Kasutajakontode haldus",
|
||||
"Allow creating, editing and deleting categories" : "Luba kategooriate lisamine, muutmine ja kustutamine",
|
||||
"Category permissions" : "Kategooria õigused",
|
||||
"Set which categories this role can access" : "Mis kategooriatele rollil on ligipääs",
|
||||
"Admin role must have all permissions enabled" : "Peakasutaja rollil peavad olema kõik õigused lubatud",
|
||||
"Admin role has full access to all categories" : "Peakasutaja rollil on ligipääs kõikidele kategooriatele",
|
||||
"Guest role cannot have admin permissions" : "Külalisrollil ei saa olla peakasutaja õigusi",
|
||||
"Guest role cannot moderate categories" : "Külalisroll ei saa kategooriaid modereerida",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Märkides alljärgnevaid märkeruute saad alljärgnevas hallata missuguseid kategooriaid külalised saavad vaadata.",
|
||||
"Guest access is currently disabled" : "Külaliskasutajad pole hetkel lubatud",
|
||||
@@ -493,20 +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",
|
||||
"Deleted" : "Kustutatud",
|
||||
"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);"
|
||||
}
|
||||
30
l10n/eu.js
30
l10n/eu.js
@@ -9,17 +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",
|
||||
@@ -31,10 +33,16 @@ 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",
|
||||
"Restore" : "Leheneratu",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Move" : "Mugitu",
|
||||
"Page not found" : "Orria ez da aurkitu",
|
||||
"Back" : "Itzuli",
|
||||
@@ -45,6 +53,8 @@ OC.L10N.register(
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Direct link" : "Esteka zuzena",
|
||||
"Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
@@ -62,7 +72,6 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Gorde gabeko aldaketak",
|
||||
"Back to home" : "Itzuli etxera",
|
||||
"Refresh" : "Freskatu",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Error" : "Errorea",
|
||||
"Created" : "Sortua",
|
||||
"Searching …" : "Bilatzen…",
|
||||
@@ -74,17 +83,16 @@ OC.L10N.register(
|
||||
"Bookmark" : "Laster-marka",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Move thread" : "Mugitu haria",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Notifications" : "Jakinarazpenak",
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
"Signature" : "Sinadura",
|
||||
"Privacy" : "Pribatutasuna",
|
||||
"Enable" : "Aktibatu",
|
||||
"Disable" : "Desaktibatu",
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
@@ -95,19 +103,19 @@ OC.L10N.register(
|
||||
"Access control" : "Sarbide kontrola",
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Newest first" : "Berrienak lehenengo ",
|
||||
"Oldest first" : "Zaharrenak lehenengo",
|
||||
"Reset" : "Berrezarri",
|
||||
"Account management" : "Kontuen kudeaketa",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Jabea",
|
||||
"Actions" : "Ekintzak",
|
||||
"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",
|
||||
"Deleted" : "Ezabatuta"
|
||||
"Active" : "Aktibo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
30
l10n/eu.json
30
l10n/eu.json
@@ -7,17 +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",
|
||||
@@ -29,10 +31,16 @@
|
||||
"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",
|
||||
"Restore" : "Leheneratu",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Move" : "Mugitu",
|
||||
"Page not found" : "Orria ez da aurkitu",
|
||||
"Back" : "Itzuli",
|
||||
@@ -43,6 +51,8 @@
|
||||
"Edit" : "Editatu",
|
||||
"Delete" : "Ezabatu",
|
||||
"Unread" : "Irakurri gabe",
|
||||
"Direct link" : "Esteka zuzena",
|
||||
"Direct link copied to clipboard" : "Esteka zuzena arbelera kopiatuta",
|
||||
"Save" : "Gorde",
|
||||
"Current version" : "Uneko bertsioa",
|
||||
"React with {emoji}" : "Erreakzionatu {emoji}-(r)ekin",
|
||||
@@ -60,7 +70,6 @@
|
||||
"Unsaved changes" : "Gorde gabeko aldaketak",
|
||||
"Back to home" : "Itzuli etxera",
|
||||
"Refresh" : "Freskatu",
|
||||
"Retry" : "saiatu berriro",
|
||||
"Error" : "Errorea",
|
||||
"Created" : "Sortua",
|
||||
"Searching …" : "Bilatzen…",
|
||||
@@ -72,17 +81,16 @@
|
||||
"Bookmark" : "Laster-marka",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Move thread" : "Mugitu haria",
|
||||
"Preferences" : "Hobespenak",
|
||||
"Notifications" : "Jakinarazpenak",
|
||||
"Files" : "Fitxategiak",
|
||||
"Browse" : "Arakatu",
|
||||
"Signature" : "Sinadura",
|
||||
"Privacy" : "Pribatutasuna",
|
||||
"Enable" : "Aktibatu",
|
||||
"Disable" : "Desaktibatu",
|
||||
"Tag" : "Etiketa",
|
||||
"Description" : "Deskripzioa",
|
||||
"Enabled" : "Gaituta",
|
||||
"New" : "Berria",
|
||||
"Permissions" : "Baimenak",
|
||||
"Preview" : "Aurrebista",
|
||||
"Move up" : "Eraman gora",
|
||||
@@ -93,19 +101,19 @@
|
||||
"Access control" : "Sarbide kontrola",
|
||||
"Settings saved" : "Ezarpenak gordeta",
|
||||
"Failed to save settings" : "Ezarpenak gordetzeak huts egin du",
|
||||
"Newest first" : "Berrienak lehenengo ",
|
||||
"Oldest first" : "Zaharrenak lehenengo",
|
||||
"Reset" : "Berrezarri",
|
||||
"Account management" : "Kontuen kudeaketa",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Jabea",
|
||||
"Actions" : "Ekintzak",
|
||||
"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",
|
||||
"Deleted" : "Ezabatuta"
|
||||
"Active" : "Aktibo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
26
l10n/fa.js
26
l10n/fa.js
@@ -10,16 +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",
|
||||
@@ -30,16 +32,23 @@ OC.L10N.register(
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Change color" : "تغییر رنگ",
|
||||
"Account" : "حساب",
|
||||
"Cancel" : "انصراف",
|
||||
"Sort order" : "Sort order",
|
||||
"Create" : "ایجاد",
|
||||
"Update" : "بهروزرسانی",
|
||||
"Deleted" : "حذف شده",
|
||||
"Restore" : "بازیابی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Move" : "انتقال",
|
||||
"Page not found" : "صفحه پیدا نشد",
|
||||
"Back" : "بازگشت",
|
||||
"Edit" : "ویرایش",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "لینک مستقیم",
|
||||
"Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
@@ -56,7 +65,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "پیش نویس ذخیره شد",
|
||||
"Unsaved changes" : "Unsaved changes",
|
||||
"Refresh" : "تازهسازی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Created" : "ایجاد شده",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
@@ -67,15 +75,14 @@ OC.L10N.register(
|
||||
"Bookmark" : "نشانک",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Move thread" : "Move thread",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
"Privacy" : "محرمانگی",
|
||||
"Enable" : "فعالسازی",
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
@@ -86,6 +93,8 @@ OC.L10N.register(
|
||||
"Access control" : "کنترل دسترسی",
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Newest first" : "نخست جدیدترین",
|
||||
"Oldest first" : "نخست قدیمیترین",
|
||||
"Reset" : "بازنشانی",
|
||||
"ID" : "شناسه",
|
||||
"Owner" : "مالک",
|
||||
@@ -93,11 +102,8 @@ 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" : "فعال کردن",
|
||||
"Deleted" : "حذف شده"
|
||||
"Active" : "فعال کردن"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
26
l10n/fa.json
26
l10n/fa.json
@@ -8,16 +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",
|
||||
@@ -28,16 +30,23 @@
|
||||
"Close" : "بستن",
|
||||
"Category" : "دسته",
|
||||
"Allow" : "اجازه دادن",
|
||||
"Sort order" : "Sort order",
|
||||
"Change color" : "تغییر رنگ",
|
||||
"Account" : "حساب",
|
||||
"Cancel" : "انصراف",
|
||||
"Sort order" : "Sort order",
|
||||
"Create" : "ایجاد",
|
||||
"Update" : "بهروزرسانی",
|
||||
"Deleted" : "حذف شده",
|
||||
"Restore" : "بازیابی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Move" : "انتقال",
|
||||
"Page not found" : "صفحه پیدا نشد",
|
||||
"Back" : "بازگشت",
|
||||
"Edit" : "ویرایش",
|
||||
"Delete" : "حذف",
|
||||
"Unread" : "Unread",
|
||||
"Direct link" : "لینک مستقیم",
|
||||
"Direct link copied to clipboard" : "لینک مستقیم در کلیپبورد کپی شد.",
|
||||
"Save" : "ذخیره",
|
||||
"Current version" : "نسخه فعلی",
|
||||
"React with {emoji}" : "React with {emoji}",
|
||||
@@ -54,7 +63,6 @@
|
||||
"Draft saved" : "پیش نویس ذخیره شد",
|
||||
"Unsaved changes" : "Unsaved changes",
|
||||
"Refresh" : "تازهسازی",
|
||||
"Retry" : "تلاش دوباره",
|
||||
"Error" : "خطا",
|
||||
"Created" : "ایجاد شده",
|
||||
"Searching …" : "جستجوکردن …",
|
||||
@@ -65,15 +73,14 @@
|
||||
"Bookmark" : "نشانک",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Move thread" : "Move thread",
|
||||
"Preferences" : "اولویت ها",
|
||||
"Notifications" : "هشدارها",
|
||||
"Files" : "پروندهها",
|
||||
"Signature" : "امضا",
|
||||
"Privacy" : "محرمانگی",
|
||||
"Enable" : "فعالسازی",
|
||||
"Disable" : "غیرفعال کردن",
|
||||
"Description" : "شرح",
|
||||
"Enabled" : "فعال شده",
|
||||
"New" : "جدید",
|
||||
"Permissions" : "مجوزها",
|
||||
"Preview" : "پیشنمایش",
|
||||
"Move up" : "حرکت به بالا",
|
||||
@@ -84,6 +91,8 @@
|
||||
"Access control" : "کنترل دسترسی",
|
||||
"Settings saved" : "تنظیمات ذخیره شد",
|
||||
"Failed to save settings" : "تنظیمات ذخیره نشدند",
|
||||
"Newest first" : "نخست جدیدترین",
|
||||
"Oldest first" : "نخست قدیمیترین",
|
||||
"Reset" : "بازنشانی",
|
||||
"ID" : "شناسه",
|
||||
"Owner" : "مالک",
|
||||
@@ -91,11 +100,8 @@
|
||||
"No description" : "No description",
|
||||
"No teams found" : "هیچ تیمی یافت نشد",
|
||||
"Members" : "اعضا",
|
||||
"Loading users …" : "Loading users …",
|
||||
"No users found" : "No users found",
|
||||
"Joined" : "پیوستن",
|
||||
"Status" : "Status",
|
||||
"Active" : "فعال کردن",
|
||||
"Deleted" : "حذف شده"
|
||||
"Active" : "فعال کردن"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
28
l10n/fi.js
28
l10n/fi.js
@@ -10,17 +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",
|
||||
@@ -34,9 +36,15 @@ 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ä",
|
||||
"Deleted" : "Poistettu",
|
||||
"Restore" : "Palauta",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Move" : "Siirrä",
|
||||
"Page not found" : "Sivua ei löytynyt",
|
||||
"Back" : "Takaisin",
|
||||
@@ -47,6 +55,8 @@ OC.L10N.register(
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Direct link" : "Suora linkki",
|
||||
"Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"Add reaction" : "Lisää reaktio",
|
||||
@@ -64,7 +74,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Luonnos tallennettu",
|
||||
"Unsaved changes" : "Tallentamattomia muutoksia",
|
||||
"Refresh" : "Päivitä",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Created" : "Luonut",
|
||||
"Searching …" : "Haetaan…",
|
||||
@@ -77,17 +86,16 @@ OC.L10N.register(
|
||||
"Bookmark" : "Kirjanmerkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Move thread" : "Siirrä ketju",
|
||||
"Preferences" : "Asetukset",
|
||||
"Notifications" : "Ilmoitukset",
|
||||
"Files" : "Tiedostot",
|
||||
"Signature" : "Allekirjoitus",
|
||||
"Privacy" : "Yksityisyys",
|
||||
"Enable" : "Käytä",
|
||||
"Disable" : "Poista käytöstä",
|
||||
"This action cannot be undone." : "Tätä toimintoa ei voi perua.",
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
@@ -98,19 +106,19 @@ OC.L10N.register(
|
||||
"Access control" : "Pääsynhallinta",
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
|
||||
"Newest first" : "Uusin ensin",
|
||||
"Oldest first" : "Vanhin ensin",
|
||||
"Reset" : "Palauta",
|
||||
"Account management" : "Tilihallinta",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Omistaja",
|
||||
"Actions" : "Toiminnot",
|
||||
"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",
|
||||
"Deleted" : "Poistettu"
|
||||
"Active" : "Aktiivinen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
28
l10n/fi.json
28
l10n/fi.json
@@ -8,17 +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",
|
||||
@@ -32,9 +34,15 @@
|
||||
"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ä",
|
||||
"Deleted" : "Poistettu",
|
||||
"Restore" : "Palauta",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Move" : "Siirrä",
|
||||
"Page not found" : "Sivua ei löytynyt",
|
||||
"Back" : "Takaisin",
|
||||
@@ -45,6 +53,8 @@
|
||||
"Edit" : "Muokkaa",
|
||||
"Delete" : "Poista",
|
||||
"Unread" : "Lukematon",
|
||||
"Direct link" : "Suora linkki",
|
||||
"Direct link copied to clipboard" : "Suora linkki kopioitu työpöydälle",
|
||||
"Save" : "Tallenna",
|
||||
"Current version" : "Nykyinen versio",
|
||||
"Add reaction" : "Lisää reaktio",
|
||||
@@ -62,7 +72,6 @@
|
||||
"Draft saved" : "Luonnos tallennettu",
|
||||
"Unsaved changes" : "Tallentamattomia muutoksia",
|
||||
"Refresh" : "Päivitä",
|
||||
"Retry" : "Yritä uudelleen",
|
||||
"Error" : "Virhe",
|
||||
"Created" : "Luonut",
|
||||
"Searching …" : "Haetaan…",
|
||||
@@ -75,17 +84,16 @@
|
||||
"Bookmark" : "Kirjanmerkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Move thread" : "Siirrä ketju",
|
||||
"Preferences" : "Asetukset",
|
||||
"Notifications" : "Ilmoitukset",
|
||||
"Files" : "Tiedostot",
|
||||
"Signature" : "Allekirjoitus",
|
||||
"Privacy" : "Yksityisyys",
|
||||
"Enable" : "Käytä",
|
||||
"Disable" : "Poista käytöstä",
|
||||
"This action cannot be undone." : "Tätä toimintoa ei voi perua.",
|
||||
"Tag" : "Tunniste",
|
||||
"Description" : "Kuvaus",
|
||||
"Enabled" : "Käytössä",
|
||||
"New" : "Uusi",
|
||||
"Permissions" : "Oikeudet",
|
||||
"Preview" : "Esikatselu",
|
||||
"Move up" : "Siirrä ylös",
|
||||
@@ -96,19 +104,19 @@
|
||||
"Access control" : "Pääsynhallinta",
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Failed to save settings" : "Asetusten tallentaminen epäonnistui",
|
||||
"Newest first" : "Uusin ensin",
|
||||
"Oldest first" : "Vanhin ensin",
|
||||
"Reset" : "Palauta",
|
||||
"Account management" : "Tilihallinta",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Omistaja",
|
||||
"Actions" : "Toiminnot",
|
||||
"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",
|
||||
"Deleted" : "Poistettu"
|
||||
"Active" : "Aktiivinen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
47
l10n/fr.js
47
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,17 +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",
|
||||
@@ -39,10 +58,16 @@ 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é",
|
||||
"Restore" : "Restaurer",
|
||||
"Retry" : "Réessayer",
|
||||
"Move" : "Déplacer",
|
||||
"Page not found" : "Page non trouvée",
|
||||
"Back" : "Retour",
|
||||
@@ -53,6 +78,8 @@ OC.L10N.register(
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"Direct link" : "Lien direct",
|
||||
"Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers",
|
||||
"Save" : "Enregistrer",
|
||||
"Current version" : "Version actuelle",
|
||||
"React with {emoji}" : "Réagir avec {emoji}",
|
||||
@@ -71,7 +98,6 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Modifications non enregistrées",
|
||||
"Back to home" : "Retour à l'accueil",
|
||||
"Refresh" : "Actualiser",
|
||||
"Retry" : "Réessayer",
|
||||
"In {category}" : "Dans {category}",
|
||||
"Error" : "Erreur",
|
||||
"Created" : "Créée",
|
||||
@@ -85,11 +111,11 @@ 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",
|
||||
"Signature" : "Signature",
|
||||
"Privacy" : "Confidentialité",
|
||||
"Enable" : "Activer",
|
||||
"Disable" : "Désactiver",
|
||||
"This action cannot be undone." : "Cette action ne peut pas être annulée",
|
||||
@@ -97,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",
|
||||
@@ -109,19 +134,19 @@ OC.L10N.register(
|
||||
"Access control" : "Contrôle d'accès",
|
||||
"Settings saved" : "Paramètres enregistrés",
|
||||
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
|
||||
"Newest first" : "Les plus récents en premier",
|
||||
"Oldest first" : "Les plus anciens en premier",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Account management" : "Gestion de compte",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propriétaire",
|
||||
"Actions" : "Actions",
|
||||
"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",
|
||||
"Deleted" : "Effacé"
|
||||
"Active" : "Actif"
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
47
l10n/fr.json
47
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,17 +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",
|
||||
@@ -37,10 +56,16 @@
|
||||
"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é",
|
||||
"Restore" : "Restaurer",
|
||||
"Retry" : "Réessayer",
|
||||
"Move" : "Déplacer",
|
||||
"Page not found" : "Page non trouvée",
|
||||
"Back" : "Retour",
|
||||
@@ -51,6 +76,8 @@
|
||||
"Edit" : "Modifier",
|
||||
"Delete" : "Supprimer",
|
||||
"Unread" : "Non lu",
|
||||
"Direct link" : "Lien direct",
|
||||
"Direct link copied to clipboard" : "Lien direct copié dans le presse-papiers",
|
||||
"Save" : "Enregistrer",
|
||||
"Current version" : "Version actuelle",
|
||||
"React with {emoji}" : "Réagir avec {emoji}",
|
||||
@@ -69,7 +96,6 @@
|
||||
"Unsaved changes" : "Modifications non enregistrées",
|
||||
"Back to home" : "Retour à l'accueil",
|
||||
"Refresh" : "Actualiser",
|
||||
"Retry" : "Réessayer",
|
||||
"In {category}" : "Dans {category}",
|
||||
"Error" : "Erreur",
|
||||
"Created" : "Créée",
|
||||
@@ -83,11 +109,11 @@
|
||||
"Bookmark" : "Favori",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Move thread" : "Déplacer ce fil de discussion",
|
||||
"Preferences" : "Préférences",
|
||||
"Notifications" : "Notifications",
|
||||
"Files" : "Fichiers",
|
||||
"Browse" : "Parcourir",
|
||||
"Signature" : "Signature",
|
||||
"Privacy" : "Confidentialité",
|
||||
"Enable" : "Activer",
|
||||
"Disable" : "Désactiver",
|
||||
"This action cannot be undone." : "Cette action ne peut pas être annulée",
|
||||
@@ -95,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",
|
||||
@@ -107,19 +132,19 @@
|
||||
"Access control" : "Contrôle d'accès",
|
||||
"Settings saved" : "Paramètres enregistrés",
|
||||
"Failed to save settings" : "Impossible d'enregistrer les paramètres",
|
||||
"Newest first" : "Les plus récents en premier",
|
||||
"Oldest first" : "Les plus anciens en premier",
|
||||
"Reset" : "Réinitialiser",
|
||||
"Account management" : "Gestion de compte",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Propriétaire",
|
||||
"Actions" : "Actions",
|
||||
"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",
|
||||
"Deleted" : "Effacé"
|
||||
"Active" : "Actif"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
142
l10n/ga.js
142
l10n/ga.js
File diff suppressed because one or more lines are too long
142
l10n/ga.json
142
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;"
|
||||
}
|
||||
61
l10n/gl.js
61
l10n/gl.js
@@ -56,32 +56,25 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "Dámoslle a benvida ao foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado pola comunidade integrado directamente na súa instancia de Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cree debates, comparta ideas e colabore directamente coa súa comunidade en Nextcloud.\n\n**⚠️ Aviso sobre o desenvolvemento inicial:**\nEsta aplicación está en fases iniciais de desenvolvemento. Aínda que é funcional, pode atopar erros ou funcións incompletas. Informe de calquera problema en GitHub e considere facer copias de seguranza dos seus datos regularmente.\n\n**Características principais:**\n- **Debates baseados en fíos** - Crear e responder a fíos de debate organizados\n- **Organización por categorías** - Estruture o seu foro con categorías e cabeceiras personalizábeis\n- **Formato de texto enriquecido** - Use BBCode para formatar publicacións en grosa, cursiva, ligazóns, imaxes, bloques de código e máis\n- **Ficheiros anexos** - Anexe ficheiros do seu almacenamento Nextcloud ás publicacións\n- **Reaccións á publicación** - Reaccione ás publicacións con «emojis» de reacción\n- **Seguimento de lido/non lido** - Leve o control de que fíos leu\n- **Buscar** - Atope debates rapidamente coa busca integrada\n- **Perfís de usuario** - Ver o historial de publicacións e estatísticas de usuarios\n- **Permisos baseados en roles** - Controle o acceso e moderación con roles flexíbeis\n- **Acceso de convidados**: Acceso público opcional para usuarios non autenticados con permisos configurábeis\n- **Ferramentas de administración** - Xestione categorías, roles, BBCodes e os axustes do foro\n- **Ferramentas de moderación** - Fixar, bloquear e xestionar fíos e publicacións\n\n**Perfecto para:**\n- Debates e colaboración en equipo\n- Foros comunitarios\n- Canles de asistencia\n- Bases de coñecemento\n- Debates sobre proxectos\n- Comunicación interna\n\nO foro intégrase sen problemas coa súa instancia de Nextcloud, empregando os seus usuarios e grupos existentes para a autenticación e o control de acceso.",
|
||||
"Repair Database Initial Data" : "Reparar os datos iniciais da base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
|
||||
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da base de datos",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asigna roles no foro aos usuarios. Isto permítelle conceder privilexios administrativos ou de moderador a usuarios específicos.",
|
||||
"User ID" : "ID do usuario",
|
||||
"Enter user ID" : "Introduza o ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Select a role" : "Seleccione un rol",
|
||||
"Assign Role" : "Asigne o rol",
|
||||
"Failed to fetch roles" : "Produciuse un fallo ao recuperar os roles",
|
||||
"Failed to run repair database initial data" : "Produciuse un fallo ao executar a reparación dos datos iniciais da base de datos",
|
||||
"Failed to assign role" : "Produciuse un fallo ao asignar o role",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"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!",
|
||||
@@ -132,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",
|
||||
@@ -140,9 +137,12 @@ 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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Volver tentar",
|
||||
"In thread" : "No fío",
|
||||
"Move thread to category" : "Mover o fío a outra categoría",
|
||||
"Select the category to move this thread to:" : "Seleccione a categoría á que quere mover este fío:",
|
||||
"Select a category …" : "Seleccione unha categoría",
|
||||
@@ -168,6 +168,8 @@ OC.L10N.register(
|
||||
"View edit history" : "Ver o historial de edicións",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Confirma que quere eliminar esta publicación? Esta acción non é posíbel desfacela.",
|
||||
"Unread" : "Sen ler",
|
||||
"Direct link" : "Ligazón directa",
|
||||
"Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis",
|
||||
"Edit your reply …" : "Edite a súa resposta…",
|
||||
"Save" : "Gardar",
|
||||
"Are you sure you want to discard your changes?" : "Confirma que quere desbotar os seus cambios?",
|
||||
@@ -186,7 +188,6 @@ OC.L10N.register(
|
||||
"Write your reply …" : "Escriba a súa resposta…",
|
||||
"Submit reply" : "Enviar a resposta",
|
||||
"Are you sure you want to discard your reply?" : "Confirma que quere desbotar a súa resposta?",
|
||||
"In thread" : "No fío",
|
||||
"Thread unavailable" : "Fío non dispoñíbel",
|
||||
"Pinned thread" : "Fío fixado",
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
@@ -213,7 +214,6 @@ OC.L10N.register(
|
||||
"Error loading bookmarks" : "Produciuse un erro ao cargar os marcadores",
|
||||
"No bookmarks yet" : "Aínda non hai marcadores. ",
|
||||
"Bookmark threads to quickly find them later." : "Marque os fíos para atopalos axiña máis adiante.",
|
||||
"Retry" : "Volver tentar",
|
||||
"An unexpected error occurred" : "Produciuse un erro non agardado",
|
||||
"Failed to load bookmarks" : "Produciuse un fallo ao cargar os marcadores",
|
||||
"No categories yet" : "Aínda non hai categorías",
|
||||
@@ -239,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",
|
||||
@@ -311,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",
|
||||
@@ -331,6 +327,7 @@ OC.L10N.register(
|
||||
"Your signature appears at the bottom of your threads or replies" : "A súa sinatura aparece ao final dos seus fíos ou respostas",
|
||||
"You can use BBCode formatting in your signature" : "Pode empregar o formato BBCode na súa sinatura",
|
||||
"Enter your signature …" : "Introduza a súa sinatura…",
|
||||
"Privacy" : "Privacidade",
|
||||
"Failed to save preferences" : "Produciuse un fallo ao gardar as preferencias",
|
||||
"Select upload directory" : "Seleccionar o directorio ao que enviar",
|
||||
"BBCode management" : "Xestión de BBCode",
|
||||
@@ -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,15 +393,14 @@ 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",
|
||||
"Admin dashboard" : "Taboleiro de administración",
|
||||
"Overview of forum activity and statistics" : "Visita xeral da actividade e estatísticas do foro",
|
||||
"Loading statistics …" : "Cargando as estatísticas…",
|
||||
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
|
||||
"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",
|
||||
@@ -419,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",
|
||||
@@ -429,8 +421,11 @@ OC.L10N.register(
|
||||
"Manage who can access the forum" : "Xestiona quen pode acceder ao foro",
|
||||
"Allow guest access" : "Permitir o acceso de convidados",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cando está activado, os usuarios non autenticados poden ver o contido do foro en modo de só lectura",
|
||||
"Posts" : "Publicacións",
|
||||
"Settings saved" : "Axustes gardados",
|
||||
"Failed to save settings" : "Produciuse un fallo ao gardar os axustes",
|
||||
"Newest first" : "Primeiro o máis recente",
|
||||
"Oldest first" : "Primeiro o máis antigo",
|
||||
"Create role" : "Crear rol",
|
||||
"Edit role" : "Editar rol",
|
||||
"Configure role permissions and category access" : "Configurar permisos de rol e acceso a categorías",
|
||||
@@ -445,17 +440,12 @@ OC.L10N.register(
|
||||
"Reset" : "Restabelecer",
|
||||
"Role permissions" : "Permisos de rol",
|
||||
"Set global permissions for this role" : "Definir os permisos globais para este rol",
|
||||
"Can access admin tools" : "Pode acceder a ferramentas de administración",
|
||||
"Allow access to the admin dashboard and tools" : "Permitir o acceso ao taboleiro de administración e ás ferramentas",
|
||||
"Can edit roles" : "Pode editar roles",
|
||||
"Allow creating, editing and deleting roles" : "Permitir crear, editar e eliminar roles",
|
||||
"Can edit categories" : "Pode editar categorías",
|
||||
"Account management" : "Xestión de contas",
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar e eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Definir a que categorías pode acceder este rol",
|
||||
"Admin role must have all permissions enabled" : "O rol de administraciónr debe ter todos os permisos activados",
|
||||
"Admin role has full access to all categories" : "O rol de administración ten acceso total a todas as categorías",
|
||||
"Guest role cannot have admin permissions" : "O rol de convidado non pode ter permisos de administración",
|
||||
"Guest role cannot moderate categories" : "O rol de convidado non pode moderar categorías",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Vde. pode controlar que categorías poden ver os convidados usando as caixas de verificación de embaixo.",
|
||||
"Guest access is currently disabled" : "O acceso para convidados está actualmente desactivado",
|
||||
@@ -476,20 +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",
|
||||
"Deleted" : "Eliminada",
|
||||
"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);");
|
||||
|
||||
61
l10n/gl.json
61
l10n/gl.json
@@ -54,32 +54,25 @@
|
||||
"Welcome to the forum!" : "Dámoslle a benvida ao foro!",
|
||||
"Deleted user" : "Usuario eliminado",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "Un foro impulsado pola comunidade integrado directamente na súa instancia de Nextcloud",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "Cree debates, comparta ideas e colabore directamente coa súa comunidade en Nextcloud.\n\n**⚠️ Aviso sobre o desenvolvemento inicial:**\nEsta aplicación está en fases iniciais de desenvolvemento. Aínda que é funcional, pode atopar erros ou funcións incompletas. Informe de calquera problema en GitHub e considere facer copias de seguranza dos seus datos regularmente.\n\n**Características principais:**\n- **Debates baseados en fíos** - Crear e responder a fíos de debate organizados\n- **Organización por categorías** - Estruture o seu foro con categorías e cabeceiras personalizábeis\n- **Formato de texto enriquecido** - Use BBCode para formatar publicacións en grosa, cursiva, ligazóns, imaxes, bloques de código e máis\n- **Ficheiros anexos** - Anexe ficheiros do seu almacenamento Nextcloud ás publicacións\n- **Reaccións á publicación** - Reaccione ás publicacións con «emojis» de reacción\n- **Seguimento de lido/non lido** - Leve o control de que fíos leu\n- **Buscar** - Atope debates rapidamente coa busca integrada\n- **Perfís de usuario** - Ver o historial de publicacións e estatísticas de usuarios\n- **Permisos baseados en roles** - Controle o acceso e moderación con roles flexíbeis\n- **Acceso de convidados**: Acceso público opcional para usuarios non autenticados con permisos configurábeis\n- **Ferramentas de administración** - Xestione categorías, roles, BBCodes e os axustes do foro\n- **Ferramentas de moderación** - Fixar, bloquear e xestionar fíos e publicacións\n\n**Perfecto para:**\n- Debates e colaboración en equipo\n- Foros comunitarios\n- Canles de asistencia\n- Bases de coñecemento\n- Debates sobre proxectos\n- Comunicación interna\n\nO foro intégrase sen problemas coa súa instancia de Nextcloud, empregando os seus usuarios e grupos existentes para a autenticación e o control de acceso.",
|
||||
"Repair Database Initial Data" : "Reparar os datos iniciais da base de datos",
|
||||
"Run the repair database initial data command to restore default forum data (roles, categories, permissions, BBCodes). This is safe to run multiple times as it will skip data that already exists." : "Executa a orde de reparar os datos iniciais da base de datos para restaurar os datos predeterminados do foro (roles, categorías, permisos, BBCodes). É seguro executala varias veces xa que omitirá os datos que xa existen.",
|
||||
"Run Repair Database Initial Data" : "Executar a reparación dos datos iniciais da base de datos",
|
||||
"User Roles" : "Roles de usuario",
|
||||
"Assign forum roles to users. This allows you to grant administrative or moderator privileges to specific users." : "Asigna roles no foro aos usuarios. Isto permítelle conceder privilexios administrativos ou de moderador a usuarios específicos.",
|
||||
"User ID" : "ID do usuario",
|
||||
"Enter user ID" : "Introduza o ID de usuario",
|
||||
"Role" : "Rol",
|
||||
"Select a role" : "Seleccione un rol",
|
||||
"Assign Role" : "Asigne o rol",
|
||||
"Failed to fetch roles" : "Produciuse un fallo ao recuperar os roles",
|
||||
"Failed to run repair database initial data" : "Produciuse un fallo ao executar a reparación dos datos iniciais da base de datos",
|
||||
"Failed to assign role" : "Produciuse un fallo ao asignar o role",
|
||||
"Loading …" : "Cargando…",
|
||||
"Search" : "Buscar",
|
||||
"Home" : "Inicio",
|
||||
"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!",
|
||||
@@ -130,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",
|
||||
@@ -138,9 +135,12 @@
|
||||
"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",
|
||||
"Restore" : "Restaurar",
|
||||
"Retry" : "Volver tentar",
|
||||
"In thread" : "No fío",
|
||||
"Move thread to category" : "Mover o fío a outra categoría",
|
||||
"Select the category to move this thread to:" : "Seleccione a categoría á que quere mover este fío:",
|
||||
"Select a category …" : "Seleccione unha categoría",
|
||||
@@ -166,6 +166,8 @@
|
||||
"View edit history" : "Ver o historial de edicións",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "Confirma que quere eliminar esta publicación? Esta acción non é posíbel desfacela.",
|
||||
"Unread" : "Sen ler",
|
||||
"Direct link" : "Ligazón directa",
|
||||
"Direct link copied to clipboard" : "A ligazón directa foi copiada no portapapeis",
|
||||
"Edit your reply …" : "Edite a súa resposta…",
|
||||
"Save" : "Gardar",
|
||||
"Are you sure you want to discard your changes?" : "Confirma que quere desbotar os seus cambios?",
|
||||
@@ -184,7 +186,6 @@
|
||||
"Write your reply …" : "Escriba a súa resposta…",
|
||||
"Submit reply" : "Enviar a resposta",
|
||||
"Are you sure you want to discard your reply?" : "Confirma que quere desbotar a súa resposta?",
|
||||
"In thread" : "No fío",
|
||||
"Thread unavailable" : "Fío non dispoñíbel",
|
||||
"Pinned thread" : "Fío fixado",
|
||||
"Locked thread" : "Fío bloqueado",
|
||||
@@ -211,7 +212,6 @@
|
||||
"Error loading bookmarks" : "Produciuse un erro ao cargar os marcadores",
|
||||
"No bookmarks yet" : "Aínda non hai marcadores. ",
|
||||
"Bookmark threads to quickly find them later." : "Marque os fíos para atopalos axiña máis adiante.",
|
||||
"Retry" : "Volver tentar",
|
||||
"An unexpected error occurred" : "Produciuse un erro non agardado",
|
||||
"Failed to load bookmarks" : "Produciuse un fallo ao cargar os marcadores",
|
||||
"No categories yet" : "Aínda non hai categorías",
|
||||
@@ -237,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",
|
||||
@@ -309,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",
|
||||
@@ -329,6 +325,7 @@
|
||||
"Your signature appears at the bottom of your threads or replies" : "A súa sinatura aparece ao final dos seus fíos ou respostas",
|
||||
"You can use BBCode formatting in your signature" : "Pode empregar o formato BBCode na súa sinatura",
|
||||
"Enter your signature …" : "Introduza a súa sinatura…",
|
||||
"Privacy" : "Privacidade",
|
||||
"Failed to save preferences" : "Produciuse un fallo ao gardar as preferencias",
|
||||
"Select upload directory" : "Seleccionar o directorio ao que enviar",
|
||||
"BBCode management" : "Xestión de BBCode",
|
||||
@@ -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,15 +391,14 @@
|
||||
"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",
|
||||
"Admin dashboard" : "Taboleiro de administración",
|
||||
"Overview of forum activity and statistics" : "Visita xeral da actividade e estatísticas do foro",
|
||||
"Loading statistics …" : "Cargando as estatísticas…",
|
||||
"Error loading dashboard" : "Produciuse un erro ao cargar o taboleiro",
|
||||
"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",
|
||||
@@ -417,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",
|
||||
@@ -427,8 +419,11 @@
|
||||
"Manage who can access the forum" : "Xestiona quen pode acceder ao foro",
|
||||
"Allow guest access" : "Permitir o acceso de convidados",
|
||||
"When enabled, unauthenticated users can view forum content in read-only mode" : "Cando está activado, os usuarios non autenticados poden ver o contido do foro en modo de só lectura",
|
||||
"Posts" : "Publicacións",
|
||||
"Settings saved" : "Axustes gardados",
|
||||
"Failed to save settings" : "Produciuse un fallo ao gardar os axustes",
|
||||
"Newest first" : "Primeiro o máis recente",
|
||||
"Oldest first" : "Primeiro o máis antigo",
|
||||
"Create role" : "Crear rol",
|
||||
"Edit role" : "Editar rol",
|
||||
"Configure role permissions and category access" : "Configurar permisos de rol e acceso a categorías",
|
||||
@@ -443,17 +438,12 @@
|
||||
"Reset" : "Restabelecer",
|
||||
"Role permissions" : "Permisos de rol",
|
||||
"Set global permissions for this role" : "Definir os permisos globais para este rol",
|
||||
"Can access admin tools" : "Pode acceder a ferramentas de administración",
|
||||
"Allow access to the admin dashboard and tools" : "Permitir o acceso ao taboleiro de administración e ás ferramentas",
|
||||
"Can edit roles" : "Pode editar roles",
|
||||
"Allow creating, editing and deleting roles" : "Permitir crear, editar e eliminar roles",
|
||||
"Can edit categories" : "Pode editar categorías",
|
||||
"Account management" : "Xestión de contas",
|
||||
"Allow creating, editing and deleting categories" : "Permitir crear, editar e eliminar categorías",
|
||||
"Category permissions" : "Permisos de categoría",
|
||||
"Set which categories this role can access" : "Definir a que categorías pode acceder este rol",
|
||||
"Admin role must have all permissions enabled" : "O rol de administraciónr debe ter todos os permisos activados",
|
||||
"Admin role has full access to all categories" : "O rol de administración ten acceso total a todas as categorías",
|
||||
"Guest role cannot have admin permissions" : "O rol de convidado non pode ter permisos de administración",
|
||||
"Guest role cannot moderate categories" : "O rol de convidado non pode moderar categorías",
|
||||
"You can control which categories guests can view using the checkboxes below." : "Vde. pode controlar que categorías poden ver os convidados usando as caixas de verificación de embaixo.",
|
||||
"Guest access is currently disabled" : "O acceso para convidados está actualmente desactivado",
|
||||
@@ -474,20 +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",
|
||||
"Deleted" : "Eliminada",
|
||||
"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);"
|
||||
}
|
||||
89
l10n/he.js
89
l10n/he.js
@@ -1,7 +1,21 @@
|
||||
OC.L10N.register(
|
||||
"forum",
|
||||
{
|
||||
"Recent Forum activity" : "פעילות פורום אחרונה",
|
||||
"More activity" : "עוד פעילות",
|
||||
"%1$s (Guest)" : "%1$s (אורח\\ת)",
|
||||
"New thread by %1$s" : "שרשור חדש מאת %1$s",
|
||||
"Reply by %1$s" : "תגובה מאת %1$s",
|
||||
"No recent forum activity" : "אין פעילות חדשה בפורום",
|
||||
"Top Forum activity" : "פעילות מובילה בפורום",
|
||||
"Browse forum" : "דפדוף בפורום",
|
||||
"_%n thread_::_%n threads_" : ["שרשור אחד","%n שרשורים","%n שרשורים"],
|
||||
"_%n view_::_%n views_" : ["צפייה אחת","%n צפיות","%n צפיות"],
|
||||
"No forum activity" : "אין פעילות בפורום",
|
||||
"Top Forum categories" : "קטגוריות מובילות בפורום",
|
||||
"No categories available" : "אין קטגוריות זמינות",
|
||||
"Top Forum threads" : "שרשורים מובילים בפורום",
|
||||
"No threads available" : "אין שרשורים זמינים",
|
||||
"Admin" : "אדמין",
|
||||
"Administrator role with full permissions" : "תפקיד אדמין עם הרשאות מלאות",
|
||||
"Moderator" : "מפקח",
|
||||
@@ -43,19 +57,26 @@ OC.L10N.register(
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "צרו דיונים, חלקו רעיונות ושתפו פעולה עם משתמשים ישירות ב-Nextcloud.\n\n**⚠️ הודעה לגבי שלב פיתוח מוקדם:**\nהיישום הזה נמצא בשלבי פיתוח מוקדמים. בעוד היישום שמיש, אתם עלולים להיתקל בבאגים או יכולות לא שלמות. נא לדווח בעיות ב-GitHub ולשקול לגבות את המידע שלכם באופן תכוף.\n\n**יכולות מפתח:**\n- **דיונים מונחי נושאים** - צרו והגיבו לנושאי דיון\n- **ארגון קטגוריות** - צרו מבנה לפורום שלכם עם קטגוריות וכותרות הניתנות להתאמה\n- **פורמט טקסט עשיר** - השתמשו ב-BBCode לפרמוט של פוסטים עם הדגשות, הטיות, קישורים, תמונות, קטעי קוד ועוד\n- **צירוף קבצים** - צרפו קבצים מתוך ה-Nextcloud שלכם לפוסטים\n- **תגובונים לפוסטים** - הגיבו לפוסטים עם תגובוני אמוג'י\n- **מעקב נקרא\\לא נקרא** - עקבו אחרי סטטוס הקריאה של פוסטים\n- **חיפוש** - מצאו דיונים מהר בעזרת חיפוש מובנה\n- **פרופילי משתמשים** - צפו בהיסטוריה וסטטיסטיקות של משתמשים\n- **הרשאות מבוססי תפקיד** - שלטו בגישה ומודרציה עם תפקידים גמישים\n- **גישה לאורחים**: גישת רשות ציבורית למשתמשים לא מחוברים עם הרשאות ניתנות להתאמה\n- **כלי ניהול** - נהלו קטגוריות, תפקידים, BBCode והגדרות פורום\n- **כלי מודרציה** - נעלו, הדביקו, ונהלו נושאים ותגובות\n\n**מושלם עבור:**\n- דיוני צוותים ושיתוף פעולה\n- פורום קהילתי\n- ערוצי תמיכה\n- ניהול ידע\n- דיוני פרוייקטים\n- תקשורת פנימית\n\nהפורום מתממשק באופן ישיר ל-Nextcloud שלכם, ומשתמש במשתמשים קיימים וקבוצות קיימות לניהול גישה והתחברות.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
"Failed to fetch roles" : "כשלון בטעינת תפקידים",
|
||||
"Loading …" : "בטעינה…",
|
||||
"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!" : "שלום עולם!",
|
||||
@@ -95,13 +116,29 @@ OC.L10N.register(
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"More formatting options" : "עוד אפשרויות עיצוב",
|
||||
"Insert template" : "הכנסת תבנית",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"New activity" : "פעילות חדשה",
|
||||
"Category" : "קטגוריה",
|
||||
"Can view" : "יכולת לצפות",
|
||||
"Can post" : "יכולת ליצור שרשור",
|
||||
"Can reply" : "יכולת להגיב",
|
||||
"Can moderate" : "יכולת למדר",
|
||||
"Allow" : "לאפשר",
|
||||
"Allow All" : "הרשה הכל",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}צפייה:{bEnd} מאפשר לצפות בקטגוריה ובשרשורים שבה.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}יצירת שרשור:{bEnd} מאפשר ליצור שרשורים חדשים בקטגוריה.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Change color" : "החלפת צבע",
|
||||
"Account" : "חשבון",
|
||||
"Cancel" : "ביטול",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -110,9 +147,21 @@ OC.L10N.register(
|
||||
"Enter header description (optional)" : "הכניסו תיאור כותרת (רשות)",
|
||||
"Sort order" : "סידור",
|
||||
"Lower numbers appear first" : "מספרים נמוכים מופיעים קודם",
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
"Select the accounts that should have the forum admin role." : "בחרו את החשבונות שיוקצאו להם תפקיד ניהולי בפורום.",
|
||||
"Forum admin accounts:" : "חשבונות עם תפקידי ניהול בפורום:",
|
||||
"Select accounts …" : "בחרו חשבונות …",
|
||||
"All other accounts will receive the default role." : "כל החשבונות האחרים ייקבלו את תפקיד המשתמש כברירת מחדל.",
|
||||
"Initialize forum" : "אתחלת פורום",
|
||||
"Initializing …" : "מאתחל …",
|
||||
"Forum not set up" : "פורום לא מאותחל",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
|
||||
"Deleted" : "נמחק",
|
||||
"Restore" : "שחזור",
|
||||
"Retry" : "ניסיון חוזר",
|
||||
"In thread" : "בנושא",
|
||||
"Move thread to category" : "העברת שרשור לקטגוריה",
|
||||
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
|
||||
"Select a category …" : "בחירת קטגוריה …",
|
||||
@@ -138,6 +187,7 @@ OC.L10N.register(
|
||||
"View edit history" : "צפייה בהיסטוריית עריכה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Direct link" : "קישור ישיר",
|
||||
"Edit your reply …" : "ערכו את תגובתכם …",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
@@ -156,15 +206,28 @@ OC.L10N.register(
|
||||
"Write your reply …" : "כתבו את תגובתכם …",
|
||||
"Submit reply" : "שליחת תגובה",
|
||||
"Are you sure you want to discard your reply?" : "אתם בטוחים שברצונכם לבטל את התגובה?",
|
||||
"In thread" : "בנושא",
|
||||
"Thread unavailable" : "נושא לא זמין",
|
||||
"Pinned thread" : "נושא מודבק",
|
||||
"Locked thread" : "נושא נעול",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Last reply by {name}" : "תגובה אחרונה מאת {name}",
|
||||
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
|
||||
"Templates" : "תבניות",
|
||||
"Add template" : "הוספת תבנית",
|
||||
"Edit template" : "עריכת תבנית",
|
||||
"No templates yet" : "לא קיימות תבניות עדיין",
|
||||
"Loading templates …" : "טוען תבניות …",
|
||||
"Name" : "שם",
|
||||
"Template name" : "שם התבנית",
|
||||
"Content" : "תוכן",
|
||||
"Template content (BBCode) …" : "תוכן תבנית (BBCode) …",
|
||||
"Show in:" : "מוצג ב:",
|
||||
"Are you sure you want to delete this template?" : "האם אתם בטוחים שברצונכם למחוק את תבנית זו?",
|
||||
"Both" : "שניהם",
|
||||
"Threads & replies" : "שרשורים ותגובות",
|
||||
"Neither (disabled)" : "אף אחד (מבוטל)",
|
||||
"Insert" : "הכנסה",
|
||||
"Failed to load templates" : "כשלון בטעינת תבניות",
|
||||
"Views" : "תצוגות",
|
||||
"Title" : "כותרת",
|
||||
"Enter thread title …" : "כתבו כותרת לנושא …",
|
||||
@@ -180,7 +243,6 @@ OC.L10N.register(
|
||||
"Error loading bookmarks" : "שגיאה בטעינת סימניות",
|
||||
"No bookmarks yet" : "ללא סימניות עדיין",
|
||||
"Bookmark threads to quickly find them later." : "סמנו נושאים כדי למצוא אותם מהר מאוחר יותר",
|
||||
"Retry" : "ניסיון חוזר",
|
||||
"An unexpected error occurred" : "קרתה שגיאה בלתי צפוייה",
|
||||
"Failed to load bookmarks" : "כשלון בטעינת סימניות",
|
||||
"No categories yet" : "ללא קטגוריות עדיין",
|
||||
@@ -201,15 +263,13 @@ OC.L10N.register(
|
||||
"Thread created" : "נושא נוצר",
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"You do not have permission to create threads in this category." : "אין לכם הרשאה ליצור שרשורים בקטגוריה זו.",
|
||||
"Error" : "שגיאה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"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" : "חפשו בתגובות",
|
||||
@@ -240,6 +300,7 @@ OC.L10N.register(
|
||||
"Be the first to reply in this thread." : "היו הראשונים שיגיבו לנושא זה",
|
||||
"by" : "מאת",
|
||||
"This thread is locked. Only moderators can add replies." : "הנושא הזה נעול. רק מנהלים יכולים להוסיף תגובות.",
|
||||
"You do not have permission to reply in this category." : "אין לכם הרשאה להגיב בקטגוריה זו.",
|
||||
"You must be signed in to reply to this thread." : "אתם חייבים להיות מחוברים כדי להגיב לנושא זה.",
|
||||
"Sign in to reply" : "התחברו כדי להגיב",
|
||||
"Lock thread" : "נעילת נושא",
|
||||
@@ -254,31 +315,31 @@ OC.L10N.register(
|
||||
"Bookmark" : "סימנייה",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Move thread" : "העברת שרשור",
|
||||
"Preferences" : "העדפות",
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
"Privacy" : "פרטיות",
|
||||
"Disable" : "השבתה",
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
"General settings" : "הגדרות כלליות",
|
||||
"Appearance" : "מראה",
|
||||
"Access control" : "בקרת גישה",
|
||||
"Posts" : "תגובות",
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Newest first" : "החדש ביותר ראשון",
|
||||
"Oldest first" : "הישן ביותר ראשון",
|
||||
"Reset" : "איפוס",
|
||||
"ID" : "מזהה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
"Active" : "פעיל"
|
||||
},
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|
||||
|
||||
89
l10n/he.json
89
l10n/he.json
@@ -1,5 +1,19 @@
|
||||
{ "translations": {
|
||||
"Recent Forum activity" : "פעילות פורום אחרונה",
|
||||
"More activity" : "עוד פעילות",
|
||||
"%1$s (Guest)" : "%1$s (אורח\\ת)",
|
||||
"New thread by %1$s" : "שרשור חדש מאת %1$s",
|
||||
"Reply by %1$s" : "תגובה מאת %1$s",
|
||||
"No recent forum activity" : "אין פעילות חדשה בפורום",
|
||||
"Top Forum activity" : "פעילות מובילה בפורום",
|
||||
"Browse forum" : "דפדוף בפורום",
|
||||
"_%n thread_::_%n threads_" : ["שרשור אחד","%n שרשורים","%n שרשורים"],
|
||||
"_%n view_::_%n views_" : ["צפייה אחת","%n צפיות","%n צפיות"],
|
||||
"No forum activity" : "אין פעילות בפורום",
|
||||
"Top Forum categories" : "קטגוריות מובילות בפורום",
|
||||
"No categories available" : "אין קטגוריות זמינות",
|
||||
"Top Forum threads" : "שרשורים מובילים בפורום",
|
||||
"No threads available" : "אין שרשורים זמינים",
|
||||
"Admin" : "אדמין",
|
||||
"Administrator role with full permissions" : "תפקיד אדמין עם הרשאות מלאות",
|
||||
"Moderator" : "מפקח",
|
||||
@@ -41,19 +55,26 @@
|
||||
"Welcome to the forum!" : "ברוכים הבאים לפורום!",
|
||||
"Deleted user" : "משתמש מחוק",
|
||||
"A community-driven forum built right into your Nextcloud instance" : "פורום מונחה-קהילה מובנה ישירות להתקנת ה Nextcloud שלכם.",
|
||||
"Create discussions, share ideas and collaborate with your community directly in Nextcloud.\n\n**⚠️ Early Development Notice:**\nThis app is in early stages of development. While functional, you may encounter bugs or incomplete features. Please report any issues on GitHub and consider backing up your data regularly.\n\n**Key features:**\n- **Thread-based Discussions** - Create and reply to organized discussion threads\n- **Category Organization** - Structure your forum with customizable categories and headers\n- **Rich Text Formatting** - Use BBCode for formatting posts with bold, italic, links, images, code blocks and more\n- **File Attachments** - Attach files from your Nextcloud storage to posts\n- **Post Reactions** - React to posts with emoji reactions\n- **Read/Unread Tracking** - Keep track of which threads you've read\n- **Search** - Find discussions quickly with built-in search\n- **User Profiles** - View user post history and statistics\n- **Role-Based Permissions** - Control access and moderation with flexible roles\n- **Guest Access**: Optional public access for unauthenticated users with configurable permissions\n- **Admin Tools** - Manage categories, roles, BBCodes and forum settings\n- **Moderation Tools** - Pin, lock and manage threads and posts\n\n**Perfect for:**\n- Team discussions and collaboration\n- Community forums\n- Support channels\n- Knowledge bases\n- Project discussions\n- Internal communication\n\nThe forum integrates seamlessly with your Nextcloud instance, using your existing users and groups for authentication and access control." : "צרו דיונים, חלקו רעיונות ושתפו פעולה עם משתמשים ישירות ב-Nextcloud.\n\n**⚠️ הודעה לגבי שלב פיתוח מוקדם:**\nהיישום הזה נמצא בשלבי פיתוח מוקדמים. בעוד היישום שמיש, אתם עלולים להיתקל בבאגים או יכולות לא שלמות. נא לדווח בעיות ב-GitHub ולשקול לגבות את המידע שלכם באופן תכוף.\n\n**יכולות מפתח:**\n- **דיונים מונחי נושאים** - צרו והגיבו לנושאי דיון\n- **ארגון קטגוריות** - צרו מבנה לפורום שלכם עם קטגוריות וכותרות הניתנות להתאמה\n- **פורמט טקסט עשיר** - השתמשו ב-BBCode לפרמוט של פוסטים עם הדגשות, הטיות, קישורים, תמונות, קטעי קוד ועוד\n- **צירוף קבצים** - צרפו קבצים מתוך ה-Nextcloud שלכם לפוסטים\n- **תגובונים לפוסטים** - הגיבו לפוסטים עם תגובוני אמוג'י\n- **מעקב נקרא\\לא נקרא** - עקבו אחרי סטטוס הקריאה של פוסטים\n- **חיפוש** - מצאו דיונים מהר בעזרת חיפוש מובנה\n- **פרופילי משתמשים** - צפו בהיסטוריה וסטטיסטיקות של משתמשים\n- **הרשאות מבוססי תפקיד** - שלטו בגישה ומודרציה עם תפקידים גמישים\n- **גישה לאורחים**: גישת רשות ציבורית למשתמשים לא מחוברים עם הרשאות ניתנות להתאמה\n- **כלי ניהול** - נהלו קטגוריות, תפקידים, BBCode והגדרות פורום\n- **כלי מודרציה** - נעלו, הדביקו, ונהלו נושאים ותגובות\n\n**מושלם עבור:**\n- דיוני צוותים ושיתוף פעולה\n- פורום קהילתי\n- ערוצי תמיכה\n- ניהול ידע\n- דיוני פרוייקטים\n- תקשורת פנימית\n\nהפורום מתממשק באופן ישיר ל-Nextcloud שלכם, ומשתמש במשתמשים קיימים וקבוצות קיימות לניהול גישה והתחברות.",
|
||||
"Repair Database Initial Data" : "תיקון מידע ראשוני במסד נתונים",
|
||||
"Role" : "תפקיד",
|
||||
"Select a role" : "בחרו תפקיד",
|
||||
"Assign Role" : "הקצאת תפקיד",
|
||||
"Failed to fetch roles" : "כשלון בטעינת תפקידים",
|
||||
"Loading …" : "בטעינה…",
|
||||
"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!" : "שלום עולם!",
|
||||
@@ -93,13 +114,29 @@
|
||||
"Uploading file …" : "מעלה קובץ …",
|
||||
"Upload failed" : "ההעלאה נכשלה",
|
||||
"Close" : "סגירה",
|
||||
"More formatting options" : "עוד אפשרויות עיצוב",
|
||||
"Insert template" : "הכנסת תבנית",
|
||||
"Pick a file to attach" : "בחירת קובץ לצירוף",
|
||||
"Failed to upload file" : "כשלון בהעלאת קובץ",
|
||||
"Threads" : "שרשורים",
|
||||
"Replies" : "תגובות",
|
||||
"No description available" : "תיאור לא זמין",
|
||||
"New activity" : "פעילות חדשה",
|
||||
"Category" : "קטגוריה",
|
||||
"Can view" : "יכולת לצפות",
|
||||
"Can post" : "יכולת ליצור שרשור",
|
||||
"Can reply" : "יכולת להגיב",
|
||||
"Can moderate" : "יכולת למדר",
|
||||
"Allow" : "לאפשר",
|
||||
"Allow All" : "הרשה הכל",
|
||||
"{bStart}View:{bEnd} Allows seeing the category and its threads." : "{bStart}צפייה:{bEnd} מאפשר לצפות בקטגוריה ובשרשורים שבה.",
|
||||
"{bStart}Post:{bEnd} Allows creating new threads in the category." : "{bStart}יצירת שרשור:{bEnd} מאפשר ליצור שרשורים חדשים בקטגוריה.",
|
||||
"{bStart}Reply:{bEnd} Allows replying to existing threads in the category." : "{bStart}תגובה:{bEnd} מאפשר להגיב לשרשורים קיימים בקטגוריה.",
|
||||
"{bStart}Moderate:{bEnd} Allows editing and deleting posts, pinning, locking, and moving threads in the category." : "{bStart}מידור:{bEnd} מאפשר עריכה ומחיקה, הדבקה, נעילה, והזזה של פוסטים בקטגוריה.",
|
||||
"Pick a color" : "בחירת צבע",
|
||||
"Change color" : "החלפת צבע",
|
||||
"Account" : "חשבון",
|
||||
"Cancel" : "ביטול",
|
||||
"Create category header" : "יצירת כותרת קטגוריות",
|
||||
"Edit category header" : "עריכת כותרת קטגוריות",
|
||||
"Header name" : "שם כותרת",
|
||||
@@ -108,9 +145,21 @@
|
||||
"Enter header description (optional)" : "הכניסו תיאור כותרת (רשות)",
|
||||
"Sort order" : "סידור",
|
||||
"Lower numbers appear first" : "מספרים נמוכים מופיעים קודם",
|
||||
"Cancel" : "ביטול",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Forum setup required" : "נדרשת אתחלת פורום",
|
||||
"Select the accounts that should have the forum admin role." : "בחרו את החשבונות שיוקצאו להם תפקיד ניהולי בפורום.",
|
||||
"Forum admin accounts:" : "חשבונות עם תפקידי ניהול בפורום:",
|
||||
"Select accounts …" : "בחרו חשבונות …",
|
||||
"All other accounts will receive the default role." : "כל החשבונות האחרים ייקבלו את תפקיד המשתמש כברירת מחדל.",
|
||||
"Initialize forum" : "אתחלת פורום",
|
||||
"Initializing …" : "מאתחל …",
|
||||
"Forum not set up" : "פורום לא מאותחל",
|
||||
"The forum has not been set up yet. Please contact an administration member to complete the setup." : "פורום זה עוד לא אותחל. נא ליצור קשר עם חשבון מנהל על מנת להשלים את האתחלה.",
|
||||
"Deleted" : "נמחק",
|
||||
"Restore" : "שחזור",
|
||||
"Retry" : "ניסיון חוזר",
|
||||
"In thread" : "בנושא",
|
||||
"Move thread to category" : "העברת שרשור לקטגוריה",
|
||||
"Select the category to move this thread to:" : "נא לבחור לאיזו קטגוריה להזיז את השרשור הזה:",
|
||||
"Select a category …" : "בחירת קטגוריה …",
|
||||
@@ -136,6 +185,7 @@
|
||||
"View edit history" : "צפייה בהיסטוריית עריכה",
|
||||
"Are you sure you want to delete this post? This action cannot be undone." : "האם אתם בטוחים שתרצו למחוק את הפוסט הזה? הפעולה בלתי ניתנת להפיכה.",
|
||||
"Unread" : "לא נקרא",
|
||||
"Direct link" : "קישור ישיר",
|
||||
"Edit your reply …" : "ערכו את תגובתכם …",
|
||||
"Save" : "שמירה",
|
||||
"Are you sure you want to discard your changes?" : "האם אתם בטוחים שתרצו לבטל את השינויים שלכם?",
|
||||
@@ -154,15 +204,28 @@
|
||||
"Write your reply …" : "כתבו את תגובתכם …",
|
||||
"Submit reply" : "שליחת תגובה",
|
||||
"Are you sure you want to discard your reply?" : "אתם בטוחים שברצונכם לבטל את התגובה?",
|
||||
"In thread" : "בנושא",
|
||||
"Thread unavailable" : "נושא לא זמין",
|
||||
"Pinned thread" : "נושא מודבק",
|
||||
"Locked thread" : "נושא נעול",
|
||||
"Uncategorized" : "ללא קטגוריה",
|
||||
"Last reply by {name}" : "תגובה אחרונה מאת {name}",
|
||||
"_%n reply_::_%n replies_" : ["תגובה אחת","%n תגובות","%n תגובות"],
|
||||
"Templates" : "תבניות",
|
||||
"Add template" : "הוספת תבנית",
|
||||
"Edit template" : "עריכת תבנית",
|
||||
"No templates yet" : "לא קיימות תבניות עדיין",
|
||||
"Loading templates …" : "טוען תבניות …",
|
||||
"Name" : "שם",
|
||||
"Template name" : "שם התבנית",
|
||||
"Content" : "תוכן",
|
||||
"Template content (BBCode) …" : "תוכן תבנית (BBCode) …",
|
||||
"Show in:" : "מוצג ב:",
|
||||
"Are you sure you want to delete this template?" : "האם אתם בטוחים שברצונכם למחוק את תבנית זו?",
|
||||
"Both" : "שניהם",
|
||||
"Threads & replies" : "שרשורים ותגובות",
|
||||
"Neither (disabled)" : "אף אחד (מבוטל)",
|
||||
"Insert" : "הכנסה",
|
||||
"Failed to load templates" : "כשלון בטעינת תבניות",
|
||||
"Views" : "תצוגות",
|
||||
"Title" : "כותרת",
|
||||
"Enter thread title …" : "כתבו כותרת לנושא …",
|
||||
@@ -178,7 +241,6 @@
|
||||
"Error loading bookmarks" : "שגיאה בטעינת סימניות",
|
||||
"No bookmarks yet" : "ללא סימניות עדיין",
|
||||
"Bookmark threads to quickly find them later." : "סמנו נושאים כדי למצוא אותם מהר מאוחר יותר",
|
||||
"Retry" : "ניסיון חוזר",
|
||||
"An unexpected error occurred" : "קרתה שגיאה בלתי צפוייה",
|
||||
"Failed to load bookmarks" : "כשלון בטעינת סימניות",
|
||||
"No categories yet" : "ללא קטגוריות עדיין",
|
||||
@@ -199,15 +261,13 @@
|
||||
"Thread created" : "נושא נוצר",
|
||||
"Failed to create thread" : "כשלון ביצירת נושא",
|
||||
"No category specified" : "קטגוריה לא סופקה",
|
||||
"You do not have permission to create threads in this category." : "אין לכם הרשאה ליצור שרשורים בקטגוריה זו.",
|
||||
"Error" : "שגיאה",
|
||||
"Created" : "יצירה",
|
||||
"Threads ({count})" : "נושאים ({count})",
|
||||
"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" : "חפשו בתגובות",
|
||||
@@ -238,6 +298,7 @@
|
||||
"Be the first to reply in this thread." : "היו הראשונים שיגיבו לנושא זה",
|
||||
"by" : "מאת",
|
||||
"This thread is locked. Only moderators can add replies." : "הנושא הזה נעול. רק מנהלים יכולים להוסיף תגובות.",
|
||||
"You do not have permission to reply in this category." : "אין לכם הרשאה להגיב בקטגוריה זו.",
|
||||
"You must be signed in to reply to this thread." : "אתם חייבים להיות מחוברים כדי להגיב לנושא זה.",
|
||||
"Sign in to reply" : "התחברו כדי להגיב",
|
||||
"Lock thread" : "נעילת נושא",
|
||||
@@ -252,31 +313,31 @@
|
||||
"Bookmark" : "סימנייה",
|
||||
"Edit title" : "עריכת כותרת",
|
||||
"Move thread" : "העברת שרשור",
|
||||
"Preferences" : "העדפות",
|
||||
"Notifications" : "התראות",
|
||||
"Files" : "קבצים",
|
||||
"Signature" : "חתימה",
|
||||
"Privacy" : "פרטיות",
|
||||
"Disable" : "השבתה",
|
||||
"Tag" : "תגית",
|
||||
"Description" : "תיאור",
|
||||
"Enabled" : "מופעל",
|
||||
"New" : "חדש",
|
||||
"Permissions" : "הרשאות",
|
||||
"Preview" : "תצוגה מקדימה",
|
||||
"Move down" : "להוריד למטה",
|
||||
"General settings" : "הגדרות כלליות",
|
||||
"Appearance" : "מראה",
|
||||
"Access control" : "בקרת גישה",
|
||||
"Posts" : "תגובות",
|
||||
"Settings saved" : "הגדרות נשמרו",
|
||||
"Failed to save settings" : "שמירת ההגדרות נכשלה",
|
||||
"Newest first" : "החדש ביותר ראשון",
|
||||
"Oldest first" : "הישן ביותר ראשון",
|
||||
"Reset" : "איפוס",
|
||||
"ID" : "מזהה",
|
||||
"Owner" : "בעלות",
|
||||
"Actions" : "פעולות",
|
||||
"Members" : "חברים",
|
||||
"No users found" : "לא נמצאו משתמשים",
|
||||
"Roles" : "תפקידים",
|
||||
"Active" : "פעיל",
|
||||
"Deleted" : "נמחק"
|
||||
"Active" : "פעיל"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
}
|
||||
26
l10n/hr.js
26
l10n/hr.js
@@ -10,17 +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",
|
||||
@@ -33,15 +35,22 @@ 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",
|
||||
"Deleted" : "Izbrisano",
|
||||
"Restore" : "Vrati",
|
||||
"Retry" : "Pokušaj ponovno",
|
||||
"Move" : "Premjesti",
|
||||
"Page not found" : "Stranica nije pronađena",
|
||||
"Back" : "Natrag",
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Unread" : "Nepročitano",
|
||||
"Direct link" : "Izravna poveznica",
|
||||
"Direct link copied to clipboard" : "Direktna poveznica kopirana je u međuspremnik.",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Version {index}" : "Verzija {index}",
|
||||
@@ -61,7 +70,6 @@ OC.L10N.register(
|
||||
"Draft saved" : "Skica je spremljena",
|
||||
"Unsaved changes" : "Nespremljene promjene",
|
||||
"Refresh" : "Osvježi",
|
||||
"Retry" : "Pokušaj ponovno",
|
||||
"In {category}" : "U {category}",
|
||||
"Error" : "Pogreška",
|
||||
"Created" : "Stvoreno",
|
||||
@@ -75,18 +83,18 @@ OC.L10N.register(
|
||||
"Bookmark" : "Dodaj knjižnu oznaku",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Move thread" : "Premjesti dretvu",
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
"Signature" : "Potpis",
|
||||
"Privacy" : "Privatnost",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
"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",
|
||||
@@ -95,16 +103,18 @@ OC.L10N.register(
|
||||
"Access control" : "Kontrola pristupa",
|
||||
"Settings saved" : "Postavke spremljene",
|
||||
"Failed to save settings" : "Spremanje postavki nije uspjelo",
|
||||
"Newest first" : "Najnoviji prvi",
|
||||
"Oldest first" : "Najstariji prvi",
|
||||
"Reset" : "Resetiraj",
|
||||
"Account management" : "Upravljanje računima",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Vlasnik",
|
||||
"Actions" : "Radnje",
|
||||
"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",
|
||||
"Deleted" : "Izbrisano"
|
||||
"Active" : "Aktivan"
|
||||
},
|
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|
||||
|
||||
26
l10n/hr.json
26
l10n/hr.json
@@ -8,17 +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",
|
||||
@@ -31,15 +33,22 @@
|
||||
"Category" : "Kategorija",
|
||||
"Allow" : "Dopusti",
|
||||
"Pick a color" : "Odaberite boju",
|
||||
"Change color" : "Promijeni boju",
|
||||
"Account" : "Račun",
|
||||
"Cancel" : "Cancel",
|
||||
"Create" : "Stvori",
|
||||
"Update" : "Ažuriraj",
|
||||
"Deleted" : "Izbrisano",
|
||||
"Restore" : "Vrati",
|
||||
"Retry" : "Pokušaj ponovno",
|
||||
"Move" : "Premjesti",
|
||||
"Page not found" : "Stranica nije pronađena",
|
||||
"Back" : "Natrag",
|
||||
"Edit" : "Uredi",
|
||||
"Delete" : "Izbriši",
|
||||
"Unread" : "Nepročitano",
|
||||
"Direct link" : "Izravna poveznica",
|
||||
"Direct link copied to clipboard" : "Direktna poveznica kopirana je u međuspremnik.",
|
||||
"Save" : "Spremi",
|
||||
"Current version" : "Trenutna verzija",
|
||||
"Version {index}" : "Verzija {index}",
|
||||
@@ -59,7 +68,6 @@
|
||||
"Draft saved" : "Skica je spremljena",
|
||||
"Unsaved changes" : "Nespremljene promjene",
|
||||
"Refresh" : "Osvježi",
|
||||
"Retry" : "Pokušaj ponovno",
|
||||
"In {category}" : "U {category}",
|
||||
"Error" : "Pogreška",
|
||||
"Created" : "Stvoreno",
|
||||
@@ -73,18 +81,18 @@
|
||||
"Bookmark" : "Dodaj knjižnu oznaku",
|
||||
"Edit title" : "Uredi naslov",
|
||||
"Move thread" : "Premjesti dretvu",
|
||||
"Preferences" : "Preferencije",
|
||||
"Notifications" : "Obavijesti",
|
||||
"Files" : "Datoteke",
|
||||
"Browse" : "Pregledaj",
|
||||
"Signature" : "Potpis",
|
||||
"Privacy" : "Privatnost",
|
||||
"Enable" : "Omogućite",
|
||||
"Disable" : "Onemogući",
|
||||
"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",
|
||||
@@ -93,16 +101,18 @@
|
||||
"Access control" : "Kontrola pristupa",
|
||||
"Settings saved" : "Postavke spremljene",
|
||||
"Failed to save settings" : "Spremanje postavki nije uspjelo",
|
||||
"Newest first" : "Najnoviji prvi",
|
||||
"Oldest first" : "Najstariji prvi",
|
||||
"Reset" : "Resetiraj",
|
||||
"Account management" : "Upravljanje računima",
|
||||
"ID" : "ID",
|
||||
"Owner" : "Vlasnik",
|
||||
"Actions" : "Radnje",
|
||||
"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",
|
||||
"Deleted" : "Izbrisano"
|
||||
"Active" : "Aktivan"
|
||||
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
|
||||
}
|
||||
29
l10n/hu.js
29
l10n/hu.js
@@ -9,17 +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",
|
||||
@@ -33,10 +35,16 @@ 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",
|
||||
"Restore" : "Helyreállítás",
|
||||
"Retry" : "Újra",
|
||||
"Move" : "Áthelyezés",
|
||||
"Page not found" : "Az oldal nem található",
|
||||
"Back" : "Vissza",
|
||||
@@ -47,6 +55,8 @@ OC.L10N.register(
|
||||
"Edit" : "Szerkesztés",
|
||||
"Delete" : "Törlés",
|
||||
"Unread" : "Olvasatlan",
|
||||
"Direct link" : "Közvetlen hivatkozás",
|
||||
"Direct link copied to clipboard" : "Közvetlen hivatkozás a vágólapra másolva",
|
||||
"Save" : "Mentés",
|
||||
"Current version" : "Jelenlegi verzió",
|
||||
"React with {emoji}" : "Reagálás ezzel: {emoji}",
|
||||
@@ -65,7 +75,6 @@ OC.L10N.register(
|
||||
"Unsaved changes" : "Mentetlen változtatások",
|
||||
"Back to home" : "Vissza a kezdőlapra",
|
||||
"Refresh" : "Frissítés",
|
||||
"Retry" : "Újra",
|
||||
"In {category}" : "Ebben: {category}",
|
||||
"Error" : "Hiba",
|
||||
"Created" : "Létrehozva",
|
||||
@@ -79,17 +88,16 @@ 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",
|
||||
"Signature" : "Aláírás",
|
||||
"Privacy" : "Adatvédelem",
|
||||
"Enable" : "Engedélyezés",
|
||||
"Disable" : "Letiltás",
|
||||
"Tag" : "Címke",
|
||||
"Description" : "Leírás",
|
||||
"Enabled" : "Engedélyezve",
|
||||
"New" : "Új",
|
||||
"Permissions" : "Jogosultságok",
|
||||
"Preview" : "Előnézet",
|
||||
"Move up" : "Mozgatás fel",
|
||||
@@ -100,18 +108,19 @@ OC.L10N.register(
|
||||
"Access control" : "Hozzáférés-vezérlés",
|
||||
"Settings saved" : "Beállítások mentve",
|
||||
"Failed to save settings" : "A beállítások mentése sikertelen",
|
||||
"Newest first" : "Legújabb elöl",
|
||||
"Oldest first" : "Régebbiek elöl",
|
||||
"Reset" : "Alaphelyzetbe állítás",
|
||||
"Account management" : "Fiókkezelés",
|
||||
"ID" : "Azonosító",
|
||||
"Owner" : "Tulajdonos",
|
||||
"Actions" : "Műveletek",
|
||||
"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",
|
||||
"Deleted" : "Törölve"
|
||||
"Active" : "Aktív"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user