mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 07:47:58 +02:00
Merge commit '8ca34e74bd7715315f0cd76943e1044e9e0a134f' into v4.x
This commit is contained in:
18
.github/workflows/docker.yml
vendored
18
.github/workflows/docker.yml
vendored
@@ -37,17 +37,17 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: ${{ env.IMAGE }}
|
||||
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- name: Build and push Docker images
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=min
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
touch "${{ runner.temp }}/digests/${digest#sha256:}"
|
||||
|
||||
- name: Upload digest
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: digests-${{ env.PLATFORM_PAIR }}
|
||||
path: ${{ runner.temp }}/digests/*
|
||||
@@ -93,23 +93,23 @@ jobs:
|
||||
echo "IMAGE=ghcr.io/${GITHUB_REPOSITORY@L}" >> $GITHUB_ENV
|
||||
echo "CURRENT_DATE_NST=$(date +'%Y%m%d-%H%M%S' -d '-3 hours -30 minutes')" >> $GITHUB_ENV
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: ${{ runner.temp }}/digests
|
||||
pattern: digests-*
|
||||
merge-multiple: true
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
uses: docker/metadata-action@v6
|
||||
with:
|
||||
images: ${{ env.IMAGE }}
|
||||
tags: |
|
||||
|
||||
55
.tx/config
55
.tx/config
@@ -276,6 +276,61 @@ trans.vi = public/language/vi/admin/advanced/events.json
|
||||
trans.zh_CN = public/language/zh-CN/admin/advanced/events.json
|
||||
trans.zh_TW = public/language/zh-TW/admin/advanced/events.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:admin-advanced-jobs]
|
||||
file_filter = public/language/<lang>/admin/advanced/jobs.json
|
||||
source_file = public/language/en-GB/admin/advanced/jobs.json
|
||||
source_lang = en_GB
|
||||
type = KEYVALUEJSON
|
||||
trans.ar = public/language/ar/admin/advanced/jobs.json
|
||||
trans.az = public/language/az/admin/advanced/jobs.json
|
||||
trans.bg = public/language/bg/admin/advanced/jobs.json
|
||||
trans.bn = public/language/bn/admin/advanced/jobs.json
|
||||
trans.cs = public/language/cs/admin/advanced/jobs.json
|
||||
trans.da = public/language/da/admin/advanced/jobs.json
|
||||
trans.de = public/language/de/admin/advanced/jobs.json
|
||||
trans.el = public/language/el/admin/advanced/jobs.json
|
||||
trans.en_US = public/language/en-US/admin/advanced/jobs.json
|
||||
trans.en@pirate = public/language/en-x-pirate/admin/advanced/jobs.json
|
||||
trans.es = public/language/es/admin/advanced/jobs.json
|
||||
trans.et = public/language/et/admin/advanced/jobs.json
|
||||
trans.fa_IR = public/language/fa-IR/admin/advanced/jobs.json
|
||||
trans.fi = public/language/fi/admin/advanced/jobs.json
|
||||
trans.fr = public/language/fr/admin/advanced/jobs.json
|
||||
trans.gl = public/language/gl/admin/advanced/jobs.json
|
||||
trans.he = public/language/he/admin/advanced/jobs.json
|
||||
trans.hr = public/language/hr/admin/advanced/jobs.json
|
||||
trans.hu = public/language/hu/admin/advanced/jobs.json
|
||||
trans.hy = public/language/hy/admin/advanced/jobs.json
|
||||
trans.id = public/language/id/admin/advanced/jobs.json
|
||||
trans.it = public/language/it/admin/advanced/jobs.json
|
||||
trans.ja = public/language/ja/admin/advanced/jobs.json
|
||||
trans.ko = public/language/ko/admin/advanced/jobs.json
|
||||
trans.lt = public/language/lt/admin/advanced/jobs.json
|
||||
trans.lv = public/language/lv/admin/advanced/jobs.json
|
||||
trans.ms = public/language/ms/admin/advanced/jobs.json
|
||||
trans.nb = public/language/nb/admin/advanced/jobs.json
|
||||
trans.nl = public/language/nl/admin/advanced/jobs.json
|
||||
trans.nn_NO = public/language/nn-NO/admin/advanced/jobs.json
|
||||
trans.pl = public/language/pl/admin/advanced/jobs.json
|
||||
trans.pt_BR = public/language/pt-BR/admin/advanced/jobs.json
|
||||
trans.pt_PT = public/language/pt-PT/admin/advanced/jobs.json
|
||||
trans.ro = public/language/ro/admin/advanced/jobs.json
|
||||
trans.ru = public/language/ru/admin/advanced/jobs.json
|
||||
trans.rw = public/language/rw/admin/advanced/jobs.json
|
||||
trans.sc = public/language/sc/admin/advanced/jobs.json
|
||||
trans.sk = public/language/sk/admin/advanced/jobs.json
|
||||
trans.sl = public/language/sl/admin/advanced/jobs.json
|
||||
trans.sq_AL = public/language/sq-AL/admin/advanced/jobs.json
|
||||
trans.sr = public/language/sr/admin/advanced/jobs.json
|
||||
trans.sv = public/language/sv/admin/advanced/jobs.json
|
||||
trans.th = public/language/th/admin/advanced/jobs.json
|
||||
trans.tr = public/language/tr/admin/advanced/jobs.json
|
||||
trans.uk = public/language/uk/admin/advanced/jobs.json
|
||||
trans.ur = public/language/ur/admin/advanced/jobs.json
|
||||
trans.vi = public/language/vi/admin/advanced/jobs.json
|
||||
trans.zh_CN = public/language/zh-CN/admin/advanced/jobs.json
|
||||
trans.zh_TW = public/language/zh-TW/admin/advanced/jobs.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:admin-advanced-logs]
|
||||
file_filter = public/language/<lang>/admin/advanced/logs.json
|
||||
source_file = public/language/en-GB/admin/advanced/logs.json
|
||||
|
||||
102
CHANGELOG.md
102
CHANGELOG.md
@@ -1,3 +1,105 @@
|
||||
#### v4.9.2 (2026-03-11)
|
||||
|
||||
##### Chores
|
||||
|
||||
* up deps (c1e1e4fd)
|
||||
* up deps (bbdf8263)
|
||||
* up harmony (c179a959)
|
||||
* up themes (4173793b)
|
||||
* up themes (a8bb0034)
|
||||
* up themes (829d8230)
|
||||
* up themes (4f8bb728)
|
||||
* up themes (58336941)
|
||||
* up widgets (95fcb392)
|
||||
* up peace (9b22d144)
|
||||
* incrementing version number - v4.9.1 (72e44c86)
|
||||
* update changelog for v4.9.1 (dcc46707)
|
||||
* incrementing version number - v4.9.0 (3fdd1bef)
|
||||
* incrementing version number - v4.8.1 (713ae0c0)
|
||||
* incrementing version number - v4.8.0 (3fac737a)
|
||||
* incrementing version number - v4.7.2 (cd419d8a)
|
||||
* incrementing version number - v4.7.1 (afb88805)
|
||||
* incrementing version number - v4.7.0 (e82d40f8)
|
||||
* incrementing version number - v4.6.3 (9fc5b0f3)
|
||||
* incrementing version number - v4.6.2 (f98747db)
|
||||
* incrementing version number - v4.6.1 (f47aa678)
|
||||
* incrementing version number - v4.6.0 (ee395bc5)
|
||||
* incrementing version number - v4.5.2 (ad2da639)
|
||||
* incrementing version number - v4.5.1 (69f4b61f)
|
||||
* incrementing version number - v4.5.0 (f05c5d06)
|
||||
* incrementing version number - v4.4.6 (074043ad)
|
||||
* incrementing version number - v4.4.5 (6f106923)
|
||||
* incrementing version number - v4.4.4 (d323af44)
|
||||
* incrementing version number - v4.4.3 (d354c2eb)
|
||||
* incrementing version number - v4.4.2 (55c510ae)
|
||||
* incrementing version number - v4.4.1 (5ae79b4e)
|
||||
* incrementing version number - v4.4.0 (0a75eee3)
|
||||
* incrementing version number - v4.3.2 (b92b5d80)
|
||||
* incrementing version number - v4.3.1 (308e6b9f)
|
||||
* incrementing version number - v4.3.0 (bff291db)
|
||||
* incrementing version number - v4.2.2 (17fecc24)
|
||||
* incrementing version number - v4.2.1 (852a270c)
|
||||
* incrementing version number - v4.2.0 (87581958)
|
||||
* incrementing version number - v4.1.1 (b2afbb16)
|
||||
* incrementing version number - v4.1.0 (36c80850)
|
||||
* incrementing version number - v4.0.6 (4a52fb2e)
|
||||
* incrementing version number - v4.0.5 (1792a62b)
|
||||
* incrementing version number - v4.0.4 (b1125cce)
|
||||
* incrementing version number - v4.0.3 (2b65c735)
|
||||
* incrementing version number - v4.0.2 (73fe5fcf)
|
||||
* incrementing version number - v4.0.1 (a461b758)
|
||||
* incrementing version number - v4.0.0 (c1eaee45)
|
||||
|
||||
##### New Features
|
||||
|
||||
* add partial query help in acp manage users (330106e8)
|
||||
* add mastodon share, closes #14069 (02b06492)
|
||||
* clicking on timeago permalink of a nested reply (4bb281ae)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* mask-image to use line-heights instead of hardcoded 60% (2e21d214)
|
||||
* closes #14074, only return url & name (92fcdd09)
|
||||
* closes #14073, fix teasers from child categories (a391d01d)
|
||||
* promises in groups.leave (8ec1cccc)
|
||||
* hide unread anchor properly when close to bottom (457f6cf3)
|
||||
* if quoting self, dont add @, but keep the username (304f89c0)
|
||||
* unread count changes from 99+ to 123 (b9b63bf5)
|
||||
* fix bottom sheet max-height so it doesn't push the top out of viewport (009be468)
|
||||
* #14062 recipients is normal set (0be40810)
|
||||
* add missing db call (d35c7455)
|
||||
* closes #14062 (1fc3edf7)
|
||||
* ghostscrollbar colors on dark skins (d6f5420b)
|
||||
* #13239, unescape custom user field values (2f5fccdb)
|
||||
* text-break on outgoing link (4f07b345)
|
||||
* logic in checkRequired (2428602f)
|
||||
* closes #14041, show specific error message (b2681646)
|
||||
* dont crash if payload isnt Error (c98ef396)
|
||||
* closes #14039, only keep chat input in view on the chats page (44434b0d)
|
||||
* thumbs, send type for resize (30893a1a)
|
||||
* #14033, fix gif profile images (06bf2abf)
|
||||
* **deps:**
|
||||
* update dependency multer to v2.1.1 (#14050) (8f960ff4)
|
||||
* update dependency nodebb-plugin-emoji to v6.0.6 (#14034) (811344b8)
|
||||
|
||||
##### Performance Improvements
|
||||
|
||||
* make a single round trip for set(s)Remove (f6f51f83)
|
||||
* cache groups:createtime (c4e9e1cb)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* get rid of pop (4af03139)
|
||||
* switch to cursor (4aea3a80)
|
||||
* update upgrade script to scan for missing tid:<tid>:recipients (75f52cad)
|
||||
* move resolve flags and activitypub.out.remove.context (88b91c20)
|
||||
* use includes (0c43e2da)
|
||||
|
||||
##### Tests
|
||||
|
||||
* fix spec (bdb91e82)
|
||||
* fix btn tests (c8308718)
|
||||
|
||||
#### v4.9.1 (2026-03-01)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- ./install/docker/setup.json:/usr/src/app/setup.json
|
||||
|
||||
postgres:
|
||||
image: postgres:18.2-alpine
|
||||
image: postgres:18.3-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: nodebb
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- redis
|
||||
|
||||
postgres:
|
||||
image: postgres:18.2-alpine
|
||||
image: postgres:18.3-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: nodebb
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
"resizeImageQuality": 80,
|
||||
"convertPastedImageTo": "image/jpeg",
|
||||
"topicThumbSize": 512,
|
||||
"minimumTitleLength": 3,
|
||||
"minimumTitleLength": 0,
|
||||
"maximumTitleLength": 255,
|
||||
"minimumUsernameLength": 2,
|
||||
"maximumUsernameLength": 16,
|
||||
@@ -208,5 +208,6 @@
|
||||
"activitypubUserPruneDays": 7,
|
||||
"activitypubFilter": 0,
|
||||
"activitypubSummaryLimit": 500,
|
||||
"activitypubBreakString": "[...]"
|
||||
"activitypubBreakString": "[...]",
|
||||
"activitypubWorldDefaultCid": -1
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"ace-builds": "1.43.6",
|
||||
"archiver": "7.0.1",
|
||||
"async": "3.2.6",
|
||||
"autoprefixer": "10.4.24",
|
||||
"autoprefixer": "10.4.27",
|
||||
"bcryptjs": "3.0.3",
|
||||
"benchpressjs": "2.5.5",
|
||||
"body-parser": "2.2.2",
|
||||
@@ -62,17 +62,18 @@
|
||||
"connect-redis": "9.0.0",
|
||||
"cookie-parser": "1.4.7",
|
||||
"cron": "4.4.0",
|
||||
"cronstrue": "3.14.0",
|
||||
"cropperjs": "1.6.2",
|
||||
"csrf-sync": "4.2.1",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "8.0.3",
|
||||
"esbuild": "0.27.3",
|
||||
"esbuild": "0.27.4",
|
||||
"express": "4.22.1",
|
||||
"express-session": "1.19.0",
|
||||
"express-useragent": "2.1.0",
|
||||
"fetch-cookie": "3.2.0",
|
||||
"file-loader": "6.2.0",
|
||||
"fs-extra": "11.3.3",
|
||||
"fs-extra": "11.3.4",
|
||||
"graceful-fs": "4.2.11",
|
||||
"helmet": "7.2.0",
|
||||
"html-to-text": "9.0.5",
|
||||
@@ -88,7 +89,7 @@
|
||||
"jsonwebtoken": "9.0.3",
|
||||
"lodash": "4.17.23",
|
||||
"logrotate-stream": "0.2.9",
|
||||
"lru-cache": "11.2.6",
|
||||
"lru-cache": "11.2.7",
|
||||
"mime": "3.0.0",
|
||||
"mkdirp": "3.0.1",
|
||||
"mongodb": "7.1.0",
|
||||
@@ -97,29 +98,29 @@
|
||||
"multer": "2.1.1",
|
||||
"nconf": "0.13.0",
|
||||
"nodebb-plugin-2factor": "7.6.1",
|
||||
"nodebb-plugin-composer-default": "10.3.26",
|
||||
"nodebb-plugin-composer-default": "10.3.28",
|
||||
"nodebb-plugin-dbsearch": "6.4.1",
|
||||
"nodebb-plugin-emoji": "6.0.6",
|
||||
"nodebb-plugin-emoji-android": "4.1.1",
|
||||
"nodebb-plugin-link-preview": "2.2.3",
|
||||
"nodebb-plugin-markdown": "13.2.4",
|
||||
"nodebb-plugin-mentions": "4.8.17",
|
||||
"nodebb-plugin-mentions": "4.8.18",
|
||||
"nodebb-plugin-spam-be-gone": "2.3.2",
|
||||
"nodebb-plugin-web-push": "0.7.6",
|
||||
"nodebb-plugin-web-push": "0.7.7",
|
||||
"nodebb-rewards-essentials": "1.0.2",
|
||||
"nodebb-theme-harmony": "2.2.51",
|
||||
"nodebb-theme-harmony": "2.2.61",
|
||||
"nodebb-theme-lavender": "7.1.21",
|
||||
"nodebb-theme-peace": "2.2.57",
|
||||
"nodebb-theme-persona": "14.2.27",
|
||||
"nodebb-theme-persona": "14.2.33",
|
||||
"nodebb-widget-essentials": "7.0.43",
|
||||
"nodemailer": "8.0.1",
|
||||
"nodemailer": "8.0.3",
|
||||
"nprogress": "0.2.0",
|
||||
"passport": "0.7.0",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "8.18.0",
|
||||
"pg-cursor": "2.17.0",
|
||||
"postcss": "8.5.6",
|
||||
"pg": "8.20.0",
|
||||
"pg-cursor": "2.19.0",
|
||||
"postcss": "8.5.8",
|
||||
"postcss-clean": "1.2.0",
|
||||
"pretty": "^2.0.0",
|
||||
"progress-webpack-plugin": "1.0.16",
|
||||
@@ -131,12 +132,12 @@
|
||||
"rtlcss": "4.3.0",
|
||||
"sanitize-html": "2.17.1",
|
||||
"sass": "1.98.0",
|
||||
"satori": "0.19.2",
|
||||
"satori": "0.25.0",
|
||||
"sbd": "^1.0.19",
|
||||
"semver": "7.7.4",
|
||||
"serve-favicon": "2.5.1",
|
||||
"sharp": "0.34.5",
|
||||
"sitemap": "9.0.0",
|
||||
"sitemap": "9.0.1",
|
||||
"socket.io": "4.8.3",
|
||||
"socket.io-client": "4.8.3",
|
||||
"@socket.io/redis-adapter": "8.3.0",
|
||||
@@ -148,10 +149,10 @@
|
||||
"timeago": "1.6.7",
|
||||
"tinycon": "0.6.8",
|
||||
"toobusy-js": "0.5.1",
|
||||
"tough-cookie": "6.0.0",
|
||||
"tough-cookie": "6.0.1",
|
||||
"undici": "^7.10.0",
|
||||
"validator": "13.15.26",
|
||||
"webpack": "5.105.2",
|
||||
"webpack": "5.105.4",
|
||||
"webpack-merge": "6.0.1",
|
||||
"winston": "3.19.0",
|
||||
"workerpool": "10.0.1",
|
||||
@@ -161,22 +162,22 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@commitlint/cli": "20.4.2",
|
||||
"@commitlint/config-angular": "20.4.2",
|
||||
"@commitlint/cli": "20.5.0",
|
||||
"@commitlint/config-angular": "20.5.0",
|
||||
"coveralls": "3.1.1",
|
||||
"@eslint/js": "10.0.1",
|
||||
"@stylistic/eslint-plugin": "5.9.0",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"eslint-config-nodebb": "2.0.1",
|
||||
"globals": "17.3.0",
|
||||
"globals": "17.4.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "8.0.3",
|
||||
"jsdom": "28.1.0",
|
||||
"lint-staged": "16.2.7",
|
||||
"jsdom": "29.0.0",
|
||||
"lint-staged": "16.4.0",
|
||||
"mocha": "11.7.5",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
"nyc": "17.1.0",
|
||||
"nyc": "18.0.0",
|
||||
"smtp-server": "3.18.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
@@ -203,4 +204,4 @@
|
||||
"url": "https://github.com/barisusakli"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
public/images/screenshot-default.png
Normal file
BIN
public/images/screenshot-default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
9
public/language/ar/admin/advanced/jobs.json
Normal file
9
public/language/ar/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Jobs",
|
||||
"job-name": "Job Name",
|
||||
"schedule": "Schedule",
|
||||
"next-run": "Next Run",
|
||||
"last-duration": "Last Duration",
|
||||
"running": "Running",
|
||||
"active": "Active"
|
||||
}
|
||||
@@ -8,10 +8,11 @@
|
||||
"topics": "مواضيع",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"messages": "Messages",
|
||||
"page-views-seven": "آخر 7 ايام",
|
||||
"page-views-thirty": "آخر 30 يوماً",
|
||||
"page-views-last-day": "آخر 24 ساعة",
|
||||
"page-views-custom": "مدة زمنية مخصصة",
|
||||
"page-views-custom": "Custom Range",
|
||||
"page-views-custom-start": "بداية المدة",
|
||||
"page-views-custom-end": "نهاية المده",
|
||||
"page-views-custom-help": "أدخل نطاقا زمنيا لمرات مشاهدة الصفحات التي ترغب في عرضها. إذا لم يظهر منتقي التاريخ، فإن التنسيق المقبول هو <code>YYYY-MM-DD</code>",
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"250-per-page": "250 per page",
|
||||
"500-per-page": "500 per page",
|
||||
|
||||
"search.help": "Use "*" to make partial searches, for example "*query"",
|
||||
"search.uid": "By User ID",
|
||||
"search.uid-placeholder": "Enter a user ID to search",
|
||||
"search.username": "By User Name",
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
"advanced/logs": "Logs",
|
||||
"advanced/errors": "Errors",
|
||||
"advanced/cache": "Cache",
|
||||
"advanced/jobs": "Jobs",
|
||||
"development/logger": "Logger",
|
||||
"development/info": "Info",
|
||||
|
||||
|
||||
@@ -50,5 +50,6 @@
|
||||
"content.summary-limit": "Character count after which a summary is generated",
|
||||
"content.summary-limit-help": "When content is federated out that exceeds this character count, a <code>summary</code> is generated, comprising of all complete sentences prior to this limit. (Default: 500)",
|
||||
"content.break-string": "Note/Article Delimiter",
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)"
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)",
|
||||
"content.world-default-cid": "Default category ID for "World" page composer"
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
"description": "Site Description",
|
||||
"keywords": "الكلمات الدليله للموقع",
|
||||
"keywords-placeholder": "Keywords describing your community, comma-separated",
|
||||
"logo-and-icons": "Site Logo & Icons",
|
||||
"logo-and-icons": "Media & Branding",
|
||||
"logo.image": "صورة",
|
||||
"logo.image-placeholder": "Path to a logo to display on forum header",
|
||||
"logo.upload": "رفع",
|
||||
@@ -35,6 +35,8 @@
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
"maskable-icon": "Maskable (Homescreen) Icon",
|
||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||
"screenshot": "Screenshot",
|
||||
"screenshot.help": "Recommended size and format: between 320px and 3480px, JPG and PNG format only. If no screenshot is specified, NodeBB will fall back to a generic screenshot",
|
||||
"outgoing-links": "Outgoing Links",
|
||||
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
|
||||
"search": "Search",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"invalid-data": "بيانات غير صحيحة",
|
||||
"invalid-config-field-value": "Invalid value for config field \"%1\": %2",
|
||||
"invalid-json": "Invalid JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
"cancel": "Cancel",
|
||||
"close": "أغلق",
|
||||
"pagination": "الصفحات",
|
||||
"pagination.previouspage": "Previous Page",
|
||||
"pagination.nextpage": "Next Page",
|
||||
"pagination.firstpage": "First Page",
|
||||
"pagination.lastpage": "Last Page",
|
||||
"pagination.previouspage": "الصفحة السابقة",
|
||||
"pagination.nextpage": "الصفحة التالية",
|
||||
"pagination.firstpage": "الصفحة الأولى",
|
||||
"pagination.lastpage": "الصفحة الأخيرة",
|
||||
"pagination.out-of": "%1 من %2",
|
||||
"pagination.enter-index": "Go to post index",
|
||||
"pagination.go-to-page": "Go to page",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "World",
|
||||
"latest": "Latest",
|
||||
"latest-local": "Latest (Local)",
|
||||
"latest-all": "Latest (All)",
|
||||
"popular-day": "Popular (Day)",
|
||||
"popular-week": "Popular (Week)",
|
||||
"popular-month": "Popular (Month)",
|
||||
@@ -16,10 +18,12 @@
|
||||
"help.federating": "Likewise, if users from outside of this forum start following <em>you</em>, then your posts will start appearing on those apps and websites as well.",
|
||||
"help.next-generation": "This is the next generation of social media, start contributing today!",
|
||||
|
||||
"onboard.title": "Your window to the fediverse...",
|
||||
"onboard.what": "This is your personalized category made up of only content found outside of this forum. Whether something shows up in this page depends on whether you follow them, or whether that post was shared by someone you follow.",
|
||||
"onboard.why": "There's a lot that goes on outside of this forum, and not all of it is relevant to your interests. That's why following people is the best way to signal that you want to see more from someone.",
|
||||
"onboard.how": "In the meantime, you can click on the shortcut buttons at the top to see what else this forum knows about, and start discovering some new content!",
|
||||
"onboard.title": "A world of content at your fingertips…",
|
||||
"onboard.what": "Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.",
|
||||
"onboard.why": "While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.",
|
||||
"onboard.how": "Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.",
|
||||
|
||||
"category-search": "Find a category..."
|
||||
"category-search": "Find a category...",
|
||||
"see-more": "See more",
|
||||
"see-less": "See less"
|
||||
}
|
||||
9
public/language/az/admin/advanced/jobs.json
Normal file
9
public/language/az/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Jobs",
|
||||
"job-name": "Job Name",
|
||||
"schedule": "Schedule",
|
||||
"next-run": "Next Run",
|
||||
"last-duration": "Last Duration",
|
||||
"running": "Running",
|
||||
"active": "Active"
|
||||
}
|
||||
@@ -8,10 +8,11 @@
|
||||
"topics": "Mövzular",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"messages": "Messages",
|
||||
"page-views-seven": "Son 7 Gün",
|
||||
"page-views-thirty": "Son 30 Gün",
|
||||
"page-views-last-day": "Son 24 saat",
|
||||
"page-views-custom": "Fərdi tarix aralığı",
|
||||
"page-views-custom": "Custom Range",
|
||||
"page-views-custom-start": "Aralığın başlanğıcı",
|
||||
"page-views-custom-end": "Aralığın sonu",
|
||||
"page-views-custom-help": "Baxmaq istədiyiniz səhifə baxışlarının tarix diapazonunu daxil edin. Əgər tarix seçici mövcud deyilsə, qəbul edilən format <code>YYYY-AA-GG</code>-dir",
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"250-per-page": "Səhifə başına 250",
|
||||
"500-per-page": "Səhifə başına 500",
|
||||
|
||||
"search.help": "Use "*" to make partial searches, for example "*query"",
|
||||
"search.uid": "İstifadəçi ID ilə",
|
||||
"search.uid-placeholder": "Axtarmaq üçün istifadəçi ID-sini daxil edin",
|
||||
"search.username": "İstifadəçi adı ilə",
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
"advanced/logs": "Loqlar",
|
||||
"advanced/errors": "Xətalar",
|
||||
"advanced/cache": "Keş",
|
||||
"advanced/jobs": "Jobs",
|
||||
"development/logger": "Logger",
|
||||
"development/info": "Məlumat",
|
||||
|
||||
|
||||
@@ -50,5 +50,6 @@
|
||||
"content.summary-limit": "Character count after which a summary is generated",
|
||||
"content.summary-limit-help": "When content is federated out that exceeds this character count, a <code>summary</code> is generated, comprising of all complete sentences prior to this limit. (Default: 500)",
|
||||
"content.break-string": "Note/Article Delimiter",
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)"
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)",
|
||||
"content.world-default-cid": "Default category ID for "World" page composer"
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
"description": "Sayt təsviri",
|
||||
"keywords": "Saytın açar sözləri",
|
||||
"keywords-placeholder": "İcmanızı təsvir edən açar sözlər, vergüllə ayrılmış",
|
||||
"logo-and-icons": "Saytın loqosu və ikonaları",
|
||||
"logo-and-icons": "Media & Branding",
|
||||
"logo.image": "Şəkil",
|
||||
"logo.image-placeholder": "Forumun başlığında göstəriləcək loqoya gedən yol",
|
||||
"logo.upload": "Yüklə",
|
||||
@@ -35,6 +35,8 @@
|
||||
"touch-icon.help": "Tövsiyə olunan ölçü və format: 512x512, yalnız PNG formatı. Əgər toxunma ikonu göstərilməyibsə, NodeBB favikondan istifadə etməyə qayıdacaq.",
|
||||
"maskable-icon": "Maskalana bilən (Ev ekranı) ikonu",
|
||||
"maskable-icon.help": "Tövsiyə olunan ölçü və format: 512x512, yalnız PNG formatı. Əgər maskalana bilən ikona göstərilməyibsə, NodeBB yenidən Touch Icon-a düşəcək.",
|
||||
"screenshot": "Screenshot",
|
||||
"screenshot.help": "Recommended size and format: between 320px and 3480px, JPG and PNG format only. If no screenshot is specified, NodeBB will fall back to a generic screenshot",
|
||||
"outgoing-links": "Çıxış linklər",
|
||||
"outgoing-links.warning-page": "Gedən linklər xəbərdarlıq səhifəsindən istifadə edin",
|
||||
"search": "Axtarış",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"invalid-data": "Etibarsız məlumat",
|
||||
"invalid-config-field-value": "Invalid value for config field \"%1\": %2",
|
||||
"invalid-json": "Yanlış JSON",
|
||||
"wrong-parameter-type": "`%1` mülkiyyəti üçün %3 növünün dəyəri gözlənilən idi, lakin bunun əvəzinə %2 alındı",
|
||||
"required-parameters-missing": "Bu API çağırışında tələb olunan parametrlər yoxdur: %1",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "Dünya",
|
||||
"latest": "Latest",
|
||||
"latest-local": "Latest (Local)",
|
||||
"latest-all": "Latest (All)",
|
||||
"popular-day": "Popular (Day)",
|
||||
"popular-week": "Popular (Week)",
|
||||
"popular-month": "Popular (Month)",
|
||||
@@ -16,10 +18,12 @@
|
||||
"help.federating": "Eyni şəkildə, bu forumdan kənar istifadəçilər <em>sizi</em> izləməyə başlayarsa, o zaman yazılarınız həmin proqramlarda və vebsaytlarda da görünməyə başlayacaq.",
|
||||
"help.next-generation": "Bu, sosial medianın yeni nəslidir, bu gün töhfə verməyə başlayın!",
|
||||
|
||||
"onboard.title": "Sizin fediverse pəncərəniz...",
|
||||
"onboard.what": "Bu, yalnız bu forumdan kənarda tapılan məzmundan ibarət sizin fərdiləşdirilmiş kateqoriyanızdır. Bu səhifədə nəyinsə görünüb-göstərilməməsi onları izlədiyinizdən və ya həmin postun izlədiyiniz biri tərəfindən paylaşılıb-paylaşılmamasından asılıdır.",
|
||||
"onboard.why": "Bu forumdan kənarda gedən çox şey var və bunların heç də hamısı maraqlarınıza uyğun deyil. Buna görə də insanları izləmək, kimdənsə daha çox görmək istədiyinizi bildirməyin ən yaxşı yoludur.",
|
||||
"onboard.how": "Bu arada, bu forumun daha nələr haqqında bildiyini görmək üçün yuxarıdakı qısayol düymələrinə klikləyə və bəzi yeni məzmunlar kəşf etməyə başlaya bilərsiniz!",
|
||||
"onboard.title": "A world of content at your fingertips…",
|
||||
"onboard.what": "Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.",
|
||||
"onboard.why": "While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.",
|
||||
"onboard.how": "Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.",
|
||||
|
||||
"category-search": "Find a category..."
|
||||
"category-search": "Find a category...",
|
||||
"see-more": "See more",
|
||||
"see-less": "See less"
|
||||
}
|
||||
9
public/language/bg/admin/advanced/jobs.json
Normal file
9
public/language/bg/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Задачи",
|
||||
"job-name": "Име на задачата",
|
||||
"schedule": "График",
|
||||
"next-run": "Следващо изпълнение",
|
||||
"last-duration": "Последна продължителност",
|
||||
"running": "В процес на изпълнение",
|
||||
"active": "Активни"
|
||||
}
|
||||
@@ -6,12 +6,13 @@
|
||||
"new-users": "Нови потребители",
|
||||
"posts": "Публикации",
|
||||
"topics": "Теми",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"remote-posts": "Отдалечени публикации",
|
||||
"remote-topics": "Отдалечени теми",
|
||||
"messages": "Съобщения",
|
||||
"page-views-seven": "Последните 7 дни",
|
||||
"page-views-thirty": "Последните 30 дни",
|
||||
"page-views-last-day": "Последните 24 часа",
|
||||
"page-views-custom": "Интервал по избор",
|
||||
"page-views-custom": "Персонализиран интервал",
|
||||
"page-views-custom-start": "Начална дата",
|
||||
"page-views-custom-end": "Крайна дата",
|
||||
"page-views-custom-help": "Въведете интервал от дати, за които искате да видите преглежданията на страниците. Ако не се появи календар за избор, можете да въведете датите във формат: <code>ГГГГ-ММ-ДД</code>",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"nodejs": "nodejs",
|
||||
"online": "на линия",
|
||||
"git": "git",
|
||||
"process-memory": "rss/heap used",
|
||||
"process-memory": "използвана памет – rss/heap",
|
||||
"system-memory": "системна памет",
|
||||
"used-memory-process": "Използвана памет от процеса",
|
||||
"used-memory-os": "Използвана системна памет",
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
"select-category": "Изберете категория",
|
||||
"set-parent-category": "Задайте базова категория",
|
||||
|
||||
"privileges.description": "You can configure the access control privileges for portions of the site in this section. Privileges can be granted on a per-user or a per-group basis.",
|
||||
"privileges.description": "В тази секция можете да настроите правомощията за достъп до различните части на уеб сайта Правомощията могат да бъдат давани на отделни потребители или на цели групи.",
|
||||
"privileges.category-selector": "Настройване на правомощията за ",
|
||||
"privileges.warning": "<strong>Забележка</strong>: Настройките за правомощията влизат в сила моментално. Не е нужно да запазвате категорията след като промените тези настройки.",
|
||||
"privileges.section-viewing": "Правомощия за преглед",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"title": "Manage Custom Reasons",
|
||||
"create-reason": "Create Reason",
|
||||
"edit-reason": "Edit Reason",
|
||||
"reasons-help": "Reasons are predefined explanations used when banning or muting users, or when rejecting posts in the post queue.",
|
||||
"reason-title": "Title",
|
||||
"reason-type": "Type",
|
||||
"reason-body": "Body",
|
||||
"reason-all": "All",
|
||||
"reason-ban": "Ban",
|
||||
"reason-mute": "Mute",
|
||||
"reason-post-queue": "Post Queue",
|
||||
"reason-type-help": "The type of action this reason applies to. If 'All' is selected, this reason will be available for all action types.",
|
||||
"custom-reasons-saved": "Custom reasons saved successfully",
|
||||
"delete-reason-confirm-x": "Are you sure you want to delete the custom reason with the title <strong>%1</strong>?"
|
||||
"title": "Управление на персонализираните причини",
|
||||
"create-reason": "Създаване на причина",
|
||||
"edit-reason": "Редактиране на причината",
|
||||
"reasons-help": "Причините са предварително подготвени обяснения, които могат да се ползват при блокиране или заглушаване на потребители, както и при отхвърляне на публикации от опашката за одобрение.",
|
||||
"reason-title": "Заглавие",
|
||||
"reason-type": "Тип",
|
||||
"reason-body": "Текст",
|
||||
"reason-all": "Всички",
|
||||
"reason-ban": "Блокиране",
|
||||
"reason-mute": "Заглушаване",
|
||||
"reason-post-queue": "Опашка за публикации",
|
||||
"reason-type-help": "Видът на действието, за което може да се прилага тази причина. Ако изберете „всички“, то тя ще бъде налична за всички видове действия.",
|
||||
"custom-reasons-saved": "Персонализираните причини са запазени успешно",
|
||||
"delete-reason-confirm-x": "Наистина ли искате да изтриете персонализираната причина със заглавие <strong>%1</strong>?"
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
"edit-privileges": "Редактиране на правомощията",
|
||||
"select-clear-all": "Избиране/изчистване на всичко",
|
||||
"chat": "Разговор",
|
||||
"chat-with-privileged": "Разговор с някого с по-високи правомощия",
|
||||
"chat-with-privileged": "Разговор с човек с по-високи правомощия",
|
||||
"upload-images": "Качване на изображения",
|
||||
"upload-files": "Качване на файлове",
|
||||
"signature": "Подпис",
|
||||
@@ -29,7 +29,7 @@
|
||||
"access-topics": "Достъп до теми",
|
||||
"create-topics": "Създаване на теми",
|
||||
"reply-to-topics": "Отговаряне в теми",
|
||||
"crosspost-topics": "Cross-post Topics",
|
||||
"crosspost-topics": "Допълнително публикуване на теми",
|
||||
"schedule-topics": "Насрочване на теми",
|
||||
"tag-topics": "Поставяне на етикети на теми",
|
||||
"edit-posts": "Редактиране на публикации",
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"250-per-page": "250 на страница",
|
||||
"500-per-page": "500 на страница",
|
||||
|
||||
"search.help": "Използвайте "*" за частични търсения. например: "*дума"",
|
||||
"search.uid": "По потребителски идентификатор",
|
||||
"search.uid-placeholder": "Въведете потребителски идентификатор, който да потърсите",
|
||||
"search.username": "По име на потребител",
|
||||
@@ -55,7 +56,7 @@
|
||||
"inactive.12-months": "12 месеца",
|
||||
|
||||
"users.uid": "потр. ид.",
|
||||
"users.user-id": "User ID",
|
||||
"users.user-id": "Потребителски ИД",
|
||||
"users.username": "потребителско име",
|
||||
"users.email": "е-поща",
|
||||
"users.no-email": "(няма е-поща)",
|
||||
@@ -64,7 +65,7 @@
|
||||
"users.validation-pending": "Очаква потвърждение",
|
||||
"users.validation-expired": "Изтекла давност на потвърждението",
|
||||
"users.ip": "IP адрес",
|
||||
"users.recent-ips": "Recent IPs",
|
||||
"users.recent-ips": "Скорошни IP адреси",
|
||||
"users.postcount": "брой публикации",
|
||||
"users.reputation": "репутация",
|
||||
"users.flags": "доклади",
|
||||
|
||||
@@ -48,13 +48,13 @@
|
||||
|
||||
"settings.page-title": "Настройки на %1",
|
||||
|
||||
"section-federation": "Federation",
|
||||
"federation/general": "General",
|
||||
"federation/content": "Content",
|
||||
"federation/rules": "Categorization",
|
||||
"federation/relays": "Relays",
|
||||
"federation/pruning": "Storage",
|
||||
"federation/safety": "Trust & Safety",
|
||||
"section-federation": "Федериране",
|
||||
"federation/general": "Общи",
|
||||
"federation/content": "Съдържание",
|
||||
"federation/rules": "Категоризиране",
|
||||
"federation/relays": "Препредаватели",
|
||||
"federation/pruning": "Съхранение",
|
||||
"federation/safety": "Доверие и защита",
|
||||
|
||||
"section-appearance": "Външен вид",
|
||||
"appearance/themes": "Теми",
|
||||
@@ -78,6 +78,7 @@
|
||||
"advanced/logs": "Журнали",
|
||||
"advanced/errors": "Грешки",
|
||||
"advanced/cache": "Кеш",
|
||||
"advanced/jobs": "Задачи",
|
||||
"development/logger": "Журнал",
|
||||
"development/info": "Информация",
|
||||
|
||||
|
||||
@@ -46,9 +46,10 @@
|
||||
"server.filter-help-hostname": "Въведете само имената на сървърите по-долу (например <code>example.org</code>), като всеки сървър трябва да е на отделен ред.",
|
||||
"server.filter-allow-list": "Това да се ползва като списък с разрешените сървъри",
|
||||
|
||||
"content.outgoing": "Outgoing",
|
||||
"content.summary-limit": "Character count after which a summary is generated",
|
||||
"content.summary-limit-help": "When content is federated out that exceeds this character count, a <code>summary</code> is generated, comprising of all complete sentences prior to this limit. (Default: 500)",
|
||||
"content.break-string": "Note/Article Delimiter",
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)"
|
||||
"content.outgoing": "Изходящи",
|
||||
"content.summary-limit": "Брой знаци, след които се създава обобщение",
|
||||
"content.summary-limit-help": "Когато дадено съдържание е федерирано в посока извън този форум и превишава този брой знаци, ще се създаде <code>обобщение</code>, което се състои от всички завършени изречения до ограничението. (по подразбиране: 500)",
|
||||
"content.break-string": "Разделител на съдържанието",
|
||||
"content.break-string-help": "Този разделител може да бъде поставен ръчно от потребителите с по-високи правомощия, когато създават нови теми. Той казва на NodeBB да използва съдържанието до така посоченото място като част от <code>обобщението</code>. Ако този разделител не бъде използван, се прилага зададеният брой на знаците. (по подразбиране: <code>[...]</code>)",
|
||||
"content.world-default-cid": "Идентификатор на категория по подразбиране при съставяне на страница в „Света“"
|
||||
}
|
||||
@@ -30,20 +30,20 @@
|
||||
"smtp-transport.pool-help": "Групирането на връзките предотвратява създаването на нова връзка за всяко е-писмо. Тази настройка има ефект, само ако е включено „Транспорт чрез SMTP“.",
|
||||
"smtp-transport.allow-self-signed": "Разрешаване на самоподписаните сертификатите",
|
||||
"smtp-transport.allow-self-signed-help": "Включването на тази настройка ще позволи ползването на самоподписани и невалидни сертификати TLS.",
|
||||
"smtp-transport.test-success": "SMTP Test email sent successfully.",
|
||||
"smtp-transport.test-success": "Е-писмото за изпробване на протокола SMTP беше изпратено успешно.",
|
||||
|
||||
"template": "Редактирана не шаблона за е-писма",
|
||||
"template.select": "Изберете шаблон за е-писма",
|
||||
"template.revert": "Връщане на оригинала",
|
||||
"test-smtp-settings": "Test SMTP Settings",
|
||||
"testing": "Проба на е-писмата",
|
||||
"testing.success": "Test Email Sent.",
|
||||
"test-smtp-settings": "Настройки за изпробване на SMTP",
|
||||
"testing": "Изпробване на е-писмата",
|
||||
"testing.success": "Пробното е-писмо е изпратено.",
|
||||
"testing.select": "Изберете шаблон за е-писма",
|
||||
"testing.send": "Изпращане на пробно е-писмо",
|
||||
"testing.send-help-plugin": "<strong>\"%1\"</strong> will be used to send test emails.",
|
||||
"testing.send-help-smtp": "SMTP transport is enabled and will be used to send emails.",
|
||||
"testing.send-help-no-plugin": "No emailer plugin is installed to send emails, nodemailer will be used by default.",
|
||||
"testing.send-help": "The test email will be sent to the currently logged in user's email address using the saved settings on this page. ",
|
||||
"testing.send-help-plugin": "<strong>„%1“</strong> ще се ползва за изпращане на пробни е-писма.",
|
||||
"testing.send-help-smtp": "Транспортът по SMTP е включен и ще се използва за изпращане на е-писма.",
|
||||
"testing.send-help-no-plugin": "Няма инсталирана добавка за изпращане на е-писма. По подразбиране ще се използва nodemailer.",
|
||||
"testing.send-help": "Пробното е-писмо ще бъде изпратено до е-пощата на текущо вписания потребител, като се използват запазените настройки на тази страница.",
|
||||
"subscriptions": "Резюмета по е-поща",
|
||||
"subscriptions.disable": "Изключване на резюметата по е-пощата",
|
||||
"subscriptions.hour": "Време за разпращане",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"description": "Описание на уеб сайта",
|
||||
"keywords": "Ключови думи на уеб сайта",
|
||||
"keywords-placeholder": "Ключови думи, описващи общността Ви. Трябва да бъдат разделени със запетаи.",
|
||||
"logo-and-icons": "Лого и иконки на уеб сайта",
|
||||
"logo-and-icons": "Медийни материали",
|
||||
"logo.image": "Изображение",
|
||||
"logo.image-placeholder": "Път до логото, което да бъде показано в заглавната част на форума",
|
||||
"logo.upload": "Качване",
|
||||
@@ -35,6 +35,8 @@
|
||||
"touch-icon.help": "Препоръчителен размер и формат: 512x512, само във формат „PNG“. Ако не е посочена иконка за сензорен екран, NodeBB ще използва иконката на уеб сайта.",
|
||||
"maskable-icon": "Маскируема иконка (за начален екран)",
|
||||
"maskable-icon.help": "Препоръчителен размер и формат: 512x512, само във формат „PNG“. Ако не е посочена маскируема иконка, NodeBB ще използва иконката за сензорен екран.",
|
||||
"screenshot": "Екранна снимка",
|
||||
"screenshot.help": "Препоръчителен размер и формат: между 320px и 3480px, само JPG и PNG. Ако няма зададена екранна снимка, NodeBB ще използва такава по подразбиране.",
|
||||
"outgoing-links": "Изходящи връзки",
|
||||
"outgoing-links.warning-page": "Показване на предупредителна страница при щракване върху външни връзки",
|
||||
"search": "Търсене",
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"welcome-notification-link": "Връзка за приветственото известие",
|
||||
"welcome-notification-uid": "Потр. ид. за приветственото известие",
|
||||
"post-queue-notification-uid": "Потр. ид. за опашката с публикации",
|
||||
"notification-delay": "Delay for sending notification emails (seconds)",
|
||||
"notification-delay-help": "If the user has read the notification within this time, the email will not be sent.<br/>Default: 60 seconds."
|
||||
"notification-delay": "Забавяне преди изпращането на е-писма с известия (секунди)",
|
||||
"notification-delay-help": "Ако потребителят е прочел известието в рамките на това време, няма да се изпрати е-писмо.<br/>По подразбиране: 60 секунди."
|
||||
}
|
||||
@@ -29,7 +29,7 @@
|
||||
"restrictions.stale-help": "Ако дадена тема е определена като „стара“, то потребителите, които се опитат да пишат в нея, ще получат предупредително съобщение. (0 = изключено)",
|
||||
"timestamp": "Време",
|
||||
"timestamp.cut-off": "Използване на дата след (в брой дни)",
|
||||
"timestamp.cut-off-help": "Датите и времената ще бъдат показвани относително (напр. „преди 3 часа“ или „преди 5 дни“), и преведени на множество\n\\t\\t\\t\\t\\tезици. След определено време, този текст ще започне да показва самите дата и час, според езика на потребителя\n\\t\\t\\t\\t\\t(напр. „5 ноември 2016 15:30“).<br /><em>(По подразбиране: <code>30</code>, тоест един месец). Ако зададете 0, винаги ще се изписват дати, а ако оставите полето празно, времето ще бъде винаги относително.</em>",
|
||||
"timestamp.cut-off-help": "Датите и времената ще бъдат показвани относително (напр. „преди 3 часа“ или „преди 5 дни“), и преведени на множество\n\t\t\t\t\tезици. След определено време, този текст ще започне да показва самите дата и час, според езика на потребителя\n\t\t\t\t\t(напр. „5 ноември 2016 15:30“).<br /><em>(По подразбиране: <code>30</code>, тоест един месец). Ако зададете 0, винаги ще се изписват дати, а ако оставите полето празно, времето ще бъде винаги относително.</em>",
|
||||
"timestamp.necro-threshold": "Мъртва граница (в дни)",
|
||||
"timestamp.necro-threshold-help": "Между публикациите ще бъде показано съобщение, ако времето между тях е по-дълго от мъртвата граница. (По подразбиране: <code>7</code>, или една седмица). Задайте 0 за изключване.</em>",
|
||||
"timestamp.topic-views-interval": "Интервал за увеличаване на броя на преглеждания на темите (в минути)",
|
||||
@@ -51,7 +51,7 @@
|
||||
"signature.hide-duplicates": "Скриване на дублираните подписи в темите",
|
||||
"signature.max-length": "Максимална дължина на подписите",
|
||||
"composer": "Настройки за съставянето",
|
||||
"composer-help": "Следващите настройки определят функционалностите и/или вида на елемента за съставяне на\n\\t\\t\\t\\tпубликация, който се използва от потребителите, когато те създават нови теми или отговорят в съществуващи.",
|
||||
"composer-help": "Следващите настройки определят функционалностите и/или вида на елемента за съставяне на\n\t\t\t\tпубликация, който се използва от потребителите, когато те създават нови теми или отговорят в съществуващи.",
|
||||
"composer.show-help": "Показване на раздела „Помощ“",
|
||||
"composer.enable-plugin-help": "Позволяване на добавките да добавят съдържание в раздела за помощ",
|
||||
"composer.custom-help": "Персонализиран текст за помощ",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"default-avatar": "Персонализирано изображение по подразбиране",
|
||||
"upload": "Качване",
|
||||
"profile-image-dimension": "Размер на профилното изображение",
|
||||
"profile-image-dimension-help": "(in pixels, default: 200 pixels)",
|
||||
"profile-image-dimension-help": "(в пиксели; по подразбиране: 200 пиксела)",
|
||||
"max-profile-image-size": "Максимален файлов размер на профилното изображение",
|
||||
"max-profile-image-size-help": "(в кибибайтове; по подразбиране: 256 КиБ)",
|
||||
"max-cover-image-size": "Максимален файлов размер на изображението на корицата",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"disable-rss-feeds": "Изключване на емисиите чрез RSS",
|
||||
"disable-sitemap-xml": "Изключване на картата на уеб сайта („Sitemap.xml“)",
|
||||
"sitemap-topics": "Брой теми за показване в картата на уеб сайта",
|
||||
"sitemap-cache-duration-hours": "Sitemap Cache Duration (hours)",
|
||||
"sitemap-cache-duration-hours": "Давност на кеша на картата на уеб сайт (часове)",
|
||||
"clear-sitemap-cache": "Изчистване на кеша на картата на уеб сайта",
|
||||
"view-sitemap": "Преглед на картата на уеб сайта"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"user-watched-tags": "Наблюдавани от потребителя етикети",
|
||||
"delete-upload-button": "Бутон за изтриване на каченото",
|
||||
"group-page-link-for": "Връзка към груповата страница за %1",
|
||||
"show-crossposts": "Show Cross-posts"
|
||||
"show-crossposts": "Показване на допълнителните публикации"
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"category": "Категория",
|
||||
"subcategories": "Подкатегории",
|
||||
"uncategorized": "World",
|
||||
"uncategorized.description": "Topics from outside of this forum. Views and opinions represented here may not reflect those of this forum and its members.",
|
||||
"uncategorized": "Свят",
|
||||
"uncategorized.description": "Теми произхождащи извън този форум. Преглежданията и мненията представени тук може да не са обвързани с този форум и членовете му.",
|
||||
"handle.description": "Тази категория може да бъде последвана от отворената социална мрежа от чрез идентификатора %1",
|
||||
"new-topic-button": "Нова тема",
|
||||
"guest-login-post": "Впишете се, за да можете да публикувате",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"invalid-data": "Грешни данни",
|
||||
"invalid-config-field-value": "Неправилна стойност за конфигурационното поле „%1“: %2",
|
||||
"invalid-json": "Неправилен JSON",
|
||||
"wrong-parameter-type": "За свойството `%1` се очакваше стойност от тип %3, но вместо това беше получено %2",
|
||||
"required-parameters-missing": "Липсват задължителни параметри от това извикване към ППИ: %1",
|
||||
@@ -32,7 +33,7 @@
|
||||
"invalid-path": "Грешен път",
|
||||
"folder-exists": "Вече има папка с това име",
|
||||
"invalid-pagination-value": "Грешен номер на странициране, трябва да бъде между %1 и %2",
|
||||
"invalid-unread-cutoff": "Invalid unread cutoff value, must be at least 1 and at most %1",
|
||||
"invalid-unread-cutoff": "Грешна стойност за възрастта на публикациите, след която те не се показват в непрочетените – трябва да бъде между 1 и %1",
|
||||
"username-taken": "Потребителското име е заето",
|
||||
"email-taken": "Адресът на е-пощата вече е зает.",
|
||||
"email-nochange": "Въведената е-поща е същата като съществуващата.",
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
"allowed-file-types": "Разрешените файлови типове са: %1",
|
||||
"unsaved-changes": "Имате незапазени промени. Наистина ли искате да напуснете тази страница?",
|
||||
"reconnecting-message": "Изглежда връзката Ви към %1 беше прекъсната. Моля, изчакайте докато се опитаме да Ви свържем отново.",
|
||||
"reconnected-message": "Reconnected to %1 successfully.",
|
||||
"reconnected-message": "Повторното свързване с %1 е успешно.",
|
||||
"play": "Пускане",
|
||||
"cookies.message": "Този уеб сайт използва бисквитки, за да предостави услугите си по възможно най-добрия начин.",
|
||||
"cookies.accept": "Разбрано!",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"group": "Group",
|
||||
"group": "Група",
|
||||
"all-groups": "Всички групи",
|
||||
"groups": "Групи",
|
||||
"members": "Членове",
|
||||
"x-members": "%1 member(s)",
|
||||
"x-members": "%1 член(ове)",
|
||||
"view-group": "Преглед на групата",
|
||||
"owner": "Собственик на групата",
|
||||
"new-group": "Създаване на нова група",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"alternative-logins": "Други начини за вписване",
|
||||
"failed-login-attempt": "Неуспешно вписване",
|
||||
"login-successful": "Вие влязохте успешно!",
|
||||
"dont-have-account": "Нямате регистрация?",
|
||||
"dont-have-account": "Нямате акаунт?",
|
||||
"logged-out-due-to-inactivity": "Вие излязохте автоматично от администраторския контролен панел, поради бездействие.",
|
||||
"caps-lock-enabled": "Главните букви са включени"
|
||||
}
|
||||
@@ -82,7 +82,7 @@
|
||||
"composer.hide-preview": "Скриване на прегледа",
|
||||
"composer.help": "Помощ",
|
||||
"composer.user-said-in": "%1 каза в %2:",
|
||||
"composer.user-said": "%1 [said](%2):",
|
||||
"composer.user-said": "%1 [каза](%2):",
|
||||
"composer.discard": "Наистина ли искате да отхвърлите тази публикация?",
|
||||
"composer.submit-and-lock": "Публикуване и заключване",
|
||||
"composer.toggle-dropdown": "Превключване на падащото меню",
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"new-register-multiple": "Има <strong>%1</strong> заявки за регистрация, които очакват да бъдат прегледани.",
|
||||
"flag-assigned-to-you": "<strong>Докладът %1</strong> беше назначен на Вас",
|
||||
"post-awaiting-review": "Публикацията чака да бъде прегледана",
|
||||
"topic-awaiting-review": "Topic awaiting review",
|
||||
"topic-awaiting-review": "Темата чака да бъде прегледана",
|
||||
"profile-exported": "Профилът на <strong>%1</strong> е изнесен, щракнете за сваляне",
|
||||
"posts-exported": "Публикациите на <strong>%1</strong> са изнесени, щракнете за сваляне",
|
||||
"uploads-exported": "Качванията на <strong>%1</strong> са изнесени, щракнете за сваляне",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"theme-name": "Тема на Harmony",
|
||||
"skins": "Облици",
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"light": "Светло",
|
||||
"dark": "Тъмно",
|
||||
"collapse": "Свиване",
|
||||
"expand": "Разгъване",
|
||||
"sidebar-toggle": "Превключване на страничната лента",
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
"no-more-next-post": "Нямате повече публикации в тази тема",
|
||||
"open-composer": "Отваряне на редактора",
|
||||
"post-quick-reply": "Бърз отговор",
|
||||
"post-quick-create": "Quick post",
|
||||
"post-quick-create": "Бърза публикация",
|
||||
"navigator.index": "Публикация %1 от %2",
|
||||
"navigator.unread": "%1 непрочетени",
|
||||
"upvote-post": "Положително гласуване за публикацията",
|
||||
|
||||
@@ -146,8 +146,8 @@
|
||||
"upvote-notif-freq.threshold": "на 1, 5, 10, 25, 50, 100, 150, 200…",
|
||||
"upvote-notif-freq.logarithmic": "На 10, 100, 1000…",
|
||||
"upvote-notif-freq.disabled": "Изключено",
|
||||
"notification-type-web": "Web",
|
||||
"notification-type-email": "Email",
|
||||
"notification-type-web": "Уеб",
|
||||
"notification-type-email": "Е-поща",
|
||||
"browsing": "Настройки за страниците",
|
||||
"unread.cutoff": "Възраст на публикациите, след която те не се показват в непрочетените (най-много %1 дни)",
|
||||
"unread.cutoff-help": "Темите ще се отбелязват като прочетени, ако в тях няма нови неща в рамките на посочения брой дни.",
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "Свят",
|
||||
"latest": "Latest",
|
||||
"popular-day": "Popular (Day)",
|
||||
"popular-week": "Popular (Week)",
|
||||
"popular-month": "Popular (Month)",
|
||||
"popular-year": "Popular (Year)",
|
||||
"popular-alltime": "Popular (All Time)",
|
||||
"recent": "All",
|
||||
"latest": "Най-нови",
|
||||
"latest-local": "Най-нови (локални)",
|
||||
"latest-all": "Най-нови (всички)",
|
||||
"popular-day": "Популярни (за деня)",
|
||||
"popular-week": "Популярни (за седмицата)",
|
||||
"popular-month": "Популярни (за месеца)",
|
||||
"popular-year": "Популярни (за годината)",
|
||||
"popular-alltime": "Популярни (за всички времена)",
|
||||
"recent": "Всички",
|
||||
"help": "Помощ",
|
||||
|
||||
"help.title": "Каква е тази страница?",
|
||||
@@ -16,10 +18,12 @@
|
||||
"help.federating": "По същия начин, ако потребители извън този форум започнат да следват <em>Вас</em>, тогава Вашите публикации ще започнат да се появяват в техните приложения и уеб сайтове.",
|
||||
"help.next-generation": "Това е новото поколение социална мрежа. Започнете да допринасяте още днес!",
|
||||
|
||||
"onboard.title": "Вашият прозорец към федивселената…",
|
||||
"onboard.what": "Това е Вашата персонализирана категория съставена само от съдържание извън този форум. Тук се появяват неща от хора, които следвате, както и такива споделени от тях.",
|
||||
"onboard.why": "Много неща се случват извън този форум, и не всичко отговаря на Вашите интереси. Затова следването на конкретни хора е най-добрият начин да покажете, че искате да виждате повече от тях.",
|
||||
"onboard.how": "Междувременно можете да използвате бутоните в горната част, за да видите до какво има достъп този форум. Така може да започнете да откривате ново съдържание!",
|
||||
"onboard.title": "Свят изпълнен със съдържание, на една ръка разстояние…",
|
||||
"onboard.what": "Гледайте на това като на глобална опашка за откриване на съдържание. Тук се събират интересни дискусии от различни места в мрежата и от други общности – на едно място.",
|
||||
"onboard.why": "Можете да разглеждате препоръчаните популярни теми, но най-добрият начин да ползвате тази функционалност, е да я нагласите по свой вкус. Ако си създадете акаунт, ще можете да следвате определени хора или теми – така ще филтрирате шума и ще виждате само това, което Ви интересува.",
|
||||
"onboard.how": "Готови? Създайте си акаунт и започнете да следвате другите, да получавате известия когато хората Ви отговарят, както и да запазвате любимите си открития.",
|
||||
|
||||
"category-search": "Find a category..."
|
||||
"category-search": "Търсене на категория…",
|
||||
"see-more": "Вижте повече",
|
||||
"see-less": "Вижте по-малко"
|
||||
}
|
||||
9
public/language/bn/admin/advanced/jobs.json
Normal file
9
public/language/bn/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Jobs",
|
||||
"job-name": "Job Name",
|
||||
"schedule": "Schedule",
|
||||
"next-run": "Next Run",
|
||||
"last-duration": "Last Duration",
|
||||
"running": "Running",
|
||||
"active": "Active"
|
||||
}
|
||||
@@ -8,10 +8,11 @@
|
||||
"topics": "Topics",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"messages": "Messages",
|
||||
"page-views-seven": "Last 7 Days",
|
||||
"page-views-thirty": "Last 30 Days",
|
||||
"page-views-last-day": "Last 24 hours",
|
||||
"page-views-custom": "Custom Date Range",
|
||||
"page-views-custom": "Custom Range",
|
||||
"page-views-custom-start": "Range Start",
|
||||
"page-views-custom-end": "Range End",
|
||||
"page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is <code>YYYY-MM-DD</code>",
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"250-per-page": "250 per page",
|
||||
"500-per-page": "500 per page",
|
||||
|
||||
"search.help": "Use "*" to make partial searches, for example "*query"",
|
||||
"search.uid": "By User ID",
|
||||
"search.uid-placeholder": "Enter a user ID to search",
|
||||
"search.username": "By User Name",
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
"advanced/logs": "Logs",
|
||||
"advanced/errors": "Errors",
|
||||
"advanced/cache": "Cache",
|
||||
"advanced/jobs": "Jobs",
|
||||
"development/logger": "Logger",
|
||||
"development/info": "Info",
|
||||
|
||||
|
||||
@@ -50,5 +50,6 @@
|
||||
"content.summary-limit": "Character count after which a summary is generated",
|
||||
"content.summary-limit-help": "When content is federated out that exceeds this character count, a <code>summary</code> is generated, comprising of all complete sentences prior to this limit. (Default: 500)",
|
||||
"content.break-string": "Note/Article Delimiter",
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)"
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)",
|
||||
"content.world-default-cid": "Default category ID for "World" page composer"
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
"description": "Site Description",
|
||||
"keywords": "Site Keywords",
|
||||
"keywords-placeholder": "Keywords describing your community, comma-separated",
|
||||
"logo-and-icons": "Site Logo & Icons",
|
||||
"logo-and-icons": "Media & Branding",
|
||||
"logo.image": "Image",
|
||||
"logo.image-placeholder": "Path to a logo to display on forum header",
|
||||
"logo.upload": "Upload",
|
||||
@@ -35,6 +35,8 @@
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
"maskable-icon": "Maskable (Homescreen) Icon",
|
||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||
"screenshot": "Screenshot",
|
||||
"screenshot.help": "Recommended size and format: between 320px and 3480px, JPG and PNG format only. If no screenshot is specified, NodeBB will fall back to a generic screenshot",
|
||||
"outgoing-links": "Outgoing Links",
|
||||
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
|
||||
"search": "Search",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"invalid-data": "ভুল তথ্য",
|
||||
"invalid-config-field-value": "Invalid value for config field \"%1\": %2",
|
||||
"invalid-json": "Invalid JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "World",
|
||||
"latest": "Latest",
|
||||
"latest-local": "Latest (Local)",
|
||||
"latest-all": "Latest (All)",
|
||||
"popular-day": "Popular (Day)",
|
||||
"popular-week": "Popular (Week)",
|
||||
"popular-month": "Popular (Month)",
|
||||
@@ -16,10 +18,12 @@
|
||||
"help.federating": "Likewise, if users from outside of this forum start following <em>you</em>, then your posts will start appearing on those apps and websites as well.",
|
||||
"help.next-generation": "This is the next generation of social media, start contributing today!",
|
||||
|
||||
"onboard.title": "Your window to the fediverse...",
|
||||
"onboard.what": "This is your personalized category made up of only content found outside of this forum. Whether something shows up in this page depends on whether you follow them, or whether that post was shared by someone you follow.",
|
||||
"onboard.why": "There's a lot that goes on outside of this forum, and not all of it is relevant to your interests. That's why following people is the best way to signal that you want to see more from someone.",
|
||||
"onboard.how": "In the meantime, you can click on the shortcut buttons at the top to see what else this forum knows about, and start discovering some new content!",
|
||||
"onboard.title": "A world of content at your fingertips…",
|
||||
"onboard.what": "Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.",
|
||||
"onboard.why": "While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.",
|
||||
"onboard.how": "Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.",
|
||||
|
||||
"category-search": "Find a category..."
|
||||
"category-search": "Find a category...",
|
||||
"see-more": "See more",
|
||||
"see-less": "See less"
|
||||
}
|
||||
@@ -9,9 +9,9 @@
|
||||
"filter-type": "Typ události",
|
||||
"filter-start": "Datum začátku",
|
||||
"filter-end": "Datum konce",
|
||||
"filter-user": "Filter by User",
|
||||
"filter-user.placeholder": "Type user name to filter...",
|
||||
"filter-group": "Filter by Group",
|
||||
"filter-group.placeholder": "Type group name to filter...",
|
||||
"filter-user": "Filtrovat podle uživatele",
|
||||
"filter-user.placeholder": "Zadejte uživatelské jméno pro filtrování…",
|
||||
"filter-group": "Filtrovat podle skupiny",
|
||||
"filter-group.placeholder": "Zadejte název skupiny pro filtrování...",
|
||||
"filter-per-page": "Na stránku"
|
||||
}
|
||||
9
public/language/cs/admin/advanced/jobs.json
Normal file
9
public/language/cs/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Jobs",
|
||||
"job-name": "Job Name",
|
||||
"schedule": "Schedule",
|
||||
"next-run": "Next Run",
|
||||
"last-duration": "Last Duration",
|
||||
"running": "Running",
|
||||
"active": "Active"
|
||||
}
|
||||
@@ -8,10 +8,11 @@
|
||||
"topics": "Témata",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"messages": "Messages",
|
||||
"page-views-seven": "Posledních 7 dnů",
|
||||
"page-views-thirty": "Posledních 30 dní",
|
||||
"page-views-last-day": "Posledních 24 hodin",
|
||||
"page-views-custom": "Dle rozsahu data",
|
||||
"page-views-custom": "Custom Range",
|
||||
"page-views-custom-start": "Začátek rozsahu",
|
||||
"page-views-custom-end": "Konec rozsahu",
|
||||
"page-views-custom-help": "Zadejte rozsah data zobrazení stránek, které chcete vidět. Není-li datum nastaveno, výchozí formát je <code>YYYY-MM-DD</code>",
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
"container.card": "Card",
|
||||
"container.card-header": "Card Header",
|
||||
"container.card-body": "Card Body",
|
||||
"container.title": "Title",
|
||||
"container.body": "Body",
|
||||
"container.title": "Název",
|
||||
"container.body": "Tělo",
|
||||
"container.alert": "Upozornění",
|
||||
|
||||
"alert.confirm-delete": "Jste si jist/a, že chcete smazat tuto miniaplikaci?",
|
||||
@@ -32,6 +32,6 @@
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Skrýt na mobilu",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-drafts": "Schovat koncepty",
|
||||
"show-drafts": "Zobrazit koncepty"
|
||||
}
|
||||
@@ -2,27 +2,27 @@
|
||||
"title": "Správa vlastních uživatelských polí",
|
||||
"create-field": "Vytvořit pole",
|
||||
"edit-field": "Upravit pole",
|
||||
"manage-custom-fields": "Manage Custom Fields",
|
||||
"type-of-input": "Type of input",
|
||||
"key": "Key",
|
||||
"name": "Name",
|
||||
"icon": "Icon",
|
||||
"type": "Type",
|
||||
"min-rep": "Minimum Reputation",
|
||||
"input-type-text": "Input (Text)",
|
||||
"input-type-link": "Input (Link)",
|
||||
"input-type-number": "Input (Number)",
|
||||
"input-type-date": "Input (Date)",
|
||||
"input-type-select": "Select",
|
||||
"input-type-select-multi": "Select Multiple",
|
||||
"select-options": "Options",
|
||||
"select-options-help": "Add one option per line for the select element",
|
||||
"minimum-reputation": "Minimum reputation",
|
||||
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
|
||||
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
|
||||
"custom-fields-saved": "Custom fields saved",
|
||||
"visibility": "Visibility",
|
||||
"visibility-all": "Everyone can see the field",
|
||||
"visibility-loggedin": "Only logged in users can see the field",
|
||||
"visibility-privileged": "Only privileged users like admins & moderators can see the field"
|
||||
"manage-custom-fields": "Správa vlastních polí",
|
||||
"type-of-input": "Typ vstupu",
|
||||
"key": "Klíč",
|
||||
"name": "Jméno",
|
||||
"icon": "Ikona",
|
||||
"type": "Typ",
|
||||
"min-rep": "Minimální reputace",
|
||||
"input-type-text": "Vstup (Text)",
|
||||
"input-type-link": "Vstup (Odkaz)",
|
||||
"input-type-number": "Vstup (Číslo)",
|
||||
"input-type-date": "Vstup (Datum)",
|
||||
"input-type-select": "Vybrat",
|
||||
"input-type-select-multi": "Vybrat více možností",
|
||||
"select-options": "Možnosti",
|
||||
"select-options-help": "Pro výběr přidejte každou možnost na samostatný řádek",
|
||||
"minimum-reputation": "Minimální reputace",
|
||||
"minimum-reputation-help": "Pokud má uživatel méně než tuto hodnotu, nebude moci toto pole používat",
|
||||
"delete-field-confirm-x": "Opravdu chcete smazat vlastní pole \"%1“?",
|
||||
"custom-fields-saved": "Vlastní pole uložena",
|
||||
"visibility": "Viditelnost",
|
||||
"visibility-all": "Pole může vidět každý",
|
||||
"visibility-loggedin": "Pole mohou vidět pouze přihlášení uživatelé",
|
||||
"visibility-privileged": "Pole mohou vidět pouze vybraní uživatelé, například administrátoři a moderátoři"
|
||||
}
|
||||
@@ -40,6 +40,7 @@
|
||||
"250-per-page": "250 na stránku",
|
||||
"500-per-page": "500 na stránku",
|
||||
|
||||
"search.help": "Use "*" to make partial searches, for example "*query"",
|
||||
"search.uid": "Dle ID uživatele",
|
||||
"search.uid-placeholder": "Pro hledání, zadejte ID uživatele",
|
||||
"search.username": "Dle jména uživatele",
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
"advanced/logs": "Protokoly",
|
||||
"advanced/errors": "Chyby",
|
||||
"advanced/cache": "Mezipamě",
|
||||
"advanced/jobs": "Jobs",
|
||||
"development/logger": "Protokolář",
|
||||
"development/info": "Informace",
|
||||
|
||||
|
||||
@@ -50,5 +50,6 @@
|
||||
"content.summary-limit": "Character count after which a summary is generated",
|
||||
"content.summary-limit-help": "When content is federated out that exceeds this character count, a <code>summary</code> is generated, comprising of all complete sentences prior to this limit. (Default: 500)",
|
||||
"content.break-string": "Note/Article Delimiter",
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)"
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)",
|
||||
"content.world-default-cid": "Default category ID for "World" page composer"
|
||||
}
|
||||
@@ -15,10 +15,10 @@
|
||||
"title-layout": "Vzhled názvu",
|
||||
"title-layout-help": "Určete jak název prohlížeče má být sestaven, tj. {pageTitle} | {browserTitle}",
|
||||
"description.placeholder": "Zkrácený popis vaší komunity",
|
||||
"description": "Site Description",
|
||||
"description": "Popis stránky",
|
||||
"keywords": "Klíčová slova pro stránky",
|
||||
"keywords-placeholder": "Klíčová slova popisující vaši komunitu, odděleno čárkou",
|
||||
"logo-and-icons": "Site Logo & Icons",
|
||||
"logo-and-icons": "Media & Branding",
|
||||
"logo.image": "Obrázek",
|
||||
"logo.image-placeholder": "Cesta k logu, aby mohlo být zobrazeno v hlavičce fóra",
|
||||
"logo.upload": "Nahrát",
|
||||
@@ -35,6 +35,8 @@
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
"maskable-icon": "Maskable (Homescreen) Icon",
|
||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||
"screenshot": "Screenshot",
|
||||
"screenshot.help": "Recommended size and format: between 320px and 3480px, JPG and PNG format only. If no screenshot is specified, NodeBB will fall back to a generic screenshot",
|
||||
"outgoing-links": "Odchozí odkazy",
|
||||
"outgoing-links.warning-page": "Použít stránku s upozorněním při odchozích odkazech",
|
||||
"search": "Search",
|
||||
@@ -51,7 +53,7 @@
|
||||
"topic-tools": "Topic Tools",
|
||||
"home-page": "Domovská stránka",
|
||||
"home-page-route": "Cesta k domovské stránce",
|
||||
"home-page-description": "Choose what page is shown when users navigate to the root URL of your forum.",
|
||||
"home-page-description": "Vyberte, která stránka se zobrazí, když uživatelé přejdou na hlavní URL vašeho fóra.",
|
||||
"custom-route": "Upravit cestu",
|
||||
"allow-user-home-pages": "Povolit uživatelům domovské stránky",
|
||||
"home-page-title": "Titulka domovské stránky (výchozí „Domů”)",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>doporučené</small>",
|
||||
|
||||
"properties": "Vlastnosti:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"show-to-groups": "Ukázat skupinám:",
|
||||
"open-new-window": "Otevřít v novém okně",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"sorting.oldest-to-newest": "Od nejstarších po nejnovější",
|
||||
"sorting.newest-to-oldest": "Od nejnovějších po nejstarší",
|
||||
"sorting.recently-replied": "Poslední příspěvky",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.recently-created": "Nedávno vytvořené",
|
||||
"sorting.most-votes": "Dle počtu hlasů",
|
||||
"sorting.most-posts": "Dle počtu příspěvků",
|
||||
"sorting.most-views": "Nejvíce zobrazení",
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
"reputation": "Nastavení reputace",
|
||||
"disable": "Zakázat systém reputace",
|
||||
"disable-down-voting": "Zakázat hlasování",
|
||||
"upvote-visibility": "Up Vote visibility",
|
||||
"upvote-visibility-all": "Everyone can see up votes",
|
||||
"upvote-visibility-loggedin": "Only logged in users can see up votes",
|
||||
"upvote-visibility-privileged": "Only privileged users like admins & moderators can see up votes",
|
||||
"downvote-visibility": "Down Vote visibility",
|
||||
"downvote-visibility-all": "Everyone can see down votes",
|
||||
"downvote-visibility-loggedin": "Only logged in users can see down votes",
|
||||
"downvote-visibility-privileged": "Only privileged users like admins & moderators can see down votes",
|
||||
"upvote-visibility": "Viditelnost kladných hlasů",
|
||||
"upvote-visibility-all": "Všichni mohou vidět kladné hlasy",
|
||||
"upvote-visibility-loggedin": "Pouze přihlášení uživatelé mohou vidět kladné hlasy",
|
||||
"upvote-visibility-privileged": "Kladné hlasy mohou vidět pouze vybraní uživatelé, jako jsou administrátoři a moderátoři",
|
||||
"downvote-visibility": "Viditelnost záporných hlasů",
|
||||
"downvote-visibility-all": "Všichni mohou vidět záporné hlasy",
|
||||
"downvote-visibility-loggedin": "Pouze přihlášení uživatelé mohou vidět záporné hlasy",
|
||||
"downvote-visibility-privileged": "Záporné hlasy mohou vidět pouze vybraní uživatelé, jako jsou administrátoři a moderátoři",
|
||||
"thresholds": "Omezení aktivity",
|
||||
"min-rep-upvote": "Minimum reputation to upvote posts",
|
||||
"upvotes-per-day": "Upvotes per day (set to 0 for unlimited upvotes)",
|
||||
@@ -29,12 +29,12 @@
|
||||
"flags.limit-per-target": "Maximum number of times something can be flagged",
|
||||
"flags.limit-per-target-placeholder": "Default: 0",
|
||||
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a "report" and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
|
||||
"flags.limit-post-flags-per-day": "Maximum number of times a user can flag posts in a day",
|
||||
"flags.limit-post-flags-per-day-help": "Set to 0 to disable, (default: 10)",
|
||||
"flags.limit-user-flags-per-day": "Maximum number of times a user can flag users in a day",
|
||||
"flags.limit-user-flags-per-day-help": "Set to 0 to disable, (default: 10)",
|
||||
"flags.auto-flag-on-downvote-threshold": "Number of downvotes to auto flag posts",
|
||||
"flags.auto-flag-on-downvote-threshold-help": "Set to 0 to disable, (default: 0)",
|
||||
"flags.limit-post-flags-per-day": "Maximální počet označení příspěvků uživatelem za den",
|
||||
"flags.limit-post-flags-per-day-help": "Nastavte na 0 pro deaktivaci (výchozí: 10)",
|
||||
"flags.limit-user-flags-per-day": "Maximální počet označení uživatelů jedním uživatelem za den",
|
||||
"flags.limit-user-flags-per-day-help": "Nastavte na 0 pro deaktivaci (výchozí: 10)",
|
||||
"flags.auto-flag-on-downvote-threshold": "Počet záporných hlasů pro automatické označení příspěvků",
|
||||
"flags.auto-flag-on-downvote-threshold-help": "Nastavte na 0 pro deaktivaci (výchozí: 10)",
|
||||
"flags.auto-resolve-on-ban": "Automatically resolve all of a user's tickets when they are banned",
|
||||
"flags.action-on-resolve": "Do the following when a flag is resolved",
|
||||
"flags.action-on-reject": "Do the following when a flag is rejected",
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
"show-email": "Zobrazit e-mail",
|
||||
"show-fullname": "Zobrazit celé jméno",
|
||||
"restrict-chat": "Povolit chatové zprávy jen od uživatelů, které sleduji",
|
||||
"disable-incoming-chats": "Disable incoming chat messages",
|
||||
"disable-incoming-chats": "Zakázat příchozí zprávy v chatu",
|
||||
"outgoing-new-tab": "Otevřít odchozí odkazy v nové záložce",
|
||||
"topic-search": "Povolit hledání v tématu",
|
||||
"update-url-with-post-index": "Update url with post index while browsing topics",
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
"digest.title.day": "Váš denní přehled",
|
||||
"digest.title.week": "Váš týdenní přehled",
|
||||
"digest.title.month": "Váš měsíční přehled",
|
||||
"notif.chat.new-message-from-user": "New message from \"%1\"",
|
||||
"notif.chat.new-message-from-user-in-room": "New message from %1 in room %2",
|
||||
"notif.chat.new-message-from-user": "Nová zpráva od \"%1\"",
|
||||
"notif.chat.new-message-from-user-in-room": "Nová zpráva od %1 v místnosti %2",
|
||||
"notif.chat.cta": "Chcete-li pokračovat v konverzaci, klikněte zde.",
|
||||
"notif.chat.unsub.info": "Toto upozornění na chat vám bylo odesláno na základě vašeho nastavení odběru.",
|
||||
"notif.post.unsub.info": "Toto upozornění na příspěvek vám bylo odesláno na základě vašeho nastavení odběru.",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"invalid-data": "Neplatná data",
|
||||
"invalid-config-field-value": "Invalid value for config field \"%1\": %2",
|
||||
"invalid-json": "Neplatný JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"state": "Stav",
|
||||
"report": "Report",
|
||||
"report": "Hlášení",
|
||||
"reports": "Reports",
|
||||
"first-reported": "First Reported",
|
||||
"no-flags": "Hurá, žádné označení.",
|
||||
@@ -9,8 +9,8 @@
|
||||
"update": "Aktualizovat",
|
||||
"updated": "Aktualizováno",
|
||||
"resolved": "Resolved",
|
||||
"report-added": "Added",
|
||||
"report-rescinded": "Rescinded",
|
||||
"report-added": "Přidáno",
|
||||
"report-rescinded": "Zrušeno",
|
||||
"target-purged": "Obsah, na který se toto označení vztahuje, byl vymazán a již není k dispozici.",
|
||||
"target-aboutme-empty": "This user has no "About Me" set.",
|
||||
|
||||
@@ -84,18 +84,18 @@
|
||||
"modal-reason-offensive": "Urážlivé",
|
||||
"modal-reason-other": "Jiné (popište níže)",
|
||||
"modal-reason-custom": "Důvod ohlášení tohoto obsahu…",
|
||||
"modal-notify-remote": "Forward this report to %1",
|
||||
"modal-notify-remote": "Přeposlat toto hlášení na %1",
|
||||
"modal-submit": "Předat hlášení",
|
||||
"modal-submit-success": "Obsah byl označen pro moderaci.",
|
||||
|
||||
"modal-confirm-rescind": "Rescind Report?",
|
||||
"modal-confirm-rescind": "Zrušit hlášení?",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"confirm-purge": "Are you sure you want to permanently delete these flags?",
|
||||
"purge-cancelled": "Flag Purge Cancelled",
|
||||
"bulk-purge": "Purge Flag(s)",
|
||||
"confirm-purge": "Opravdu chcete trvale smazat tato označení?",
|
||||
"purge-cancelled": "Mazání označení zrušeno",
|
||||
"bulk-purge": "Odstranit označení",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"flagged-timeago": "Označeno <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -36,7 +36,7 @@
|
||||
"chat": "Konverzace s %1",
|
||||
"flags": "Označení",
|
||||
"flag-details": "Detaily označení %1",
|
||||
"world": "World",
|
||||
"world": "Svět",
|
||||
"account/edit": "Úprava \"%1\"",
|
||||
"account/edit/password": "Úprava hesla \"%1\"",
|
||||
"account/edit/username": "Úprava jména uživatele \"%1\"",
|
||||
@@ -55,7 +55,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Témata sledovaná uživatelem %1",
|
||||
"account/ignored": "Témata ignorovaná uživatelem %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/read": "Témata přečtená uživatelem %1",
|
||||
"account/upvoted": "Souhlasí s příspěvkem %1",
|
||||
"account/downvoted": "Nesouhlasí s příspěvkem %1",
|
||||
"account/best": "Nejlepší příspěvky od %1",
|
||||
@@ -63,9 +63,9 @@
|
||||
"account/blocks": "Zablokovaní uživatelé z %1",
|
||||
"account/uploads": "Nahráno od %1",
|
||||
"account/sessions": "Relace s přihlášením",
|
||||
"account/shares": "Topics shared by %1",
|
||||
"account/shares": "Témata sdílená uživatelem %1",
|
||||
"confirm": "E-mail potvrzen",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance.<br/>Please come back another time.",
|
||||
"maintenance.text": "%1 je momentálně v údržbě. <br/>Prosím, vraťte se později.",
|
||||
"maintenance.messageIntro": "Správce zanechal tuto zprávu:",
|
||||
"throttled.text": "%1 je v současnou chvíli nedostupný pro velkou zátěž. Zkuste to později."
|
||||
}
|
||||
@@ -3,10 +3,10 @@
|
||||
"post-queue": "Fronta příspěvků",
|
||||
"no-queued-posts": "There are no posts in the post queue.",
|
||||
"no-single-post": "The topic or post you are looking for is no longer in the queue. It has likely been approved or deleted already.",
|
||||
"enabling-help": "The post queue is currently <strong>disabled</strong>. To enable this feature, go to <a href=\"%1\">Settings → Post → Post Queue</a> and enable <strong>Post Queue</strong>.",
|
||||
"enabling-help": "Fronta příspěvků je momentálně <strong>zakázána</strong>. Chcete-li tuto funkci povolit, přejděte do <a href=\"%1\">Nastavení → Příspěvek → Fronta příspěvků</a> a zapněte <strong>Frontu příspěvků</strong>.",
|
||||
"back-to-list": "Back to Post Queue",
|
||||
"public-intro": "If you have any queued posts, they will be shown here.",
|
||||
"public-description": "This forum is configured to automatically queue posts from new accounts, pending moderator approval.<br />If you have queued posts awaiting approval, you will be able to see them here.",
|
||||
"public-intro": "Pokud máte nějaké příspěvky ve frontě, budou zde zobrazeny.",
|
||||
"public-description": "Toto fórum je nastaveno tak, aby automaticky zařazovalo příspěvky od nových účtů do fronty čekající na schválení moderátorem.<br /> Pokud máte příspěvky ve frontě čekající na schválení, uvidíte je zde.",
|
||||
"user": "Uživatel",
|
||||
"when": "When",
|
||||
"category": "Kategorie",
|
||||
@@ -39,5 +39,5 @@
|
||||
"remove-selected-confirm": "Do you want to remove %1 selected posts?",
|
||||
"bulk-accept-success": "%1 posts accepted",
|
||||
"bulk-reject-success": "%1 posts rejected",
|
||||
"links-in-this-post": "Links in this post"
|
||||
"links-in-this-post": "Odkazy v tomto příspěvku"
|
||||
}
|
||||
@@ -8,6 +8,6 @@
|
||||
"no-recent-topics": "Nebyly nalezeny žádné nové téma.",
|
||||
"no-popular-topics": "Žádná oblíbená téma.",
|
||||
"load-new-posts": "Load new posts",
|
||||
"uncategorized.title": "All known topics",
|
||||
"uncategorized.intro": "This page shows a chronological listing of every topic that this forum has received.<br />The views and opinions expressed in the topics below are not moderated and may not represent the views and opinions of this website."
|
||||
"uncategorized.title": "Všechny známá témata",
|
||||
"uncategorized.intro": "Tato stránka zobrazuje chronologický seznam všech témat, která toto fórum obdrželo. <br /> Názory a postoje vyjádřené v níže uvedených tématech nejsou moderovány a nemusí odrážet názory tohoto webu."
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
"awarded-x-reputation": "Byla vám přidělena <strong>%1</strong> reputace",
|
||||
"awarded-group-membership": "Byli jste přidáni do skupiny <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputace %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Počet příspěvků %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Poslední připojení %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Datum registrace %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Dny od registrace %1 %2)</span>"
|
||||
}
|
||||
@@ -1,42 +1,42 @@
|
||||
{
|
||||
"type-to-search": "Type to search",
|
||||
"type-to-search": "Začněte psát pro hledání",
|
||||
"results-matching": "Počet výsledků pro „%2“: %1, (%3 sekund)",
|
||||
"no-matches": "Nic nebylo nalezeno",
|
||||
"advanced-search": "Pokročilé hledání",
|
||||
"in": "v",
|
||||
"in-titles": "In titles",
|
||||
"in-titles-posts": "In titles and posts",
|
||||
"in-posts": "In posts",
|
||||
"in-bookmarks": "In bookmarks",
|
||||
"in-categories": "In categories",
|
||||
"in-users": "In users",
|
||||
"in-tags": "In tags",
|
||||
"in-titles": "V názvech",
|
||||
"in-titles-posts": "V názvech a příspěvcích",
|
||||
"in-posts": "V příspěvcích",
|
||||
"in-bookmarks": "V záložkách",
|
||||
"in-categories": "V kategoriích",
|
||||
"in-users": "V uživatelích",
|
||||
"in-tags": "Ve štítcích",
|
||||
"categories": "Kategorie",
|
||||
"all-categories": "All categories",
|
||||
"categories-x": "Categories: %1",
|
||||
"categories-watched-categories": "Categories: Watched categories",
|
||||
"type-a-category": "Type a category",
|
||||
"all-categories": "Všechny kategorie",
|
||||
"categories-x": "Kategorie: %1",
|
||||
"categories-watched-categories": "Kategorie: Sledované kategorie",
|
||||
"type-a-category": "Zadejte kategorii",
|
||||
"tags": "Štítky",
|
||||
"tags-x": "Tags: %1",
|
||||
"type-a-tag": "Type a tag",
|
||||
"tags-x": "Štítky: %1",
|
||||
"type-a-tag": "Zadejte štítek",
|
||||
"match-words": "Shodná slova",
|
||||
"match-all-words": "Match all words",
|
||||
"match-any-word": "Match any word",
|
||||
"all": "Vše",
|
||||
"any": "Jakékoliv",
|
||||
"posted-by": "Napsal",
|
||||
"posted-by-usernames": "Posted by: %1",
|
||||
"type-a-username": "Type a username",
|
||||
"posted-by-usernames": "Publikoval: %1",
|
||||
"type-a-username": "Zadejte uživatelské jméno",
|
||||
"search-child-categories": "Hledat podružné kategorie",
|
||||
"has-tags": "Obsahuje značky",
|
||||
"reply-count": "Počet odpovědí",
|
||||
"replies": "Replies",
|
||||
"replies-atleast-count": "Replies: At least %1",
|
||||
"replies-atmost-count": "Replies: At most %1",
|
||||
"replies": "Odpovědi",
|
||||
"replies-atleast-count": "Odpovědi: Alespoň %1",
|
||||
"replies-atmost-count": "Odpovědi: Maximálně %1",
|
||||
"at-least": "Nejméně",
|
||||
"at-most": "Nejvíce",
|
||||
"relevance": "Relevantnost",
|
||||
"time": "Time",
|
||||
"time": "Čas",
|
||||
"post-time": "Čas příspěvku",
|
||||
"votes": "Hlasů",
|
||||
"newer-than": "Novější než",
|
||||
@@ -49,22 +49,22 @@
|
||||
"three-months": "Tři měsíce",
|
||||
"six-months": "Šest měsíců",
|
||||
"one-year": "Jeden rok",
|
||||
"time-newer-than-86400": "Time: Newer than yesterday",
|
||||
"time-older-than-86400": "Time: Older than yesterday",
|
||||
"time-newer-than-604800": "Time: Newer than one week",
|
||||
"time-older-than-604800": "Time: Older than one week",
|
||||
"time-newer-than-1209600": "Time: Newer than two weeks",
|
||||
"time-older-than-1209600": "Time: Older than two weeks",
|
||||
"time-newer-than-2592000": "Time: Newer than one month",
|
||||
"time-older-than-2592000": "Time: Older than one month",
|
||||
"time-newer-than-7776000": "Time: Newer than three months",
|
||||
"time-older-than-7776000": "Time: Older than three months",
|
||||
"time-newer-than-15552000": "Time: Newer than six months",
|
||||
"time-older-than-15552000": "Time: Older than six months",
|
||||
"time-newer-than-31104000": "Time: Newer than one year",
|
||||
"time-older-than-31104000": "Time: Older than one year",
|
||||
"time-newer-than-86400": "Čas: Novější než včera",
|
||||
"time-older-than-86400": "Čas: Starší než včera",
|
||||
"time-newer-than-604800": "Čas: Novější než jeden týden",
|
||||
"time-older-than-604800": "Čas: Starší než jeden týden",
|
||||
"time-newer-than-1209600": "Čas: Novější než dva týdny",
|
||||
"time-older-than-1209600": "Čas: Starší než dva týdny",
|
||||
"time-newer-than-2592000": "Čas: Novější než jeden měsíc",
|
||||
"time-older-than-2592000": "Čas: Starší než jeden měsíc",
|
||||
"time-newer-than-7776000": "Čas: Novější než tři měsíce",
|
||||
"time-older-than-7776000": "Čas: Starší než tři měsíce",
|
||||
"time-newer-than-15552000": "Čas: Novější než šest měsíců",
|
||||
"time-older-than-15552000": "Čas: Starší než šest měsíců",
|
||||
"time-newer-than-31104000": "Čas: Novější než jeden rok",
|
||||
"time-older-than-31104000": "Čas: Starší než jeden rok",
|
||||
"sort-by": "Řadit dle",
|
||||
"sort": "Sort",
|
||||
"sort": "Řadit",
|
||||
"last-reply-time": "Čas poslední odpovědi",
|
||||
"topic-title": "Název tématu",
|
||||
"topic-votes": "Hlasy tématu",
|
||||
@@ -97,14 +97,14 @@
|
||||
"sort-by-user.username-asc": "Sort by: Username in ascending order",
|
||||
"sort-by-category.name-desc": "Sort by: Category in descending order",
|
||||
"sort-by-category.name-asc": "Sort by: Category in ascending order",
|
||||
"save": "Save",
|
||||
"save": "Uložit",
|
||||
"save-preferences": "Uložit nastavení",
|
||||
"clear-preferences": "Smazat nastavení",
|
||||
"search-preferences-saved": "Hledat dle uložených nastavení",
|
||||
"search-preferences-cleared": "Hledat dle smazaných nastavení",
|
||||
"show-results-as": "Zobrazit výsledek jako",
|
||||
"show-results-as-topics": "Show results as topics",
|
||||
"show-results-as-posts": "Show results as posts",
|
||||
"show-results-as-topics": "Zobrazit výsledky jako témata",
|
||||
"show-results-as-posts": "Zobrazit výsledky jako příspěvky",
|
||||
"see-more-results": "Zobrazit více výsledků (%1)",
|
||||
"search-in-category": "Search in \"%1\""
|
||||
"search-in-category": "Hledat v \"%1\""
|
||||
}
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook",
|
||||
"sign-in-with-linkedin": "Sign in with LinkedIn",
|
||||
"sign-up-with-linkedin": "Sign up with LinkedIn",
|
||||
"sign-in-with-wordpress": "Sign in with WordPress",
|
||||
"sign-up-with-wordpress": "Sign up with WordPress"
|
||||
"sign-in-with-twitter": "Přihlásit se pomocí Twitteru",
|
||||
"sign-up-with-twitter": "Registrovat se pomocí Twitteru",
|
||||
"sign-in-with-github": "Přihlásit se pomoci Github",
|
||||
"sign-up-with-github": "Registrovat se pomocí Github",
|
||||
"sign-in-with-google": "Přihlásit se pomocí Google",
|
||||
"sign-up-with-google": "Registrovat se pomocí Google",
|
||||
"log-in-with-facebook": "Přihlásit se pomocí Facebooku",
|
||||
"continue-with-facebook": "Pokračovat pomocí Facebooku",
|
||||
"sign-in-with-linkedin": "Přihlásit se pomocí LinkedIn",
|
||||
"sign-up-with-linkedin": "Registrovat se pomocí LinkedIn",
|
||||
"sign-in-with-wordpress": "Přihlásit se pomocí WordPressu",
|
||||
"sign-up-with-wordpress": "Registrovat se pomocí WordPressu"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"success": "Úspěšné",
|
||||
"topic-post": "Příspěvek úspěšně přidán.",
|
||||
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
|
||||
"post-queued": "Váš příspěvek je zařazen do fronty ke schválení. Obdržíte oznámení, až bude přijat nebo zamítnut.",
|
||||
"authentication-successful": "Úspěšné přihlášení",
|
||||
"settings-saved": "Nastavení byla uložena."
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"all-tags": "All tags",
|
||||
"all-tags": "Všechny štítky",
|
||||
"no-tag-topics": "Není zde žádné téma s tímto označením.",
|
||||
"no-tags-found": "No tags found",
|
||||
"no-tags-found": "Nenalezeny žádné štítky",
|
||||
"tags": "Štítky",
|
||||
"enter-tags-here": "Enter tags, %1 - %2 characters.",
|
||||
"enter-tags-here": "Zadejte štítky, %1 - %2 znaků.",
|
||||
"enter-tags-here-short": "Zadejte štítky…",
|
||||
"no-tags": "Zatím tu není žádné označení.",
|
||||
"select-tags": "Select Tags",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"watching.description": "Notify me of new topics.",
|
||||
"not-watching.description": "Do not notify me of new topics.",
|
||||
"following-tag.message": "You will now be receiving notifications when somebody posts a topic with this tag.",
|
||||
"not-following-tag.message": "You will not receive notifications when somebody posts a topic with this tag."
|
||||
"select-tags": "Vybrat štítky",
|
||||
"tag-whitelist": "Whitelist štítek",
|
||||
"watching": "Sleduji",
|
||||
"not-watching": "Nesleduji",
|
||||
"watching.description": "Upozorni mě na nová témata",
|
||||
"not-watching.description": "Neupozorňuj mě na nová témata.",
|
||||
"following-tag.message": "Nyní budete dostávat upozornění pokud někdo přidá téma s tímto štítkem.",
|
||||
"not-following-tag.message": "Nebudete dostávat upozornění pokud někdo přidá téma s tímto štítkem."
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Top",
|
||||
"no-top-topics": "No top topics"
|
||||
"title": "Hlavní",
|
||||
"no-top-topics": "Žádná hlavní témata"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"all-users": "Všichni uživatelé",
|
||||
"followed-users": "Followed Users",
|
||||
"followed-users": "Sledovaní uživatelé",
|
||||
"latest-users": "Nejnovější uživatelé",
|
||||
"top-posters": "Nejaktivnější",
|
||||
"most-reputation": "Nejváženější",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "Svět",
|
||||
"latest": "Latest",
|
||||
"latest-local": "Latest (Local)",
|
||||
"latest-all": "Latest (All)",
|
||||
"popular-day": "Popular (Day)",
|
||||
"popular-week": "Popular (Week)",
|
||||
"popular-month": "Popular (Month)",
|
||||
@@ -16,10 +18,12 @@
|
||||
"help.federating": "Stejně tak, pokud <em>vás</em> začnou sledovat uživatelé mimo toto fórum, vaše příspěvky se začnou zobrazovat i v těchto aplikacích a na webových stránkách.",
|
||||
"help.next-generation": "Toto je nová generace sociálních sítí – začněte přispívat ještě dnes!",
|
||||
|
||||
"onboard.title": "Vaše okno do fediverse…",
|
||||
"onboard.what": "Toto je vaše personalizovaná kategorie složená pouze z obsahu nalezeného mimo toto fórum. To, zda se něco zobrazí na této stránce, závisí na tom, zda tyto zdroje sledujete, nebo zda byl příspěvek sdílen někým, koho sledujete.",
|
||||
"onboard.why": "Mimo toto fórum se děje spousta věcí, a ne všechno je relevantní pro vaše zájmy. Proto je sledování lidí nejlepší způsob, jak naznačit, že chcete vidět více obsahu od konkrétní osoby.",
|
||||
"onboard.how": "Mezitím můžete kliknout na tlačítka zkratek nahoře, abyste viděli o čem dalším toto fórum ví, a začít objevovat nový obsah!",
|
||||
"onboard.title": "A world of content at your fingertips…",
|
||||
"onboard.what": "Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.",
|
||||
"onboard.why": "While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.",
|
||||
"onboard.how": "Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.",
|
||||
|
||||
"category-search": "Find a category..."
|
||||
"category-search": "Find a category...",
|
||||
"see-more": "See more",
|
||||
"see-less": "See less"
|
||||
}
|
||||
9
public/language/da/admin/advanced/jobs.json
Normal file
9
public/language/da/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Jobs",
|
||||
"job-name": "Job Name",
|
||||
"schedule": "Schedule",
|
||||
"next-run": "Next Run",
|
||||
"last-duration": "Last Duration",
|
||||
"running": "Running",
|
||||
"active": "Active"
|
||||
}
|
||||
@@ -8,10 +8,11 @@
|
||||
"topics": "Topics",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"messages": "Messages",
|
||||
"page-views-seven": "Last 7 Days",
|
||||
"page-views-thirty": "Last 30 Days",
|
||||
"page-views-last-day": "Last 24 hours",
|
||||
"page-views-custom": "Custom Date Range",
|
||||
"page-views-custom": "Custom Range",
|
||||
"page-views-custom-start": "Range Start",
|
||||
"page-views-custom-end": "Range End",
|
||||
"page-views-custom-help": "Enter a date range of page views you would like to view. If no date picker is available, the accepted format is <code>YYYY-MM-DD</code>",
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"250-per-page": "250 per page",
|
||||
"500-per-page": "500 per page",
|
||||
|
||||
"search.help": "Use "*" to make partial searches, for example "*query"",
|
||||
"search.uid": "By User ID",
|
||||
"search.uid-placeholder": "Enter a user ID to search",
|
||||
"search.username": "By User Name",
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
"advanced/logs": "Logs",
|
||||
"advanced/errors": "Errors",
|
||||
"advanced/cache": "Cache",
|
||||
"advanced/jobs": "Jobs",
|
||||
"development/logger": "Logger",
|
||||
"development/info": "Info",
|
||||
|
||||
|
||||
@@ -50,5 +50,6 @@
|
||||
"content.summary-limit": "Character count after which a summary is generated",
|
||||
"content.summary-limit-help": "When content is federated out that exceeds this character count, a <code>summary</code> is generated, comprising of all complete sentences prior to this limit. (Default: 500)",
|
||||
"content.break-string": "Note/Article Delimiter",
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)"
|
||||
"content.break-string-help": "This delimiter can be manually inserted by power users when composing new topics. It instructs NodeBB to use content up until that point as part of the <code>summary</code>. If this string is not used, then the character count fallback applies. (Default: <code>[...]</code>)",
|
||||
"content.world-default-cid": "Default category ID for "World" page composer"
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
"description": "Site Description",
|
||||
"keywords": "Site Keywords",
|
||||
"keywords-placeholder": "Keywords describing your community, comma-separated",
|
||||
"logo-and-icons": "Site Logo & Icons",
|
||||
"logo-and-icons": "Media & Branding",
|
||||
"logo.image": "Image",
|
||||
"logo.image-placeholder": "Path to a logo to display on forum header",
|
||||
"logo.upload": "Upload",
|
||||
@@ -35,6 +35,8 @@
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
"maskable-icon": "Maskable (Homescreen) Icon",
|
||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||
"screenshot": "Screenshot",
|
||||
"screenshot.help": "Recommended size and format: between 320px and 3480px, JPG and PNG format only. If no screenshot is specified, NodeBB will fall back to a generic screenshot",
|
||||
"outgoing-links": "Outgoing Links",
|
||||
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
|
||||
"search": "Search",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"invalid-data": "Ugyldig Data",
|
||||
"invalid-config-field-value": "Invalid value for config field \"%1\": %2",
|
||||
"invalid-json": "Invalid JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "Verden",
|
||||
"latest": "Latest",
|
||||
"latest-local": "Latest (Local)",
|
||||
"latest-all": "Latest (All)",
|
||||
"popular-day": "Popular (Day)",
|
||||
"popular-week": "Popular (Week)",
|
||||
"popular-month": "Popular (Month)",
|
||||
@@ -16,10 +18,12 @@
|
||||
"help.federating": "Ligeså, hvis brugere udefra dette fourm begynder at følge <em>dig</<em>, så vil dine opslag begynde at dukke op på deres programmer og hjemmesider også.",
|
||||
"help.next-generation": "Dette er den næste generation af sociale medier, bliv en del af det i dag!",
|
||||
|
||||
"onboard.title": "Dit vindue til fødiverset...",
|
||||
"onboard.what": "Dette er din personaliserede kategori som består kun af indhold fra udefra dette forum. Om noget dukker op her eller ej afhænger af om følger personen der lavede indlægget, eller om du følger nogen der har fremhævet indlægget.",
|
||||
"onboard.why": "Der foregår en masse udenfor dette forum, og ikke det hele er relevant for dine interesser. At følge folk er derfor den bedste måde at signalere at du gerne vil se mere fra dem.",
|
||||
"onboard.how": "I mellemtiden kan du klikke på genvejs-knapperne i toppen for at se, hvad forummet kender til og begynd at opdage nyt indhold!",
|
||||
"onboard.title": "A world of content at your fingertips…",
|
||||
"onboard.what": "Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.",
|
||||
"onboard.why": "While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.",
|
||||
"onboard.how": "Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.",
|
||||
|
||||
"category-search": "Find a category..."
|
||||
"category-search": "Find a category...",
|
||||
"see-more": "See more",
|
||||
"see-less": "See less"
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"filter-start": "Anfangsdatum",
|
||||
"filter-end": "Enddatum",
|
||||
"filter-user": "Nach Benutzer filtern",
|
||||
"filter-user.placeholder": "Type user name to filter...",
|
||||
"filter-user.placeholder": "Nutzername eingeben zum Filtern...",
|
||||
"filter-group": "Nach Gruppe filtern",
|
||||
"filter-group.placeholder": "Type group name to filter...",
|
||||
"filter-group.placeholder": "Gruppenname eingeben zum Filtern...",
|
||||
"filter-per-page": "Pro Seite"
|
||||
}
|
||||
9
public/language/de/admin/advanced/jobs.json
Normal file
9
public/language/de/admin/advanced/jobs.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"jobs": "Jobs",
|
||||
"job-name": "Jobname",
|
||||
"schedule": "Zeitplan",
|
||||
"next-run": "Nächster Lauf",
|
||||
"last-duration": "Letzte Dauer",
|
||||
"running": "Laufend",
|
||||
"active": "Aktiv"
|
||||
}
|
||||
@@ -6,12 +6,13 @@
|
||||
"new-users": "Neue Benutzer",
|
||||
"posts": "Beiträge",
|
||||
"topics": "Themen",
|
||||
"remote-posts": "Remote Posts",
|
||||
"remote-topics": "Remote Topics",
|
||||
"remote-posts": "Remote-Beiträge",
|
||||
"remote-topics": "Remote-Themen",
|
||||
"messages": "Nachrichten",
|
||||
"page-views-seven": "Letzte 7 Tage",
|
||||
"page-views-thirty": "Letzte 30 Tage",
|
||||
"page-views-last-day": "Letzte 24 Stunden",
|
||||
"page-views-custom": "Benutzerdefinierter Zeitraum",
|
||||
"page-views-custom": "Benutzerdefinierter Bereich",
|
||||
"page-views-custom-start": "Anfang Zeitraum",
|
||||
"page-views-custom-end": "Ende Zeitraum",
|
||||
"page-views-custom-help": "Gebe einen Datumsbereich für Seitenaufrufe ein, die du anzeigen möchtest. Wenn keine Datumsauswahl verfügbar ist, ist das akzeptierte Format <code>YYYY-MM-DD</code>",
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"you-are-on": "Sie verwenden <strong>%1:%2</strong>",
|
||||
"you-are-on": "Du verwendest <strong>%1:%2</strong>",
|
||||
"ip": "IP<strong>%1</strong>",
|
||||
"nodes-responded": "%1 Knoten antworteten innerhalb von %2ms",
|
||||
"host": "Host",
|
||||
"primary": "primary / jobs",
|
||||
"primary": "primär / Jobs",
|
||||
"pid": "PID",
|
||||
"nodejs": "Node.js Version",
|
||||
"online": "Online",
|
||||
"git": "git",
|
||||
"process-memory": "rss/heap used",
|
||||
"process-memory": "rss/heap verwendet",
|
||||
"system-memory": "System-Speicher",
|
||||
"used-memory-process": "Verwendeter Prozess-Speicher",
|
||||
"used-memory-os": "Verwendeter System-Speicher",
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"container.card-header": "Karten-Kopfzeile",
|
||||
"container.card-body": "Karten-Körper",
|
||||
"container.title": "Titel",
|
||||
"container.body": "Body",
|
||||
"container.body": "Körper",
|
||||
"container.alert": "Alarm",
|
||||
|
||||
"alert.confirm-delete": "Möchtest Du dieses Widget wirklich löschen?",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user