mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-23 14:21:58 +02:00
Merge commit '4b185d04646dbd56b4925a0249a1147fddc7985e' into v3.x
This commit is contained in:
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@@ -20,18 +20,18 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
type=ref,event=branch,enable=${{ github.event.repository.default_branch != github.ref }}
|
||||
|
||||
- name: Build and push Docker images
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
12
.github/workflows/test.yaml
vendored
12
.github/workflows/test.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: 'postgres:15-alpine'
|
||||
image: 'postgres:16-alpine'
|
||||
env:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
- 5432:5432
|
||||
|
||||
redis:
|
||||
image: 'redis:7.2.0'
|
||||
image: 'redis:7.2.2'
|
||||
# Set health checks to wait until redis has started
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping"
|
||||
@@ -81,12 +81,12 @@ jobs:
|
||||
- 27017:27017
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: cp install/package.json package.json
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
@@ -192,7 +192,7 @@ jobs:
|
||||
run: npm run coverage
|
||||
|
||||
- name: Test coverage
|
||||
uses: coverallsapp/github-action@3b7078ee895f74fc267b7b267c88211df59fa816 # v2.2.2
|
||||
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
|
||||
if: matrix.coverage
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -206,7 +206,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: coverallsapp/github-action@3b7078ee895f74fc267b7b267c88211df59fa816 # v2.2.2
|
||||
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel-finished: true
|
||||
|
||||
52
.tx/config
52
.tx/config
@@ -3380,6 +3380,58 @@ trans.pl = public/language/pl/reset_password.json
|
||||
trans.sl = public/language/sl/reset_password.json
|
||||
trans.th = public/language/th/reset_password.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:rewards]
|
||||
file_filter = public/language/<lang>/rewards.json
|
||||
source_file = public/language/en-GB/rewards.json
|
||||
source_lang = en_GB
|
||||
type = KEYVALUEJSON
|
||||
trans.bg = public/language/bg/rewards.json
|
||||
trans.fr = public/language/fr/rewards.json
|
||||
trans.hr = public/language/hr/rewards.json
|
||||
trans.hy = public/language/hy/rewards.json
|
||||
trans.ja = public/language/ja/rewards.json
|
||||
trans.pt_PT = public/language/pt-PT/rewards.json
|
||||
trans.zh_CN = public/language/zh-CN/rewards.json
|
||||
trans.sv = public/language/sv/rewards.json
|
||||
trans.de = public/language/de/rewards.json
|
||||
trans.fa_IR = public/language/fa-IR/rewards.json
|
||||
trans.gl = public/language/gl/rewards.json
|
||||
trans.hu = public/language/hu/rewards.json
|
||||
trans.id = public/language/id/rewards.json
|
||||
trans.rw = public/language/rw/rewards.json
|
||||
trans.sc = public/language/sc/rewards.json
|
||||
trans.vi = public/language/vi/rewards.json
|
||||
trans.bn = public/language/bn/rewards.json
|
||||
trans.he = public/language/he/rewards.json
|
||||
trans.ro = public/language/ro/rewards.json
|
||||
trans.sq_AL = public/language/sq-AL/rewards.json
|
||||
trans.ar = public/language/ar/rewards.json
|
||||
trans.cs = public/language/cs/rewards.json
|
||||
trans.ko = public/language/ko/rewards.json
|
||||
trans.ms = public/language/ms/rewards.json
|
||||
trans.pt_BR = public/language/pt-BR/rewards.json
|
||||
trans.sr = public/language/sr/rewards.json
|
||||
trans.tr = public/language/tr/rewards.json
|
||||
trans.ru = public/language/ru/rewards.json
|
||||
trans.zh_TW = public/language/zh-TW/rewards.json
|
||||
trans.da = public/language/da/rewards.json
|
||||
trans.en@pirate = public/language/en-x-pirate/rewards.json
|
||||
trans.en_US = public/language/en-US/rewards.json
|
||||
trans.lt = public/language/lt/rewards.json
|
||||
trans.lv = public/language/lv/rewards.json
|
||||
trans.nb = public/language/nb/rewards.json
|
||||
trans.sk = public/language/sk/rewards.json
|
||||
trans.el = public/language/el/rewards.json
|
||||
trans.es = public/language/es/rewards.json
|
||||
trans.et = public/language/et/rewards.json
|
||||
trans.uk = public/language/uk/rewards.json
|
||||
trans.fi = public/language/fi/rewards.json
|
||||
trans.it = public/language/it/rewards.json
|
||||
trans.nl = public/language/nl/rewards.json
|
||||
trans.pl = public/language/pl/rewards.json
|
||||
trans.sl = public/language/sl/rewards.json
|
||||
trans.th = public/language/th/rewards.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:search]
|
||||
file_filter = public/language/<lang>/search.json
|
||||
source_file = public/language/en-GB/search.json
|
||||
|
||||
44
CHANGELOG.md
44
CHANGELOG.md
@@ -1,3 +1,47 @@
|
||||
#### v3.4.3 (2023-09-27)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v3.4.2 (3f0dac38)
|
||||
* update changelog for v3.4.2 (f9323de6)
|
||||
* incrementing version number - v3.4.1 (01e69574)
|
||||
* incrementing version number - v3.4.0 (fd9247c5)
|
||||
* incrementing version number - v3.3.9 (5805e770)
|
||||
* incrementing version number - v3.3.8 (a5603565)
|
||||
* incrementing version number - v3.3.7 (b26f1744)
|
||||
* incrementing version number - v3.3.6 (7fb38792)
|
||||
* incrementing version number - v3.3.4 (a67f84ea)
|
||||
* incrementing version number - v3.3.3 (f94d239b)
|
||||
* incrementing version number - v3.3.2 (ec9dac97)
|
||||
* incrementing version number - v3.3.1 (151cc68f)
|
||||
* incrementing version number - v3.3.0 (fc1ad70f)
|
||||
* incrementing version number - v3.2.3 (b06d3e63)
|
||||
* incrementing version number - v3.2.2 (758ecfcd)
|
||||
* incrementing version number - v3.2.1 (20145074)
|
||||
* incrementing version number - v3.2.0 (9ecac38e)
|
||||
* incrementing version number - v3.1.7 (0b4e81ab)
|
||||
* incrementing version number - v3.1.6 (b3a3b130)
|
||||
* incrementing version number - v3.1.5 (ec19343a)
|
||||
* incrementing version number - v3.1.4 (2452783c)
|
||||
* incrementing version number - v3.1.3 (3b4e9d3f)
|
||||
* incrementing version number - v3.1.2 (40fa3489)
|
||||
* incrementing version number - v3.1.1 (40250733)
|
||||
* incrementing version number - v3.1.0 (0cb386bd)
|
||||
* incrementing version number - v3.0.1 (26f6ea49)
|
||||
* incrementing version number - v3.0.0 (224e08cd)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* change priv to topics:read (cddac03a)
|
||||
* #12035, filter tids in mark all read (77d6d0ab)
|
||||
* properly wrap promise to callback-style function (#12030) (aff19a6c)
|
||||
* #12009, check if suggested/current versions are valid (7ca37bd6)
|
||||
* **deps:** update dependency nodebb-plugin-2factor to v7.3.0 (#12021) (c805824f)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* remove nested promise (379ed0e2)
|
||||
|
||||
#### v3.4.2 (2023-09-12)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
"disableChat": 0,
|
||||
"chatEditDuration": 0,
|
||||
"chatDeleteDuration": 0,
|
||||
"chatMessageDelay": 200,
|
||||
"chatMessageDelay": 2000,
|
||||
"newbieChatMessageDelay": 120000,
|
||||
"notificationSendDelay": 60,
|
||||
"newbiePostDelayThreshold": 3,
|
||||
"postQueue": 0,
|
||||
|
||||
@@ -29,41 +29,41 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||
"@fontsource/inter": "5.0.8",
|
||||
"@fontsource/inter": "5.0.15",
|
||||
"@fontsource/poppins": "5.0.8",
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@isaacs/ttlcache": "1.4.1",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"ace-builds": "1.24.1",
|
||||
"ace-builds": "1.31.0",
|
||||
"archiver": "6.0.1",
|
||||
"async": "3.2.4",
|
||||
"autoprefixer": "10.4.15",
|
||||
"autoprefixer": "10.4.16",
|
||||
"bcryptjs": "2.4.3",
|
||||
"benchpressjs": "2.5.1",
|
||||
"body-parser": "1.20.2",
|
||||
"bootbox": "6.0.0",
|
||||
"bootstrap": "5.3.1",
|
||||
"bootswatch": "5.3.1",
|
||||
"bootstrap": "5.3.2",
|
||||
"bootswatch": "5.3.2",
|
||||
"chalk": "4.1.2",
|
||||
"chart.js": "2.9.4",
|
||||
"chart.js": "4.4.0",
|
||||
"cli-graph": "3.2.2",
|
||||
"clipboard": "2.0.11",
|
||||
"colors": "1.4.0",
|
||||
"commander": "11.0.0",
|
||||
"commander": "11.1.0",
|
||||
"compare-versions": "6.1.0",
|
||||
"compression": "1.7.4",
|
||||
"connect-flash": "0.1.1",
|
||||
"connect-mongo": "5.0.0",
|
||||
"connect-mongo": "5.1.0",
|
||||
"connect-multiparty": "2.2.0",
|
||||
"connect-pg-simple": "9.0.0",
|
||||
"connect-redis": "7.1.0",
|
||||
"cookie-parser": "1.4.6",
|
||||
"cron": "2.4.3",
|
||||
"cropperjs": "1.6.0",
|
||||
"cron": "3.1.4",
|
||||
"cropperjs": "1.6.1",
|
||||
"csrf-sync": "4.0.1",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "5.1.0",
|
||||
"esbuild": "0.19.2",
|
||||
"esbuild": "0.19.5",
|
||||
"express": "4.18.2",
|
||||
"express-session": "1.17.3",
|
||||
"express-useragent": "1.0.15",
|
||||
@@ -87,48 +87,48 @@
|
||||
"lru-cache": "10.0.1",
|
||||
"mime": "3.0.0",
|
||||
"mkdirp": "3.0.1",
|
||||
"mongodb": "5.8.1",
|
||||
"mongodb": "6.2.0",
|
||||
"morgan": "1.10.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"multiparty": "4.2.3",
|
||||
"nconf": "0.12.0",
|
||||
"nodebb-plugin-2factor": "7.3.0",
|
||||
"nodebb-plugin-composer-default": "10.2.20",
|
||||
"nconf": "0.12.1",
|
||||
"nodebb-plugin-2factor": "7.4.0",
|
||||
"nodebb-plugin-composer-default": "10.2.24",
|
||||
"nodebb-plugin-dbsearch": "6.2.2",
|
||||
"nodebb-plugin-emoji": "5.1.5",
|
||||
"nodebb-plugin-emoji": "5.1.13",
|
||||
"nodebb-plugin-emoji-android": "4.0.0",
|
||||
"nodebb-plugin-markdown": "12.2.3",
|
||||
"nodebb-plugin-mentions": "4.3.5",
|
||||
"nodebb-plugin-ntfy": "1.6.1",
|
||||
"nodebb-plugin-spam-be-gone": "2.1.1",
|
||||
"nodebb-rewards-essentials": "0.2.3",
|
||||
"nodebb-theme-harmony": "1.1.60",
|
||||
"nodebb-theme-lavender": "7.1.3",
|
||||
"nodebb-theme-peace": "2.1.18",
|
||||
"nodebb-theme-persona": "13.2.29",
|
||||
"nodebb-widget-essentials": "7.0.13",
|
||||
"nodemailer": "6.9.5",
|
||||
"nodebb-plugin-markdown": "12.2.5",
|
||||
"nodebb-plugin-mentions": "4.3.6",
|
||||
"nodebb-plugin-ntfy": "1.7.3",
|
||||
"nodebb-plugin-spam-be-gone": "2.2.0",
|
||||
"nodebb-rewards-essentials": "1.0.0",
|
||||
"nodebb-theme-harmony": "1.1.90",
|
||||
"nodebb-theme-lavender": "7.1.5",
|
||||
"nodebb-theme-peace": "2.1.23",
|
||||
"nodebb-theme-persona": "13.2.42",
|
||||
"nodebb-widget-essentials": "7.0.14",
|
||||
"nodemailer": "6.9.7",
|
||||
"nprogress": "0.2.0",
|
||||
"passport": "0.6.0",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "8.11.3",
|
||||
"pg-cursor": "2.10.3",
|
||||
"postcss": "8.4.29",
|
||||
"postcss": "8.4.31",
|
||||
"postcss-clean": "1.2.0",
|
||||
"progress-webpack-plugin": "1.0.16",
|
||||
"prompt": "1.3.0",
|
||||
"ioredis": "5.3.2",
|
||||
"request": "2.88.2",
|
||||
"request-promise-native": "1.0.9",
|
||||
"rimraf": "5.0.1",
|
||||
"rimraf": "5.0.5",
|
||||
"rss": "1.2.2",
|
||||
"rtlcss": "4.1.0",
|
||||
"rtlcss": "4.1.1",
|
||||
"sanitize-html": "2.11.0",
|
||||
"sass": "1.66.1",
|
||||
"sass": "1.69.4",
|
||||
"semver": "7.5.4",
|
||||
"serve-favicon": "2.5.0",
|
||||
"sharp": "0.32.5",
|
||||
"sharp": "0.32.6",
|
||||
"sitemap": "7.1.1",
|
||||
"socket.io": "4.7.2",
|
||||
"socket.io-client": "4.7.2",
|
||||
@@ -143,9 +143,10 @@
|
||||
"tinycon": "0.6.8",
|
||||
"toobusy-js": "0.5.1",
|
||||
"validator": "13.11.0",
|
||||
"webpack": "5.88.2",
|
||||
"webpack-merge": "5.9.0",
|
||||
"winston": "3.10.0",
|
||||
"webpack": "5.89.0",
|
||||
"webpack-merge": "5.10.0",
|
||||
"winston": "3.11.0",
|
||||
"workerpool": "6.5.1",
|
||||
"xml": "1.0.1",
|
||||
"xregexp": "5.1.1",
|
||||
"yargs": "17.7.2",
|
||||
@@ -153,17 +154,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@commitlint/cli": "17.7.1",
|
||||
"@commitlint/config-angular": "17.7.0",
|
||||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-angular": "17.8.1",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.48.0",
|
||||
"eslint": "8.52.0",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-import": "2.29.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "8.0.3",
|
||||
"jsdom": "22.1.0",
|
||||
"lint-staged": "14.0.1",
|
||||
"lint-staged": "15.0.2",
|
||||
"mocha": "10.2.0",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
@@ -171,7 +172,7 @@
|
||||
"smtp-server": "3.13.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sass-embedded": "1.66.1"
|
||||
"sass-embedded": "1.69.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"*/jquery": "3.7.1"
|
||||
@@ -180,7 +181,7 @@
|
||||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
"node": ">=16"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"mongo.file-size": "حجم الملف",
|
||||
"mongo.resident-memory": "الذاكرة الساكنة",
|
||||
"mongo.virtual-memory": "الذاكرة الإفتراضية",
|
||||
"mongo.mapped-memory": "الذاكرة المعينة",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "البايتات الواردة",
|
||||
"mongo.bytes-out": "البايتات الصادرة",
|
||||
"mongo.num-requests": "عدد الطلبات",
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"filter-type": "نوع الحدث",
|
||||
"filter-start": "تاريخ البدء",
|
||||
"filter-end": "تاريخ الانتهاء",
|
||||
"filter-perPage": "لكل صفحة"
|
||||
"filter-per-page": "لكل صفحة"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
"containers.explanation": "Drag and drop on top of any widget",
|
||||
"containers.none": "None",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jumbotron",
|
||||
@@ -29,5 +29,7 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
@@ -33,7 +34,7 @@
|
||||
"edit-posts": "Edit Posts",
|
||||
"view-edit-history": "View Edit History",
|
||||
"delete-posts": "Delete Posts",
|
||||
"view_deleted": "View Deleted Posts",
|
||||
"view-deleted": "View Deleted Posts",
|
||||
"upvote-posts": "Upvote Posts",
|
||||
"downvote-posts": "Downvote Posts",
|
||||
"delete-topics": "Delete Topics",
|
||||
|
||||
@@ -4,16 +4,21 @@
|
||||
"edit": "Actions",
|
||||
"make-admin": "Make Admin",
|
||||
"remove-admin": "Remove Admin",
|
||||
"change-email": "Change Email",
|
||||
"new-email": "New Email",
|
||||
"validate-email": "Validate Email",
|
||||
"send-validation-email": "Send Validation Email",
|
||||
"change-password": "Change Password",
|
||||
"password-reset-email": "Send Password Reset Email",
|
||||
"force-password-reset": "Force Password Reset & Log User Out",
|
||||
"ban": "Ban User(s)",
|
||||
"ban": "Ban",
|
||||
"ban-users": "Ban User(s)",
|
||||
"temp-ban": "Ban User(s) Temporarily",
|
||||
"unban": "Unban User(s)",
|
||||
"reset-lockout": "Reset Lockout",
|
||||
"reset-flags": "Reset Flags",
|
||||
"delete": "Delete <strong>User(s)</strong>",
|
||||
"delete": "Delete",
|
||||
"delete-users": "Delete <strong>User(s)</strong>",
|
||||
"delete-content": "Delete User(s) <strong>Content</strong>",
|
||||
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
|
||||
"download-csv": "Download CSV",
|
||||
@@ -81,6 +86,7 @@
|
||||
"alerts.button-ban-x": "Ban %1 user(s)",
|
||||
"alerts.unban-success": "User(s) unbanned!",
|
||||
"alerts.lockout-reset-success": "Lockout(s) reset!",
|
||||
"alerts.password-change-success": "Password(s) changed!",
|
||||
"alerts.flag-reset-success": "Flags(s) reset!",
|
||||
"alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!",
|
||||
"alerts.make-admin-success": "User is now administrator.",
|
||||
@@ -106,6 +112,7 @@
|
||||
"alerts.create": "Create User",
|
||||
"alerts.button-create": "Create",
|
||||
"alerts.button-cancel": "Cancel",
|
||||
"alerts.button-change": "Change",
|
||||
"alerts.error-passwords-different": "Passwords must match!",
|
||||
"alerts.error-x": "<strong>Error</strong><p>%1</p>",
|
||||
"alerts.create-success": "User created!",
|
||||
@@ -113,6 +120,10 @@
|
||||
"alerts.prompt-email": "Emails: ",
|
||||
"alerts.email-sent-to": "An invitation email has been sent to %1",
|
||||
"alerts.x-users-found": "%1 user(s) found, (%2 seconds)",
|
||||
"alerts.select-a-single-user-to-change-email": "Select a single user to change email",
|
||||
"export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.",
|
||||
"export-users-completed": "Users exported as csv, click here to download."
|
||||
"export-users-completed": "Users exported as csv, click here to download.",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"manage": "Manage"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"zero-is-disabled": "Enter 0 to disable this restriction",
|
||||
"chat-settings": "Chat Settings",
|
||||
"disable": "Disable chat",
|
||||
"disable-editing": "Disable chat message editing/deletion",
|
||||
@@ -6,8 +7,10 @@
|
||||
"max-length": "Maximum length of chat messages",
|
||||
"max-chat-room-name-length": "Maximum length of chat room names",
|
||||
"max-room-size": "Maximum number of users in chat rooms",
|
||||
"delay": "Time between chat messages in milliseconds",
|
||||
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)"
|
||||
"delay": "Time between chat messages (ms)",
|
||||
"newbieDelay": "... for new users (ms)",
|
||||
"notification-delay": "Notification delay for chat messages",
|
||||
"notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable."
|
||||
}
|
||||
@@ -27,7 +27,7 @@
|
||||
"restrictions.title-length": "Title Length",
|
||||
"restrictions.post-length": "Post Length",
|
||||
"restrictions.days-until-stale": "Days until topic is considered stale",
|
||||
"restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.",
|
||||
"restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)",
|
||||
"timestamp": "Timestamp",
|
||||
"timestamp.cut-off": "Date cut-off (in days)",
|
||||
"timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).<br /><em>(Default: <code>30</code>, or one month). Set to 0 to always display dates, leave blank to always display relative times.</em>",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"allow-login-with.username-email": "اسم المستخدم أو البريد الالكتروني",
|
||||
"allow-login-with.username": "اسم المستخدم فقط",
|
||||
"account-settings": "إعدادت الحساب",
|
||||
"gdpr_enabled": "Enable GDPR consent collection",
|
||||
"gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">General Data Protection Regulation (GDPR)</a>. <strong>Note</strong>: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.",
|
||||
"gdpr-enabled": "Enable GDPR consent collection",
|
||||
"gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">General Data Protection Regulation (GDPR)</a>. <strong>Note</strong>: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.",
|
||||
"disable-username-changes": "عدم السماح بتغيير اسم المستخدم",
|
||||
"disable-email-changes": "عدم السماح بتغيير البريد الالكتروني",
|
||||
"disable-password-changes": "عدم السماح بتغيير كلمة المرور",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"category": "قسم",
|
||||
"subcategories": "قسم فرعي",
|
||||
"new_topic_button": "موضوع جديد",
|
||||
"new-topic-button": "موضوع جديد",
|
||||
"guest-login-post": "سجل الدخول للمشاركة",
|
||||
"no_topics": "<strong>لا توجد مواضيع في هذه القسم</strong>لم لا تحاول إنشاء موضوع؟<br />",
|
||||
"no-topics": "<strong>لا توجد مواضيع في هذه القسم</strong>لم لا تحاول إنشاء موضوع؟<br />",
|
||||
"browsing": "تصفح",
|
||||
"no_replies": "لم يرد أحد",
|
||||
"no_new_posts": "لا توجد مشاركات جديدة.",
|
||||
"no-replies": "لم يرد أحد",
|
||||
"no-new-posts": "لا توجد مشاركات جديدة.",
|
||||
"watch": "تابع",
|
||||
"ignore": "تجاهل",
|
||||
"watching": "متابع",
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "مرحبًا بك في %1",
|
||||
"invite": "دعوة من %1",
|
||||
"greeting_no_name": "مرحبًا",
|
||||
"greeting_with_name": "مرحبًا بك يا %1",
|
||||
"greeting-no-name": "مرحبًا",
|
||||
"greeting-with-name": "مرحبًا بك يا %1",
|
||||
"email.verify-your-email.subject": "Please verify your email",
|
||||
"email.verify.text1": "You've requested that we change or confirm your email address",
|
||||
"email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. <strong>If you did not request this, no action is required on your part.</strong>",
|
||||
@@ -24,7 +24,7 @@
|
||||
"reset.notify.text2": "إن لم يكن لديك علم بهذا، المرجو إشعار مدبر النظام بأسرع مايمكن.",
|
||||
"digest.unread-rooms": "Unread rooms",
|
||||
"digest.room-name-unreadcount": "%1 (%2 unread)",
|
||||
"digest.latest_topics": "آخر المستجدات من %1",
|
||||
"digest.latest-topics": "آخر المستجدات من %1",
|
||||
"digest.top-topics": "Top topics from %1",
|
||||
"digest.popular-topics": "Popular topics from %1",
|
||||
"digest.cta": "انقر هنا لمشاهدة %1",
|
||||
@@ -36,8 +36,8 @@
|
||||
"digest.title.day": "Your Daily Digest",
|
||||
"digest.title.week": "Your Weekly Digest",
|
||||
"digest.title.month": "Your Monthly Digest",
|
||||
"notif.chat.subject": "هناك محادثة جديدة من %1",
|
||||
"notif.chat.public-chat-subject": "New message from %1 in room %2",
|
||||
"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.cta": "انقر هنا لمتابعة المحادثة",
|
||||
"notif.chat.unsub.info": "تم إرسال هذا الإشعار بوجودة محادثة جديدة وفقا لخيارات تسجيلك.",
|
||||
"notif.post.unsub.info": "تم إشعارك بهذه المشاركة بناءً على الخيارات التي سبق وأن حددتها.",
|
||||
|
||||
@@ -47,16 +47,16 @@
|
||||
"digest-not-enabled": "This user does not have digests enabled, or the system default is not configured to send digests",
|
||||
"username-too-short": "اسم المستخدم قصير.",
|
||||
"username-too-long": "اسم المستخدم طويل",
|
||||
"password-too-long": "كلمة السر طويلة ",
|
||||
"password-too-long": "كلمة السر طويلة",
|
||||
"reset-rate-limited": "Too many password reset requests (rate limited)",
|
||||
"reset-same-password": "Please use a password that is different from your current one",
|
||||
"user-banned": "المستخدم محظور",
|
||||
"user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
|
||||
"user-banned-reason-until": "Sorry, this account has been banned until %1 (Reason: %2)",
|
||||
"user-too-new": "عذرا, يجب أن تنتظر 1% ثواني قبل قيامك بأول مشاركة",
|
||||
"blacklisted-ip": "نأسف، لقد تم حظرك من استخدام وتصفح المنتدى. إذا كنت تعتقد أن هذا خطأ رجاءًا اتصل بالإدارة. ",
|
||||
"blacklisted-ip": "نأسف، لقد تم حظرك من استخدام وتصفح المنتدى. إذا كنت تعتقد أن هذا خطأ رجاءًا اتصل بالإدارة.",
|
||||
"cant-blacklist-self-ip": "You can't blacklist your own IP",
|
||||
"ban-expiry-missing": "رجاءًا ضع تاريخ نهاية الحظر. ",
|
||||
"ban-expiry-missing": "رجاءًا ضع تاريخ نهاية الحظر.",
|
||||
"no-category": "قائمة غير موجودة",
|
||||
"no-topic": "موضوع غير موجود",
|
||||
"no-post": "رد غير موجود",
|
||||
@@ -120,7 +120,7 @@
|
||||
"cant-make-banned-users-admin": "You can't make banned users admin.",
|
||||
"cant-remove-last-admin": "رجاءًا ، أضف مدير أخر قبل حذف صلاحيات الإدارة من حسابك.",
|
||||
"account-deletion-disabled": "Account deletion is disabled",
|
||||
"cant-delete-admin": "رجاءًا أزل صلاحيات الإدارة قبل حذف الحساب. ",
|
||||
"cant-delete-admin": "رجاءًا أزل صلاحيات الإدارة قبل حذف الحساب.",
|
||||
"already-deleting": "Already deleting",
|
||||
"invalid-image": "Invalid image",
|
||||
"invalid-image-type": "نوع الصورة غير مدعوم. الأنواع المدعومة هي : %1",
|
||||
@@ -149,7 +149,7 @@
|
||||
"invalid-file": "ملف غير مقبول",
|
||||
"uploads-are-disabled": "رفع الملفات غير مفعل",
|
||||
"signature-too-long": "عذرا، توقيعك يجب ألا يتجاوز %1 حرفًا.",
|
||||
"about-me-too-long": "نأسف، ( عني ) لا يمكن أن يكون أكثر من %1 حرف. ",
|
||||
"about-me-too-long": "نأسف، ( عني ) لا يمكن أن يكون أكثر من %1 حرف.",
|
||||
"cant-chat-with-yourself": "لايمكنك فتح محادثة مع نفسك",
|
||||
"chat-restricted": "هذا المستخدم عطل المحادثات الواردة عليه. يجب أن يتبعك حتى تتمكن من فتح محادثة معه.",
|
||||
"chat-disabled": "نظام المحادثة معطل.",
|
||||
@@ -184,6 +184,7 @@
|
||||
"post-flagged-too-many-times": "This post has been flagged by others already",
|
||||
"user-flagged-too-many-times": "This user has been flagged by others already",
|
||||
"cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)",
|
||||
"cant-locate-flag-report": "Cannot locate flag report",
|
||||
"self-vote": "You cannot vote on your own post",
|
||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"state": "الحالة",
|
||||
"report": "Report",
|
||||
"reports": "Reports",
|
||||
"first-reported": "First Reported",
|
||||
"no-flags": "Hooray! No flags found.",
|
||||
@@ -8,6 +9,8 @@
|
||||
"update": "تحديث",
|
||||
"updated": "تم التحديث",
|
||||
"resolved": "Resolved",
|
||||
"report-added": "Added",
|
||||
"report-rescinded": "Rescinded",
|
||||
"target-purged": "The content this flag referred to has been purged and is no longer available.",
|
||||
"target-aboutme-empty": "This user has no "About Me" set.",
|
||||
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
"400.message": "It looks like this link is malformed, please double-check and try again.<br/><div class=\"text-sm text-muted\">Return to the <a href='%1/'>home page</a>.</div>",
|
||||
"register": "تسجيل",
|
||||
"login": "دخول",
|
||||
"please_log_in": "الرجاء تسجيل الدخول",
|
||||
"please-log-in": "الرجاء تسجيل الدخول",
|
||||
"logout": "تسجيل الخروج",
|
||||
"posting_restriction_info": "إضافة مشاركات جديد حكر على الأعضاء المسجلين، انقر هنا لتسجيل الدخول.",
|
||||
"welcome_back": "مرحبًا بعودتك",
|
||||
"you_have_successfully_logged_in": "تم سجيل الدخول بنجاح",
|
||||
"save_changes": "حفظ التغييرات",
|
||||
"posting-restriction-info": "إضافة مشاركات جديد حكر على الأعضاء المسجلين، انقر هنا لتسجيل الدخول.",
|
||||
"welcome-back": "مرحبًا بعودتك",
|
||||
"you-have-successfully-logged-in": "تم سجيل الدخول بنجاح",
|
||||
"save-changes": "حفظ التغييرات",
|
||||
"save": "حفظ",
|
||||
"create": "Create",
|
||||
"cancel": "Cancel",
|
||||
"close": "أغلق",
|
||||
"pagination": "الصفحات",
|
||||
"pagination.out_of": "%1 من %2",
|
||||
"pagination.enter_index": "Go to post index",
|
||||
"pagination.out-of": "%1 من %2",
|
||||
"pagination.enter-index": "Go to post index",
|
||||
"header.admin": "مدير النظام",
|
||||
"header.categories": "الأقسام",
|
||||
"header.recent": "حديث",
|
||||
@@ -80,25 +80,25 @@
|
||||
"lastpost": "Last post",
|
||||
"firstpost": "First post",
|
||||
"about": "About",
|
||||
"read_more": "اقرأ المزيد",
|
||||
"read-more": "اقرأ المزيد",
|
||||
"more": "المزيد",
|
||||
"none": "None",
|
||||
"posted_ago_by_guest": "كتب %1 بواسطة زائر",
|
||||
"posted_ago_by": "كتب %1 بواسطة %2",
|
||||
"posted_ago": "كتب %1",
|
||||
"posted_in": "كتب في %1",
|
||||
"posted_in_by": "كتب في 1% بواسطة %2",
|
||||
"posted_in_ago": "كتب في %1 %2",
|
||||
"posted_in_ago_by": "كتب في %1 %2 من طرف %3",
|
||||
"user_posted_ago": "%1 كتب %2",
|
||||
"guest_posted_ago": "كتب زائر %1",
|
||||
"last_edited_by": "اخر تحرير بواسطة 1%",
|
||||
"posted-ago-by-guest": "كتب %1 بواسطة زائر",
|
||||
"posted-ago-by": "كتب %1 بواسطة %2",
|
||||
"posted-ago": "كتب %1",
|
||||
"posted-in": "كتب في %1",
|
||||
"posted-in-by": "كتب في 1% بواسطة %2",
|
||||
"posted-in-ago": "كتب في %1 %2",
|
||||
"posted-in-ago-by": "كتب في %1 %2 من طرف %3",
|
||||
"user-posted-ago": "%1 كتب %2",
|
||||
"guest-posted-ago": "كتب زائر %1",
|
||||
"last-edited-by": "اخر تحرير بواسطة 1%",
|
||||
"edited-timestamp": "Edited %1",
|
||||
"norecentposts": "لاوجود لمشاركات جديدة",
|
||||
"norecenttopics": "لاوجود لمواضيع جديدة",
|
||||
"recentposts": "آخر المشاركات",
|
||||
"recentips": "آخر عناوين ال IP التي سجلت الدخول",
|
||||
"moderator_tools": "أدوات المشرف",
|
||||
"moderator-tools": "أدوات المشرف",
|
||||
"status": "Status",
|
||||
"online": "المتواجدون حاليًّا",
|
||||
"away": "غير متواجد",
|
||||
@@ -109,7 +109,7 @@
|
||||
"language": "اللغة",
|
||||
"guest": "زائر",
|
||||
"guests": "الزوار",
|
||||
"former_user": "A Former User",
|
||||
"former-user": "A Former User",
|
||||
"system-user": "System",
|
||||
"unknown-user": "Unknown user",
|
||||
"updated.title": "تم تحديث المنتدى",
|
||||
@@ -117,12 +117,12 @@
|
||||
"privacy": "الخصوصية",
|
||||
"follow": "متابعة",
|
||||
"unfollow": "إلغاء المتابعة",
|
||||
"delete_all": "حذف الكل",
|
||||
"delete-all": "حذف الكل",
|
||||
"map": "خريطة",
|
||||
"sessions": "الجلسة",
|
||||
"ip_address": "عنوان الآي بي",
|
||||
"enter_page_number": "ادخل رقم الصفحة",
|
||||
"upload_file": "ارفع ملف",
|
||||
"ip-address": "عنوان الآي بي",
|
||||
"enter-page-number": "ادخل رقم الصفحة",
|
||||
"upload-file": "ارفع ملف",
|
||||
"upload": "ارفع",
|
||||
"uploads": "Uploads",
|
||||
"allowed-file-types": "صيغ الملفات المدعومة هي 1%",
|
||||
@@ -131,7 +131,7 @@
|
||||
"play": "تشغيل",
|
||||
"cookies.message": "هذا الموقع يستخدم ملفات تعريف الارتباط لضمان حصولك على أفضل تجربة على موقعنا.",
|
||||
"cookies.accept": "فهمت الأمر!",
|
||||
"cookies.learn_more": "أعرف المزيد",
|
||||
"cookies.learn-more": "أعرف المزيد",
|
||||
"edited": "حُرِر",
|
||||
"disabled": "معطل",
|
||||
"select": "تحديد",
|
||||
|
||||
@@ -2,65 +2,65 @@
|
||||
"all-groups": "All groups",
|
||||
"groups": "المجموعات",
|
||||
"members": "Members",
|
||||
"view_group": "معاينة المجموعة",
|
||||
"view-group": "معاينة المجموعة",
|
||||
"owner": "مالك المجموعة",
|
||||
"new_group": "أنشئ مجموعة جديدة",
|
||||
"no_groups_found": "لاوجدود لمجموعات يمكن معاينتها",
|
||||
"new-group": "أنشئ مجموعة جديدة",
|
||||
"no-groups-found": "لاوجدود لمجموعات يمكن معاينتها",
|
||||
"pending.accept": "موافق",
|
||||
"pending.reject": "رفض",
|
||||
"pending.accept_all": "قبول الكل",
|
||||
"pending.reject_all": "رفض الكل",
|
||||
"pending.accept-all": "قبول الكل",
|
||||
"pending.reject-all": "رفض الكل",
|
||||
"pending.none": "لايوجد أعضاء ينتظرون التفعيل حالياً",
|
||||
"invited.none": "لايوجد أعضاء مدعوون في حالياً",
|
||||
"invited.uninvite": "إلغ الدعوة",
|
||||
"invited.search": "ابحث عن أعضاء لدعوتهم للمجموعة",
|
||||
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
|
||||
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
|
||||
"request.notification_text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
|
||||
"invited.notification-title": "You have been invited to join <strong>%1</strong>",
|
||||
"request.notification-title": "Group Membership Request from <strong>%1</strong>",
|
||||
"request.notification-text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
|
||||
"cover-save": "حفظ",
|
||||
"cover-saving": "جاري الحفظ",
|
||||
"details.title": "تفاصيل المجموعة",
|
||||
"details.members": "لائحة الأعضاء",
|
||||
"details.pending": "المستخدمون في الانتظار",
|
||||
"details.invited": "اﻷعضار المدعوون",
|
||||
"details.has_no_posts": "أعضاء هذه المجموعة لم يضيفوا أية مشاركة",
|
||||
"details.latest_posts": "آخر المشاركات",
|
||||
"details.has-no-posts": "أعضاء هذه المجموعة لم يضيفوا أية مشاركة",
|
||||
"details.latest-posts": "آخر المشاركات",
|
||||
"details.private": "خاص",
|
||||
"details.disableJoinRequests": "Disable join requests",
|
||||
"details.disableLeave": "Disallow users from leaving the group",
|
||||
"details.grant": "منح/سحب المِلكية",
|
||||
"details.kick": "طرد",
|
||||
"details.kick_confirm": "Are you sure you want to remove this member from the group?",
|
||||
"details.kick-confirm": "Are you sure you want to remove this member from the group?",
|
||||
"details.add-member": "Add Member",
|
||||
"details.owner_options": "إدارة المجموعة",
|
||||
"details.group_name": "اسم المجموعة",
|
||||
"details.member_count": "عدد اﻷعضاء",
|
||||
"details.creation_date": "تاريخ الإنشاء",
|
||||
"details.owner-options": "إدارة المجموعة",
|
||||
"details.group-name": "اسم المجموعة",
|
||||
"details.member-count": "عدد اﻷعضاء",
|
||||
"details.creation-date": "تاريخ الإنشاء",
|
||||
"details.description": "الوصف",
|
||||
"details.member-post-cids": "Category IDs to display posts from",
|
||||
"details.badge_preview": "معاينة الوسام",
|
||||
"details.change_icon": "تغيير الأيقونة",
|
||||
"details.change_label_colour": "Change Label Colour",
|
||||
"details.change_text_colour": "Change Text Colour",
|
||||
"details.badge_text": "نص الوسام",
|
||||
"details.badge-preview": "معاينة الوسام",
|
||||
"details.change-icon": "تغيير الأيقونة",
|
||||
"details.change-label-colour": "Change Label Colour",
|
||||
"details.change-text-colour": "Change Text Colour",
|
||||
"details.badge-text": "نص الوسام",
|
||||
"details.userTitleEnabled": "إظهار الوسام",
|
||||
"details.private_help": "في حالة تفعيل الخيار، الانضمام إلى المجموعة يستلزم قبول مالكها",
|
||||
"details.private-help": "في حالة تفعيل الخيار، الانضمام إلى المجموعة يستلزم قبول مالكها",
|
||||
"details.hidden": "مخفي",
|
||||
"details.hidden_help": "في حالة تفعيل الخيار، لن تظهر المجموعة للعموم والإنضمام إليها سيتلزم دعوة.",
|
||||
"details.delete_group": "حذف المجموعة",
|
||||
"details.private_system_help": "Private groups is disabled at system level, this option does not do anything",
|
||||
"details.hidden-help": "في حالة تفعيل الخيار، لن تظهر المجموعة للعموم والإنضمام إليها سيتلزم دعوة.",
|
||||
"details.delete-group": "حذف المجموعة",
|
||||
"details.private-system-help": "Private groups is disabled at system level, this option does not do anything",
|
||||
"event.updated": "تم تحديث بيانات المجموعة",
|
||||
"event.deleted": "تم حذف المجموعة %1",
|
||||
"membership.accept-invitation": "اقبل الدعوة",
|
||||
"membership.accept.notification_title": "You are now a member of <strong>%1</strong>",
|
||||
"membership.accept.notification-title": "You are now a member of <strong>%1</strong>",
|
||||
"membership.invitation-pending": "الدعوة بانتظار القبول",
|
||||
"membership.join-group": "انظم للمجموعة",
|
||||
"membership.leave-group": "غادر المجموعة",
|
||||
"membership.leave.notification_title": "<strong>%1</strong> has left group <strong>%2</strong>",
|
||||
"membership.leave.notification-title": "<strong>%1</strong> has left group <strong>%2</strong>",
|
||||
"membership.reject": "رفض",
|
||||
"new-group.group_name": "اسم المجموعة",
|
||||
"new-group.group-name": "اسم المجموعة",
|
||||
"upload-group-cover": "Upload group cover",
|
||||
"bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group",
|
||||
"bulk-invite": "Bulk Invite",
|
||||
"remove_group_cover_confirm": "Are you sure you want to remove the cover picture?"
|
||||
"remove-group-cover-confirm": "Are you sure you want to remove the cover picture?"
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"username-email": "اسم المستخدم / البريد الإلكتروني",
|
||||
"username": "اسم المستخدم",
|
||||
"remember_me": "تذكرني؟",
|
||||
"forgot_password": "نسيت كلمة المرور؟",
|
||||
"alternative_logins": "تسجيلات الدخول البديلة",
|
||||
"failed_login_attempt": "تسجيل الدخول غير ناجح",
|
||||
"login_successful": "قمت بتسجيل الدخول بنجاح!",
|
||||
"dont_have_account": "لا تملك حساب؟",
|
||||
"remember-me": "تذكرني؟",
|
||||
"forgot-password": "نسيت كلمة المرور؟",
|
||||
"alternative-logins": "تسجيلات الدخول البديلة",
|
||||
"failed-login-attempt": "تسجيل الدخول غير ناجح",
|
||||
"login-successful": "قمت بتسجيل الدخول بنجاح!",
|
||||
"dont-have-account": "لا تملك حساب؟",
|
||||
"logged-out-due-to-inactivity": "لقد تم تسجيل خروجك من لوحة تحكم بسبب عدم نشاطك",
|
||||
"caps-lock-enabled": "Caps Lock is enabled"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"chat.room-id": "Room %1",
|
||||
"chat.chatting_with": "Chat with",
|
||||
"chat.chatting-with": "Chat with",
|
||||
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
||||
"chat.placeholder.mobile": "Type chat message here",
|
||||
"chat.scroll-up-alert": "Go to most recent message",
|
||||
@@ -8,12 +8,15 @@
|
||||
"chat.chat-with-usernames": "Chat with %1",
|
||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||
"chat.send": "أرسل",
|
||||
"chat.no_active": "لا يوجد لديك دردشات نشطة.",
|
||||
"chat.user_typing": "%1 يكتب رسالة...",
|
||||
"chat.user_has_messaged_you": "%1 أرسل لك رسالة.",
|
||||
"chat.no-active": "لا يوجد لديك دردشات نشطة.",
|
||||
"chat.user-typing-1": "<strong>%1</strong> is typing ...",
|
||||
"chat.user-typing-2": "<strong>%1</strong> and <strong>%2</strong> are typing ...",
|
||||
"chat.user-typing-3": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> are typing ...",
|
||||
"chat.user-typing-n": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> others are typing ...",
|
||||
"chat.user-has-messaged-you": "%1 أرسل لك رسالة.",
|
||||
"chat.replying-to": "Replying to %1",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.see-all": "All chats",
|
||||
"chat.mark-all-read": "Mark all read",
|
||||
"chat.no-messages": "المرجو اختيار مرسل إليه لمعاينة تاريخ الدردشات",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "آخر الدردشات",
|
||||
@@ -24,12 +27,16 @@
|
||||
"chat.pop-out": "افتح الدردشة في نافذة خاصة",
|
||||
"chat.minimize": "Minimize",
|
||||
"chat.maximize": "تكبير",
|
||||
"chat.seven_days": "7 أيام",
|
||||
"chat.thirty_days": "30 يومًا",
|
||||
"chat.three_months": "3 أشهر",
|
||||
"chat.delete_message_confirm": "هل أنت متأكد من أنك تريد حذف هذه الرسالة؟",
|
||||
"chat.seven-days": "7 أيام",
|
||||
"chat.thirty-days": "30 يومًا",
|
||||
"chat.three-months": "3 أشهر",
|
||||
"chat.delete-message-confirm": "هل أنت متأكد من أنك تريد حذف هذه الرسالة؟",
|
||||
"chat.retrieving-users": "Retrieving users...",
|
||||
"chat.view-users-list": "View users list",
|
||||
"chat.pinned-messages": "Pinned Messages",
|
||||
"chat.no-pinned-messages": "There are no pinned messages",
|
||||
"chat.pin-message": "Pin Message",
|
||||
"chat.unpin-message": "Unpin Message",
|
||||
"chat.public-rooms": "Public Rooms (%1)",
|
||||
"chat.private-rooms": "Private Rooms (%1)",
|
||||
"chat.create-room": "Create Chat Room",
|
||||
@@ -67,17 +74,24 @@
|
||||
"chat.system.user-leave": "%1 has left the room <span class=\"timeago\" title=\"%2\"></span>",
|
||||
"chat.system.room-rename": "%2 has renamed this room to \"%1\" <span class=\"timeago\" title=\"%3\"></span>",
|
||||
"composer.compose": "اكتب",
|
||||
"composer.show_preview": "عرض المعاينة",
|
||||
"composer.hide_preview": "إخفاء المعاينة",
|
||||
"composer.show-preview": "عرض المعاينة",
|
||||
"composer.hide-preview": "إخفاء المعاينة",
|
||||
"composer.help": "Help",
|
||||
"composer.user_said_in": "%1 كتب في %2",
|
||||
"composer.user_said": "%1 كتب:",
|
||||
"composer.user-said-in": "%1 كتب في %2",
|
||||
"composer.user-said": "%1 كتب:",
|
||||
"composer.discard": "هل أنت متأكد أنك تريد التخلي عن التغييرات؟",
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.submit-and-lock": "Submit and Lock",
|
||||
"composer.toggle-dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.heading": "Heading",
|
||||
"composer.formatting.heading1": "Heading 1",
|
||||
"composer.formatting.heading2": "Heading 2",
|
||||
"composer.formatting.heading3": "Heading 3",
|
||||
"composer.formatting.heading4": "Heading 4",
|
||||
"composer.formatting.heading5": "Heading 5",
|
||||
"composer.formatting.heading6": "Heading 6",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.code": "Code",
|
||||
@@ -85,9 +99,10 @@
|
||||
"composer.formatting.picture": "Image Link",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"composer.zen_mode": "Zen Mode",
|
||||
"composer.select_category": "Select a category",
|
||||
"composer.zen-mode": "Zen Mode",
|
||||
"composer.select-category": "Select a category",
|
||||
"composer.textarea.placeholder": "Enter your post content here, drag and drop images",
|
||||
"composer.post-queue-alert": "Hello👋!<br/>This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.",
|
||||
"composer.schedule-for": "Schedule topic for",
|
||||
"composer.schedule-date": "Date",
|
||||
"composer.schedule-time": "Time",
|
||||
@@ -102,8 +117,8 @@
|
||||
"bootbox.confirm": "تأكيد",
|
||||
"bootbox.submit": "Submit",
|
||||
"bootbox.send": "Send",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.dragging-title": "Cover Photo Positioning",
|
||||
"cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved",
|
||||
"thumbs.modal.title": "Manage topic thumbnails",
|
||||
"thumbs.modal.no-thumbs": "No thumbnails found.",
|
||||
|
||||
@@ -1,59 +1,68 @@
|
||||
{
|
||||
"title": "التنبيهات",
|
||||
"no_notifs": "ليس لديك أية تنبيهات جديدة",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "عودة إلى %1",
|
||||
"outgoing_link": "رابط خارجي",
|
||||
"outgoing_link_message": "أنت تغادر اﻻن %1",
|
||||
"continue_to": "استمر إلى %1",
|
||||
"return_to": "عودة إى %1",
|
||||
"new_notification": "لديك تنبيه جديد",
|
||||
"you_have_unread_notifications": "لديك تنبيهات غير مقروءة.",
|
||||
"no-notifs": "ليس لديك أية تنبيهات جديدة",
|
||||
"see-all": "All notifications",
|
||||
"mark-all-read": "Mark all read",
|
||||
"back-to-home": "عودة إلى %1",
|
||||
"outgoing-link": "رابط خارجي",
|
||||
"outgoing-link-message": "أنت تغادر اﻻن %1",
|
||||
"continue-to": "استمر إلى %1",
|
||||
"return-to": "عودة إى %1",
|
||||
"new-notification": "لديك تنبيه جديد",
|
||||
"you-have-unread-notifications": "لديك تنبيهات غير مقروءة.",
|
||||
"all": "الكل",
|
||||
"topics": "مواضيع",
|
||||
"tags": "Tags",
|
||||
"replies": "ردود",
|
||||
"chat": "محادثات",
|
||||
"group-chat": "Group Chats",
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "متابعون",
|
||||
"upvote": "الموافقين",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "الحظر",
|
||||
"new_message_from": "رسالة جديدة من <strong>%1</strong>",
|
||||
"user_posted_in_public_room": "<strong>%1</strong> wrote in <strong><i class=\"fa %2\"></i>%3</strong>",
|
||||
"user_posted_in_public_room_dual": "<strong>%1</strong> and <strong>%2</strong> wrote in <strong><i class=\"fa %3\"></i>%4</strong>",
|
||||
"user_posted_in_public_room_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> wrote in <strong><i class=\"fa %4\"></i>%5</strong>",
|
||||
"user_posted_in_public_room_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others wrote in <strong><i class=\"fa %4\"></i>%5</strong>",
|
||||
"upvoted_your_post_in": "<strong>%1</strong> أضاف صوتًا إيجابيا إلى مشاركتك في <strong>%2</strong>.",
|
||||
"upvoted_your_post_in_dual": "<strong>%1</strong> and <strong>%2</strong> have upvoted your post in <strong>%3</strong>.",
|
||||
"upvoted_your_post_in_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have upvoted your post in <strong>%4</strong>.",
|
||||
"upvoted_your_post_in_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have upvoted your post in <strong>%4</strong>.",
|
||||
"moved_your_post": "<strong>%1</strong> has moved your post to <strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> has moved <strong>%2</strong>",
|
||||
"user_flagged_post_in": "<strong>%1</strong> أشعَرَ بمشاركة مخلة في <strong>%2</strong>",
|
||||
"user_flagged_post_in_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a post in <strong>%3</strong>",
|
||||
"user_flagged_post_in_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a post in <strong>%4</strong>",
|
||||
"user_flagged_post_in_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a post in <strong>%4</strong>",
|
||||
"user_flagged_user": "<strong>%1</strong> flagged a user profile (%2)",
|
||||
"user_flagged_user_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a user profile (%3)",
|
||||
"user_flagged_user_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a user profile (%4)",
|
||||
"user_flagged_user_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a user profile (%4)",
|
||||
"user_posted_to": "<strong>%1</strong> أضاف ردا إلى: <strong>%2</strong>",
|
||||
"user_posted_to_dual": "<strong>%1</strong> and <strong>%2</strong> have posted replies to: <strong>%3</strong>",
|
||||
"user_posted_to_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have posted replies to: <strong>%4</strong>",
|
||||
"user_posted_to_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have posted replies to: <strong>%4</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> أنشأ موضوعًا جديدًا: <strong>%2</strong>",
|
||||
"user_edited_post": "<strong>%1</strong> has edited a post in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> صار يتابعك.",
|
||||
"user_started_following_you_dual": "<strong>%1</strong> and <strong>%2</strong> started following you.",
|
||||
"user_started_following_you_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> started following you.",
|
||||
"user_started_following_you_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others started following you.",
|
||||
"new_register": "<strong>%1</strong> sent a registration request.",
|
||||
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
|
||||
"flag_assigned_to_you": "تم تخصيص العلامة 1% لك",
|
||||
"post_awaiting_review": "Post awaiting review",
|
||||
"new-message-from": "رسالة جديدة من <strong>%1</strong>",
|
||||
"new-messages-from": "%1 new messages from <strong>%2</strong>",
|
||||
"new-message-in": "New message in <strong>%1</strong>",
|
||||
"new-messages-in": "%1 new messages in <strong>%2</strong>",
|
||||
"user-posted-in-public-room": "<strong>%1</strong> wrote in <strong class=\"text-nowrap\"><i class=\"fa %2\"></i>%3</strong>",
|
||||
"user-posted-in-public-room-dual": "<strong>%1</strong> and <strong>%2</strong> wrote in <strong class=\"text-nowrap\"><i class=\"fa %3\"></i>%4</strong>",
|
||||
"user-posted-in-public-room-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> wrote in <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
|
||||
"user-posted-in-public-room-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others wrote in <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
|
||||
"upvoted-your-post-in": "<strong>%1</strong> أضاف صوتًا إيجابيا إلى مشاركتك في <strong>%2</strong>.",
|
||||
"upvoted-your-post-in-dual": "<strong>%1</strong> and <strong>%2</strong> have upvoted your post in <strong>%3</strong>.",
|
||||
"upvoted-your-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have upvoted your post in <strong>%4</strong>.",
|
||||
"upvoted-your-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have upvoted your post in <strong>%4</strong>.",
|
||||
"moved-your-post": "<strong>%1</strong> has moved your post to <strong>%2</strong>",
|
||||
"moved-your-topic": "<strong>%1</strong> has moved <strong>%2</strong>",
|
||||
"user-flagged-post-in": "<strong>%1</strong> أشعَرَ بمشاركة مخلة في <strong>%2</strong>",
|
||||
"user-flagged-post-in-dual": "<strong>%1</strong> and <strong>%2</strong> flagged a post in <strong>%3</strong>",
|
||||
"user-flagged-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a post in <strong>%4</strong>",
|
||||
"user-flagged-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a post in <strong>%4</strong>",
|
||||
"user-flagged-user": "<strong>%1</strong> flagged a user profile (%2)",
|
||||
"user-flagged-user-dual": "<strong>%1</strong> and <strong>%2</strong> flagged a user profile (%3)",
|
||||
"user-flagged-user-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a user profile (%4)",
|
||||
"user-flagged-user-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a user profile (%4)",
|
||||
"user-posted-to": "<strong>%1</strong> أضاف ردا إلى: <strong>%2</strong>",
|
||||
"user-posted-to-dual": "<strong>%1</strong> and <strong>%2</strong> have posted replies to: <strong>%3</strong>",
|
||||
"user-posted-to-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have posted replies to: <strong>%4</strong>",
|
||||
"user-posted-to-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have posted replies to: <strong>%4</strong>",
|
||||
"user-posted-topic": "<strong>%1</strong> أنشأ موضوعًا جديدًا: <strong>%2</strong>",
|
||||
"user-edited-post": "<strong>%1</strong> has edited a post in <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag": "<strong>%1</strong> has posted a new topic with tag <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag-dual": "<strong>%1</strong> has posted a new topic with tags <strong>%2</strong> and <strong>%3</strong>",
|
||||
"user-posted-topic-with-tag-triple": "<strong>%1</strong> has posted a new topic with tags <strong>%2</strong>, <strong>%3</strong> and <strong>%4</strong>",
|
||||
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> has posted a new topic with tags <strong>%2</strong>",
|
||||
"user-started-following-you": "<strong>%1</strong> صار يتابعك.",
|
||||
"user-started-following-you-dual": "<strong>%1</strong> and <strong>%2</strong> started following you.",
|
||||
"user-started-following-you-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> started following you.",
|
||||
"user-started-following-you-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others started following you.",
|
||||
"new-register": "<strong>%1</strong> sent a registration request.",
|
||||
"new-register-multiple": "There are <strong>%1</strong> registration requests awaiting review.",
|
||||
"flag-assigned-to-you": "تم تخصيص العلامة 1% لك",
|
||||
"post-awaiting-review": "Post awaiting review",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
@@ -66,22 +75,24 @@
|
||||
"email-confirm-error-message": "حدث خطأ أثناء التحقق من عنوان بريدك الإلكتروني. ربما رمز التفعيل خاطئ أو انتهت صلاحيته.",
|
||||
"email-confirm-sent": "تم إرسال بريد التفعيل.",
|
||||
"none": "None",
|
||||
"notification_only": "التنبيهات فقط",
|
||||
"email_only": "البريد الالكتروني فقط",
|
||||
"notification_and_email": "التنبيهات والبريد اﻻلكتروني",
|
||||
"notificationType_upvote": "عندما يوافقك احدهم على منشورك",
|
||||
"notificationType_new-topic": "When someone you follow posts a topic",
|
||||
"notificationType_new-reply": "When a new reply is posted in a topic you are watching",
|
||||
"notificationType_post-edit": "When a post is edited in a topic you are watching",
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_new-group-chat": "When you receive a group chat message",
|
||||
"notificationType_new-public-chat": "When you receive a public group chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-leave": "When a user leaves your group",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
"notificationType_new-user-flag": "When a user is flagged"
|
||||
"notification-only": "التنبيهات فقط",
|
||||
"email-only": "البريد الالكتروني فقط",
|
||||
"notification-and-email": "التنبيهات والبريد اﻻلكتروني",
|
||||
"notificationType-upvote": "عندما يوافقك احدهم على منشورك",
|
||||
"notificationType-new-topic": "When someone you follow posts a topic",
|
||||
"notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow",
|
||||
"notificationType-new-reply": "When a new reply is posted in a topic you are watching",
|
||||
"notificationType-post-edit": "When a post is edited in a topic you are watching",
|
||||
"notificationType-follow": "When someone starts following you",
|
||||
"notificationType-new-chat": "When you receive a chat message",
|
||||
"notificationType-new-group-chat": "When you receive a group chat message",
|
||||
"notificationType-new-public-chat": "When you receive a public group chat message",
|
||||
"notificationType-group-invite": "When you receive a group invite",
|
||||
"notificationType-group-leave": "When a user leaves your group",
|
||||
"notificationType-group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType-new-register": "When someone gets added to registration queue",
|
||||
"notificationType-post-queue": "When a new post is queued",
|
||||
"notificationType-new-post-flag": "When a post is flagged",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
}
|
||||
@@ -47,7 +47,8 @@
|
||||
"account/latest-posts": "Latest posts made by %1",
|
||||
"account/topics": "Topics created by %1",
|
||||
"account/groups": "%1's Groups",
|
||||
"account/watched_categories": "%1's Watched Categories",
|
||||
"account/watched-categories": "%1's Watched Categories",
|
||||
"account/watched-tags": "%1's Watched Tags",
|
||||
"account/bookmarks": "%1's Bookmarked Posts",
|
||||
"account/settings": "خيارات المستخدم",
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"month": "شهر",
|
||||
"year": "سنة",
|
||||
"alltime": "دائمًا",
|
||||
"no_recent_topics": "لايوجد مواضيع جديدة",
|
||||
"no_popular_topics": "لا يوجد مواضيع شائعة",
|
||||
"no-recent-topics": "لايوجد مواضيع جديدة",
|
||||
"no-popular-topics": "لا يوجد مواضيع شائعة",
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"register": "تسجيل",
|
||||
"already-have-account": "Already have an account?",
|
||||
"cancel_registration": "إلغاء التسجيل",
|
||||
"cancel-registration": "إلغاء التسجيل",
|
||||
"help.email": "افتراضيا، سيتم إخفاء بريدك الإلكتروني من العامة.",
|
||||
"help.username_restrictions": "اسم مستخدم فريدة من نوعها بين 1% و 2% حرفا. بإمكان الآخرين مناداتك بـ @<span id='yourUsername'>اسم المستخدم</span>.",
|
||||
"help.minimum_password_length": "كلمة المرور يجب أن تتكون على الأقل من 1% أحرف/حروف",
|
||||
"email_address": "عنوان البريد الإلكتروني",
|
||||
"email_address_placeholder": "ادخل عنوان البريد الإلكتروني",
|
||||
"help.username-restrictions": "اسم مستخدم فريدة من نوعها بين 1% و 2% حرفا. بإمكان الآخرين مناداتك بـ @<span id='yourUsername'>اسم المستخدم</span>.",
|
||||
"help.minimum-password-length": "كلمة المرور يجب أن تتكون على الأقل من 1% أحرف/حروف",
|
||||
"email-address": "عنوان البريد الإلكتروني",
|
||||
"email-address-placeholder": "ادخل عنوان البريد الإلكتروني",
|
||||
"username": "اسم المستخدم",
|
||||
"username_placeholder": "أدخل اسم المستخدم",
|
||||
"username-placeholder": "أدخل اسم المستخدم",
|
||||
"password": "كلمة المرور",
|
||||
"password_placeholder": "أدخل كلمة المرور",
|
||||
"confirm_password": "تأكيد كلمة المرور",
|
||||
"confirm_password_placeholder": "تأكيد كلمة المرور",
|
||||
"register_now_button": "قم بالتسجيل الآن",
|
||||
"alternative_registration": "طريقة تسجيل بديلة",
|
||||
"terms_of_use": "شروط الاستخدام",
|
||||
"agree_to_terms_of_use": "أوافق على شروط الاستخدام",
|
||||
"terms_of_use_error": "يجب عليك الموافقة على شروط الاستخدام",
|
||||
"password-placeholder": "أدخل كلمة المرور",
|
||||
"confirm-password": "تأكيد كلمة المرور",
|
||||
"confirm-password-placeholder": "تأكيد كلمة المرور",
|
||||
"register-now-button": "قم بالتسجيل الآن",
|
||||
"alternative-registration": "طريقة تسجيل بديلة",
|
||||
"terms-of-use": "شروط الاستخدام",
|
||||
"agree-to-terms-of-use": "أوافق على شروط الاستخدام",
|
||||
"terms-of-use-error": "يجب عليك الموافقة على شروط الاستخدام",
|
||||
"registration-added-to-queue": "تمت إضافتك في قائمة الإنتضار. ستتلقى رسالة إلكترونية عند الموافقة على تسجيلك من قبل الإدارة.",
|
||||
"registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.",
|
||||
"registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.",
|
||||
"interstitial.intro": "We'd like some additional information in order to update your account…",
|
||||
"interstitial.intro-new": "We'd like some additional information before we can create your account…",
|
||||
"interstitial.errors-found": "Please review the entered information:",
|
||||
"gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.",
|
||||
"gdpr_agree_email": "I consent to receive digest and notification emails from this website.",
|
||||
"gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.",
|
||||
"gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.",
|
||||
"gdpr-agree-email": "I consent to receive digest and notification emails from this website.",
|
||||
"gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.",
|
||||
"invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.",
|
||||
"invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.",
|
||||
"invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details"
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"reset_password": "إعادة تعيين كلمة المرور",
|
||||
"update_password": "تحديث كلمة المرور",
|
||||
"password_changed.title": "تم تغير كلمة المرور",
|
||||
"password_changed.message": "<p>تم تغير كلمة المرور بنجاح، الرجاء <a href='/login'>إعادة الدخول</a></p>",
|
||||
"wrong_reset_code.title": "رمز إعادة التعيين غير صحيح",
|
||||
"wrong_reset_code.message": "رمز إعادة التعين غير صحيح، يرجى المحاولة مرة أخرى أو <a href='/reset'>اطلب رمزا جديدا</a>",
|
||||
"new_password": "كلمة المرور الجديدة",
|
||||
"repeat_password": "تأكيد كلمة المرور",
|
||||
"changing_password": "Changing Password",
|
||||
"enter_email": "يرجى إدخال <strong>عنوان البريد الإلكتروني</strong> الخاص بك وسوف نرسل لك رسالة بالبريد الالكتروني مع تعليمات حول كيفية إستعادة حسابك.",
|
||||
"enter_email_address": "ادخل عنوان البريد الإلكتروني",
|
||||
"password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.",
|
||||
"invalid_email": "بريد إلكتروني غير صالح أو غير موجود",
|
||||
"password_too_short": "كلمة المرور التي أدخلتها قصيرة، الرجاء اختر كلمة مرور مختلفة",
|
||||
"passwords_do_not_match": "كلمتا السر التي أدخلتهما غير متطابقتان",
|
||||
"password_expired": "لقد انتهت صلاحية كلمة المرور الخاصة بك، الرجاء اختيار كلمة مرور جديدة"
|
||||
"reset-password": "إعادة تعيين كلمة المرور",
|
||||
"update-password": "تحديث كلمة المرور",
|
||||
"password-changed.title": "تم تغير كلمة المرور",
|
||||
"password-changed.message": "<p>تم تغير كلمة المرور بنجاح، الرجاء <a href='/login'>إعادة الدخول</a></p>",
|
||||
"wrong-reset-code.title": "رمز إعادة التعيين غير صحيح",
|
||||
"wrong-reset-code.message": "رمز إعادة التعين غير صحيح، يرجى المحاولة مرة أخرى أو <a href='/reset'>اطلب رمزا جديدا</a>",
|
||||
"new-password": "كلمة المرور الجديدة",
|
||||
"repeat-password": "تأكيد كلمة المرور",
|
||||
"changing-password": "Changing Password",
|
||||
"enter-email": "يرجى إدخال <strong>عنوان البريد الإلكتروني</strong> الخاص بك وسوف نرسل لك رسالة بالبريد الالكتروني مع تعليمات حول كيفية إستعادة حسابك.",
|
||||
"enter-email-address": "ادخل عنوان البريد الإلكتروني",
|
||||
"password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.",
|
||||
"invalid-email": "بريد إلكتروني غير صالح أو غير موجود",
|
||||
"password-too-short": "كلمة المرور التي أدخلتها قصيرة، الرجاء اختر كلمة مرور مختلفة",
|
||||
"passwords-do-not-match": "كلمتا السر التي أدخلتهما غير متطابقتان",
|
||||
"password-expired": "لقد انتهت صلاحية كلمة المرور الخاصة بك، الرجاء اختيار كلمة مرور جديدة"
|
||||
}
|
||||
10
public/language/ar/rewards.json
Normal file
10
public/language/ar/rewards.json
Normal file
@@ -0,0 +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>",
|
||||
|
||||
"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>"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type-to-search": "Type to search",
|
||||
"results_matching": "%1 نتيجة (نتائج) موافقة لـ \"%2\", (%3 ثواني)",
|
||||
"results-matching": "%1 نتيجة (نتائج) موافقة لـ \"%2\", (%3 ثواني)",
|
||||
"no-matches": "لم يتم العثور على نتائج.",
|
||||
"advanced-search": "بحث متقدم",
|
||||
"in": "في",
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"all-tags": "All tags",
|
||||
"no_tag_topics": "لا يوجد مواضيع بهذه الكلمة الدلالية.",
|
||||
"no-tag-topics": "لا يوجد مواضيع بهذه الكلمة الدلالية.",
|
||||
"no-tags-found": "No tags found",
|
||||
"tags": "الكلمات الدلالية",
|
||||
"enter_tags_here": "Enter tags here, between %1 and %2 characters each.",
|
||||
"enter_tags_here_short": "أدخل الكلمات الدلالية...",
|
||||
"no_tags": "لا يوجد كلمات دلالية بعد.",
|
||||
"select_tags": "Select Tags",
|
||||
"tag-whitelist": "Tag Whitelist"
|
||||
"enter-tags-here": "Enter tags here, between %1 and %2 characters each.",
|
||||
"enter-tags-here-short": "أدخل الكلمات الدلالية...",
|
||||
"no-tags": "لا يوجد كلمات دلالية بعد.",
|
||||
"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."
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Top",
|
||||
"no_top_topics": "No top topics"
|
||||
"no-top-topics": "No top topics"
|
||||
}
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"topic": "موضوع",
|
||||
"title": "العنوان",
|
||||
"no_topics_found": "لا توجد مواضيع !",
|
||||
"no_posts_found": "لا توجد مشاركات!",
|
||||
"post_is_deleted": "هذه المشاركة محذوفة!",
|
||||
"topic_is_deleted": "هذا الموضوع محذوف",
|
||||
"no-topics-found": "لا توجد مواضيع !",
|
||||
"no-posts-found": "لا توجد مشاركات!",
|
||||
"post-is-deleted": "هذه المشاركة محذوفة!",
|
||||
"topic-is-deleted": "هذا الموضوع محذوف",
|
||||
"profile": "الملف الشخصي",
|
||||
"posted_by": "كتب من طرف %1",
|
||||
"posted_by_guest": "كتب من طرف زائر",
|
||||
"posted-by": "كتب من طرف %1",
|
||||
"posted-by-guest": "كتب من طرف زائر",
|
||||
"chat": "دردشة",
|
||||
"notify_me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع",
|
||||
"notify-me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع",
|
||||
"quote": "اقتبس",
|
||||
"reply": "رد",
|
||||
"replies_to_this_post": "%1 الردود",
|
||||
"one_reply_to_this_post": "1 رد",
|
||||
"last_reply_time": "آخر رد",
|
||||
"replies-to-this-post": "%1 الردود",
|
||||
"one-reply-to-this-post": "1 رد",
|
||||
"last-reply-time": "آخر رد",
|
||||
"reply-as-topic": "رد بموضوع",
|
||||
"guest-login-reply": "يجب عليك تسجيل الدخول للرد",
|
||||
"login-to-view": "سجل الدخول للمشاهدة",
|
||||
@@ -64,129 +64,130 @@
|
||||
"user-referenced-topic-on": "%1 <a href=\"%2\">referenced</a> this topic on %3",
|
||||
"user-forked-topic-ago": "%1 <a href=\"%2\">forked</a> this topic %3",
|
||||
"user-forked-topic-on": "%1 <a href=\"%2\">forked</a> this topic on %3",
|
||||
"bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع",
|
||||
"bookmark-instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع",
|
||||
"flag-post": "Flag this post",
|
||||
"flag-user": "Flag this user",
|
||||
"already-flagged": "Already Flagged",
|
||||
"view-flag-report": "View Flag Report",
|
||||
"resolve-flag": "Resolve Flag",
|
||||
"merged_message": "This topic has been merged into <a href=\"%1\">%2</a>",
|
||||
"deleted_message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.",
|
||||
"following_topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.",
|
||||
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",
|
||||
"ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.",
|
||||
"login_to_subscribe": "المرجو إنشاء حساب أو تسجيل الدخول حتى يمكنك متابعة هذا الموضوع.",
|
||||
"merged-message": "This topic has been merged into <a href=\"%1\">%2</a>",
|
||||
"forked-message": "This topic was forked from <a href=\"%1\">%2</a>",
|
||||
"deleted-message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.",
|
||||
"following-topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.",
|
||||
"not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",
|
||||
"ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.",
|
||||
"login-to-subscribe": "المرجو إنشاء حساب أو تسجيل الدخول حتى يمكنك متابعة هذا الموضوع.",
|
||||
"markAsUnreadForAll.success": "تم تحديد الموضوع على أنه غير مقروء.",
|
||||
"mark_unread": "حدده كغير مقروء",
|
||||
"mark_unread.success": "الموضوع حدد على أنه غير مقروء",
|
||||
"mark-unread": "حدده كغير مقروء",
|
||||
"mark-unread.success": "الموضوع حدد على أنه غير مقروء",
|
||||
"watch": "مراقبة",
|
||||
"unwatch": "الغاء المراقبة",
|
||||
"watch.title": "استلم تنبيها بالردود الجديدة في هذا الموضوع",
|
||||
"unwatch.title": "ألغ مراقبة هذا الموضوع",
|
||||
"share_this_post": "انشر هذا الموضوع",
|
||||
"share-this-post": "انشر هذا الموضوع",
|
||||
"watching": "مراقبة",
|
||||
"not-watching": "غير مراقب",
|
||||
"ignoring": "تجاهل",
|
||||
"watching.description": "بلغني بالردود الجديدة<br/>\nاظهر الموضوع في غير مقروء",
|
||||
"not-watching.description": "Do not notify me of new replies.<br/>Show topic in unread if category is not ignored.",
|
||||
"ignoring.description": "Do not notify me of new replies.<br/>Do not show topic in unread.",
|
||||
"thread_tools.title": "أدوات الموضوع",
|
||||
"thread_tools.markAsUnreadForAll": "Mark Unread For All",
|
||||
"thread_tools.pin": "علق الموضوع",
|
||||
"thread_tools.unpin": "إلغاء تعليق الموضوع",
|
||||
"thread_tools.lock": "أقفل الموضوع",
|
||||
"thread_tools.unlock": "إلغاء إقفال الموضوع",
|
||||
"thread_tools.move": "نقل الموضوع",
|
||||
"thread_tools.move-posts": "Move Posts",
|
||||
"thread_tools.move_all": "نقل الكل",
|
||||
"thread_tools.change_owner": "Change Owner",
|
||||
"thread_tools.select_category": "Select Category",
|
||||
"thread_tools.fork": "إنشاء فرع الموضوع",
|
||||
"thread_tools.tag": "Tag Topic",
|
||||
"thread_tools.delete": "حذف الموضوع",
|
||||
"thread_tools.delete-posts": "مشاركات محذوفة",
|
||||
"thread_tools.delete_confirm": "هل أنت متأكد أنك تريد حذف هذا الموضوع؟",
|
||||
"thread_tools.restore": "استعادة الموضوع",
|
||||
"thread_tools.restore_confirm": "هل أنت متأكد أنك تريد استعادة هذا الموضوع؟",
|
||||
"thread_tools.purge": "تطهير الموضوع",
|
||||
"thread_tools.purge_confirm": "هل أنت متأكد أنك تريد تطهير هذا الموضوع؟",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge Topic",
|
||||
"topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic_move_undone": "Topic move undone",
|
||||
"topic_move_posts_success": "Posts will be moved shortly. Click here to undo.",
|
||||
"topic_move_posts_undone": "Post move undone",
|
||||
"post_delete_confirm": "هل أنت متأكد أنك تريد حذف هذه المشاركة؟",
|
||||
"post_restore_confirm": "هل أنت متأكد أنك تريد استعادة هذه المشاركة؟",
|
||||
"post_purge_confirm": "هل أنت متأكد أنك تريد تطهير هذه المشاركة؟",
|
||||
"thread-tools.title": "أدوات الموضوع",
|
||||
"thread-tools.markAsUnreadForAll": "Mark Unread For All",
|
||||
"thread-tools.pin": "علق الموضوع",
|
||||
"thread-tools.unpin": "إلغاء تعليق الموضوع",
|
||||
"thread-tools.lock": "أقفل الموضوع",
|
||||
"thread-tools.unlock": "إلغاء إقفال الموضوع",
|
||||
"thread-tools.move": "نقل الموضوع",
|
||||
"thread-tools.move-posts": "Move Posts",
|
||||
"thread-tools.move-all": "نقل الكل",
|
||||
"thread-tools.change-owner": "Change Owner",
|
||||
"thread-tools.select-category": "Select Category",
|
||||
"thread-tools.fork": "إنشاء فرع الموضوع",
|
||||
"thread-tools.tag": "Tag Topic",
|
||||
"thread-tools.delete": "حذف الموضوع",
|
||||
"thread-tools.delete-posts": "مشاركات محذوفة",
|
||||
"thread-tools.delete-confirm": "هل أنت متأكد أنك تريد حذف هذا الموضوع؟",
|
||||
"thread-tools.restore": "استعادة الموضوع",
|
||||
"thread-tools.restore-confirm": "هل أنت متأكد أنك تريد استعادة هذا الموضوع؟",
|
||||
"thread-tools.purge": "تطهير الموضوع",
|
||||
"thread-tools.purge-confirm": "هل أنت متأكد أنك تريد تطهير هذا الموضوع؟",
|
||||
"thread-tools.merge-topics": "Merge Topics",
|
||||
"thread-tools.merge": "Merge Topic",
|
||||
"topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic-move-undone": "Topic move undone",
|
||||
"topic-move-posts-success": "Posts will be moved shortly. Click here to undo.",
|
||||
"topic-move-posts-undone": "Post move undone",
|
||||
"post-delete-confirm": "هل أنت متأكد أنك تريد حذف هذه المشاركة؟",
|
||||
"post-restore-confirm": "هل أنت متأكد أنك تريد استعادة هذه المشاركة؟",
|
||||
"post-purge-confirm": "هل أنت متأكد أنك تريد تطهير هذه المشاركة؟",
|
||||
"pin-modal-expiry": "Expiration Date",
|
||||
"pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.",
|
||||
"load_categories": "تحميل الفئات",
|
||||
"confirm_move": "انقل",
|
||||
"confirm_fork": "فرع",
|
||||
"load-categories": "تحميل الفئات",
|
||||
"confirm-move": "انقل",
|
||||
"confirm-fork": "فرع",
|
||||
"bookmark": "Bookmark",
|
||||
"bookmarks": "Bookmarks",
|
||||
"bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
|
||||
"bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.",
|
||||
"copy-permalink": "Copy Permalink",
|
||||
"loading_more_posts": "تحميل المزيد من المشاركات",
|
||||
"move_topic": "نقل الموضوع",
|
||||
"move_topics": "نقل المواضيع",
|
||||
"move_post": "نقل المشاركة",
|
||||
"post_moved": "تم نقل المشاركة",
|
||||
"fork_topic": "فرع الموضوع",
|
||||
"loading-more-posts": "تحميل المزيد من المشاركات",
|
||||
"move-topic": "نقل الموضوع",
|
||||
"move-topics": "نقل المواضيع",
|
||||
"move-post": "نقل المشاركة",
|
||||
"post-moved": "تم نقل المشاركة",
|
||||
"fork-topic": "فرع الموضوع",
|
||||
"enter-new-topic-title": "Enter new topic title",
|
||||
"fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic",
|
||||
"fork_no_pids": "لم تختر أي مشاركة",
|
||||
"fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic",
|
||||
"fork-no-pids": "لم تختر أي مشاركة",
|
||||
"no-posts-selected": "No posts selected!",
|
||||
"x-posts-selected": "%1 post(s) selected",
|
||||
"x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"",
|
||||
"fork_pid_count": "1% مشاركة محددة",
|
||||
"fork_success": "تم إنشاء فرع للموضوع بنجاح! إضغط هنا لمعاينة الفرع.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge or search for them",
|
||||
"fork-pid-count": "1% مشاركة محددة",
|
||||
"fork-success": "تم إنشاء فرع للموضوع بنجاح! إضغط هنا لمعاينة الفرع.",
|
||||
"delete-posts-instruction": "Click the posts you want to delete/purge",
|
||||
"merge-topics-instruction": "Click the topics you want to merge or search for them",
|
||||
"merge-topic-list-title": "List of topics to be merged",
|
||||
"merge-options": "Merge options",
|
||||
"merge-select-main-topic": "Select the main topic",
|
||||
"merge-new-title-for-topic": "New title for topic",
|
||||
"topic-id": "Topic ID",
|
||||
"move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
|
||||
"move_topic_instruction": "Select the target category and then click move",
|
||||
"change_owner_instruction": "Click the posts you want to assign to another user",
|
||||
"composer.title_placeholder": "أدخل عنوان موضوعك هنا...",
|
||||
"composer.handle_placeholder": "Enter your name/handle here",
|
||||
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
|
||||
"move-topic-instruction": "Select the target category and then click move",
|
||||
"change-owner-instruction": "Click the posts you want to assign to another user",
|
||||
"composer.title-placeholder": "أدخل عنوان موضوعك هنا...",
|
||||
"composer.handle-placeholder": "Enter your name/handle here",
|
||||
"composer.hide": "Hide",
|
||||
"composer.discard": "نبذ التغييرات",
|
||||
"composer.submit": "حفظ",
|
||||
"composer.additional-options": "Additional Options",
|
||||
"composer.post-later": "Post Later",
|
||||
"composer.schedule": "Schedule",
|
||||
"composer.replying_to": "الرد على %1",
|
||||
"composer.new_topic": "موضوع جديد",
|
||||
"composer.replying-to": "الرد على %1",
|
||||
"composer.new-topic": "موضوع جديد",
|
||||
"composer.editing-in": "Editing post in %1",
|
||||
"composer.uploading": "جاري الرفع",
|
||||
"composer.thumb_url_label": "ألصق رابط الصورة المصغرة للموضوع",
|
||||
"composer.thumb_title": "إضافة صورة مصغرة للموضوع",
|
||||
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb_file_label": "أو قم برفع ملف",
|
||||
"composer.thumb_remove": "تفريغ الخانات",
|
||||
"composer.drag_and_drop_images": "اسحب وأسقص الصور هنا",
|
||||
"more_users_and_guests": "%1 مستخدم(ين) و %2 زائر(ين)",
|
||||
"more_users": "%1 مستخدم(ين)",
|
||||
"more_guests": "%1 زائر(ين)",
|
||||
"users_and_others": "%1 و %2 آخرين",
|
||||
"sort_by": "ترتيب حسب",
|
||||
"oldest_to_newest": "من الأقدم إلى الأحدث",
|
||||
"newest_to_oldest": "من الأحدث إلى الأقدم",
|
||||
"most_votes": "Most Votes",
|
||||
"most_posts": "Most Posts",
|
||||
"most_views": "Most Views",
|
||||
"composer.thumb-url-label": "ألصق رابط الصورة المصغرة للموضوع",
|
||||
"composer.thumb-title": "إضافة صورة مصغرة للموضوع",
|
||||
"composer.thumb-url-placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb-file-label": "أو قم برفع ملف",
|
||||
"composer.thumb-remove": "تفريغ الخانات",
|
||||
"composer.drag-and-drop-images": "اسحب وأسقص الصور هنا",
|
||||
"more-users-and-guests": "%1 مستخدم(ين) و %2 زائر(ين)",
|
||||
"more-users": "%1 مستخدم(ين)",
|
||||
"more-guests": "%1 زائر(ين)",
|
||||
"users-and-others": "%1 و %2 آخرين",
|
||||
"sort-by": "ترتيب حسب",
|
||||
"oldest-to-newest": "من الأقدم إلى الأحدث",
|
||||
"newest-to-oldest": "من الأحدث إلى الأقدم",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
"stale.title": "Create new topic instead?",
|
||||
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
|
||||
"stale.create": "موضوع جديد",
|
||||
"stale.reply_anyway": "الرد على هذا الموضوع ",
|
||||
"link_back": "رد: [%1](%2)",
|
||||
"stale.reply-anyway": "الرد على هذا الموضوع",
|
||||
"link-back": "رد: [%1](%2)",
|
||||
"diffs.title": "Post Edit History",
|
||||
"diffs.description": "This post has <strong>%1</strong> revisions. Click one of the revisions below to see the post content at that point in time.",
|
||||
"diffs.no-revisions-description": "This post has <strong>%1</strong> revisions.",
|
||||
@@ -197,8 +198,8 @@
|
||||
"diffs.post-restored": "Post successfully restored to earlier revision",
|
||||
"diffs.delete": "Delete this revision",
|
||||
"diffs.deleted": "Revision deleted",
|
||||
"timeago_later": "%1 later",
|
||||
"timeago_earlier": "%1 earlier",
|
||||
"timeago-later": "%1 later",
|
||||
"timeago-earlier": "%1 earlier",
|
||||
"first-post": "First post",
|
||||
"last-post": "Last post",
|
||||
"go-to-my-next-post": "Go to my next post",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"title": "غير مقروء",
|
||||
"no_unread_topics": "ليس هناك أي موضوع غير مقروء",
|
||||
"load_more": "حمل المزيد",
|
||||
"mark_as_read": "حدد غير مقروء",
|
||||
"no-unread-topics": "ليس هناك أي موضوع غير مقروء",
|
||||
"load-more": "حمل المزيد",
|
||||
"mark-as-read": "حدد غير مقروء",
|
||||
"selected": "المحددة",
|
||||
"all": "الكل",
|
||||
"all_categories": "كل الفئات",
|
||||
"topics_marked_as_read.success": "تم تحديد المواضيع على أنها مقروءة!",
|
||||
"all-categories": "كل الفئات",
|
||||
"topics-marked-as-read.success": "تم تحديد المواضيع على أنها مقروءة!",
|
||||
"all-topics": "كل المواضيع",
|
||||
"new-topics": "مواضيع جديدة",
|
||||
"watched-topics": "المواضيع المتابعة",
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"banned": "محظور",
|
||||
"muted": "كتم ",
|
||||
"muted": "كتم",
|
||||
"offline": "غير متصل",
|
||||
"deleted": "محذوف",
|
||||
"username": "إسم المستخدم",
|
||||
"joindate": "تاريخ الإنضمام",
|
||||
"postcount": "عدد المشاركات",
|
||||
"email": "البريد الإلكتروني",
|
||||
"confirm_email": "تأكيد عنوان البريد الإلكتروني",
|
||||
"account_info": "معلومات الحساب",
|
||||
"admin_actions_label": "الإجراءات الإدارية",
|
||||
"ban_account": "حظر الحساب",
|
||||
"ban_account_confirm": "هل تريد حقاً حظر هاذا العضو؟",
|
||||
"unban_account": "إزالة حظر الحساب",
|
||||
"mute_account": "Mute Account",
|
||||
"unmute_account": "Unmute Account",
|
||||
"delete_account": "حذف الحساب",
|
||||
"delete_account_as_admin": "Delete <strong>Account</strong>",
|
||||
"delete_content": "Delete Account <strong>Content</strong>",
|
||||
"delete_all": "Delete <strong>Account</strong> and <strong>Content</strong>",
|
||||
"delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?<br /><strong>This action is irreversible and you will not be able to recover any of your data</strong><br /><br />Enter your password to confirm that you wish to destroy this account.",
|
||||
"delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?<br /><strong>This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account</strong><br /><br />",
|
||||
"delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"confirm-email": "تأكيد عنوان البريد الإلكتروني",
|
||||
"account-info": "معلومات الحساب",
|
||||
"admin-actions-label": "الإجراءات الإدارية",
|
||||
"ban-account": "حظر الحساب",
|
||||
"ban-account-confirm": "هل تريد حقاً حظر هاذا العضو؟",
|
||||
"unban-account": "إزالة حظر الحساب",
|
||||
"mute-account": "Mute Account",
|
||||
"unmute-account": "Unmute Account",
|
||||
"delete-account": "حذف الحساب",
|
||||
"delete-account-as-admin": "Delete <strong>Account</strong>",
|
||||
"delete-content": "Delete Account <strong>Content</strong>",
|
||||
"delete-all": "Delete <strong>Account</strong> and <strong>Content</strong>",
|
||||
"delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?<br /><strong>This action is irreversible and you will not be able to recover any of your data</strong><br /><br />Enter your password to confirm that you wish to destroy this account.",
|
||||
"delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?<br /><strong>This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account</strong><br /><br />",
|
||||
"delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"account-deleted": "تم حذف الحساب",
|
||||
"account-content-deleted": "تم حذف محتوى حساب",
|
||||
"fullname": "الاسم الكامل",
|
||||
@@ -32,11 +32,12 @@
|
||||
"joined": "تاريخ التسجيل",
|
||||
"lastonline": "تاريخ آخر دخول",
|
||||
"profile": "الملف الشخصي",
|
||||
"profile_views": "عدد المشاهدات",
|
||||
"profile-views": "عدد المشاهدات",
|
||||
"reputation": "السمعة",
|
||||
"bookmarks": "المفضلات",
|
||||
"watched_categories": "الأقسام المُتابعة",
|
||||
"change_all": "غير الكل",
|
||||
"watched-categories": "الأقسام المُتابعة",
|
||||
"watched-tags": "Watched tags",
|
||||
"change-all": "غير الكل",
|
||||
"watched": "متابع",
|
||||
"ignored": "تم تجاهله",
|
||||
"default-category-watch-state": "حالة مشاهدة اﻻقسام الافتراضية",
|
||||
@@ -44,83 +45,84 @@
|
||||
"following": "يتابع",
|
||||
"blocks": "الكتل",
|
||||
"blocked-users": "Blocked users",
|
||||
"block_toggle": "تبديل الكتلة",
|
||||
"block_user": "أحظر المستخدم",
|
||||
"unblock_user": "ألغ حظر المستخدم",
|
||||
"block-toggle": "تبديل الكتلة",
|
||||
"block-user": "أحظر المستخدم",
|
||||
"unblock-user": "ألغ حظر المستخدم",
|
||||
"aboutme": "معلومة عنك او السيرة الذاتية",
|
||||
"signature": "توقيع",
|
||||
"birthday": "عيد ميلاد",
|
||||
"chat": "محادثة",
|
||||
"chat_with": "متابعة الدردشة مع %1",
|
||||
"new_chat_with": "بدء دردشة جديدة مع %1",
|
||||
"chat-with": "متابعة الدردشة مع %1",
|
||||
"new-chat-with": "بدء دردشة جديدة مع %1",
|
||||
"flag-profile": "ضع علامة على الملف الشخصي",
|
||||
"follow": "تابع",
|
||||
"unfollow": "إلغاء المتابعة",
|
||||
"more": "المزيد",
|
||||
"profile_update_success": "تم تحديث الملف الشخصي بنجاح",
|
||||
"change_picture": "تغيير الصورة",
|
||||
"change_username": "تغيير اسم المستخدم",
|
||||
"change_email": "تغيير البريد اﻹلكتروني",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"profile-update-success": "تم تحديث الملف الشخصي بنجاح",
|
||||
"change-picture": "تغيير الصورة",
|
||||
"change-username": "تغيير اسم المستخدم",
|
||||
"change-email": "تغيير البريد اﻹلكتروني",
|
||||
"email-updated": "Email Updated",
|
||||
"email-same-as-password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "تعديل",
|
||||
"edit-profile": "تعديل الملف الشخصي",
|
||||
"default_picture": "أيقونة افتراضية",
|
||||
"uploaded_picture": "الصورة المرفوعة",
|
||||
"upload_new_picture": "رفع صورة جديدة",
|
||||
"upload_new_picture_from_url": "رفع صورة جديدة من رابط",
|
||||
"current_password": "كلمة السر الحالية",
|
||||
"new_password": "New Password",
|
||||
"change_password": "تغيير كلمة السر",
|
||||
"change_password_error": "كلمة سر غير صحيحة",
|
||||
"change_password_error_wrong_current": "كلمة السر الحالية ليست صحيحة",
|
||||
"change_password_error_match": "كلمة السر غير مطابقة لتأكيد كلمة السر",
|
||||
"change_password_error_privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.",
|
||||
"change_password_success": "تم تحديث كلمة السر خاصتك.",
|
||||
"confirm_password": "تأكيد كلمة السر",
|
||||
"default-picture": "أيقونة افتراضية",
|
||||
"uploaded-picture": "الصورة المرفوعة",
|
||||
"upload-new-picture": "رفع صورة جديدة",
|
||||
"upload-new-picture-from-url": "رفع صورة جديدة من رابط",
|
||||
"current-password": "كلمة السر الحالية",
|
||||
"new-password": "New Password",
|
||||
"change-password": "تغيير كلمة السر",
|
||||
"change-password-error": "كلمة سر غير صحيحة",
|
||||
"change-password-error-wrong-current": "كلمة السر الحالية ليست صحيحة",
|
||||
"change-password-error-match": "كلمة السر غير مطابقة لتأكيد كلمة السر",
|
||||
"change-password-error-privileges": "ليس لديك الصلاحيات الكافية لتغيير كلمة السر هذه.",
|
||||
"change-password-success": "تم تحديث كلمة السر خاصتك.",
|
||||
"confirm-password": "تأكيد كلمة السر",
|
||||
"password": "كلمة السر",
|
||||
"username_taken_workaround": "اسم المستخدم الذي اخترته مستخدم سابقا، لذلك قمنا بتغييره لك قليلا. أنت الآن مسجل بالاسم <strong>%1</strong>",
|
||||
"password_same_as_username": "كلمة المرور مطابقة لاسم المستخدم الخاص بك، يرجى تحديد كلمة مرور أخرى.",
|
||||
"password_same_as_email": "كلمة المرور مطابقة لبريدك الإلكتروني، يرجى تحديد كلمة مرور أخرى.",
|
||||
"weak_password": "كلمة مرور ضعيفة.",
|
||||
"upload_picture": "ارفع الصورة",
|
||||
"upload_a_picture": "رفع صورة",
|
||||
"remove_uploaded_picture": "إزالة الصورة المرفوعة",
|
||||
"upload_cover_picture": "رفع صورة الغلاف",
|
||||
"remove_cover_picture_confirm": "هل تريد بالتأكيد إزالة صورة الغلاف؟",
|
||||
"crop_picture": "إقتصاص الصورة",
|
||||
"upload_cropped_picture": "إقتصاص ورفع",
|
||||
"username-taken-workaround": "اسم المستخدم الذي اخترته مستخدم سابقا، لذلك قمنا بتغييره لك قليلا. أنت الآن مسجل بالاسم <strong>%1</strong>",
|
||||
"password-same-as-username": "كلمة المرور مطابقة لاسم المستخدم الخاص بك، يرجى تحديد كلمة مرور أخرى.",
|
||||
"password-same-as-email": "كلمة المرور مطابقة لبريدك الإلكتروني، يرجى تحديد كلمة مرور أخرى.",
|
||||
"weak-password": "كلمة مرور ضعيفة.",
|
||||
"upload-picture": "ارفع الصورة",
|
||||
"upload-a-picture": "رفع صورة",
|
||||
"remove-uploaded-picture": "إزالة الصورة المرفوعة",
|
||||
"upload-cover-picture": "رفع صورة الغلاف",
|
||||
"remove-cover-picture-confirm": "هل تريد بالتأكيد إزالة صورة الغلاف؟",
|
||||
"crop-picture": "إقتصاص الصورة",
|
||||
"upload-cropped-picture": "إقتصاص ورفع",
|
||||
"avatar-background-colour": "لون الخلفية للصورة الرمزية",
|
||||
"settings": "خيارات",
|
||||
"show_email": "أظهر بريدي الإلكتروني",
|
||||
"show_fullname": "أظهر اسمي الكامل",
|
||||
"restrict_chats": "لاتسمح بورود محادثات إلا من طرف المستخدمين الذين أتابعهم.",
|
||||
"digest_label": "اشترك في النشرة الدورية",
|
||||
"digest_description": "استلام اشعارات بآخر مستجدات هذا القسم (التنبيهات والمواضيع الجديدة) عبر البريد الإلكتروني وفقا لجدول زمني محدد.",
|
||||
"digest_off": "غير مفعل",
|
||||
"digest_daily": "يوميا",
|
||||
"digest_weekly": "أسبوعيًّا",
|
||||
"digest_biweekly": "Bi-Weekly",
|
||||
"digest_monthly": "شهريًّا",
|
||||
"has_no_follower": "هذا المستخدم ليس لديه أية متابعين :(",
|
||||
"follows_no_one": "هذا المستخدم لا يتابع أحد :(",
|
||||
"has_no_posts": "هذا المستخدم لم يشارك حتى الآن.",
|
||||
"has_no_best_posts": "This user does not have any upvoted posts yet.",
|
||||
"has_no_topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.",
|
||||
"has_no_watched_topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.",
|
||||
"has_no_ignored_topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.",
|
||||
"has_no_upvoted_posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.",
|
||||
"has_no_downvoted_posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
"has_no_controversial_posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
"has_no_blocks": "أنت لم تحظر اي مستخدم",
|
||||
"email_hidden": "البريد الإلكتروني مخفي",
|
||||
"show-email": "أظهر بريدي الإلكتروني",
|
||||
"show-fullname": "أظهر اسمي الكامل",
|
||||
"restrict-chats": "لاتسمح بورود محادثات إلا من طرف المستخدمين الذين أتابعهم.",
|
||||
"digest-label": "اشترك في النشرة الدورية",
|
||||
"digest-description": "استلام اشعارات بآخر مستجدات هذا القسم (التنبيهات والمواضيع الجديدة) عبر البريد الإلكتروني وفقا لجدول زمني محدد.",
|
||||
"digest-off": "غير مفعل",
|
||||
"digest-daily": "يوميا",
|
||||
"digest-weekly": "أسبوعيًّا",
|
||||
"digest-biweekly": "Bi-Weekly",
|
||||
"digest-monthly": "شهريًّا",
|
||||
"has-no-follower": "هذا المستخدم ليس لديه أية متابعين :(",
|
||||
"follows-no-one": "هذا المستخدم لا يتابع أحد :(",
|
||||
"has-no-posts": "هذا المستخدم لم يشارك حتى الآن.",
|
||||
"has-no-best-posts": "This user does not have any upvoted posts yet.",
|
||||
"has-no-topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.",
|
||||
"has-no-watched-topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.",
|
||||
"has-no-ignored-topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.",
|
||||
"has-no-upvoted-posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.",
|
||||
"has-no-downvoted-posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
"has-no-controversial-posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
"has-no-blocks": "أنت لم تحظر اي مستخدم",
|
||||
"email-hidden": "البريد الإلكتروني مخفي",
|
||||
"hidden": "مخفي",
|
||||
"paginate_description": "عرض المواضيع والردود موزعة على صفحات عوضاً عن التمرير اللانهائي.",
|
||||
"topics_per_page": "المواضيع في كل صفحة",
|
||||
"posts_per_page": "الردود في كل صفحة",
|
||||
"paginate-description": "عرض المواضيع والردود موزعة على صفحات عوضاً عن التمرير اللانهائي.",
|
||||
"topics-per-page": "المواضيع في كل صفحة",
|
||||
"posts-per-page": "الردود في كل صفحة",
|
||||
"category-topic-sort": "Category topic sort",
|
||||
"topic-post-sort": "Topic post sort",
|
||||
"max_items_per_page": "أقصى %1",
|
||||
"acp_language": "لغة صفحة اﻻدارة",
|
||||
"max-items-per-page": "أقصى %1",
|
||||
"acp-language": "لغة صفحة اﻻدارة",
|
||||
"notifications": "التنبيهات",
|
||||
"upvote-notif-freq": "معدل تكرار تنبيهات التصويت للأعلى",
|
||||
"upvote-notif-freq.all": "كل التصويتات للأعلى",
|
||||
@@ -130,13 +132,13 @@
|
||||
"upvote-notif-freq.logarithmic": "On 10, 100, 1000...",
|
||||
"upvote-notif-freq.disabled": "معطل",
|
||||
"browsing": "خيارات التصفح",
|
||||
"open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة",
|
||||
"enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع",
|
||||
"topic_search_help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.",
|
||||
"update_url_with_post_index": "Update url with post index while browsing topics",
|
||||
"scroll_to_my_post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة",
|
||||
"follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها",
|
||||
"follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها",
|
||||
"open-links-in-new-tab": "فتح الروابط الخارجية في نافدة جديدة",
|
||||
"enable-topic-searching": "تفعيل خاصية البحث داخل المواضيع",
|
||||
"topic-search-help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.",
|
||||
"update-url-with-post-index": "Update url with post index while browsing topics",
|
||||
"scroll-to-my-post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة",
|
||||
"follow-topics-you-reply-to": "متابعة المواضيع التي تقوم بالرد عليها",
|
||||
"follow-topics-you-create": "متابعة المواضيع التي تقوم بإنشائها",
|
||||
"grouptitle": "عنوان المجموعة",
|
||||
"group-order-help": "Select a group and use the arrows to order titles",
|
||||
"no-group-title": "لا يوجد عنوان للمجموعة",
|
||||
@@ -145,9 +147,9 @@
|
||||
"no-skin": "No Skin",
|
||||
"select-homepage": "إختر الصفحة الرئيسية",
|
||||
"homepage": "الصفحة الرئيسية",
|
||||
"homepage_description": "حدد صفحة لاستخدامها كصفحة رئيسية للمنتدى أو \"لا شيء\" لاستخدام الصفحة الرئيسية الافتراضية.",
|
||||
"custom_route": "مسار الصفحة الرئيسية المخصصة",
|
||||
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")",
|
||||
"homepage-description": "حدد صفحة لاستخدامها كصفحة رئيسية للمنتدى أو \"لا شيء\" لاستخدام الصفحة الرئيسية الافتراضية.",
|
||||
"custom-route": "مسار الصفحة الرئيسية المخصصة",
|
||||
"custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")",
|
||||
"sso.title": "خدمات تسجيل الدخول الموحد",
|
||||
"sso.associated": "مرتبط مع",
|
||||
"sso.not-associated": "انقر هنا لربط مع",
|
||||
@@ -179,25 +181,25 @@
|
||||
"consent.title": "Your Rights & Consent",
|
||||
"consent.lead": "This community forum collects and processes your personal information.",
|
||||
"consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.<br /><br />We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.<br /><br />If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.",
|
||||
"consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.",
|
||||
"consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.",
|
||||
"consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests",
|
||||
"consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.",
|
||||
"consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.",
|
||||
"consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests",
|
||||
"consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.",
|
||||
"consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.",
|
||||
"consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.",
|
||||
"consent.give": "Give consent",
|
||||
"consent.right_of_access": "You have the Right of Access",
|
||||
"consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.",
|
||||
"consent.right_to_rectification": "You have the Right to Rectification",
|
||||
"consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.",
|
||||
"consent.right_to_erasure": "You have the Right to Erasure",
|
||||
"consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account <strong>and</strong> your content, please contact the administrative team for this website.",
|
||||
"consent.right_to_data_portability": "You have the Right to Data Portability",
|
||||
"consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.",
|
||||
"consent.export_profile": "Export Profile (.json)",
|
||||
"consent.right-of-access": "You have the Right of Access",
|
||||
"consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.",
|
||||
"consent.right-to-rectification": "You have the Right to Rectification",
|
||||
"consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.",
|
||||
"consent.right-to-erasure": "You have the Right to Erasure",
|
||||
"consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account <strong>and</strong> your content, please contact the administrative team for this website.",
|
||||
"consent.right-to-data-portability": "You have the Right to Data Portability",
|
||||
"consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.",
|
||||
"consent.export-profile": "Export Profile (.json)",
|
||||
"consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.",
|
||||
"consent.export_uploads": "Export Uploaded Content (.zip)",
|
||||
"consent.export-uploads": "Export Uploaded Content (.zip)",
|
||||
"consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.",
|
||||
"consent.export_posts": "Export Posts (.csv)",
|
||||
"consent.export-posts": "Export Posts (.csv)",
|
||||
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
|
||||
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
|
||||
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"all-users": "All Users",
|
||||
"latest_users": "أحدث الأعضاء",
|
||||
"top_posters": "اﻷكثر مشاركة",
|
||||
"most_reputation": "أعلى سمعة",
|
||||
"most_flags": "معظم الأعلام",
|
||||
"latest-users": "أحدث الأعضاء",
|
||||
"top-posters": "اﻷكثر مشاركة",
|
||||
"most-reputation": "أعلى سمعة",
|
||||
"most-flags": "معظم الأعلام",
|
||||
"search": "بحث",
|
||||
"enter_username": "أدخل اسم مستخدم للبحث",
|
||||
"enter-username": "أدخل اسم مستخدم للبحث",
|
||||
"search-user-for-chat": "Search for a user to start chat",
|
||||
"load_more": "حمل المزيد",
|
||||
"load-more": "حمل المزيد",
|
||||
"users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.",
|
||||
"filter-by": "تصفية بحسب",
|
||||
"online-only": "المتصلون فقط",
|
||||
@@ -15,10 +15,10 @@
|
||||
"prompt-email": "البريد الإلكتروني:",
|
||||
"groups-to-join": "المجموعات التي سيتم الانضمام إليها عند قبول الدعوة:",
|
||||
"invitation-email-sent": "تم إرسال دعوة بالبريد الإلكتروني إلى %1",
|
||||
"user_list": "قائمة اﻷعضاء",
|
||||
"recent_topics": "أحدث المواضيع",
|
||||
"popular_topics": "المواضيع الأكثر شهرة",
|
||||
"unread_topics": "المواضيع الغير مقروءة",
|
||||
"user-list": "قائمة اﻷعضاء",
|
||||
"recent-topics": "أحدث المواضيع",
|
||||
"popular-topics": "المواضيع الأكثر شهرة",
|
||||
"unread-topics": "المواضيع الغير مقروءة",
|
||||
"categories": "الأقسام",
|
||||
"tags": "الوسوم",
|
||||
"no-users-found": "لم يتم العثور على مستخدمين!"
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"filter-type": "Вид събитие",
|
||||
"filter-start": "Начална дата",
|
||||
"filter-end": "Крайна дата",
|
||||
"filter-perPage": "На страница"
|
||||
"filter-per-page": "На страница"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"none-installed": "Няма намерени джаджи! Включете добавката с основните джаджи в контролния панел за <a href=\"%1\">добавките</a>.",
|
||||
"clone-from": "Клониране на джаджите от",
|
||||
"containers.available": "Налични контейнери",
|
||||
"containers.explanation": "Завлачете и пуснете върху някоя активна джаджа",
|
||||
"containers.explanation": "Завлачете и пуснете върху някоя джаджа",
|
||||
"containers.none": "Няма",
|
||||
"container.well": "Кладенец",
|
||||
"container.jumbotron": "Джъмботрон",
|
||||
@@ -29,5 +29,7 @@
|
||||
"hide-from-groups": "Скриване от групите",
|
||||
"start-date": "Начална дата",
|
||||
"end-date": "Крайна дата",
|
||||
"hide-on-mobile": "Скриване на мобилни устройства"
|
||||
"hide-on-mobile": "Скриване на мобилни устройства",
|
||||
"hide-drafts": "Скриване на черновите",
|
||||
"show-drafts": "Показване на черновите"
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
"edit-privileges": "Редактиране на правомощията",
|
||||
"select-clear-all": "Избиране/изчистване на всичко",
|
||||
"chat": "Разговор",
|
||||
"chat-with-privileged": "Разговор с някого с по-високи правомощия",
|
||||
"upload-images": "Качване на изображения",
|
||||
"upload-files": "Качване на файлове",
|
||||
"signature": "Подпис",
|
||||
@@ -33,7 +34,7 @@
|
||||
"edit-posts": "Редактиране на публикации",
|
||||
"view-edit-history": "Преглед на историята на редакциите",
|
||||
"delete-posts": "Изтриване на публикации",
|
||||
"view_deleted": "Преглед на изтритите публикации",
|
||||
"view-deleted": "Преглед на изтритите публикации",
|
||||
"upvote-posts": "Положително гласуване за публикации",
|
||||
"downvote-posts": "Отрицателно гласуване за публикации",
|
||||
"delete-topics": "Изтриване на теми",
|
||||
|
||||
@@ -4,16 +4,21 @@
|
||||
"edit": "Действия",
|
||||
"make-admin": "Даване на администраторски права",
|
||||
"remove-admin": "Отнемане на администраторски права",
|
||||
"change-email": "Промяна на е-пощата",
|
||||
"new-email": "Нова е-поща",
|
||||
"validate-email": "Проверка на е-пощата",
|
||||
"send-validation-email": "Изпращане на е-писмо за потвърждение",
|
||||
"change-password": "Промяна на паролата",
|
||||
"password-reset-email": "Изпращане на е-писмо за възстановяване на паролата",
|
||||
"force-password-reset": "Принудително подновяване на паролата и отписване на потребителя",
|
||||
"ban": "Блокиране на потребителя/ите",
|
||||
"ban": "Блокиране",
|
||||
"ban-users": "Блокиране на потребителя/ите",
|
||||
"temp-ban": "Блокиране на потребителя/ите временно",
|
||||
"unban": "Деблокиране на потребителя/ите",
|
||||
"reset-lockout": "Нулиране на заключването",
|
||||
"reset-flags": "Анулиране на докладите",
|
||||
"delete": "Изтриване на <strong>потребителя/ите</strong>",
|
||||
"delete": "Изтриване",
|
||||
"delete-users": "Изтриване на <strong>потребителя/ите</strong>",
|
||||
"delete-content": "Изтриване на <strong>съдържанието</strong> на потребителя/ите",
|
||||
"purge": "Изтриване на <strong>потребителя/ите</strong> и <strong>съдържанието</strong>",
|
||||
"download-csv": "Сваляне във формат „CSV“",
|
||||
@@ -81,6 +86,7 @@
|
||||
"alerts.button-ban-x": "Блокиране на %1 потребител(и)",
|
||||
"alerts.unban-success": "Потребителят/ите е/са деблокиран(и)!",
|
||||
"alerts.lockout-reset-success": "Заключването/ията е/са нулирано/и!",
|
||||
"alerts.password-change-success": "Паролата/ите е/са променени!",
|
||||
"alerts.flag-reset-success": "Докладът/ите е/са анулиран(и)!",
|
||||
"alerts.no-remove-yourself-admin": "Не можете да отнемете собствените си права на администратор!",
|
||||
"alerts.make-admin-success": "Потребителят вече ще бъде администратор.",
|
||||
@@ -106,6 +112,7 @@
|
||||
"alerts.create": "Създаване на потребител",
|
||||
"alerts.button-create": "Създаване",
|
||||
"alerts.button-cancel": "Отказ",
|
||||
"alerts.button-change": "Промяна",
|
||||
"alerts.error-passwords-different": "Паролите са различни!",
|
||||
"alerts.error-x": "<strong>Грешка</strong><p>%1</p>",
|
||||
"alerts.create-success": "Потребителят е създаден!",
|
||||
@@ -113,6 +120,10 @@
|
||||
"alerts.prompt-email": "Е-пощи: ",
|
||||
"alerts.email-sent-to": "Беше изпратено е-писмо за потвърждение до %1",
|
||||
"alerts.x-users-found": "Намерени потребители: %1 (%2 секунди)",
|
||||
"alerts.select-a-single-user-to-change-email": "Изберете един потребител, чиято е-поща да промените",
|
||||
"export-users-started": "Изнасяне на потребителите във формат „csv“… Това може да отнеме известно време. Ще получите известие, когато е готово.",
|
||||
"export-users-completed": "Потребителите са изнесени във формат „csv“, щракнете за сваляне."
|
||||
"export-users-completed": "Потребителите са изнесени във формат „csv“, щракнете за сваляне.",
|
||||
"email": "Е-поща",
|
||||
"password": "Парола",
|
||||
"manage": "Управление"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"zero-is-disabled": "Въведете 0, за да изключите това ограничение",
|
||||
"chat-settings": "Настройки на разговорите",
|
||||
"disable": "Изключване на разговорите",
|
||||
"disable-editing": "Изключване на редактирането и изтриването на съобщения в разговорите",
|
||||
@@ -6,8 +7,10 @@
|
||||
"max-length": "Максимална дължина на съобщенията в разговорите",
|
||||
"max-chat-room-name-length": "Максимална дължина на имената на стаи за разговори",
|
||||
"max-room-size": "Максимален брой потребители в стая за разговор",
|
||||
"delay": "Време между съобщенията в разговорите (в милисекунди)",
|
||||
"notification-delay": "Забавяне преди известяване за съобщения в разговорите. (0 – без забавяне)",
|
||||
"restrictions.seconds-edit-after": "Брой секунди, през които съобщенията в разговор могат да бъдат редактирани. (0 = изключено)",
|
||||
"restrictions.seconds-delete-after": "Брой секунди, през които съобщенията в разговор могат да бъдат изтривани. (0 = изключено)"
|
||||
"delay": "Време между съобщенията в разговорите (мсек)",
|
||||
"newbieDelay": "…за нови потребители (мсек)",
|
||||
"notification-delay": "Забавяне преди известяване за съобщения в разговорите",
|
||||
"notification-delay-help": "Допълнителните съобщения, изпратени в рамките на това време, се комбинират, и потребителят получава по едно известие за всеки такъв период на забавяне. Задайте стойност 0, за да изключите забавянето.",
|
||||
"restrictions.seconds-edit-after": "Брой секунди, през които съобщенията в разговор могат да бъдат редактирани.",
|
||||
"restrictions.seconds-delete-after": "Брой секунди, през които съобщенията в разговор могат да бъдат изтрити."
|
||||
}
|
||||
@@ -27,7 +27,7 @@
|
||||
"restrictions.title-length": "Дължина на заглавието",
|
||||
"restrictions.post-length": "Дължина на публикациите",
|
||||
"restrictions.days-until-stale": "Брой дни, след които темата се смята за стара",
|
||||
"restrictions.stale-help": "Ако дадена тема е определена като „стара“, то потребителите, които се опитат да пишат в нея, ще получат предупредително съобщение.",
|
||||
"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>",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"allow-login-with.username-email": "Потребителско име или е-поща",
|
||||
"allow-login-with.username": "Само потребителско име",
|
||||
"account-settings": "Настройки на акаунта",
|
||||
"gdpr_enabled": "Включване на искането за съгласие с ОРЗД",
|
||||
"gdpr_enabled_help": "Ако това е включено, всички новорегистрирани потребители ще бъдат задължени изрично да дадат съгласието си за събирането на данни и статистики за потреблението според <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">Общия регламент относно защитата на данните (ОРЗД)</a>. <strong>Забележка</strong>: Включването на ОРЗД не задължава съществуващите потребители да дадат съгласието си. Ако искате това, ще трябва да инсталирате добавката за ОРЗД (GDPR).",
|
||||
"gdpr-enabled": "Включване на искането за съгласие с ОРЗД",
|
||||
"gdpr-enabled-help": "Ако това е включено, всички новорегистрирани потребители ще бъдат задължени изрично да дадат съгласието си за събирането на данни и статистики за потреблението според <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">Общия регламент относно защитата на данните (ОРЗД)</a>. <strong>Забележка</strong>: Включването на ОРЗД не задължава съществуващите потребители да дадат съгласието си. Ако искате това, ще трябва да инсталирате добавката за ОРЗД (GDPR).",
|
||||
"disable-username-changes": "Забраняване на промяната на потребителското име",
|
||||
"disable-email-changes": "Забраняване на промяната на е-пощата",
|
||||
"disable-password-changes": "Забраняване на промяната на паролата",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"category": "Категория",
|
||||
"subcategories": "Подкатегории",
|
||||
"new_topic_button": "Нова тема",
|
||||
"new-topic-button": "Нова тема",
|
||||
"guest-login-post": "Впишете се, за да можете да публикувате",
|
||||
"no_topics": "<strong>Все още няма теми в тази категория.</strong><br />Защо не създадете някоя?",
|
||||
"no-topics": "<strong>Все още няма теми в тази категория.</strong><br />Защо не създадете някоя?",
|
||||
"browsing": "разглежда",
|
||||
"no_replies": "Няма отговори",
|
||||
"no_new_posts": "Няма нови публикации.",
|
||||
"no-replies": "Няма отговори",
|
||||
"no-new-posts": "Няма нови публикации.",
|
||||
"watch": "Следене",
|
||||
"ignore": "Пренебрегване",
|
||||
"watching": "Следите",
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"password-reset-requested": "Изпратена е заявка за подновяване на паролата!",
|
||||
"welcome-to": "Добре дошли в %1",
|
||||
"invite": "Покана от %1",
|
||||
"greeting_no_name": "Здравейте",
|
||||
"greeting_with_name": "Здравейте, %1",
|
||||
"greeting-no-name": "Здравейте",
|
||||
"greeting-with-name": "Здравейте, %1",
|
||||
"email.verify-your-email.subject": "Моля, потвърдете е-пощата си",
|
||||
"email.verify.text1": "Вие поискахте да променим или потвърдим адреса на е-пощата Ви",
|
||||
"email.verify.text2": "Поради причини, свързани със сигурността, можем да променим или потвърдим адреса на е-поща, само когато притежанието ѝ вече е било установено чрез е-писмо. <strong>Ако не сте поискали това, няма нужда да правите нищо.</strong>",
|
||||
@@ -24,7 +24,7 @@
|
||||
"reset.notify.text2": "Ако не сте поискали това, моля, свържете се незабавно с администратор.",
|
||||
"digest.unread-rooms": "Непрочетени стаи",
|
||||
"digest.room-name-unreadcount": "%1 (%2 непрочетени)",
|
||||
"digest.latest_topics": "Последни теми от %1",
|
||||
"digest.latest-topics": "Последни теми от %1",
|
||||
"digest.top-topics": "Най-интересните теми от %1",
|
||||
"digest.popular-topics": "Популярни теми от %1",
|
||||
"digest.cta": "Натиснете тук, за да посетите %1",
|
||||
@@ -36,8 +36,8 @@
|
||||
"digest.title.day": "Дневното Ви резюме",
|
||||
"digest.title.week": "Седмичното Ви резюме",
|
||||
"digest.title.month": "Месечното Ви резюме",
|
||||
"notif.chat.subject": "Получено е ново съобщение от %1",
|
||||
"notif.chat.public-chat-subject": "Ново съобщение от %1 в стая %2",
|
||||
"notif.chat.new-message-from-user": "Ново съобщение от „%1“",
|
||||
"notif.chat.new-message-from-user-in-room": "Ново съобщение от %1 в стая %2",
|
||||
"notif.chat.cta": "Натиснете тук, за да продължите дискусията",
|
||||
"notif.chat.unsub.info": "Това известие за разговор беше изпратено до Вас поради настройките Ви за абонаментите.",
|
||||
"notif.post.unsub.info": "Това известие за публикация беше изпратено до Вас поради настройките Ви за абонаментите.",
|
||||
|
||||
@@ -184,6 +184,7 @@
|
||||
"post-flagged-too-many-times": "Тази публикация вече е докладвана от други хора",
|
||||
"user-flagged-too-many-times": "Този потребител вече е докладван от други хора",
|
||||
"cant-flag-privileged": "Не можете да докладвате профилите или съдържанието от потребители с по-високи правомощия (модератори, глобални модератори, администратори)",
|
||||
"cant-locate-flag-report": "Докладът не може да бъде намерен",
|
||||
"self-vote": "Не можете да гласувате за собствената си публикация",
|
||||
"too-many-upvotes-today": "Можете да гласувате положително не повече от %1 пъти на ден",
|
||||
"too-many-upvotes-today-user": "Можете да гласувате положително за потребител не повече от %1 пъти на ден",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"state": "Състояние",
|
||||
"report": "Доклад",
|
||||
"reports": "Доклади",
|
||||
"first-reported": "Първо докладване",
|
||||
"no-flags": "Ура! Няма намерени доклади.",
|
||||
@@ -8,6 +9,8 @@
|
||||
"update": "Обновяване",
|
||||
"updated": "Обновено",
|
||||
"resolved": "Разрешен",
|
||||
"report-added": "Добавен",
|
||||
"report-rescinded": "Отменен",
|
||||
"target-purged": "Съдържанието, за което се отнася този доклад, е било изтрито и вече не е налично.",
|
||||
"target-aboutme-empty": "Този потребител не е попълнил нищо в секцията за себе си.",
|
||||
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
"400.message": "Тази връзка изглежда повредена. Моля, проверете я и опитайте отново.<br/><div class=\"text-sm text-muted\">Или се върнете към <a href='%1/'>началната страница</a>.</div>",
|
||||
"register": "Регистрация",
|
||||
"login": "Вписване",
|
||||
"please_log_in": "Моля, впишете се",
|
||||
"please-log-in": "Моля, впишете се",
|
||||
"logout": "Изход",
|
||||
"posting_restriction_info": "Публикуването в момента е позволено само за регистрираните потребители. Натиснете тук, за да се впишете.",
|
||||
"welcome_back": "Добре дошли отново",
|
||||
"you_have_successfully_logged_in": "Вие влязохте успешно",
|
||||
"save_changes": "Запазване на промените",
|
||||
"posting-restriction-info": "Публикуването в момента е позволено само за регистрираните потребители. Натиснете тук, за да се впишете.",
|
||||
"welcome-back": "Добре дошли отново",
|
||||
"you-have-successfully-logged-in": "Вие влязохте успешно",
|
||||
"save-changes": "Запазване на промените",
|
||||
"save": "Запазване",
|
||||
"create": "Създаване",
|
||||
"cancel": "Отказ",
|
||||
"close": "Затваряне",
|
||||
"pagination": "Странициране",
|
||||
"pagination.out_of": "%1 от %2",
|
||||
"pagination.enter_index": "Към публикация номер",
|
||||
"pagination.out-of": "%1 от %2",
|
||||
"pagination.enter-index": "Към публикация номер",
|
||||
"header.admin": "Администратор",
|
||||
"header.categories": "Категории",
|
||||
"header.recent": "Скорошни",
|
||||
@@ -80,25 +80,25 @@
|
||||
"lastpost": "Последна публикация",
|
||||
"firstpost": "Първа публикация",
|
||||
"about": "Относно",
|
||||
"read_more": "още",
|
||||
"read-more": "още",
|
||||
"more": "Още",
|
||||
"none": "Нищо",
|
||||
"posted_ago_by_guest": "публикувано %1 от гост",
|
||||
"posted_ago_by": "публикувано %1 от %2",
|
||||
"posted_ago": "публикувано %1",
|
||||
"posted_in": "публикувано в %1",
|
||||
"posted_in_by": "публикувано в %1 от %2",
|
||||
"posted_in_ago": "публикувано в %1 %2",
|
||||
"posted_in_ago_by": "публикувано в %1 %2 от %3",
|
||||
"user_posted_ago": "%1 публикува %2",
|
||||
"guest_posted_ago": "гост публикува %1",
|
||||
"last_edited_by": "последно редактирано от %1",
|
||||
"posted-ago-by-guest": "публикувано %1 от гост",
|
||||
"posted-ago-by": "публикувано %1 от %2",
|
||||
"posted-ago": "публикувано %1",
|
||||
"posted-in": "публикувано в %1",
|
||||
"posted-in-by": "публикувано в %1 от %2",
|
||||
"posted-in-ago": "публикувано в %1 %2",
|
||||
"posted-in-ago-by": "публикувано в %1 %2 от %3",
|
||||
"user-posted-ago": "%1 публикува %2",
|
||||
"guest-posted-ago": "гост публикува %1",
|
||||
"last-edited-by": "последно редактирано от %1",
|
||||
"edited-timestamp": "Редактирано %1",
|
||||
"norecentposts": "Няма скорошни публикации",
|
||||
"norecenttopics": "Няма скорошни теми",
|
||||
"recentposts": "Скорошни публикации",
|
||||
"recentips": "Наскоро ползвани IP адреси",
|
||||
"moderator_tools": "Модераторски инструменти",
|
||||
"moderator-tools": "Модераторски инструменти",
|
||||
"status": "Състояние",
|
||||
"online": "На линия",
|
||||
"away": "Отсъстващ",
|
||||
@@ -109,7 +109,7 @@
|
||||
"language": "Език",
|
||||
"guest": "Гост",
|
||||
"guests": "Гости",
|
||||
"former_user": "Бивш потребител",
|
||||
"former-user": "Бивш потребител",
|
||||
"system-user": "Системен",
|
||||
"unknown-user": "Непознат потребител",
|
||||
"updated.title": "Форумът е актуализиран",
|
||||
@@ -117,12 +117,12 @@
|
||||
"privacy": "Поверителност",
|
||||
"follow": "Следване",
|
||||
"unfollow": "Прекратяване на следването",
|
||||
"delete_all": "Изтриване на всичко",
|
||||
"delete-all": "Изтриване на всичко",
|
||||
"map": "Карта",
|
||||
"sessions": "Сесии на вписване",
|
||||
"ip_address": "IP адрес",
|
||||
"enter_page_number": "Въведете номер на страница",
|
||||
"upload_file": "Качване на файл",
|
||||
"ip-address": "IP адрес",
|
||||
"enter-page-number": "Въведете номер на страница",
|
||||
"upload-file": "Качване на файл",
|
||||
"upload": "Качване",
|
||||
"uploads": "Качвания",
|
||||
"allowed-file-types": "Разрешените файлови типове са: %1",
|
||||
@@ -131,7 +131,7 @@
|
||||
"play": "Пускане",
|
||||
"cookies.message": "Този уеб сайт използва бисквитки, за да предостави услугите си по възможно най-добрия начин.",
|
||||
"cookies.accept": "Разбрано!",
|
||||
"cookies.learn_more": "Научете повече",
|
||||
"cookies.learn-more": "Научете повече",
|
||||
"edited": "Редактирано",
|
||||
"disabled": "Изключено",
|
||||
"select": "Избиране",
|
||||
|
||||
@@ -2,65 +2,65 @@
|
||||
"all-groups": "Всички групи",
|
||||
"groups": "Групи",
|
||||
"members": "Членове",
|
||||
"view_group": "Преглед на групата",
|
||||
"view-group": "Преглед на групата",
|
||||
"owner": "Собственик на групата",
|
||||
"new_group": "Създаване на нова група",
|
||||
"no_groups_found": "Няма групи",
|
||||
"new-group": "Създаване на нова група",
|
||||
"no-groups-found": "Няма групи",
|
||||
"pending.accept": "Приемане",
|
||||
"pending.reject": "Отхвърляне",
|
||||
"pending.accept_all": "Приемане на всички",
|
||||
"pending.reject_all": "Отхвърляне на всички",
|
||||
"pending.accept-all": "Приемане на всички",
|
||||
"pending.reject-all": "Отхвърляне на всички",
|
||||
"pending.none": "В момента няма чакащи членове",
|
||||
"invited.none": "В момента няма поканени членове",
|
||||
"invited.uninvite": "Отмяна на поканата",
|
||||
"invited.search": "Потърсете потребител, когото да поканите в тази група",
|
||||
"invited.notification_title": "Вие бяхте поканен/а да се присъедините към <strong>%1</strong>",
|
||||
"request.notification_title": "Заявка за членство в групата от <strong>%1</strong>",
|
||||
"request.notification_text": "<strong>%1</strong> поиска да стане член на <strong>%2</strong>",
|
||||
"invited.notification-title": "Вие бяхте поканен/а да се присъедините към <strong>%1</strong>",
|
||||
"request.notification-title": "Заявка за членство в групата от <strong>%1</strong>",
|
||||
"request.notification-text": "<strong>%1</strong> поиска да стане член на <strong>%2</strong>",
|
||||
"cover-save": "Запазване",
|
||||
"cover-saving": "Запазване",
|
||||
"details.title": "Подробности за групата",
|
||||
"details.members": "Списък на членовете",
|
||||
"details.pending": "Кандидатстващи членове",
|
||||
"details.invited": "Поканени членове",
|
||||
"details.has_no_posts": "Членовете на тази група не са публикували нищо.",
|
||||
"details.latest_posts": "Скорошни публикации",
|
||||
"details.has-no-posts": "Членовете на тази група не са публикували нищо.",
|
||||
"details.latest-posts": "Скорошни публикации",
|
||||
"details.private": "Частна",
|
||||
"details.disableJoinRequests": "Забраняване на заявките за присъединяване",
|
||||
"details.disableLeave": "Забраняване на потребители да напускат групата",
|
||||
"details.grant": "Даване/отнемане на собственост",
|
||||
"details.kick": "Изгонване",
|
||||
"details.kick_confirm": "Наистина ли искате да премахнете този член на групата?",
|
||||
"details.kick-confirm": "Наистина ли искате да премахнете този член на групата?",
|
||||
"details.add-member": "Добавяне на член",
|
||||
"details.owner_options": "Администрация на групата",
|
||||
"details.group_name": "Име на групата",
|
||||
"details.member_count": "Брой на членовете",
|
||||
"details.creation_date": "Дата на създаване",
|
||||
"details.owner-options": "Администрация на групата",
|
||||
"details.group-name": "Име на групата",
|
||||
"details.member-count": "Брой на членовете",
|
||||
"details.creation-date": "Дата на създаване",
|
||||
"details.description": "Описание",
|
||||
"details.member-post-cids": "Идентификатори на категории, от които да се показват публикации",
|
||||
"details.badge_preview": "Преглед на емблемата",
|
||||
"details.change_icon": "Промяна на иконката",
|
||||
"details.change_label_colour": "Промяна на цвета на етикета",
|
||||
"details.change_text_colour": "Промяна на цвета на текста",
|
||||
"details.badge_text": "Текст на емблемата",
|
||||
"details.badge-preview": "Преглед на емблемата",
|
||||
"details.change-icon": "Промяна на иконката",
|
||||
"details.change-label-colour": "Промяна на цвета на етикета",
|
||||
"details.change-text-colour": "Промяна на цвета на текста",
|
||||
"details.badge-text": "Текст на емблемата",
|
||||
"details.userTitleEnabled": "Показване на емблемата",
|
||||
"details.private_help": "Ако е включено, присъединяването към група ще изисква одобрение от собственик на групата.",
|
||||
"details.private-help": "Ако е включено, присъединяването към група ще изисква одобрение от собственик на групата.",
|
||||
"details.hidden": "Скрита",
|
||||
"details.hidden_help": "Ако е включено, групата няма да е видима в списъка с групи и ще трябва потребителите да бъдат поканени специално.",
|
||||
"details.delete_group": "Изтриване на групата",
|
||||
"details.private_system_help": "Частните групи са забранени на системно ниво; тази възможност не върши нищо",
|
||||
"details.hidden-help": "Ако е включено, групата няма да е видима в списъка с групи и ще трябва потребителите да бъдат поканени специално.",
|
||||
"details.delete-group": "Изтриване на групата",
|
||||
"details.private-system-help": "Частните групи са забранени на системно ниво; тази възможност не върши нищо",
|
||||
"event.updated": "Подробностите за групата бяха обновени",
|
||||
"event.deleted": "Групата „%1“ е изтрита",
|
||||
"membership.accept-invitation": "Приемане на поканата",
|
||||
"membership.accept.notification_title": "В момента сте член на <strong>%1</strong>",
|
||||
"membership.accept.notification-title": "В момента сте член на <strong>%1</strong>",
|
||||
"membership.invitation-pending": "Чакаща покана",
|
||||
"membership.join-group": "Присъединяване към групата",
|
||||
"membership.leave-group": "Напускане на групата",
|
||||
"membership.leave.notification_title": "<strong>%1</strong> напусна групата <strong>%2</strong>",
|
||||
"membership.leave.notification-title": "<strong>%1</strong> напусна групата <strong>%2</strong>",
|
||||
"membership.reject": "Отхвърляне",
|
||||
"new-group.group_name": "Име на групата:",
|
||||
"new-group.group-name": "Име на групата:",
|
||||
"upload-group-cover": "Качване на снимка за показване на групата",
|
||||
"bulk-invite-instructions": "Въведете списък от потребителски имена, разделени със запетаи",
|
||||
"bulk-invite": "Масова покана",
|
||||
"remove_group_cover_confirm": "Наистина ли искате да премахнете снимката на корицата?"
|
||||
"remove-group-cover-confirm": "Наистина ли искате да премахнете снимката на корицата?"
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"username-email": "Потребителско име / е-поща",
|
||||
"username": "Потребителско име",
|
||||
"remember_me": "Запомнете ме?",
|
||||
"forgot_password": "Забравена парола?",
|
||||
"alternative_logins": "Други начини за вписване",
|
||||
"failed_login_attempt": "Неуспешно вписване",
|
||||
"login_successful": "Вие влязохте успешно!",
|
||||
"dont_have_account": "Нямате регистрация?",
|
||||
"remember-me": "Запомнете ме?",
|
||||
"forgot-password": "Забравена парола?",
|
||||
"alternative-logins": "Други начини за вписване",
|
||||
"failed-login-attempt": "Неуспешно вписване",
|
||||
"login-successful": "Вие влязохте успешно!",
|
||||
"dont-have-account": "Нямате регистрация?",
|
||||
"logged-out-due-to-inactivity": "Вие излязохте автоматично от администраторския контролен панел, поради бездействие.",
|
||||
"caps-lock-enabled": "Главните букви са включени"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"chat.room-id": "Стая %1",
|
||||
"chat.chatting_with": "Разговор с",
|
||||
"chat.chatting-with": "Разговор с",
|
||||
"chat.placeholder": "Въведете съобщение тук или пуснете снимки и натиснете Ентер за изпращане",
|
||||
"chat.placeholder.mobile": "Въведете съобщение тук",
|
||||
"chat.scroll-up-alert": "Към последните съобщения",
|
||||
@@ -8,12 +8,15 @@
|
||||
"chat.chat-with-usernames": "Разговор с %1",
|
||||
"chat.chat-with-usernames-and-x-others": "Разговор с %1 и %2 други",
|
||||
"chat.send": "Изпращане",
|
||||
"chat.no_active": "Нямате текущи разговори.",
|
||||
"chat.user_typing": "%1 пише...",
|
||||
"chat.user_has_messaged_you": "%1 Ви написа съобщение.",
|
||||
"chat.no-active": "Нямате текущи разговори.",
|
||||
"chat.user-typing-1": "<strong>%1</strong> пише…",
|
||||
"chat.user-typing-2": "<strong>%1</strong> и <strong>%2</strong> пишат…",
|
||||
"chat.user-typing-3": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> пишат…",
|
||||
"chat.user-typing-n": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> други пишат…",
|
||||
"chat.user-has-messaged-you": "%1 Ви написа съобщение.",
|
||||
"chat.replying-to": "Отговор до %1",
|
||||
"chat.see_all": "Всички разговори",
|
||||
"chat.mark_all_read": "Отбелязване на всички като прочетени",
|
||||
"chat.see-all": "Всички разговори",
|
||||
"chat.mark-all-read": "Отбелязване на всички като прочетени",
|
||||
"chat.no-messages": "Моля, изберете получател, за да видите историята на съобщенията",
|
||||
"chat.no-users-in-room": "Няма потребители в тази стая",
|
||||
"chat.recent-chats": "Скорошни разговори",
|
||||
@@ -24,12 +27,16 @@
|
||||
"chat.pop-out": "Отделяне на разговора в прозорец",
|
||||
"chat.minimize": "Намаляване",
|
||||
"chat.maximize": "Уголемяване",
|
||||
"chat.seven_days": "7 дни",
|
||||
"chat.thirty_days": "30 дни",
|
||||
"chat.three_months": "3 месеца",
|
||||
"chat.delete_message_confirm": "Наистина ли искате да изтриете това съобщение?",
|
||||
"chat.seven-days": "7 дни",
|
||||
"chat.thirty-days": "30 дни",
|
||||
"chat.three-months": "3 месеца",
|
||||
"chat.delete-message-confirm": "Наистина ли искате да изтриете това съобщение?",
|
||||
"chat.retrieving-users": "Получаване на потребителите…",
|
||||
"chat.view-users-list": "Преглед на списъка с потребители",
|
||||
"chat.pinned-messages": "Закачени съобщения",
|
||||
"chat.no-pinned-messages": "Няма закачени съобщения",
|
||||
"chat.pin-message": "Закачане на съобщението",
|
||||
"chat.unpin-message": "Откачане на съобщението",
|
||||
"chat.public-rooms": "Публични стаи (%1)",
|
||||
"chat.private-rooms": "Частни стаи (%1)",
|
||||
"chat.create-room": "Създаване на стая за разговор",
|
||||
@@ -67,17 +74,24 @@
|
||||
"chat.system.user-leave": "%1 напусна стаята <span class=\"timeago\" title=\"%2\"></span>",
|
||||
"chat.system.room-rename": "%2 преименува тази стая на „%1“ <span class=\"timeago\" title=\"%3\"></span>",
|
||||
"composer.compose": "Писане",
|
||||
"composer.show_preview": "Показване на прегледа",
|
||||
"composer.hide_preview": "Скриване на прегледа",
|
||||
"composer.show-preview": "Показване на прегледа",
|
||||
"composer.hide-preview": "Скриване на прегледа",
|
||||
"composer.help": "Помощ",
|
||||
"composer.user_said_in": "%1 каза в %2:",
|
||||
"composer.user_said": "%1 каза:",
|
||||
"composer.user-said-in": "%1 каза в %2:",
|
||||
"composer.user-said": "%1 каза:",
|
||||
"composer.discard": "Наистина ли искате да отхвърлите тази публикация?",
|
||||
"composer.submit_and_lock": "Публикуване и заключване",
|
||||
"composer.toggle_dropdown": "Превключване на падащото меню",
|
||||
"composer.submit-and-lock": "Публикуване и заключване",
|
||||
"composer.toggle-dropdown": "Превключване на падащото меню",
|
||||
"composer.uploading": "Качване на %1",
|
||||
"composer.formatting.bold": "Получер",
|
||||
"composer.formatting.italic": "Курсив",
|
||||
"composer.formatting.heading": "Заглавие",
|
||||
"composer.formatting.heading1": "Заглавие 1",
|
||||
"composer.formatting.heading2": "Заглавие 2",
|
||||
"composer.formatting.heading3": "Заглавие 3",
|
||||
"composer.formatting.heading4": "Заглавие 4",
|
||||
"composer.formatting.heading5": "Заглавие 5",
|
||||
"composer.formatting.heading6": "Заглавие 6",
|
||||
"composer.formatting.list": "Списък",
|
||||
"composer.formatting.strikethrough": "Зачертан",
|
||||
"composer.formatting.code": "Код",
|
||||
@@ -85,9 +99,10 @@
|
||||
"composer.formatting.picture": "Връзка към изображение",
|
||||
"composer.upload-picture": "Качване на изображение",
|
||||
"composer.upload-file": "Качване на файл",
|
||||
"composer.zen_mode": "Режим Дзен",
|
||||
"composer.select_category": "Изберете категория",
|
||||
"composer.zen-mode": "Режим Дзен",
|
||||
"composer.select-category": "Изберете категория",
|
||||
"composer.textarea.placeholder": "Въведете съдържанието на публикацията си тук. Можете също да влачите и пускате снимки.",
|
||||
"composer.post-queue-alert": "Здравейте👋!<br/>Този форум използва система, при която публикациите се добавят в опашка. Тъй като сте нов потребител, публикацията Ви ще бъде скрита, докато не бъде одобрена от модератор.",
|
||||
"composer.schedule-for": "Насрочване на тема за",
|
||||
"composer.schedule-date": "Дата",
|
||||
"composer.schedule-time": "Час",
|
||||
@@ -102,8 +117,8 @@
|
||||
"bootbox.confirm": "Потвърждаване",
|
||||
"bootbox.submit": "Публикуване",
|
||||
"bootbox.send": "Изпращане",
|
||||
"cover.dragging_title": "Наместване на снимката",
|
||||
"cover.dragging_message": "Преместете снимката на желаното положение и натиснете „Запазване“",
|
||||
"cover.dragging-title": "Наместване на снимката",
|
||||
"cover.dragging-message": "Преместете снимката на желаното положение и натиснете „Запазване“",
|
||||
"cover.saved": "Снимката и мястото ѝ бяха запазени",
|
||||
"thumbs.modal.title": "Управление на иконките на темите",
|
||||
"thumbs.modal.no-thumbs": "Няма намерени иконки.",
|
||||
|
||||
@@ -1,59 +1,68 @@
|
||||
{
|
||||
"title": "Известия",
|
||||
"no_notifs": "Нямате нови известия",
|
||||
"see_all": "Всички известия",
|
||||
"mark_all_read": "Отбелязване на всички като прочетени",
|
||||
"back_to_home": "Назад към %1",
|
||||
"outgoing_link": "Външна връзка",
|
||||
"outgoing_link_message": "Напускате %1",
|
||||
"continue_to": "Продължаване към %1",
|
||||
"return_to": "Връщане към %1",
|
||||
"new_notification": "Имате ново известие",
|
||||
"you_have_unread_notifications": "Имате непрочетени известия",
|
||||
"no-notifs": "Нямате нови известия",
|
||||
"see-all": "Всички известия",
|
||||
"mark-all-read": "Отбелязване на всички като прочетени",
|
||||
"back-to-home": "Назад към %1",
|
||||
"outgoing-link": "Външна връзка",
|
||||
"outgoing-link-message": "Напускате %1",
|
||||
"continue-to": "Продължаване към %1",
|
||||
"return-to": "Връщане към %1",
|
||||
"new-notification": "Имате ново известие",
|
||||
"you-have-unread-notifications": "Имате непрочетени известия",
|
||||
"all": "Всички",
|
||||
"topics": "Теми",
|
||||
"tags": "Етикети",
|
||||
"replies": "Отговори",
|
||||
"chat": "Разговори",
|
||||
"group-chat": "Групови разговори",
|
||||
"public-chat": "Публични разговори",
|
||||
"follows": "Следвания",
|
||||
"upvote": "Положителни гласове",
|
||||
"awards": "Награди",
|
||||
"new-flags": "Нови докладвания",
|
||||
"my-flags": "Докладвания, назначени на мен",
|
||||
"bans": "Блокирания",
|
||||
"new_message_from": "Ново съобщение от <strong>%1</strong>",
|
||||
"user_posted_in_public_room": "<strong>%1</strong> писа в <strong><i class=\"fa %2\"></i>%3</strong>",
|
||||
"user_posted_in_public_room_dual": "<strong>%1</strong> и <strong>%2</strong> писаха в <strong><i class=\"fa %3\"></i>%4</strong>",
|
||||
"user_posted_in_public_room_triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> писаха в <strong><i class=\"fa %4\"></i>%5</strong>",
|
||||
"user_posted_in_public_room_multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други писаха в <strong><i class=\"fa %4\"></i>%5</strong>",
|
||||
"upvoted_your_post_in": "<strong>%1</strong> гласува положително за Ваша публикация в <strong>%2</strong>.",
|
||||
"upvoted_your_post_in_dual": "<strong>%1</strong> и <strong>%2</strong> гласуваха положително за Ваша публикация в <strong>%3</strong>.",
|
||||
"upvoted_your_post_in_triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> гласуваха положително за Ваша публикация в <strong>%4</strong>.",
|
||||
"upvoted_your_post_in_multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други гласуваха положително за Ваша публикация в <strong>%4</strong>.",
|
||||
"moved_your_post": "<strong>%1</strong> премести публикацията Ви в <strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> премести <strong>%2</strong>",
|
||||
"user_flagged_post_in": "<strong>%1</strong> докладва публикация в <strong>%2</strong>",
|
||||
"user_flagged_post_in_dual": "<strong>%1</strong> и <strong>%2</strong> докладваха публикация в <strong>%3</strong>",
|
||||
"user_flagged_post_in_triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> докладваха публикация в <strong>%4</strong>",
|
||||
"user_flagged_post_in_multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други докладваха публикация в <strong>%4</strong>",
|
||||
"user_flagged_user": "<strong>%1</strong> докладва потребителски профил (%2)",
|
||||
"user_flagged_user_dual": "<strong>%1</strong> и <strong>%2</strong> докладваха потребителски профил (%3)",
|
||||
"user_flagged_user_triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> докладваха потребителски профил (%4)",
|
||||
"user_flagged_user_multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други докладваха потребителски профил (%4)",
|
||||
"user_posted_to": "<strong>%1</strong> публикува отговор на: <strong>%2</strong>",
|
||||
"user_posted_to_dual": "<strong>%1</strong> и <strong>%2</strong> публикуваха отговори на: <strong>%3</strong>",
|
||||
"user_posted_to_triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> публикуваха отговори на: <strong>%4</strong>",
|
||||
"user_posted_to_multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други публикуваха отговори на: <strong>%4</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> публикува нова тема: <strong>%2</strong>",
|
||||
"user_edited_post": "<strong>%1</strong> редактира публикация в <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> започна да Ви следва.",
|
||||
"user_started_following_you_dual": "<strong>%1</strong> и <strong>%2</strong> започнаха да Ви следват.",
|
||||
"user_started_following_you_triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> започнаха да Ви следват.",
|
||||
"user_started_following_you_multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други започнаха да Ви следват.",
|
||||
"new_register": "<strong>%1</strong> изпрати заявка за регистрация.",
|
||||
"new_register_multiple": "Има <strong>%1</strong> заявки за регистрация, които очакват да бъдат прегледани.",
|
||||
"flag_assigned_to_you": "<strong>Докладът %1</strong> беше назначен на Вас",
|
||||
"post_awaiting_review": "Публикацията чака да бъде прегледана",
|
||||
"new-message-from": "Ново съобщение от <strong>%1</strong>",
|
||||
"new-messages-from": "%1 нови съобщения от <strong>%2</strong>",
|
||||
"new-message-in": "Ново съобщение в <strong>%1</strong>",
|
||||
"new-messages-in": "%1 нови съобщения в <strong>%2</strong>",
|
||||
"user-posted-in-public-room": "<strong>%1</strong> писа в <strong class=\"text-nowrap\"><i class=\"fa %2\"></i>%3</strong>",
|
||||
"user-posted-in-public-room-dual": "<strong>%1</strong> и <strong>%2</strong> писаха в <strong class=\"text-nowrap\"><i class=\"fa %3\"></i>%4</strong>",
|
||||
"user-posted-in-public-room-triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> писаха в <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
|
||||
"user-posted-in-public-room-multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други писаха в <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
|
||||
"upvoted-your-post-in": "<strong>%1</strong> гласува положително за Ваша публикация в <strong>%2</strong>.",
|
||||
"upvoted-your-post-in-dual": "<strong>%1</strong> и <strong>%2</strong> гласуваха положително за Ваша публикация в <strong>%3</strong>.",
|
||||
"upvoted-your-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> гласуваха положително за Ваша публикация в <strong>%4</strong>.",
|
||||
"upvoted-your-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други гласуваха положително за Ваша публикация в <strong>%4</strong>.",
|
||||
"moved-your-post": "<strong>%1</strong> премести публикацията Ви в <strong>%2</strong>",
|
||||
"moved-your-topic": "<strong>%1</strong> премести <strong>%2</strong>",
|
||||
"user-flagged-post-in": "<strong>%1</strong> докладва публикация в <strong>%2</strong>",
|
||||
"user-flagged-post-in-dual": "<strong>%1</strong> и <strong>%2</strong> докладваха публикация в <strong>%3</strong>",
|
||||
"user-flagged-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> докладваха публикация в <strong>%4</strong>",
|
||||
"user-flagged-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други докладваха публикация в <strong>%4</strong>",
|
||||
"user-flagged-user": "<strong>%1</strong> докладва потребителски профил (%2)",
|
||||
"user-flagged-user-dual": "<strong>%1</strong> и <strong>%2</strong> докладваха потребителски профил (%3)",
|
||||
"user-flagged-user-triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> докладваха потребителски профил (%4)",
|
||||
"user-flagged-user-multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други докладваха потребителски профил (%4)",
|
||||
"user-posted-to": "<strong>%1</strong> публикува отговор на: <strong>%2</strong>",
|
||||
"user-posted-to-dual": "<strong>%1</strong> и <strong>%2</strong> публикуваха отговори на: <strong>%3</strong>",
|
||||
"user-posted-to-triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> публикуваха отговори на: <strong>%4</strong>",
|
||||
"user-posted-to-multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други публикуваха отговори на: <strong>%4</strong>",
|
||||
"user-posted-topic": "<strong>%1</strong> публикува нова тема: <strong>%2</strong>",
|
||||
"user-edited-post": "<strong>%1</strong> редактира публикация в <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag": "<strong>%1</strong> публикува нова тема с етикет <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag-dual": "<strong>%1</strong> публикува нова тема с етикети <strong>%2</strong> и <strong>%3</strong>",
|
||||
"user-posted-topic-with-tag-triple": "<strong>%1</strong> публикува нова тема с етикети <strong>%2</strong>, <strong>%3</strong> и <strong>%4</strong>",
|
||||
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> публикува нова тема с етикети <strong>%2</strong>",
|
||||
"user-started-following-you": "<strong>%1</strong> започна да Ви следва.",
|
||||
"user-started-following-you-dual": "<strong>%1</strong> и <strong>%2</strong> започнаха да Ви следват.",
|
||||
"user-started-following-you-triple": "<strong>%1</strong>, <strong>%2</strong> и <strong>%3</strong> започнаха да Ви следват.",
|
||||
"user-started-following-you-multiple": "<strong>%1</strong>, <strong>%2</strong> и %3 други започнаха да Ви следват.",
|
||||
"new-register": "<strong>%1</strong> изпрати заявка за регистрация.",
|
||||
"new-register-multiple": "Има <strong>%1</strong> заявки за регистрация, които очакват да бъдат прегледани.",
|
||||
"flag-assigned-to-you": "<strong>Докладът %1</strong> беше назначен на Вас",
|
||||
"post-awaiting-review": "Публикацията чака да бъде прегледана",
|
||||
"profile-exported": "Профилът на <strong>%1</strong> е изнесен, щракнете за сваляне",
|
||||
"posts-exported": "Публикациите на <strong>%1</strong> са изнесени, щракнете за сваляне",
|
||||
"uploads-exported": "Качванията на <strong>%1</strong> са изнесени, щракнете за сваляне",
|
||||
@@ -66,22 +75,24 @@
|
||||
"email-confirm-error-message": "Възникна проблем при потвърждаването на е-пощата Ви. Може кодът да е грешен или давността му да е изтекла.",
|
||||
"email-confirm-sent": "Изпратено е е-писмо за потвърждение.",
|
||||
"none": "Нищо",
|
||||
"notification_only": "Само известие",
|
||||
"email_only": "Само е-писмо",
|
||||
"notification_and_email": "Известие и е-писмо",
|
||||
"notificationType_upvote": "Когато някой гласува положително за Ваша публикация",
|
||||
"notificationType_new-topic": "Когато някой, когото следвате, публикува тема",
|
||||
"notificationType_new-reply": "Когато бъде публикуван нов отговор в тема, която следвате",
|
||||
"notificationType_post-edit": "Когато бъде редактирана публикация в тема, която следите",
|
||||
"notificationType_follow": "Когато някой започне да Ви следва",
|
||||
"notificationType_new-chat": "Когато получите съобщение в разговор",
|
||||
"notificationType_new-group-chat": "Когато получите съобщение в групов разговор",
|
||||
"notificationType_new-public-chat": "Когато получите съобщение в публичен групов разговор",
|
||||
"notificationType_group-invite": "Когато получите покана за група",
|
||||
"notificationType_group-leave": "Когато потребител напусне групата Ви",
|
||||
"notificationType_group-request-membership": "Когато някой поиска да се включи в група, на която Вие сте собственик",
|
||||
"notificationType_new-register": "Когато някой бъде добавен в опашката за регистрация",
|
||||
"notificationType_post-queue": "Когато бъде добавена нова публикация в опашката",
|
||||
"notificationType_new-post-flag": "Когато публикация бъде докладвана",
|
||||
"notificationType_new-user-flag": "Когато потребител бъде докладван"
|
||||
"notification-only": "Само известие",
|
||||
"email-only": "Само е-писмо",
|
||||
"notification-and-email": "Известие и е-писмо",
|
||||
"notificationType-upvote": "Когато някой гласува положително за Ваша публикация",
|
||||
"notificationType-new-topic": "Когато някой, когото следвате, публикува тема",
|
||||
"notificationType-new-topic-with-tag": "Когато бъде публикувана нова тема с етикет, който следвате",
|
||||
"notificationType-new-reply": "Когато бъде публикуван нов отговор в тема, която следвате",
|
||||
"notificationType-post-edit": "Когато бъде редактирана публикация в тема, която следите",
|
||||
"notificationType-follow": "Когато някой започне да Ви следва",
|
||||
"notificationType-new-chat": "Когато получите съобщение в разговор",
|
||||
"notificationType-new-group-chat": "Когато получите съобщение в групов разговор",
|
||||
"notificationType-new-public-chat": "Когато получите съобщение в публичен групов разговор",
|
||||
"notificationType-group-invite": "Когато получите покана за група",
|
||||
"notificationType-group-leave": "Когато потребител напусне групата Ви",
|
||||
"notificationType-group-request-membership": "Когато някой поиска да се включи в група, на която Вие сте собственик",
|
||||
"notificationType-new-register": "Когато някой бъде добавен в опашката за регистрация",
|
||||
"notificationType-post-queue": "Когато бъде добавена нова публикация в опашката",
|
||||
"notificationType-new-post-flag": "Когато публикация бъде докладвана",
|
||||
"notificationType-new-user-flag": "Когато потребител бъде докладван",
|
||||
"notificationType-new-reward": "Когато получите нова награда"
|
||||
}
|
||||
@@ -47,7 +47,8 @@
|
||||
"account/latest-posts": "Последни публикации от %1",
|
||||
"account/topics": "Теми, създадени от %1",
|
||||
"account/groups": "Групите на %1",
|
||||
"account/watched_categories": "Следените категории на %1",
|
||||
"account/watched-categories": "Следените категории на %1",
|
||||
"account/watched-tags": "Следените етикети на %1",
|
||||
"account/bookmarks": "Отметнатите публикации на %1",
|
||||
"account/settings": "Потребителски настройки",
|
||||
"account/settings-of": "Променят се настройките на %1",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"month": "Месец",
|
||||
"year": "Година",
|
||||
"alltime": "Цялото време",
|
||||
"no_recent_topics": "Няма скорошни теми.",
|
||||
"no_popular_topics": "Няма популярни теми.",
|
||||
"no-recent-topics": "Няма скорошни теми.",
|
||||
"no-popular-topics": "Няма популярни теми.",
|
||||
"load-new-posts": "Зареждане на новите публикации"
|
||||
}
|
||||
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"register": "Регистрация",
|
||||
"already-have-account": "Вече имате акаунт?",
|
||||
"cancel_registration": "Отказ от регистриране",
|
||||
"cancel-registration": "Отказ от регистриране",
|
||||
"help.email": "По подразбиране, Вашата е-поща ще бъде скрита за останалите.",
|
||||
"help.username_restrictions": "Уникално потребителско име с дължина между %1 и %2 символа. Другите ще могат да Ви споменават чрез @<span id='yourUsername'>потребител</span>.",
|
||||
"help.minimum_password_length": "Дължината на паролата Ви трябва да е поне %1 символа.",
|
||||
"email_address": "Е-поща",
|
||||
"email_address_placeholder": "Въведете адрес на е-поща",
|
||||
"help.username-restrictions": "Уникално потребителско име с дължина между %1 и %2 символа. Другите ще могат да Ви споменават чрез @<span id='yourUsername'>потребител</span>.",
|
||||
"help.minimum-password-length": "Дължината на паролата Ви трябва да е поне %1 символа.",
|
||||
"email-address": "Е-поща",
|
||||
"email-address-placeholder": "Въведете адрес на е-поща",
|
||||
"username": "Потребителско име",
|
||||
"username_placeholder": "Въведете потребителско име",
|
||||
"username-placeholder": "Въведете потребителско име",
|
||||
"password": "Парола",
|
||||
"password_placeholder": "Въведете парола",
|
||||
"confirm_password": "Потвърдете паролата",
|
||||
"confirm_password_placeholder": "Потвърдете паролата",
|
||||
"register_now_button": "Регистриране",
|
||||
"alternative_registration": "Друг начин за регистриране",
|
||||
"terms_of_use": "Условия за ползване",
|
||||
"agree_to_terms_of_use": "Съгласен съм с условията за ползване",
|
||||
"terms_of_use_error": "Трябва да се съгласите с условията за ползване",
|
||||
"password-placeholder": "Въведете парола",
|
||||
"confirm-password": "Потвърдете паролата",
|
||||
"confirm-password-placeholder": "Потвърдете паролата",
|
||||
"register-now-button": "Регистриране",
|
||||
"alternative-registration": "Друг начин за регистриране",
|
||||
"terms-of-use": "Условия за ползване",
|
||||
"agree-to-terms-of-use": "Съгласен съм с условията за ползване",
|
||||
"terms-of-use-error": "Трябва да се съгласите с условията за ползване",
|
||||
"registration-added-to-queue": "Вашата регистрация беше добавена в опашката за одобрение. Ще получите е-писмо, когато тя бъде одобрена от администратор.",
|
||||
"registration-queue-average-time": "Средното време за одобрение на нови членове е %1 часа и %2 минути.",
|
||||
"registration-queue-auto-approve-time": "Членството Ви в този форум ще бъде напълно активирано след около %1 часа.",
|
||||
"interstitial.intro": "Нуждаем се от малко допълнителна информация, преди да можем да актуализираме акаунта Ви…",
|
||||
"interstitial.intro-new": "Нуждаем се от малко допълнителна информация, преди да можем да създадем акаунта Ви…",
|
||||
"interstitial.errors-found": "Моля, прегледайте въведената информация:",
|
||||
"gdpr_agree_data": "Съгласявам се това личната ми информация да се съхранява и обработва от този уеб сайт.",
|
||||
"gdpr_agree_email": "Съгласявам се да получавам е-писма с резюмета и известия от този уеб сайт.",
|
||||
"gdpr_consent_denied": "Трябва да се съгласите с това уеб сайтът да събира/обработва информацията Ви, и да Ви изпраща е-писма.",
|
||||
"gdpr-agree-data": "Съгласявам се това личната ми информация да се съхранява и обработва от този уеб сайт.",
|
||||
"gdpr-agree-email": "Съгласявам се да получавам е-писма с резюмета и известия от този уеб сайт.",
|
||||
"gdpr-consent-denied": "Трябва да се съгласите с това уеб сайтът да събира/обработва информацията Ви, и да Ви изпраща е-писма.",
|
||||
"invite.error-admin-only": "Директното регистриране е изключено. Моля, свържете се с администратор за повече подробности.",
|
||||
"invite.error-invite-only": "Директното регистриране е изключено. Трябва да получите покана от вече регистриран потребител, за да имате достъп до този форум.",
|
||||
"invite.error-invalid-data": "Получените данни за регистрация не съответстват на нашите записи. Моля, свържете се с администратор за повече подробности."
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"reset_password": "Подновяване на паролата",
|
||||
"update_password": "Промяна на паролата",
|
||||
"password_changed.title": "Паролата беше променена",
|
||||
"password_changed.message": "<p>Паролата е нулирана успешно. Моля, <a href=\"/login\">впишете се отново</a>.",
|
||||
"wrong_reset_code.title": "Грешен код за подновяване",
|
||||
"wrong_reset_code.message": "Полученият код за подновяване беше грешен. Моля, опитайте отново или <a href=\"/reset\">поискайте нов код за подновяване</a>.",
|
||||
"new_password": "Нова парола",
|
||||
"repeat_password": "Потвърдете паролата",
|
||||
"changing_password": "Промяна на паролата…",
|
||||
"enter_email": "Моля, въведете <strong>адреса на е-пощата си</strong> и ще Ви изпратим е-писмо с инструкции за това как да достъпите акаунта си.",
|
||||
"enter_email_address": "Въведете адрес на е-поща",
|
||||
"password_reset_sent": "Ако посоченият адрес съответства на съществуващ потребителски акаунт, то вече му е изпратено е-писмо за подновяване на паролата. Имайте предвид, че може да бъде изпращано само по едно е-писмо на минута.",
|
||||
"invalid_email": "Грешна е-поща / е-пощата не съществува!",
|
||||
"password_too_short": "Паролата е твърде кратка. Моля, изберете друга парола.",
|
||||
"passwords_do_not_match": "Двете пароли, които въведохте, са различни.",
|
||||
"password_expired": "Паролата Ви е с изтекла давност. Моля, изберете нова парола"
|
||||
"reset-password": "Подновяване на паролата",
|
||||
"update-password": "Промяна на паролата",
|
||||
"password-changed.title": "Паролата беше променена",
|
||||
"password-changed.message": "<p>Паролата е нулирана успешно. Моля, <a href=\"/login\">впишете се отново</a>.",
|
||||
"wrong-reset-code.title": "Грешен код за подновяване",
|
||||
"wrong-reset-code.message": "Полученият код за подновяване беше грешен. Моля, опитайте отново или <a href=\"/reset\">поискайте нов код за подновяване</a>.",
|
||||
"new-password": "Нова парола",
|
||||
"repeat-password": "Потвърдете паролата",
|
||||
"changing-password": "Промяна на паролата…",
|
||||
"enter-email": "Моля, въведете <strong>адреса на е-пощата си</strong> и ще Ви изпратим е-писмо с инструкции за това как да достъпите акаунта си.",
|
||||
"enter-email-address": "Въведете адрес на е-поща",
|
||||
"password-reset-sent": "Ако посоченият адрес съответства на съществуващ потребителски акаунт, то вече му е изпратено е-писмо за подновяване на паролата. Имайте предвид, че може да бъде изпращано само по едно е-писмо на минута.",
|
||||
"invalid-email": "Грешна е-поща / е-пощата не съществува!",
|
||||
"password-too-short": "Паролата е твърде кратка. Моля, изберете друга парола.",
|
||||
"passwords-do-not-match": "Двете пароли, които въведохте, са различни.",
|
||||
"password-expired": "Паролата Ви е с изтекла давност. Моля, изберете нова парола"
|
||||
}
|
||||
10
public/language/bg/rewards.json
Normal file
10
public/language/bg/rewards.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"awarded-x-reputation": "Получихте <strong>%1</strong> точки репутация",
|
||||
"awarded-group-membership": "Бяхте добавен/а в групата <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Репутация %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Брой публикации %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Последно на линия %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Дата на присъединяване %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Брой дни с регистрация %1 %2)</span>"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type-to-search": "Пишете тук за търсене",
|
||||
"results_matching": "%1 резултат(а), отговарящи на „%2“, (%3 секунди)",
|
||||
"results-matching": "%1 резултат(а), отговарящи на „%2“, (%3 секунди)",
|
||||
"no-matches": "Няма съвпадения",
|
||||
"advanced-search": "Разширено търсене",
|
||||
"in": "В",
|
||||
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"all-tags": "Всички етикети",
|
||||
"no_tag_topics": "Няма теми с този етикет.",
|
||||
"no-tag-topics": "Няма теми с този етикет.",
|
||||
"no-tags-found": "Няма намерени етикети",
|
||||
"tags": "Етикети",
|
||||
"enter_tags_here": "Тук въведете етикети, всеки между %1 и %2 знака.",
|
||||
"enter_tags_here_short": "Въведете етикети...",
|
||||
"no_tags": "Все още няма етикети.",
|
||||
"select_tags": "Изберете етикети",
|
||||
"tag-whitelist": "Списък от разрешени етикети"
|
||||
"enter-tags-here": "Тук въведете етикети, всеки между %1 и %2 знака.",
|
||||
"enter-tags-here-short": "Въведете етикети...",
|
||||
"no-tags": "Все още няма етикети.",
|
||||
"select-tags": "Изберете етикети",
|
||||
"tag-whitelist": "Списък от разрешени етикети",
|
||||
"watching": "Следите",
|
||||
"not-watching": "Не следите",
|
||||
"watching.description": "Искам да получавам известия за нови теми.",
|
||||
"not-watching.description": "Не искам да получавам известия за нови теми.",
|
||||
"following-tag.message": "Вече ще получавате известия, когато някой публикува тема с този етикет.",
|
||||
"not-following-tag.message": "Няма да получавате известия, когато някой публикува тема с този етикет."
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"settings.stickyToolbar.help": "Лентата с инструменти в страниците с теми и категории ще стои винаги в горния край на страницата",
|
||||
"settings.autohideBottombar": "Автоматично скриване на долната лента",
|
||||
"settings.autohideBottombar.help": "В изгледа за мобилни устройства долната лента ще се скрива, когато страницата се превърта надолу",
|
||||
"settings.openSidebars": "Отваряне на страничните ленти",
|
||||
"settings.chatModals": "Включване на прозорците за разговори"
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Най-популярни",
|
||||
"no_top_topics": "Няма най-популярни теми"
|
||||
"no-top-topics": "Няма най-популярни теми"
|
||||
}
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"topic": "Тема",
|
||||
"title": "Заглавие",
|
||||
"no_topics_found": "Няма намерени теми!",
|
||||
"no_posts_found": "Няма намерени публикации!",
|
||||
"post_is_deleted": "Публикацията е изтрита!",
|
||||
"topic_is_deleted": "Темата е изтрита!",
|
||||
"no-topics-found": "Няма намерени теми!",
|
||||
"no-posts-found": "Няма намерени публикации!",
|
||||
"post-is-deleted": "Публикацията е изтрита!",
|
||||
"topic-is-deleted": "Темата е изтрита!",
|
||||
"profile": "Профил",
|
||||
"posted_by": "Публикувано от %1",
|
||||
"posted_by_guest": "Публикувано от гост",
|
||||
"posted-by": "Публикувано от %1",
|
||||
"posted-by-guest": "Публикувано от гост",
|
||||
"chat": "Разговор",
|
||||
"notify_me": "Получавайте известия за новите отговори в тази тема",
|
||||
"notify-me": "Получавайте известия за новите отговори в тази тема",
|
||||
"quote": "Цитат",
|
||||
"reply": "Отговор",
|
||||
"replies_to_this_post": "%1 отговора",
|
||||
"one_reply_to_this_post": "1 отговор",
|
||||
"last_reply_time": "Последен отговор",
|
||||
"replies-to-this-post": "%1 отговора",
|
||||
"one-reply-to-this-post": "1 отговор",
|
||||
"last-reply-time": "Последен отговор",
|
||||
"reply-as-topic": "Отговор в нова тема",
|
||||
"guest-login-reply": "Впишете се, за да отговорите",
|
||||
"login-to-view": "🔒 Впишете се, за да видите това",
|
||||
@@ -64,129 +64,130 @@
|
||||
"user-referenced-topic-on": "%1 <a href=\"%2\">направи препратка</a> към тази тема на %3",
|
||||
"user-forked-topic-ago": "%1 <a href=\"%2\">раздели</a> тази тема %3",
|
||||
"user-forked-topic-on": "%1 <a href=\"%2\">раздели</a> тази тема на %3",
|
||||
"bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.",
|
||||
"bookmark-instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.",
|
||||
"flag-post": "Докладване на тази публикация",
|
||||
"flag-user": "Докладване на този потребител",
|
||||
"already-flagged": "Вече е докладвано",
|
||||
"view-flag-report": "Преглед на доклада",
|
||||
"resolve-flag": "Разрешаване на доклада",
|
||||
"merged_message": "Тази тема беше слята в <a href=\"%1\">%2</a>",
|
||||
"deleted_message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.",
|
||||
"following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.",
|
||||
"not_following_topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.",
|
||||
"ignoring_topic.message": "Вече няма да виждате тази тема в списъка с непрочетени теми. Ще получите известие, когато някой Ви спомене или гласува положително за Ваша публикация.",
|
||||
"login_to_subscribe": "Моля, регистрирайте се или се впишете, за да се абонирате за тази тема.",
|
||||
"merged-message": "Тази тема беше слята в <a href=\"%1\">%2</a>",
|
||||
"forked-message": "Тази тема беше отделена от <a href=\"%1\">%2</a>",
|
||||
"deleted-message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.",
|
||||
"following-topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.",
|
||||
"not-following-topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.",
|
||||
"ignoring-topic.message": "Вече няма да виждате тази тема в списъка с непрочетени теми. Ще получите известие, когато някой Ви спомене или гласува положително за Ваша публикация.",
|
||||
"login-to-subscribe": "Моля, регистрирайте се или се впишете, за да се абонирате за тази тема.",
|
||||
"markAsUnreadForAll.success": "Темата е отбелязана като непрочетена за всички.",
|
||||
"mark_unread": "Отбелязване като непрочетена",
|
||||
"mark_unread.success": "Темата е отбелязана като непрочетена.",
|
||||
"mark-unread": "Отбелязване като непрочетена",
|
||||
"mark-unread.success": "Темата е отбелязана като непрочетена.",
|
||||
"watch": "Следене",
|
||||
"unwatch": "Спиране на следенето",
|
||||
"watch.title": "Получавайте известия за новите отговори в тази тема",
|
||||
"unwatch.title": "Спрете да следите тази тема",
|
||||
"share_this_post": "Споделете тази публикация",
|
||||
"share-this-post": "Споделете тази публикация",
|
||||
"watching": "Следите",
|
||||
"not-watching": "Не следите",
|
||||
"ignoring": "Пренебрегвате",
|
||||
"watching.description": "Искам да получавам известия за новите отговори.<br/>Искам темата да се показва в списъка с непрочетени.",
|
||||
"not-watching.description": "Не искам да получавам известия за новите отговори.<br/>Темата да се показва в списъка с непрочетени, само ако категорията не се пренебрегва.",
|
||||
"ignoring.description": "Не искам да получавам известия за новите отговори.<br/>Не искам темата да се показва в списъка с непрочетени.",
|
||||
"thread_tools.title": "Инструменти за темата",
|
||||
"thread_tools.markAsUnreadForAll": "Отбелязване на всички като непрочетени",
|
||||
"thread_tools.pin": "Закачане на темата",
|
||||
"thread_tools.unpin": "Откачане на темата",
|
||||
"thread_tools.lock": "Заключване на темата",
|
||||
"thread_tools.unlock": "Отключване на темата",
|
||||
"thread_tools.move": "Преместване на темата",
|
||||
"thread_tools.move-posts": "Преместване на публикациите",
|
||||
"thread_tools.move_all": "Преместване на всички",
|
||||
"thread_tools.change_owner": "Промяна на собственика",
|
||||
"thread_tools.select_category": "Избиране на категория",
|
||||
"thread_tools.fork": "Разделяне на темата",
|
||||
"thread_tools.tag": "Поставяне на етикет на темата",
|
||||
"thread_tools.delete": "Изтриване на темата",
|
||||
"thread_tools.delete-posts": "Изтриване на публикациите",
|
||||
"thread_tools.delete_confirm": "Наистина ли искате да изтриете тази тема?",
|
||||
"thread_tools.restore": "Възстановяване на темата",
|
||||
"thread_tools.restore_confirm": "Наистина ли искате да възстановите тази тема?",
|
||||
"thread_tools.purge": "Изчистване на темата",
|
||||
"thread_tools.purge_confirm": "Наистина ли искате да изчистите тази тема?",
|
||||
"thread_tools.merge_topics": "Сливане на темите",
|
||||
"thread_tools.merge": "Сливане на темата",
|
||||
"topic_move_success": "Темата ще бъде преместена в „%1“ след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic_move_multiple_success": "Темите ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic_move_all_success": "Всички теми ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic_move_undone": "Преместването на темата беше отменено",
|
||||
"topic_move_posts_success": "Публикациите ще бъдат преместени след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic_move_posts_undone": "Преместването на публикациите беше отменено",
|
||||
"post_delete_confirm": "Наистина ли искате да изтриете тази публикация?",
|
||||
"post_restore_confirm": "Наистина ли искате да възстановите тази публикация?",
|
||||
"post_purge_confirm": "Наистина ли искате да изчистите тази публикация?",
|
||||
"thread-tools.title": "Инструменти за темата",
|
||||
"thread-tools.markAsUnreadForAll": "Отбелязване на всички като непрочетени",
|
||||
"thread-tools.pin": "Закачане на темата",
|
||||
"thread-tools.unpin": "Откачане на темата",
|
||||
"thread-tools.lock": "Заключване на темата",
|
||||
"thread-tools.unlock": "Отключване на темата",
|
||||
"thread-tools.move": "Преместване на темата",
|
||||
"thread-tools.move-posts": "Преместване на публикациите",
|
||||
"thread-tools.move-all": "Преместване на всички",
|
||||
"thread-tools.change-owner": "Промяна на собственика",
|
||||
"thread-tools.select-category": "Избиране на категория",
|
||||
"thread-tools.fork": "Разделяне на темата",
|
||||
"thread-tools.tag": "Поставяне на етикет на темата",
|
||||
"thread-tools.delete": "Изтриване на темата",
|
||||
"thread-tools.delete-posts": "Изтриване на публикациите",
|
||||
"thread-tools.delete-confirm": "Наистина ли искате да изтриете тази тема?",
|
||||
"thread-tools.restore": "Възстановяване на темата",
|
||||
"thread-tools.restore-confirm": "Наистина ли искате да възстановите тази тема?",
|
||||
"thread-tools.purge": "Изчистване на темата",
|
||||
"thread-tools.purge-confirm": "Наистина ли искате да изчистите тази тема?",
|
||||
"thread-tools.merge-topics": "Сливане на темите",
|
||||
"thread-tools.merge": "Сливане на темата",
|
||||
"topic-move-success": "Темата ще бъде преместена в „%1“ след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic-move-multiple-success": "Темите ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic-move-all-success": "Всички теми ще бъдат преместени в „%1“ след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic-move-undone": "Преместването на темата беше отменено",
|
||||
"topic-move-posts-success": "Публикациите ще бъдат преместени след малко. Натиснете тук, за да отмените преместването.",
|
||||
"topic-move-posts-undone": "Преместването на публикациите беше отменено",
|
||||
"post-delete-confirm": "Наистина ли искате да изтриете тази публикация?",
|
||||
"post-restore-confirm": "Наистина ли искате да възстановите тази публикация?",
|
||||
"post-purge-confirm": "Наистина ли искате да изчистите тази публикация?",
|
||||
"pin-modal-expiry": "Дата на давност",
|
||||
"pin-modal-help": "Ако желаете, тук можете да посочите дата на давност за закачените теми. Можете и да оставите полето празно, при което темата ще остане закачена, докато не бъде откачена ръчно.",
|
||||
"load_categories": "Зареждане на категориите",
|
||||
"confirm_move": "Преместване",
|
||||
"confirm_fork": "Разделяне",
|
||||
"load-categories": "Зареждане на категориите",
|
||||
"confirm-move": "Преместване",
|
||||
"confirm-fork": "Разделяне",
|
||||
"bookmark": "Отметка",
|
||||
"bookmarks": "Отметки",
|
||||
"bookmarks.has_no_bookmarks": "Все още не сте си запазвали отметки към никакви публикации.",
|
||||
"bookmarks.has-no-bookmarks": "Все още не сте си запазвали отметки към никакви публикации.",
|
||||
"copy-permalink": "Копиране на постоянна връзка",
|
||||
"loading_more_posts": "Зареждане на още публикации",
|
||||
"move_topic": "Преместване на темата",
|
||||
"move_topics": "Преместване на темите",
|
||||
"move_post": "Преместване на публикацията",
|
||||
"post_moved": "Публикацията беше преместена!",
|
||||
"fork_topic": "Разделяне на темата",
|
||||
"loading-more-posts": "Зареждане на още публикации",
|
||||
"move-topic": "Преместване на темата",
|
||||
"move-topics": "Преместване на темите",
|
||||
"move-post": "Преместване на публикацията",
|
||||
"post-moved": "Публикацията беше преместена!",
|
||||
"fork-topic": "Разделяне на темата",
|
||||
"enter-new-topic-title": "Въведете заглавието на новата тема",
|
||||
"fork_topic_instruction": "Щракнете върху публикациите, които искате да разделите, въведете име за новата тема, и натиснете „Разделяне на темата“",
|
||||
"fork_no_pids": "Няма избрани публикации!",
|
||||
"fork-topic-instruction": "Щракнете върху публикациите, които искате да разделите, въведете име за новата тема, и натиснете „Разделяне на темата“",
|
||||
"fork-no-pids": "Няма избрани публикации!",
|
||||
"no-posts-selected": "Няма избрани публикации!",
|
||||
"x-posts-selected": "Избрани публикации: %1",
|
||||
"x-posts-will-be-moved-to-y": "%1 публикации ще бъдат преместени в „%2“",
|
||||
"fork_pid_count": "Избрани публикации: %1",
|
||||
"fork_success": "Темата е разделена успешно! Натиснете тук, за да преминете към отделената тема.",
|
||||
"delete_posts_instruction": "Натиснете публикациите, които искате да изтриете/изчистите",
|
||||
"merge_topics_instruction": "Щракнете върху темите, които искате да слеете, или ги потърсете",
|
||||
"fork-pid-count": "Избрани публикации: %1",
|
||||
"fork-success": "Темата е разделена успешно! Натиснете тук, за да преминете към отделената тема.",
|
||||
"delete-posts-instruction": "Натиснете публикациите, които искате да изтриете/изчистите",
|
||||
"merge-topics-instruction": "Щракнете върху темите, които искате да слеете, или ги потърсете",
|
||||
"merge-topic-list-title": "Списък от темите, които ще бъдат слети",
|
||||
"merge-options": "Настройки за сливането",
|
||||
"merge-select-main-topic": "Изберете основната тема",
|
||||
"merge-new-title-for-topic": "Ново заглавие за темата",
|
||||
"topic-id": "Ид. на темата",
|
||||
"move_posts_instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема",
|
||||
"move_topic_instruction": "Изберете целевата категория и натиснете „Преместване“",
|
||||
"change_owner_instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител",
|
||||
"composer.title_placeholder": "Въведете заглавието на темата си тук...",
|
||||
"composer.handle_placeholder": "Въведете името тук",
|
||||
"move-posts-instruction": "Щракнете върху публикациите, които искате да преместите, а след това въведете ид. на тема или отидете в целевата тема",
|
||||
"move-topic-instruction": "Изберете целевата категория и натиснете „Преместване“",
|
||||
"change-owner-instruction": "Натиснете публикациите, които искате да прехвърлите на друг потребител",
|
||||
"composer.title-placeholder": "Въведете заглавието на темата си тук...",
|
||||
"composer.handle-placeholder": "Въведете името тук",
|
||||
"composer.hide": "Скриване",
|
||||
"composer.discard": "Отхвърляне",
|
||||
"composer.submit": "Публикуване",
|
||||
"composer.additional-options": "Допълнителни настройки",
|
||||
"composer.post-later": "Публикуване по-късно",
|
||||
"composer.schedule": "Насрочване",
|
||||
"composer.replying_to": "Отговор на %1",
|
||||
"composer.new_topic": "Нова тема",
|
||||
"composer.replying-to": "Отговор на %1",
|
||||
"composer.new-topic": "Нова тема",
|
||||
"composer.editing-in": "Редактиране на публикация в %1",
|
||||
"composer.uploading": "качване...",
|
||||
"composer.thumb_url_label": "Поставете адреса на иконка за темата",
|
||||
"composer.thumb_title": "Добавете иконка към тази тема",
|
||||
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb_file_label": "Или качете файл",
|
||||
"composer.thumb_remove": "Изчистване на полетата",
|
||||
"composer.drag_and_drop_images": "Плъзнете снимките тук",
|
||||
"more_users_and_guests": "Още %1 потребител(и) и %2 гост(и)",
|
||||
"more_users": "Още %1 потребител(и)",
|
||||
"more_guests": "Още %1 гост(и)",
|
||||
"users_and_others": "%1 и %2 други",
|
||||
"sort_by": "Подреждане по",
|
||||
"oldest_to_newest": "Първо най-старите",
|
||||
"newest_to_oldest": "Първо най-новите",
|
||||
"most_votes": "Първо тези с най-много гласове",
|
||||
"most_posts": "Първо тези с най-много публикации",
|
||||
"most_views": "Първо тези с най-много преглеждания",
|
||||
"composer.thumb-url-label": "Поставете адреса на иконка за темата",
|
||||
"composer.thumb-title": "Добавете иконка към тази тема",
|
||||
"composer.thumb-url-placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb-file-label": "Или качете файл",
|
||||
"composer.thumb-remove": "Изчистване на полетата",
|
||||
"composer.drag-and-drop-images": "Плъзнете снимките тук",
|
||||
"more-users-and-guests": "Още %1 потребител(и) и %2 гост(и)",
|
||||
"more-users": "Още %1 потребител(и)",
|
||||
"more-guests": "Още %1 гост(и)",
|
||||
"users-and-others": "%1 и %2 други",
|
||||
"sort-by": "Подреждане по",
|
||||
"oldest-to-newest": "Първо най-старите",
|
||||
"newest-to-oldest": "Първо най-новите",
|
||||
"most-votes": "Първо тези с най-много гласове",
|
||||
"most-posts": "Първо тези с най-много публикации",
|
||||
"most-views": "Първо тези с най-много преглеждания",
|
||||
"stale.title": "Създаване на нова тема вместо това?",
|
||||
"stale.warning": "Темата, в която отговаряте, е доста стара. Искате ли вместо това да създадете нова и да направите препратка към тази в отговора си?",
|
||||
"stale.create": "Създаване на нова тема",
|
||||
"stale.reply_anyway": "Отговаряне в тази тема въпреки това",
|
||||
"link_back": "Отговор: [%1](%2)",
|
||||
"stale.reply-anyway": "Отговаряне в тази тема въпреки това",
|
||||
"link-back": "Отговор: [%1](%2)",
|
||||
"diffs.title": "История на редакциите",
|
||||
"diffs.description": "Тази публикация има <strong>%1</strong> версии. Щракнете върху някоя от версиите по-долу, за да видите съдържанието ѝ в съответния момент.",
|
||||
"diffs.no-revisions-description": "Тази публикация има <strong>%1</strong> версии.",
|
||||
@@ -195,10 +196,10 @@
|
||||
"diffs.restore": "Възстановяване на тази версия",
|
||||
"diffs.restore-description": "След възстановяването към историята на редакциите на тази публикация ще бъде добавена нова версия.",
|
||||
"diffs.post-restored": "Публикацията е възстановена успешно до по-ранна версия",
|
||||
"diffs.delete": "Изтриване на тази версия ",
|
||||
"diffs.delete": "Изтриване на тази версия",
|
||||
"diffs.deleted": "Версията е изтрита",
|
||||
"timeago_later": "%1 по-късно",
|
||||
"timeago_earlier": "%1 по-рано",
|
||||
"timeago-later": "%1 по-късно",
|
||||
"timeago-earlier": "%1 по-рано",
|
||||
"first-post": "Първа публикация",
|
||||
"last-post": "Последна публикация",
|
||||
"go-to-my-next-post": "Към следващата ми публикация",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"title": "Непрочетени",
|
||||
"no_unread_topics": "Няма непрочетени теми.",
|
||||
"load_more": "Зареждане на още",
|
||||
"mark_as_read": "Отбелязване като прочетени",
|
||||
"no-unread-topics": "Няма непрочетени теми.",
|
||||
"load-more": "Зареждане на още",
|
||||
"mark-as-read": "Отбелязване като прочетени",
|
||||
"selected": "Избраните",
|
||||
"all": "Всички",
|
||||
"all_categories": "Всички категории",
|
||||
"topics_marked_as_read.success": "Темите бяха отбелязани като прочетени!",
|
||||
"all-categories": "Всички категории",
|
||||
"topics-marked-as-read.success": "Темите бяха отбелязани като прочетени!",
|
||||
"all-topics": "Всички теми",
|
||||
"new-topics": "Нови теми",
|
||||
"watched-topics": "Следени теми",
|
||||
|
||||
@@ -7,22 +7,22 @@
|
||||
"joindate": "Дата на присъединяване",
|
||||
"postcount": "Брой публикации",
|
||||
"email": "Е-поща",
|
||||
"confirm_email": "Потвърдете е-пощата",
|
||||
"account_info": "Информация за акаунта",
|
||||
"admin_actions_label": "Административни действия",
|
||||
"ban_account": "Блокиране на акаунта",
|
||||
"ban_account_confirm": "Наистина ли искате да блокирате този потребител?",
|
||||
"unban_account": "Деблокиране на акаунта",
|
||||
"mute_account": "Заглушаване на акаунта",
|
||||
"unmute_account": "Премахване на заглушаването на акаунта",
|
||||
"delete_account": "Изтриване на акаунта",
|
||||
"delete_account_as_admin": "Изтриване на <strong>акаунта</strong>",
|
||||
"delete_content": "Изтриване на <strong>съдържанието</strong> на акаунта",
|
||||
"delete_all": "Изтриване на <strong>акаунта</strong> и <strong>съдържанието</strong>",
|
||||
"delete_account_confirm": "Наистина ли искате да направите публикациите си анонимни и да изтриете акаунта си? <br /><strong>Това действие е необратимо и няма да можете да възстановите нищо от данните си.</strong><br /><br />Въведете паролата си, за да потвърдите, че искате да унищожите този акаунт.",
|
||||
"delete_this_account_confirm": "Наистина ли искате да изтриете този акаунт, но да оставите съдържанието му?<br /><strong>Това действие е необратимо. Публикациите ще бъдат превърнати в анонимни и вече няма да можете да възстановите връзката между публикациите и изтрития акаунт</strong><br /><br />",
|
||||
"delete_account_content_confirm": "Наистина ли искате да изтриете съдържанието (публикации/теми/качвания) на този акаунт? <br /><strong>Това действие е необратимо и няма да можете да възстановите нищо от данните.</strong><br /><br />",
|
||||
"delete_all_confirm": "Наистина ли искате да изтриете този акаунт и цялото му съдържание (публикации/теми/качвания)? <br /><strong>Това действие е необратимо и няма да можете да възстановите нищо от данните.</strong><br /><br />",
|
||||
"confirm-email": "Потвърдете е-пощата",
|
||||
"account-info": "Информация за акаунта",
|
||||
"admin-actions-label": "Административни действия",
|
||||
"ban-account": "Блокиране на акаунта",
|
||||
"ban-account-confirm": "Наистина ли искате да блокирате този потребител?",
|
||||
"unban-account": "Деблокиране на акаунта",
|
||||
"mute-account": "Заглушаване на акаунта",
|
||||
"unmute-account": "Премахване на заглушаването на акаунта",
|
||||
"delete-account": "Изтриване на акаунта",
|
||||
"delete-account-as-admin": "Изтриване на <strong>акаунта</strong>",
|
||||
"delete-content": "Изтриване на <strong>съдържанието</strong> на акаунта",
|
||||
"delete-all": "Изтриване на <strong>акаунта</strong> и <strong>съдържанието</strong>",
|
||||
"delete-account-confirm": "Наистина ли искате да направите публикациите си анонимни и да изтриете акаунта си? <br /><strong>Това действие е необратимо и няма да можете да възстановите нищо от данните си.</strong><br /><br />Въведете паролата си, за да потвърдите, че искате да унищожите този акаунт.",
|
||||
"delete-this-account-confirm": "Наистина ли искате да изтриете този акаунт, но да оставите съдържанието му?<br /><strong>Това действие е необратимо. Публикациите ще бъдат превърнати в анонимни и вече няма да можете да възстановите връзката между публикациите и изтрития акаунт</strong><br /><br />",
|
||||
"delete-account-content-confirm": "Наистина ли искате да изтриете съдържанието (публикации/теми/качвания) на този акаунт? <br /><strong>Това действие е необратимо и няма да можете да възстановите нищо от данните.</strong><br /><br />",
|
||||
"delete-all-confirm": "Наистина ли искате да изтриете този акаунт и цялото му съдържание (публикации/теми/качвания)? <br /><strong>Това действие е необратимо и няма да можете да възстановите нищо от данните.</strong><br /><br />",
|
||||
"account-deleted": "Акаунтът е изтрит",
|
||||
"account-content-deleted": "Съдържанието на акаунта е изтрито",
|
||||
"fullname": "Пълно име",
|
||||
@@ -32,11 +32,12 @@
|
||||
"joined": "Присъединил се",
|
||||
"lastonline": "Последно на линия",
|
||||
"profile": "Профил",
|
||||
"profile_views": "Преглеждания на профила",
|
||||
"profile-views": "Преглеждания на профила",
|
||||
"reputation": "Репутация",
|
||||
"bookmarks": "Отметки",
|
||||
"watched_categories": "Следени категории",
|
||||
"change_all": "Промяна на всички",
|
||||
"watched-categories": "Следени категории",
|
||||
"watched-tags": "Следени етикети",
|
||||
"change-all": "Промяна на всички",
|
||||
"watched": "Следени",
|
||||
"ignored": "Пренебрегвани",
|
||||
"default-category-watch-state": "Състояние по подразбиране за следенето на категории",
|
||||
@@ -44,83 +45,84 @@
|
||||
"following": "Следва",
|
||||
"blocks": "Блокира",
|
||||
"blocked-users": "Блокирани потребители",
|
||||
"block_toggle": "Превключване на блокирането",
|
||||
"block_user": "Блокиране на потребителя",
|
||||
"unblock_user": "Отблокиране на потребителя",
|
||||
"block-toggle": "Превключване на блокирането",
|
||||
"block-user": "Блокиране на потребителя",
|
||||
"unblock-user": "Отблокиране на потребителя",
|
||||
"aboutme": "За мен",
|
||||
"signature": "Подпис",
|
||||
"birthday": "Рождена дата",
|
||||
"chat": "Разговор",
|
||||
"chat_with": "Продължаване на разговора с %1",
|
||||
"new_chat_with": "Започване на нов разговор с %1",
|
||||
"chat-with": "Продължаване на разговора с %1",
|
||||
"new-chat-with": "Започване на нов разговор с %1",
|
||||
"flag-profile": "Докладване на профила",
|
||||
"follow": "Следване",
|
||||
"unfollow": "Спиране на следването",
|
||||
"more": "Още",
|
||||
"profile_update_success": "Профилът беше обновен успешно!",
|
||||
"change_picture": "Промяна на снимката",
|
||||
"change_username": "Промяна на потребителското име",
|
||||
"change_email": "Промяна на е-пощата",
|
||||
"email_same_as_password": "Моля, въведете текущата си парола, за да продължите – Вие въведохте новата си е-поща отново",
|
||||
"profile-update-success": "Профилът беше обновен успешно!",
|
||||
"change-picture": "Промяна на снимката",
|
||||
"change-username": "Промяна на потребителското име",
|
||||
"change-email": "Промяна на е-пощата",
|
||||
"email-updated": "Е-пощата е променена",
|
||||
"email-same-as-password": "Моля, въведете текущата си парола, за да продължите – Вие въведохте новата си е-поща отново",
|
||||
"edit": "Редактиране",
|
||||
"edit-profile": "Редактиране на профила",
|
||||
"default_picture": "Иконка по подразбиране",
|
||||
"uploaded_picture": "Качена снимка",
|
||||
"upload_new_picture": "Качване на нова снимка",
|
||||
"upload_new_picture_from_url": "Качване на нова снимка от адрес",
|
||||
"current_password": "Текуща парола",
|
||||
"new_password": "Нова парола",
|
||||
"change_password": "Промяна на паролата",
|
||||
"change_password_error": "Грешна парола!",
|
||||
"change_password_error_wrong_current": "Текущата Ви парола е грешна!",
|
||||
"change_password_error_match": "Паролите са различни!",
|
||||
"change_password_error_privileges": "Нямате права да промените тази парола.",
|
||||
"change_password_success": "Паролата ви е обновена!",
|
||||
"confirm_password": "Потвърдете паролата",
|
||||
"default-picture": "Иконка по подразбиране",
|
||||
"uploaded-picture": "Качена снимка",
|
||||
"upload-new-picture": "Качване на нова снимка",
|
||||
"upload-new-picture-from-url": "Качване на нова снимка от адрес",
|
||||
"current-password": "Текуща парола",
|
||||
"new-password": "Нова парола",
|
||||
"change-password": "Промяна на паролата",
|
||||
"change-password-error": "Грешна парола!",
|
||||
"change-password-error-wrong-current": "Текущата Ви парола е грешна!",
|
||||
"change-password-error-match": "Паролите са различни!",
|
||||
"change-password-error-privileges": "Нямате права да промените тази парола.",
|
||||
"change-password-success": "Паролата ви е обновена!",
|
||||
"confirm-password": "Потвърдете паролата",
|
||||
"password": "Парола",
|
||||
"username_taken_workaround": "Потребителското име, което искате, е заето и затова ние го променихме малко. Вие ще се наричате <strong>%1</strong>",
|
||||
"password_same_as_username": "Паролата е същата като потребителското Ви име. Моля, изберете друга парола.",
|
||||
"password_same_as_email": "Паролата е същата като е-пощата Ви. Моля, изберете друга парола.",
|
||||
"weak_password": "Проста парола.",
|
||||
"upload_picture": "Качване на снимка",
|
||||
"upload_a_picture": "Качване на снимка",
|
||||
"remove_uploaded_picture": "Премахване на качената снимка",
|
||||
"upload_cover_picture": "Качване на снимка на корицата",
|
||||
"remove_cover_picture_confirm": "Наистина ли искате да премахнете снимката на корицата?",
|
||||
"crop_picture": "Орязване на снимката",
|
||||
"upload_cropped_picture": "Орязване и качване",
|
||||
"username-taken-workaround": "Потребителското име, което искате, е заето и затова ние го променихме малко. Вие ще се наричате <strong>%1</strong>",
|
||||
"password-same-as-username": "Паролата е същата като потребителското Ви име. Моля, изберете друга парола.",
|
||||
"password-same-as-email": "Паролата е същата като е-пощата Ви. Моля, изберете друга парола.",
|
||||
"weak-password": "Проста парола.",
|
||||
"upload-picture": "Качване на снимка",
|
||||
"upload-a-picture": "Качване на снимка",
|
||||
"remove-uploaded-picture": "Премахване на качената снимка",
|
||||
"upload-cover-picture": "Качване на снимка на корицата",
|
||||
"remove-cover-picture-confirm": "Наистина ли искате да премахнете снимката на корицата?",
|
||||
"crop-picture": "Орязване на снимката",
|
||||
"upload-cropped-picture": "Орязване и качване",
|
||||
"avatar-background-colour": "Фонов цвят за изображението",
|
||||
"settings": "Настройки",
|
||||
"show_email": "Да се показва е-пощата ми",
|
||||
"show_fullname": "Да се показва цялото ми име",
|
||||
"restrict_chats": "Разрешаване на съобщенията само от потребители, които следвам",
|
||||
"digest_label": "Абониране за резюмета",
|
||||
"digest_description": "Абониране за новини по е-пощата относно този форум (нови известия и теми) според избрания график",
|
||||
"digest_off": "Изключено",
|
||||
"digest_daily": "Ежедневно",
|
||||
"digest_weekly": "Ежеседмично",
|
||||
"digest_biweekly": "На всеки две седмици",
|
||||
"digest_monthly": "Ежемесечно",
|
||||
"has_no_follower": "Този потребител няма последователи :(",
|
||||
"follows_no_one": "Този потребител не следва никого :(",
|
||||
"has_no_posts": "Този потребител не е публикувал нищо досега.",
|
||||
"has_no_best_posts": "Този потребител не е получавал положителни гласове за публикациите си досега.",
|
||||
"has_no_topics": "Този потребител не е създавал теми досега.",
|
||||
"has_no_watched_topics": "Този потребител не е следил нито една тема досега.",
|
||||
"has_no_ignored_topics": "Този потребител не е пренебрегнал нито една тема досега.",
|
||||
"has_no_upvoted_posts": "Този потребител не е гласувал положително досега.",
|
||||
"has_no_downvoted_posts": "Този потребител не е гласувал отрицателно досега.",
|
||||
"has_no_controversial_posts": "Този потребител няма публикации с отрицателни гласове засега.",
|
||||
"has_no_blocks": "Не сте блокирали никого.",
|
||||
"email_hidden": "Е-пощата е скрита",
|
||||
"show-email": "Да се показва е-пощата ми",
|
||||
"show-fullname": "Да се показва цялото ми име",
|
||||
"restrict-chats": "Разрешаване на съобщенията само от потребители, които следвам",
|
||||
"digest-label": "Абониране за резюмета",
|
||||
"digest-description": "Абониране за новини по е-пощата относно този форум (нови известия и теми) според избрания график",
|
||||
"digest-off": "Изключено",
|
||||
"digest-daily": "Ежедневно",
|
||||
"digest-weekly": "Ежеседмично",
|
||||
"digest-biweekly": "На всеки две седмици",
|
||||
"digest-monthly": "Ежемесечно",
|
||||
"has-no-follower": "Този потребител няма последователи :(",
|
||||
"follows-no-one": "Този потребител не следва никого :(",
|
||||
"has-no-posts": "Този потребител не е публикувал нищо досега.",
|
||||
"has-no-best-posts": "Този потребител не е получавал положителни гласове за публикациите си досега.",
|
||||
"has-no-topics": "Този потребител не е създавал теми досега.",
|
||||
"has-no-watched-topics": "Този потребител не е следил нито една тема досега.",
|
||||
"has-no-ignored-topics": "Този потребител не е пренебрегнал нито една тема досега.",
|
||||
"has-no-upvoted-posts": "Този потребител не е гласувал положително досега.",
|
||||
"has-no-downvoted-posts": "Този потребител не е гласувал отрицателно досега.",
|
||||
"has-no-controversial-posts": "Този потребител няма публикации с отрицателни гласове засега.",
|
||||
"has-no-blocks": "Не сте блокирали никого.",
|
||||
"email-hidden": "Е-пощата е скрита",
|
||||
"hidden": "скрито",
|
||||
"paginate_description": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно",
|
||||
"topics_per_page": "Теми на страница",
|
||||
"posts_per_page": "Публикации на страница",
|
||||
"paginate-description": "Разделяне на темите и публикациите на страници, вместо да се превърта безкрайно",
|
||||
"topics-per-page": "Теми на страница",
|
||||
"posts-per-page": "Публикации на страница",
|
||||
"category-topic-sort": "Подреждане на темите в категория",
|
||||
"topic-post-sort": "Подреждане на публикациите в тема",
|
||||
"max_items_per_page": "Най-много %1",
|
||||
"acp_language": "Език на администраторската страница",
|
||||
"max-items-per-page": "Най-много %1",
|
||||
"acp-language": "Език на администраторската страница",
|
||||
"notifications": "Известия",
|
||||
"upvote-notif-freq": "Честота на известията за положителни гласове",
|
||||
"upvote-notif-freq.all": "Всички положителни гласове",
|
||||
@@ -130,13 +132,13 @@
|
||||
"upvote-notif-freq.logarithmic": "На 10, 100, 1000…",
|
||||
"upvote-notif-freq.disabled": "Изключено",
|
||||
"browsing": "Настройки за страниците",
|
||||
"open_links_in_new_tab": "Отваряне на външните връзки в нов подпрозорец",
|
||||
"enable_topic_searching": "Включване на търсенето в темите",
|
||||
"topic_search_help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана",
|
||||
"update_url_with_post_index": "Обновяване на адресната лента с номера на публикацията по време на разглеждане на темите",
|
||||
"scroll_to_my_post": "След публикуване на отговор, да се показва новата публикация",
|
||||
"follow_topics_you_reply_to": "Следене на темите, в които отговаряте",
|
||||
"follow_topics_you_create": "Следене на темите, които създавате",
|
||||
"open-links-in-new-tab": "Отваряне на външните връзки в нов подпрозорец",
|
||||
"enable-topic-searching": "Включване на търсенето в темите",
|
||||
"topic-search-help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана",
|
||||
"update-url-with-post-index": "Обновяване на адресната лента с номера на публикацията по време на разглеждане на темите",
|
||||
"scroll-to-my-post": "След публикуване на отговор, да се показва новата публикация",
|
||||
"follow-topics-you-reply-to": "Следене на темите, в които отговаряте",
|
||||
"follow-topics-you-create": "Следене на темите, които създавате",
|
||||
"grouptitle": "Заглавие на групата",
|
||||
"group-order-help": "Изберете група и използвайте стрелките, за да пренаредите заглавията",
|
||||
"no-group-title": "Няма заглавие на група",
|
||||
@@ -145,9 +147,9 @@
|
||||
"no-skin": "Без облик",
|
||||
"select-homepage": "Изберете начална страница",
|
||||
"homepage": "Начална страница",
|
||||
"homepage_description": "Изберете страница, която да използвате като начална за форума, или „Нищо“, за да използвате тази по подразбиране.",
|
||||
"custom_route": "Път до персонализираната начална страница",
|
||||
"custom_route_help": "Въведете името на пътя тук, без наклонена черта пред него (пример: „recent“ или \"category/2/general-discussion\")",
|
||||
"homepage-description": "Изберете страница, която да използвате като начална за форума, или „Нищо“, за да използвате тази по подразбиране.",
|
||||
"custom-route": "Път до персонализираната начална страница",
|
||||
"custom-route-help": "Въведете името на пътя тук, без наклонена черта пред него (пример: „recent“ или \"category/2/general-discussion\")",
|
||||
"sso.title": "Услуги за еднократно вписване",
|
||||
"sso.associated": "Свързан с",
|
||||
"sso.not-associated": "Натиснете тук, за да свържете с",
|
||||
@@ -179,25 +181,25 @@
|
||||
"consent.title": "Вашите права и съгласие",
|
||||
"consent.lead": "Този обществен форум събира и обработва лична информация.",
|
||||
"consent.intro": "Използваме тази информация, само за да персонализираме взаимодействието Ви с форума, както и за да свържем публикациите Ви с Вашия потребителски акаунт. По време на регистрацията ще трябва да въведете потребителско име и е-поща, но ако искате, можете да предоставите и допълнителна информация, за да завършите потребителския си профил в уеб сайта.<br /><br />Ние съхраняваме тази информация докато съществува потребителският Ви акаунт. Във всеки един момент можете да оттеглите съгласието си за това, като изтриете акаунта си. Във всеки един момент можете да изискате копие на въведеното от Вас в уеб сайт, чрез страницата за „Права и съгласие“.<br /><br />Ако имате въпроси или притеснения, можете да се свържете с екипа от администратори на форума.",
|
||||
"consent.email_intro": "Понякога може да изпращаме е-писма на регистрираната Ви е-поща, за да Ви кажем какво се случва, или да Ви уведомим, че има нещо ново, което Ви засяга. Можете да персонализирате честотата на резюметата (както и да ги изключите), както и да изберете какви известия да получавате по е-поща, чрез страницата с потребителските настройки.",
|
||||
"consent.digest_frequency": "Освен ако не промените това в потребителските си настройки, тази общност ще Ви изпраща резюмета по е-поща на всеки %1.",
|
||||
"consent.digest_off": "Освен ако не промените това в потребителските си настройки, тази общност няма да Ви изпраща резюмета по е-поща.",
|
||||
"consent.email-intro": "Понякога може да изпращаме е-писма на регистрираната Ви е-поща, за да Ви кажем какво се случва, или да Ви уведомим, че има нещо ново, което Ви засяга. Можете да персонализирате честотата на резюметата (както и да ги изключите), както и да изберете какви известия да получавате по е-поща, чрез страницата с потребителските настройки.",
|
||||
"consent.digest-frequency": "Освен ако не промените това в потребителските си настройки, тази общност ще Ви изпраща резюмета по е-поща на всеки %1.",
|
||||
"consent.digest-off": "Освен ако не промените това в потребителските си настройки, тази общност няма да Ви изпраща резюмета по е-поща.",
|
||||
"consent.received": "Вие сте се съгласили с това уеб сайтът да събира и обработва личната Ви информация. Не се изискват допълнителни действия.",
|
||||
"consent.not_received": "Вие не сте се съгласили със събирането и обработването на Ваши данни. Администрацията на уеб сайта може по всяко време да изтрие акаунта Ви, за да спази изискванията за защита на данните.",
|
||||
"consent.not-received": "Вие не сте се съгласили със събирането и обработването на Ваши данни. Администрацията на уеб сайта може по всяко време да изтрие акаунта Ви, за да спази изискванията за защита на данните.",
|
||||
"consent.give": "Даване на съгласие",
|
||||
"consent.right_of_access": "Имате право на достъп",
|
||||
"consent.right_of_access_description": "Имате право на достъп до всички данни, събирани от този уеб сайт, при заявяване. Можете да получите копие от данните, като натиснете бутона по-долу.",
|
||||
"consent.right_to_rectification": "Имате право на поправка",
|
||||
"consent.right_to_rectification_description": "Имате право да промените или поправите всички неточни данни, които сте ни предоставили. Профилът Ви може да бъде променен като го редактирате, а съдържанието на публикациите може да бъде редактирано по всяко време. Ако имате по-различно изискване, моля, свържете се с администраторския екип",
|
||||
"consent.right_to_erasure": "Имате право на изтриване",
|
||||
"consent.right_to_erasure_description": "Във всеки един момент можете да оттеглите съгласието си за събиране и/или обработка на данни, като изтриете акаунта си. Вашият профил може да бъде изтрит, но публикуваното от Вас съдържание ще остане. Ако искате да изтриете както акаунта, така <strong>и</strong> съдържанието, публикувано от Вас, моля, свържете се с администрационния екип на уеб сайта.",
|
||||
"consent.right_to_data_portability": "Имате право на пренос на данни",
|
||||
"consent.right_to_data_portability_description": "Можете да изискате от нас всички събрани за Вас и акаунта Ви данни в машинен формат. Можете да направите това като натиснете съответния бутон по-долу.",
|
||||
"consent.export_profile": "Изнасяне на профила (.json)",
|
||||
"consent.right-of-access": "Имате право на достъп",
|
||||
"consent.right-of-access-description": "Имате право на достъп до всички данни, събирани от този уеб сайт, при заявяване. Можете да получите копие от данните, като натиснете бутона по-долу.",
|
||||
"consent.right-to-rectification": "Имате право на поправка",
|
||||
"consent.right-to-rectification-description": "Имате право да промените или поправите всички неточни данни, които сте ни предоставили. Профилът Ви може да бъде променен като го редактирате, а съдържанието на публикациите може да бъде редактирано по всяко време. Ако имате по-различно изискване, моля, свържете се с администраторския екип",
|
||||
"consent.right-to-erasure": "Имате право на изтриване",
|
||||
"consent.right-to-erasure-description": "Във всеки един момент можете да оттеглите съгласието си за събиране и/или обработка на данни, като изтриете акаунта си. Вашият профил може да бъде изтрит, но публикуваното от Вас съдържание ще остане. Ако искате да изтриете както акаунта, така <strong>и</strong> съдържанието, публикувано от Вас, моля, свържете се с администрационния екип на уеб сайта.",
|
||||
"consent.right-to-data-portability": "Имате право на пренос на данни",
|
||||
"consent.right-to-data-portability-description": "Можете да изискате от нас всички събрани за Вас и акаунта Ви данни в машинен формат. Можете да направите това като натиснете съответния бутон по-долу.",
|
||||
"consent.export-profile": "Изнасяне на профила (.json)",
|
||||
"consent.export-profile-success": "Изнасяне на профила… Ще получите известие, когато е готово.",
|
||||
"consent.export_uploads": "Изнасяне на каченото съдържание (.zip)",
|
||||
"consent.export-uploads": "Изнасяне на каченото съдържание (.zip)",
|
||||
"consent.export-uploads-success": "Изнасяне на каченото съдържание… Ще получите известие, когато е готово.",
|
||||
"consent.export_posts": "Изнасяне на публикациите (.csv)",
|
||||
"consent.export-posts": "Изнасяне на публикациите (.csv)",
|
||||
"consent.export-posts-success": "Изнасяне на публикациите… Ще получите известие, когато е готово.",
|
||||
"emailUpdate.intro": "Въведете е-пощата си по-долу. Този форум използва е-пощата за планирани резюмета и известия, както и за възстановяване на акаунта, в случай на забравена парола.",
|
||||
"emailUpdate.optional": "<strong>Това поле не е задължително</strong>. Не сте длъжен/на да предоставяте адрес на е-поща, но без проверена е-поща, няма да можете да възстановите акаунта си в случай на проблем, нито ще можете да се вписвате с е-пощата си.",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"all-users": "Всички потребители",
|
||||
"latest_users": "Последни потребители",
|
||||
"top_posters": "С най-много публикации",
|
||||
"most_reputation": "С най-много репутация",
|
||||
"most_flags": "С най-много доклади",
|
||||
"latest-users": "Последни потребители",
|
||||
"top-posters": "С най-много публикации",
|
||||
"most-reputation": "С най-много репутация",
|
||||
"most-flags": "С най-много доклади",
|
||||
"search": "Търсене",
|
||||
"enter_username": "Въведете потребителско име, което да потърсите",
|
||||
"enter-username": "Въведете потребителско име, което да потърсите",
|
||||
"search-user-for-chat": "Потърсете потребител, с когото да започнете разговор",
|
||||
"load_more": "Зареждане на още",
|
||||
"load-more": "Зареждане на още",
|
||||
"users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.",
|
||||
"filter-by": "Филтриране",
|
||||
"online-only": "Само тези на линия",
|
||||
@@ -15,10 +15,10 @@
|
||||
"prompt-email": "Е-пощи:",
|
||||
"groups-to-join": "Групи, в които да се присъедини след приемане на поканата:",
|
||||
"invitation-email-sent": "Беше изпратено е-писмо за потвърждение до %1",
|
||||
"user_list": "Списък от потребители",
|
||||
"recent_topics": "Скорошни теми",
|
||||
"popular_topics": "Популярни теми",
|
||||
"unread_topics": "Непрочетени теми",
|
||||
"user-list": "Списък от потребители",
|
||||
"recent-topics": "Скорошни теми",
|
||||
"popular-topics": "Популярни теми",
|
||||
"unread-topics": "Непрочетени теми",
|
||||
"categories": "Категории",
|
||||
"tags": "Етикети",
|
||||
"no-users-found": "Няма намерени потребители!"
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"filter-type": "Event Type",
|
||||
"filter-start": "Start Date",
|
||||
"filter-end": "End Date",
|
||||
"filter-perPage": "Per Page"
|
||||
"filter-per-page": "Per Page"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
"containers.explanation": "Drag and drop on top of any widget",
|
||||
"containers.none": "None",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jumbotron",
|
||||
@@ -29,5 +29,7 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
@@ -33,7 +34,7 @@
|
||||
"edit-posts": "Edit Posts",
|
||||
"view-edit-history": "View Edit History",
|
||||
"delete-posts": "Delete Posts",
|
||||
"view_deleted": "View Deleted Posts",
|
||||
"view-deleted": "View Deleted Posts",
|
||||
"upvote-posts": "Upvote Posts",
|
||||
"downvote-posts": "Downvote Posts",
|
||||
"delete-topics": "Delete Topics",
|
||||
|
||||
@@ -4,16 +4,21 @@
|
||||
"edit": "Actions",
|
||||
"make-admin": "Make Admin",
|
||||
"remove-admin": "Remove Admin",
|
||||
"change-email": "Change Email",
|
||||
"new-email": "New Email",
|
||||
"validate-email": "Validate Email",
|
||||
"send-validation-email": "Send Validation Email",
|
||||
"change-password": "Change Password",
|
||||
"password-reset-email": "Send Password Reset Email",
|
||||
"force-password-reset": "Force Password Reset & Log User Out",
|
||||
"ban": "Ban User(s)",
|
||||
"ban": "Ban",
|
||||
"ban-users": "Ban User(s)",
|
||||
"temp-ban": "Ban User(s) Temporarily",
|
||||
"unban": "Unban User(s)",
|
||||
"reset-lockout": "Reset Lockout",
|
||||
"reset-flags": "Reset Flags",
|
||||
"delete": "Delete <strong>User(s)</strong>",
|
||||
"delete": "Delete",
|
||||
"delete-users": "Delete <strong>User(s)</strong>",
|
||||
"delete-content": "Delete User(s) <strong>Content</strong>",
|
||||
"purge": "Delete <strong>User(s)</strong> and <strong>Content</strong>",
|
||||
"download-csv": "Download CSV",
|
||||
@@ -81,6 +86,7 @@
|
||||
"alerts.button-ban-x": "Ban %1 user(s)",
|
||||
"alerts.unban-success": "User(s) unbanned!",
|
||||
"alerts.lockout-reset-success": "Lockout(s) reset!",
|
||||
"alerts.password-change-success": "Password(s) changed!",
|
||||
"alerts.flag-reset-success": "Flags(s) reset!",
|
||||
"alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!",
|
||||
"alerts.make-admin-success": "User is now administrator.",
|
||||
@@ -106,6 +112,7 @@
|
||||
"alerts.create": "Create User",
|
||||
"alerts.button-create": "Create",
|
||||
"alerts.button-cancel": "Cancel",
|
||||
"alerts.button-change": "Change",
|
||||
"alerts.error-passwords-different": "Passwords must match!",
|
||||
"alerts.error-x": "<strong>Error</strong><p>%1</p>",
|
||||
"alerts.create-success": "User created!",
|
||||
@@ -113,6 +120,10 @@
|
||||
"alerts.prompt-email": "Emails: ",
|
||||
"alerts.email-sent-to": "An invitation email has been sent to %1",
|
||||
"alerts.x-users-found": "%1 user(s) found, (%2 seconds)",
|
||||
"alerts.select-a-single-user-to-change-email": "Select a single user to change email",
|
||||
"export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.",
|
||||
"export-users-completed": "Users exported as csv, click here to download."
|
||||
"export-users-completed": "Users exported as csv, click here to download.",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"manage": "Manage"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"zero-is-disabled": "Enter 0 to disable this restriction",
|
||||
"chat-settings": "Chat Settings",
|
||||
"disable": "Disable chat",
|
||||
"disable-editing": "Disable chat message editing/deletion",
|
||||
@@ -6,8 +7,10 @@
|
||||
"max-length": "Maximum length of chat messages",
|
||||
"max-chat-room-name-length": "Maximum length of chat room names",
|
||||
"max-room-size": "Maximum number of users in chat rooms",
|
||||
"delay": "Time between chat messages in milliseconds",
|
||||
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable. (0 disabled)",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)"
|
||||
"delay": "Time between chat messages (ms)",
|
||||
"newbieDelay": "... for new users (ms)",
|
||||
"notification-delay": "Notification delay for chat messages",
|
||||
"notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable."
|
||||
}
|
||||
@@ -27,7 +27,7 @@
|
||||
"restrictions.title-length": "Title Length",
|
||||
"restrictions.post-length": "Post Length",
|
||||
"restrictions.days-until-stale": "Days until topic is considered stale",
|
||||
"restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.",
|
||||
"restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic. (set to 0 to disable)",
|
||||
"timestamp": "Timestamp",
|
||||
"timestamp.cut-off": "Date cut-off (in days)",
|
||||
"timestamp.cut-off-help": "Dates & times will be shown in a relative manner (e.g. \"3 hours ago\" / \"5 days ago\"), and localised into various\n\t\t\t\t\tlanguages. After a certain point, this text can be switched to display the localised date itself\n\t\t\t\t\t(e.g. 5 Nov 2016 15:30).<br /><em>(Default: <code>30</code>, or one month). Set to 0 to always display dates, leave blank to always display relative times.</em>",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"allow-login-with.username-email": "Username or Email",
|
||||
"allow-login-with.username": "Username Only",
|
||||
"account-settings": "Account Settings",
|
||||
"gdpr_enabled": "Enable GDPR consent collection",
|
||||
"gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">General Data Protection Regulation (GDPR)</a>. <strong>Note</strong>: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.",
|
||||
"gdpr-enabled": "Enable GDPR consent collection",
|
||||
"gdpr-enabled-help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the <a href=\"https://ec.europa.eu/info/priorities/justice-and-fundamental-rights/data-protection/2018-reform-eu-data-protection-rules/eu-data-protection-rules_en\">General Data Protection Regulation (GDPR)</a>. <strong>Note</strong>: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.",
|
||||
"disable-username-changes": "Disable username changes",
|
||||
"disable-email-changes": "Disable email changes",
|
||||
"disable-password-changes": "Disable password changes",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"category": "বিভাগ",
|
||||
"subcategories": "উপবিভাগ",
|
||||
"new_topic_button": "নতুন টপিক",
|
||||
"new-topic-button": "নতুন টপিক",
|
||||
"guest-login-post": "উত্তর দিতে লগিন করুন",
|
||||
"no_topics": "<strong>এই বিভাগে কোন আলোচনা নেই! </strong><br /> আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।",
|
||||
"no-topics": "<strong>এই বিভাগে কোন আলোচনা নেই! </strong><br /> আপনি চাইলে নতুন আলোচনা শুরু করতে পারেন।",
|
||||
"browsing": "ব্রাউজিং",
|
||||
"no_replies": "কোন রিপ্লাই নেই",
|
||||
"no_new_posts": "নতুন কোন পোস্ট নাই",
|
||||
"no-replies": "কোন রিপ্লাই নেই",
|
||||
"no-new-posts": "নতুন কোন পোস্ট নাই",
|
||||
"watch": "নজর রাখুন",
|
||||
"ignore": "উপেক্ষা করুন",
|
||||
"watching": "দৃশ্যমান",
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"password-reset-requested": "নতুন পাসওয়ার্ডের জন্য অনুরোধ করা হয়েছে!",
|
||||
"welcome-to": "%1 এ স্বাগতম",
|
||||
"invite": "%1 থেকে আমন্ত্রণ",
|
||||
"greeting_no_name": "স্বাগতম",
|
||||
"greeting_with_name": "স্বাগতম %1",
|
||||
"greeting-no-name": "স্বাগতম",
|
||||
"greeting-with-name": "স্বাগতম %1",
|
||||
"email.verify-your-email.subject": "দয়া করে ইমেইল যাচাই করুন",
|
||||
"email.verify.text1": "You've requested that we change or confirm your email address",
|
||||
"email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. <strong>If you did not request this, no action is required on your part.</strong>",
|
||||
@@ -13,7 +13,7 @@
|
||||
"welcome.text2": "আপনার একাউন্ট এ্যাক্টিভেট করার জন্য, আপনি যে ইমেইল এড্রেস ব্যাবহার করে নিবন্ধন করেছেন তা যাচাই করতে হবে",
|
||||
"welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.",
|
||||
"welcome.cta": "আপনার ইমেইল এড্রেস নিশ্চিত করার জন্য এখানে ক্লিক করুন",
|
||||
"invitation.text1": "%1 আপনাকে %2 তে যোগ দিতে আমন্ত্রণ জানিয়েছেন ",
|
||||
"invitation.text1": "%1 আপনাকে %2 তে যোগ দিতে আমন্ত্রণ জানিয়েছেন",
|
||||
"invitation.text2": "আপনার আমন্ত্রন পত্র %1 দিন পর বাতিল হয়ে যাবে",
|
||||
"invitation.cta": "Click here to create your account.",
|
||||
"reset.text1": "আমরা আপনার পাসওয়ার্ড রিসেট করার অনুরোধ পেয়েছি, সম্ভবত আপনি আপনার পাসওয়ার্ড ভুলে গিয়েছেন বলেই। তবে যদি তা না হয়ে থাকে, তাহলে এই মেইলকে উপেক্ষা করতে পারেন।",
|
||||
@@ -24,7 +24,7 @@
|
||||
"reset.notify.text2": "এটা আপনার অজান্তে হলে এখনই প্রশাসককে আবহিত করুন",
|
||||
"digest.unread-rooms": "Unread rooms",
|
||||
"digest.room-name-unreadcount": "%1 (%2 unread)",
|
||||
"digest.latest_topics": "%1 এর সর্বশেষ টপিকসমূহ",
|
||||
"digest.latest-topics": "%1 এর সর্বশেষ টপিকসমূহ",
|
||||
"digest.top-topics": "Top topics from %1",
|
||||
"digest.popular-topics": "Popular topics from %1",
|
||||
"digest.cta": "%1 ভিজিট করতে এখানে ক্লিক করুন",
|
||||
@@ -36,8 +36,8 @@
|
||||
"digest.title.day": "Your Daily Digest",
|
||||
"digest.title.week": "Your Weekly Digest",
|
||||
"digest.title.month": "Your Monthly Digest",
|
||||
"notif.chat.subject": "%1 এর থেকে নতুন মেসেজ এসেছে।",
|
||||
"notif.chat.public-chat-subject": "New message from %1 in room %2",
|
||||
"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.cta": "কথপোকথন চালিয়ে যেতে এখানে ক্লিক করুন",
|
||||
"notif.chat.unsub.info": "আপনার সাবস্ক্রীপশন সেটিংসের কারনে আপনার এই নোটিফিকেশন পাঠানো হয়েছে",
|
||||
"notif.post.unsub.info": "আপনার সাবস্ক্রিপশন সেটিংসের কারনে আপনার এই বার্তাটি পাঠানো হয়েছে",
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
"topic-already-deleted": "এই টপিকটি ইতিমধ্যে ডিলিট করা হয়েছে",
|
||||
"topic-already-restored": "এই টপিকটি ইতিমধ্যে পুনরোদ্ধার করা হয়েছে",
|
||||
"cant-purge-main-post": "You can't purge the main post, please delete the topic instead",
|
||||
"topic-thumbnails-are-disabled": "টপিক থাম্বনেল নিষ্ক্রিয় করা। ",
|
||||
"topic-thumbnails-are-disabled": "টপিক থাম্বনেল নিষ্ক্রিয় করা।",
|
||||
"invalid-file": "ভুল ফাইল",
|
||||
"uploads-are-disabled": "আপলোড নিষ্ক্রিয় করা",
|
||||
"signature-too-long": "Sorry, your signature cannot be longer than %1 character(s).",
|
||||
@@ -184,12 +184,13 @@
|
||||
"post-flagged-too-many-times": "This post has been flagged by others already",
|
||||
"user-flagged-too-many-times": "This user has been flagged by others already",
|
||||
"cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)",
|
||||
"cant-locate-flag-report": "Cannot locate flag report",
|
||||
"self-vote": "You cannot vote on your own post",
|
||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
||||
"too-many-downvotes-today": "You can only downvote %1 times a day",
|
||||
"too-many-downvotes-today-user": "You can only downvote a user %1 times a day",
|
||||
"reload-failed": "\"%1\" রিলোড করতে সমস্যা হয়েছে। রিলোডের পূর্বে যা করা হয়েছিল সেটি আনডু করা সমীচীন। ",
|
||||
"reload-failed": "\"%1\" রিলোড করতে সমস্যা হয়েছে। রিলোডের পূর্বে যা করা হয়েছিল সেটি আনডু করা সমীচীন।",
|
||||
"registration-error": "নিবন্ধন এরর!",
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"state": "State",
|
||||
"report": "Report",
|
||||
"reports": "Reports",
|
||||
"first-reported": "First Reported",
|
||||
"no-flags": "Hooray! No flags found.",
|
||||
@@ -8,6 +9,8 @@
|
||||
"update": "Update",
|
||||
"updated": "Updated",
|
||||
"resolved": "Resolved",
|
||||
"report-added": "Added",
|
||||
"report-rescinded": "Rescinded",
|
||||
"target-purged": "The content this flag referred to has been purged and is no longer available.",
|
||||
"target-aboutme-empty": "This user has no "About Me" set.",
|
||||
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
"400.message": "It looks like this link is malformed, please double-check and try again.<br/><div class=\"text-sm text-muted\">Return to the <a href='%1/'>home page</a>.</div>",
|
||||
"register": "নিবন্ধন",
|
||||
"login": "প্রবেশ",
|
||||
"please_log_in": "অনুগ্রহ করে প্রবেশ করুন",
|
||||
"please-log-in": "অনুগ্রহ করে প্রবেশ করুন",
|
||||
"logout": "প্রস্থান",
|
||||
"posting_restriction_info": "বর্তমানে নিবন্ধিত সদস্যরাই কেবল পোস্ট করতে পারেন, লগ ইন করতে এখানে ক্লিক করুন।",
|
||||
"welcome_back": "আপনাকে স্বাগতম",
|
||||
"you_have_successfully_logged_in": "আপনি সফলভাবে প্রবেশ করেছেন",
|
||||
"save_changes": "পরিবর্তনগুলি সঞ্চয় করুন",
|
||||
"posting-restriction-info": "বর্তমানে নিবন্ধিত সদস্যরাই কেবল পোস্ট করতে পারেন, লগ ইন করতে এখানে ক্লিক করুন।",
|
||||
"welcome-back": "আপনাকে স্বাগতম",
|
||||
"you-have-successfully-logged-in": "আপনি সফলভাবে প্রবেশ করেছেন",
|
||||
"save-changes": "পরিবর্তনগুলি সঞ্চয় করুন",
|
||||
"save": "Save",
|
||||
"create": "Create",
|
||||
"cancel": "Cancel",
|
||||
"close": "বন্ধ",
|
||||
"pagination": "পাতা নং",
|
||||
"pagination.out_of": "%2 এর মাঝে %1",
|
||||
"pagination.enter_index": "Go to post index",
|
||||
"pagination.out-of": "%2 এর মাঝে %1",
|
||||
"pagination.enter-index": "Go to post index",
|
||||
"header.admin": "অ্যাডমিন",
|
||||
"header.categories": "বিভাগ",
|
||||
"header.recent": "সাম্প্রতিক",
|
||||
@@ -44,7 +44,7 @@
|
||||
"header.manage": "Manage",
|
||||
"header.drafts": "Drafts",
|
||||
"notifications.loading": "বিজ্ঞপ্তিগুলি লোড হচ্ছে",
|
||||
"chats.loading": "কথোপকথনগুলি লোড হচ্ছে ",
|
||||
"chats.loading": "কথোপকথনগুলি লোড হচ্ছে",
|
||||
"drafts.loading": "Loading Drafts",
|
||||
"motd.welcome": "ভবিষ্যতের আলোচনার প্লাটফর্ম, NodeBB তে স্বাগতম।",
|
||||
"previouspage": "আগের পাতা",
|
||||
@@ -80,25 +80,25 @@
|
||||
"lastpost": "Last post",
|
||||
"firstpost": "First post",
|
||||
"about": "About",
|
||||
"read_more": "আরো পড়ুন",
|
||||
"read-more": "আরো পড়ুন",
|
||||
"more": "আরো...",
|
||||
"none": "None",
|
||||
"posted_ago_by_guest": "অতিথি পোস্ট করেছেন %1",
|
||||
"posted_ago_by": " %1 %2 দ্বারা পোস্টকৃত",
|
||||
"posted_ago": "পোস্ট করেছেন %1",
|
||||
"posted_in": "posted in %1",
|
||||
"posted_in_by": "posted in %1 by %2",
|
||||
"posted_in_ago": "%1 বিভাগে পোস্ট করা হয়েছে %2 আগে",
|
||||
"posted_in_ago_by": "%3 %1 বিভাগে পোস্ট করেছেন %2",
|
||||
"user_posted_ago": "%1 পোস্ট করেছেন %2",
|
||||
"guest_posted_ago": "অতিথি পোস্ট করেছেন %1",
|
||||
"last_edited_by": "last edited by %1",
|
||||
"posted-ago-by-guest": "অতিথি পোস্ট করেছেন %1",
|
||||
"posted-ago-by": "%1 %2 দ্বারা পোস্টকৃত",
|
||||
"posted-ago": "পোস্ট করেছেন %1",
|
||||
"posted-in": "posted in %1",
|
||||
"posted-in-by": "posted in %1 by %2",
|
||||
"posted-in-ago": "%1 বিভাগে পোস্ট করা হয়েছে %2 আগে",
|
||||
"posted-in-ago-by": "%3 %1 বিভাগে পোস্ট করেছেন %2",
|
||||
"user-posted-ago": "%1 পোস্ট করেছেন %2",
|
||||
"guest-posted-ago": "অতিথি পোস্ট করেছেন %1",
|
||||
"last-edited-by": "last edited by %1",
|
||||
"edited-timestamp": "Edited %1",
|
||||
"norecentposts": "কোনও সাম্প্রতিক পোস্ট নেই",
|
||||
"norecenttopics": "কোনও সাম্প্রতিক টপিক নেই",
|
||||
"recentposts": "সাম্প্রতিক পোস্ট",
|
||||
"recentips": "সাম্প্রতিক প্রবেশকৃত আইপি সমুহ",
|
||||
"moderator_tools": "Moderator Tools",
|
||||
"moderator-tools": "Moderator Tools",
|
||||
"status": "Status",
|
||||
"online": "অনলাইন",
|
||||
"away": "দূরে",
|
||||
@@ -109,7 +109,7 @@
|
||||
"language": "ভাষা",
|
||||
"guest": "অতিথি",
|
||||
"guests": "অতিথি",
|
||||
"former_user": "A Former User",
|
||||
"former-user": "A Former User",
|
||||
"system-user": "System",
|
||||
"unknown-user": "Unknown user",
|
||||
"updated.title": "ফোরাম আপডেট করা হয়েছে",
|
||||
@@ -117,12 +117,12 @@
|
||||
"privacy": "নিরাপত্তা",
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
"delete_all": "সব মুছে ফেলুন",
|
||||
"delete-all": "সব মুছে ফেলুন",
|
||||
"map": "ম্যাপ",
|
||||
"sessions": "Login Sessions",
|
||||
"ip_address": "IP Address",
|
||||
"enter_page_number": "Enter page number",
|
||||
"upload_file": "Upload file",
|
||||
"ip-address": "IP Address",
|
||||
"enter-page-number": "Enter page number",
|
||||
"upload-file": "Upload file",
|
||||
"upload": "Upload",
|
||||
"uploads": "Uploads",
|
||||
"allowed-file-types": "Allowed file types are %1",
|
||||
@@ -131,7 +131,7 @@
|
||||
"play": "Play",
|
||||
"cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"cookies.accept": "Got it!",
|
||||
"cookies.learn_more": "Learn More",
|
||||
"cookies.learn-more": "Learn More",
|
||||
"edited": "Edited",
|
||||
"disabled": "Disabled",
|
||||
"select": "Select",
|
||||
|
||||
@@ -2,65 +2,65 @@
|
||||
"all-groups": "All groups",
|
||||
"groups": "গ্রুপসমূহ",
|
||||
"members": "Members",
|
||||
"view_group": "গ্রুপ দেখুন",
|
||||
"view-group": "গ্রুপ দেখুন",
|
||||
"owner": "Group Owner",
|
||||
"new_group": "Create New Group",
|
||||
"no_groups_found": "There are no groups to see",
|
||||
"new-group": "Create New Group",
|
||||
"no-groups-found": "There are no groups to see",
|
||||
"pending.accept": "Accept",
|
||||
"pending.reject": "Reject",
|
||||
"pending.accept_all": "Accept All",
|
||||
"pending.reject_all": "Reject All",
|
||||
"pending.accept-all": "Accept All",
|
||||
"pending.reject-all": "Reject All",
|
||||
"pending.none": "There are no pending members at this time",
|
||||
"invited.none": "There are no invited members at this time",
|
||||
"invited.uninvite": "Rescind Invitation",
|
||||
"invited.search": "Search for a user to invite to this group",
|
||||
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
|
||||
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
|
||||
"request.notification_text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
|
||||
"invited.notification-title": "You have been invited to join <strong>%1</strong>",
|
||||
"request.notification-title": "Group Membership Request from <strong>%1</strong>",
|
||||
"request.notification-text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
|
||||
"cover-save": "Save",
|
||||
"cover-saving": "Saving",
|
||||
"details.title": "গ্রুপের বিস্তারিত",
|
||||
"details.members": "সদস্য তালিকা",
|
||||
"details.pending": "Pending Members",
|
||||
"details.invited": "Invited Members",
|
||||
"details.has_no_posts": "এই গ্রুপের সদস্যরা এখনো কোন পোষ্ট করেন নি",
|
||||
"details.latest_posts": "সর্বশেষ পোষ্টসমূহ",
|
||||
"details.has-no-posts": "এই গ্রুপের সদস্যরা এখনো কোন পোষ্ট করেন নি",
|
||||
"details.latest-posts": "সর্বশেষ পোষ্টসমূহ",
|
||||
"details.private": "Private",
|
||||
"details.disableJoinRequests": "Disable join requests",
|
||||
"details.disableLeave": "Disallow users from leaving the group",
|
||||
"details.grant": "Grant/Rescind Ownership",
|
||||
"details.kick": "Kick",
|
||||
"details.kick_confirm": "Are you sure you want to remove this member from the group?",
|
||||
"details.kick-confirm": "Are you sure you want to remove this member from the group?",
|
||||
"details.add-member": "Add Member",
|
||||
"details.owner_options": "Group Administration",
|
||||
"details.group_name": "Group Name",
|
||||
"details.member_count": "Member Count",
|
||||
"details.creation_date": "Creation Date",
|
||||
"details.owner-options": "Group Administration",
|
||||
"details.group-name": "Group Name",
|
||||
"details.member-count": "Member Count",
|
||||
"details.creation-date": "Creation Date",
|
||||
"details.description": "Description",
|
||||
"details.member-post-cids": "Category IDs to display posts from",
|
||||
"details.badge_preview": "Badge Preview",
|
||||
"details.change_icon": "Change Icon",
|
||||
"details.change_label_colour": "Change Label Colour",
|
||||
"details.change_text_colour": "Change Text Colour",
|
||||
"details.badge_text": "Badge Text",
|
||||
"details.badge-preview": "Badge Preview",
|
||||
"details.change-icon": "Change Icon",
|
||||
"details.change-label-colour": "Change Label Colour",
|
||||
"details.change-text-colour": "Change Text Colour",
|
||||
"details.badge-text": "Badge Text",
|
||||
"details.userTitleEnabled": "Show Badge",
|
||||
"details.private_help": "If enabled, joining of groups requires approval from a group owner",
|
||||
"details.private-help": "If enabled, joining of groups requires approval from a group owner",
|
||||
"details.hidden": "Hidden",
|
||||
"details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
||||
"details.delete_group": "Delete Group",
|
||||
"details.private_system_help": "Private groups is disabled at system level, this option does not do anything",
|
||||
"details.hidden-help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
||||
"details.delete-group": "Delete Group",
|
||||
"details.private-system-help": "Private groups is disabled at system level, this option does not do anything",
|
||||
"event.updated": "Group details have been updated",
|
||||
"event.deleted": "The group \"%1\" has been deleted",
|
||||
"membership.accept-invitation": "Accept Invitation",
|
||||
"membership.accept.notification_title": "You are now a member of <strong>%1</strong>",
|
||||
"membership.accept.notification-title": "You are now a member of <strong>%1</strong>",
|
||||
"membership.invitation-pending": "Invitation Pending",
|
||||
"membership.join-group": "Join Group",
|
||||
"membership.leave-group": "Leave Group",
|
||||
"membership.leave.notification_title": "<strong>%1</strong> has left group <strong>%2</strong>",
|
||||
"membership.leave.notification-title": "<strong>%1</strong> has left group <strong>%2</strong>",
|
||||
"membership.reject": "Reject",
|
||||
"new-group.group_name": "Group Name:",
|
||||
"new-group.group-name": "Group Name:",
|
||||
"upload-group-cover": "Upload group cover",
|
||||
"bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group",
|
||||
"bulk-invite": "Bulk Invite",
|
||||
"remove_group_cover_confirm": "Are you sure you want to remove the cover picture?"
|
||||
"remove-group-cover-confirm": "Are you sure you want to remove the cover picture?"
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"username-email": "ইউজারনেম / ইমেইল",
|
||||
"username": "ইউজারনেম",
|
||||
"remember_me": "মনে রাখুন",
|
||||
"forgot_password": "পাসওয়ার্ড ভুলে গিয়েছেন?",
|
||||
"alternative_logins": "বিকল্প প্রবেশ",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "আপনি সফলভাবে প্রবেশ করেছেন!",
|
||||
"dont_have_account": "কোন একাউন্ট নেই?",
|
||||
"remember-me": "মনে রাখুন",
|
||||
"forgot-password": "পাসওয়ার্ড ভুলে গিয়েছেন?",
|
||||
"alternative-logins": "বিকল্প প্রবেশ",
|
||||
"failed-login-attempt": "Login Unsuccessful",
|
||||
"login-successful": "আপনি সফলভাবে প্রবেশ করেছেন!",
|
||||
"dont-have-account": "কোন একাউন্ট নেই?",
|
||||
"logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity",
|
||||
"caps-lock-enabled": "Caps Lock is enabled"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"chat.room-id": "Room %1",
|
||||
"chat.chatting_with": "Chat with",
|
||||
"chat.chatting-with": "Chat with",
|
||||
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
||||
"chat.placeholder.mobile": "Type chat message here",
|
||||
"chat.scroll-up-alert": "Go to most recent message",
|
||||
@@ -8,12 +8,15 @@
|
||||
"chat.chat-with-usernames": "Chat with %1",
|
||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||
"chat.send": "প্রেরন করুন",
|
||||
"chat.no_active": "আপনার কোন সচল কথোপকথন নেই",
|
||||
"chat.user_typing": "%1 লিখছেন",
|
||||
"chat.user_has_messaged_you": "%1 আপনাকে বার্তা পাঠিয়েছেন",
|
||||
"chat.no-active": "আপনার কোন সচল কথোপকথন নেই",
|
||||
"chat.user-typing-1": "<strong>%1</strong> is typing ...",
|
||||
"chat.user-typing-2": "<strong>%1</strong> and <strong>%2</strong> are typing ...",
|
||||
"chat.user-typing-3": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> are typing ...",
|
||||
"chat.user-typing-n": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> others are typing ...",
|
||||
"chat.user-has-messaged-you": "%1 আপনাকে বার্তা পাঠিয়েছেন",
|
||||
"chat.replying-to": "Replying to %1",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.see-all": "All chats",
|
||||
"chat.mark-all-read": "Mark all read",
|
||||
"chat.no-messages": "মেসেজ হিস্টোরী দেখতে প্রাপক নির্বাচন করুন",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "সাম্প্রতিক চ্যাটসমূহ",
|
||||
@@ -24,12 +27,16 @@
|
||||
"chat.pop-out": "চ্যাট উইন্ডো আলাদা করুন",
|
||||
"chat.minimize": "Minimize",
|
||||
"chat.maximize": "ম্যাক্সিমাইজ",
|
||||
"chat.seven_days": "৭ দিন",
|
||||
"chat.thirty_days": "৩০ দিন",
|
||||
"chat.three_months": "৩ মাস",
|
||||
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
|
||||
"chat.seven-days": "৭ দিন",
|
||||
"chat.thirty-days": "৩০ দিন",
|
||||
"chat.three-months": "৩ মাস",
|
||||
"chat.delete-message-confirm": "Are you sure you wish to delete this message?",
|
||||
"chat.retrieving-users": "Retrieving users...",
|
||||
"chat.view-users-list": "View users list",
|
||||
"chat.pinned-messages": "Pinned Messages",
|
||||
"chat.no-pinned-messages": "There are no pinned messages",
|
||||
"chat.pin-message": "Pin Message",
|
||||
"chat.unpin-message": "Unpin Message",
|
||||
"chat.public-rooms": "Public Rooms (%1)",
|
||||
"chat.private-rooms": "Private Rooms (%1)",
|
||||
"chat.create-room": "Create Chat Room",
|
||||
@@ -67,17 +74,24 @@
|
||||
"chat.system.user-leave": "%1 has left the room <span class=\"timeago\" title=\"%2\"></span>",
|
||||
"chat.system.room-rename": "%2 has renamed this room to \"%1\" <span class=\"timeago\" title=\"%3\"></span>",
|
||||
"composer.compose": "Compose",
|
||||
"composer.show_preview": "Show Preview",
|
||||
"composer.hide_preview": "Hide Preview",
|
||||
"composer.show-preview": "Show Preview",
|
||||
"composer.hide-preview": "Hide Preview",
|
||||
"composer.help": "Help",
|
||||
"composer.user_said_in": "%1 বলেছেন %2:",
|
||||
"composer.user_said": "%1 বলেছেনঃ",
|
||||
"composer.user-said-in": "%1 বলেছেন %2:",
|
||||
"composer.user-said": "%1 বলেছেনঃ",
|
||||
"composer.discard": "আপনি কি নিশ্চিত যে আপনি এই পোস্ট বাতিল করতে ইচ্ছুক?",
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.submit-and-lock": "Submit and Lock",
|
||||
"composer.toggle-dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.heading": "Heading",
|
||||
"composer.formatting.heading1": "Heading 1",
|
||||
"composer.formatting.heading2": "Heading 2",
|
||||
"composer.formatting.heading3": "Heading 3",
|
||||
"composer.formatting.heading4": "Heading 4",
|
||||
"composer.formatting.heading5": "Heading 5",
|
||||
"composer.formatting.heading6": "Heading 6",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.code": "Code",
|
||||
@@ -85,9 +99,10 @@
|
||||
"composer.formatting.picture": "Image Link",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"composer.zen_mode": "Zen Mode",
|
||||
"composer.select_category": "Select a category",
|
||||
"composer.zen-mode": "Zen Mode",
|
||||
"composer.select-category": "Select a category",
|
||||
"composer.textarea.placeholder": "Enter your post content here, drag and drop images",
|
||||
"composer.post-queue-alert": "Hello👋!<br/>This forum uses a post queue system, since you are a new user your post will be hidden until it is approved by our moderation team.",
|
||||
"composer.schedule-for": "Schedule topic for",
|
||||
"composer.schedule-date": "Date",
|
||||
"composer.schedule-time": "Time",
|
||||
@@ -102,8 +117,8 @@
|
||||
"bootbox.confirm": "Confirm",
|
||||
"bootbox.submit": "Submit",
|
||||
"bootbox.send": "Send",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.dragging-title": "Cover Photo Positioning",
|
||||
"cover.dragging-message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved",
|
||||
"thumbs.modal.title": "Manage topic thumbnails",
|
||||
"thumbs.modal.no-thumbs": "No thumbnails found.",
|
||||
|
||||
@@ -1,59 +1,68 @@
|
||||
{
|
||||
"title": "বিজ্ঞপ্তিগুলো",
|
||||
"no_notifs": "আপনার নতুন কোন বিজ্ঞপ্তি নেই",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "ফিরুন %1",
|
||||
"outgoing_link": "বহির্গামী লিঙ্ক",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "%1 তে আগান",
|
||||
"return_to": "%1 এ ফেরত যান",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "আপনার অপঠিত বিজ্ঞপ্তি আছে।",
|
||||
"no-notifs": "আপনার নতুন কোন বিজ্ঞপ্তি নেই",
|
||||
"see-all": "All notifications",
|
||||
"mark-all-read": "Mark all read",
|
||||
"back-to-home": "ফিরুন %1",
|
||||
"outgoing-link": "বহির্গামী লিঙ্ক",
|
||||
"outgoing-link-message": "You are now leaving %1",
|
||||
"continue-to": "%1 তে আগান",
|
||||
"return-to": "%1 এ ফেরত যান",
|
||||
"new-notification": "You have a new notification",
|
||||
"you-have-unread-notifications": "আপনার অপঠিত বিজ্ঞপ্তি আছে।",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
"tags": "Tags",
|
||||
"replies": "Replies",
|
||||
"chat": "Chats",
|
||||
"group-chat": "Group Chats",
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
"new_message_from": "<strong>%1</strong> থেকে নতুন বার্তা",
|
||||
"user_posted_in_public_room": "<strong>%1</strong> wrote in <strong><i class=\"fa %2\"></i>%3</strong>",
|
||||
"user_posted_in_public_room_dual": "<strong>%1</strong> and <strong>%2</strong> wrote in <strong><i class=\"fa %3\"></i>%4</strong>",
|
||||
"user_posted_in_public_room_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> wrote in <strong><i class=\"fa %4\"></i>%5</strong>",
|
||||
"user_posted_in_public_room_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others wrote in <strong><i class=\"fa %4\"></i>%5</strong>",
|
||||
"upvoted_your_post_in": "<strong>%1</strong> , <strong>%2</strong> এ আপানার পোষ্টকে আপভোট করেছেন। ",
|
||||
"upvoted_your_post_in_dual": "<strong>%1</strong> and <strong>%2</strong> have upvoted your post in <strong>%3</strong>.",
|
||||
"upvoted_your_post_in_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have upvoted your post in <strong>%4</strong>.",
|
||||
"upvoted_your_post_in_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have upvoted your post in <strong>%4</strong>.",
|
||||
"moved_your_post": "<strong>%1</strong> has moved your post to <strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> has moved <strong>%2</strong>",
|
||||
"user_flagged_post_in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user_flagged_post_in_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a post in <strong>%3</strong>",
|
||||
"user_flagged_post_in_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a post in <strong>%4</strong>",
|
||||
"user_flagged_post_in_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a post in <strong>%4</strong>",
|
||||
"user_flagged_user": "<strong>%1</strong> flagged a user profile (%2)",
|
||||
"user_flagged_user_dual": "<strong>%1</strong> and <strong>%2</strong> flagged a user profile (%3)",
|
||||
"user_flagged_user_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a user profile (%4)",
|
||||
"user_flagged_user_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a user profile (%4)",
|
||||
"user_posted_to": "<strong>%1</strong> একটি উত্তর দিয়েছেন: <strong>%2</strong>",
|
||||
"user_posted_to_dual": "<strong>%1</strong> and <strong>%2</strong> have posted replies to: <strong>%3</strong>",
|
||||
"user_posted_to_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have posted replies to: <strong>%4</strong>",
|
||||
"user_posted_to_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have posted replies to: <strong>%4</strong>",
|
||||
"user_posted_topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user_edited_post": "<strong>%1</strong> has edited a post in <strong>%2</strong>",
|
||||
"user_started_following_you": "<strong>%1</strong> আপনাকে অনুসরন করা শুরু করেছেন।",
|
||||
"user_started_following_you_dual": "<strong>%1</strong> and <strong>%2</strong> started following you.",
|
||||
"user_started_following_you_triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> started following you.",
|
||||
"user_started_following_you_multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others started following you.",
|
||||
"new_register": "<strong>%1</strong> sent a registration request.",
|
||||
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
|
||||
"flag_assigned_to_you": "<strong>Flag %1</strong> has been assigned to you",
|
||||
"post_awaiting_review": "Post awaiting review",
|
||||
"new-message-from": "<strong>%1</strong> থেকে নতুন বার্তা",
|
||||
"new-messages-from": "%1 new messages from <strong>%2</strong>",
|
||||
"new-message-in": "New message in <strong>%1</strong>",
|
||||
"new-messages-in": "%1 new messages in <strong>%2</strong>",
|
||||
"user-posted-in-public-room": "<strong>%1</strong> wrote in <strong class=\"text-nowrap\"><i class=\"fa %2\"></i>%3</strong>",
|
||||
"user-posted-in-public-room-dual": "<strong>%1</strong> and <strong>%2</strong> wrote in <strong class=\"text-nowrap\"><i class=\"fa %3\"></i>%4</strong>",
|
||||
"user-posted-in-public-room-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> wrote in <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
|
||||
"user-posted-in-public-room-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others wrote in <strong class=\"text-nowrap\"><i class=\"fa %4\"></i>%5</strong>",
|
||||
"upvoted-your-post-in": "<strong>%1</strong> , <strong>%2</strong> এ আপানার পোষ্টকে আপভোট করেছেন।",
|
||||
"upvoted-your-post-in-dual": "<strong>%1</strong> and <strong>%2</strong> have upvoted your post in <strong>%3</strong>.",
|
||||
"upvoted-your-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have upvoted your post in <strong>%4</strong>.",
|
||||
"upvoted-your-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have upvoted your post in <strong>%4</strong>.",
|
||||
"moved-your-post": "<strong>%1</strong> has moved your post to <strong>%2</strong>",
|
||||
"moved-your-topic": "<strong>%1</strong> has moved <strong>%2</strong>",
|
||||
"user-flagged-post-in": "<strong>%1</strong> flagged a post in <strong>%2</strong>",
|
||||
"user-flagged-post-in-dual": "<strong>%1</strong> and <strong>%2</strong> flagged a post in <strong>%3</strong>",
|
||||
"user-flagged-post-in-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a post in <strong>%4</strong>",
|
||||
"user-flagged-post-in-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a post in <strong>%4</strong>",
|
||||
"user-flagged-user": "<strong>%1</strong> flagged a user profile (%2)",
|
||||
"user-flagged-user-dual": "<strong>%1</strong> and <strong>%2</strong> flagged a user profile (%3)",
|
||||
"user-flagged-user-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> flagged a user profile (%4)",
|
||||
"user-flagged-user-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others flagged a user profile (%4)",
|
||||
"user-posted-to": "<strong>%1</strong> একটি উত্তর দিয়েছেন: <strong>%2</strong>",
|
||||
"user-posted-to-dual": "<strong>%1</strong> and <strong>%2</strong> have posted replies to: <strong>%3</strong>",
|
||||
"user-posted-to-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> have posted replies to: <strong>%4</strong>",
|
||||
"user-posted-to-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others have posted replies to: <strong>%4</strong>",
|
||||
"user-posted-topic": "<strong>%1</strong> has posted a new topic: <strong>%2</strong>",
|
||||
"user-edited-post": "<strong>%1</strong> has edited a post in <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag": "<strong>%1</strong> has posted a new topic with tag <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag-dual": "<strong>%1</strong> has posted a new topic with tags <strong>%2</strong> and <strong>%3</strong>",
|
||||
"user-posted-topic-with-tag-triple": "<strong>%1</strong> has posted a new topic with tags <strong>%2</strong>, <strong>%3</strong> and <strong>%4</strong>",
|
||||
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> has posted a new topic with tags <strong>%2</strong>",
|
||||
"user-started-following-you": "<strong>%1</strong> আপনাকে অনুসরন করা শুরু করেছেন।",
|
||||
"user-started-following-you-dual": "<strong>%1</strong> and <strong>%2</strong> started following you.",
|
||||
"user-started-following-you-triple": "<strong>%1</strong>, <strong>%2</strong> and <strong>%3</strong> started following you.",
|
||||
"user-started-following-you-multiple": "<strong>%1</strong>, <strong>%2</strong> and %3 others started following you.",
|
||||
"new-register": "<strong>%1</strong> sent a registration request.",
|
||||
"new-register-multiple": "There are <strong>%1</strong> registration requests awaiting review.",
|
||||
"flag-assigned-to-you": "<strong>Flag %1</strong> has been assigned to you",
|
||||
"post-awaiting-review": "Post awaiting review",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
@@ -66,22 +75,24 @@
|
||||
"email-confirm-error-message": "আপনার ইমেল ঠিকানার বৈধতা যাচাইয়ে একটি সমস্যা হয়েছে। সম্ভবত কোডটি ভুল ছিল অথবা কোডের মেয়াদ শেষ হয়ে গিয়েছে।",
|
||||
"email-confirm-sent": "নিশ্চিতকরণ ইমেইল পাঠানো হয়েছে।",
|
||||
"none": "None",
|
||||
"notification_only": "Notification Only",
|
||||
"email_only": "Email Only",
|
||||
"notification_and_email": "Notification & Email",
|
||||
"notificationType_upvote": "When someone upvotes your post",
|
||||
"notificationType_new-topic": "When someone you follow posts a topic",
|
||||
"notificationType_new-reply": "When a new reply is posted in a topic you are watching",
|
||||
"notificationType_post-edit": "When a post is edited in a topic you are watching",
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_new-group-chat": "When you receive a group chat message",
|
||||
"notificationType_new-public-chat": "When you receive a public group chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-leave": "When a user leaves your group",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
"notificationType_new-user-flag": "When a user is flagged"
|
||||
"notification-only": "Notification Only",
|
||||
"email-only": "Email Only",
|
||||
"notification-and-email": "Notification & Email",
|
||||
"notificationType-upvote": "When someone upvotes your post",
|
||||
"notificationType-new-topic": "When someone you follow posts a topic",
|
||||
"notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow",
|
||||
"notificationType-new-reply": "When a new reply is posted in a topic you are watching",
|
||||
"notificationType-post-edit": "When a post is edited in a topic you are watching",
|
||||
"notificationType-follow": "When someone starts following you",
|
||||
"notificationType-new-chat": "When you receive a chat message",
|
||||
"notificationType-new-group-chat": "When you receive a group chat message",
|
||||
"notificationType-new-public-chat": "When you receive a public group chat message",
|
||||
"notificationType-group-invite": "When you receive a group invite",
|
||||
"notificationType-group-leave": "When a user leaves your group",
|
||||
"notificationType-group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType-new-register": "When someone gets added to registration queue",
|
||||
"notificationType-post-queue": "When a new post is queued",
|
||||
"notificationType-new-post-flag": "When a post is flagged",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
}
|
||||
@@ -47,7 +47,8 @@
|
||||
"account/latest-posts": "Latest posts made by %1",
|
||||
"account/topics": "Topics created by %1",
|
||||
"account/groups": "%1's Groups",
|
||||
"account/watched_categories": "%1's Watched Categories",
|
||||
"account/watched-categories": "%1's Watched Categories",
|
||||
"account/watched-tags": "%1's Watched Tags",
|
||||
"account/bookmarks": "%1's Bookmarked Posts",
|
||||
"account/settings": "User Settings",
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"week": "সপ্তাহ",
|
||||
"month": "মাস",
|
||||
"year": "বছর",
|
||||
"alltime": "সবসময় ",
|
||||
"no_recent_topics": "কোন সাম্প্রতিক টপিক নেই। ",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"alltime": "সবসময়",
|
||||
"no-recent-topics": "কোন সাম্প্রতিক টপিক নেই।",
|
||||
"no-popular-topics": "There are no popular topics.",
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"register": "নিবন্ধন",
|
||||
"already-have-account": "Already have an account?",
|
||||
"cancel_registration": "নিবন্ধন বাতিল",
|
||||
"cancel-registration": "নিবন্ধন বাতিল",
|
||||
"help.email": "ডিফল্টভাবে, আপনার ইমেইল সর্বসাধারণ থেকে লুকানো থাকবে।",
|
||||
"help.username_restrictions": "%1 এবং %2 অক্ষরের মাঝে একটি অনন্য সদস্য নাম। বাকিরা আপনাকে @<span id='yourUsername'>নাম</span> দিয়ে উল্লেখ করতে পারবেন।",
|
||||
"help.minimum_password_length": "আপনার পাসওয়ার্ড এর দৈর্ঘ্য অন্তত %1 অক্ষরের হতে হবে।",
|
||||
"email_address": "ইমেইল অ্যাড্রেস",
|
||||
"email_address_placeholder": "ইমেইল অ্যাড্রেস লিখুন",
|
||||
"help.username-restrictions": "%1 এবং %2 অক্ষরের মাঝে একটি অনন্য সদস্য নাম। বাকিরা আপনাকে @<span id='yourUsername'>নাম</span> দিয়ে উল্লেখ করতে পারবেন।",
|
||||
"help.minimum-password-length": "আপনার পাসওয়ার্ড এর দৈর্ঘ্য অন্তত %1 অক্ষরের হতে হবে।",
|
||||
"email-address": "ইমেইল অ্যাড্রেস",
|
||||
"email-address-placeholder": "ইমেইল অ্যাড্রেস লিখুন",
|
||||
"username": "ইউজারনেম",
|
||||
"username_placeholder": "ইউজারনেম লিখুন",
|
||||
"username-placeholder": "ইউজারনেম লিখুন",
|
||||
"password": "পাসওয়ার্ড",
|
||||
"password_placeholder": "পাসওয়ার্ড লিখুন",
|
||||
"confirm_password": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"confirm_password_placeholder": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"register_now_button": "নিবন্ধন করুন",
|
||||
"alternative_registration": "বিকল্প নিবন্ধন",
|
||||
"terms_of_use": "নিয়মাবলী",
|
||||
"agree_to_terms_of_use": "আমি নিয়মাবলী মেনে চলতে সম্মতি জানালাম",
|
||||
"terms_of_use_error": "আপনাকে অবশ্যই ব্যাবহার নীতিমালায় সম্মত হতে হবে।",
|
||||
"registration-added-to-queue": "আপনার নিবন্ধনটি এ্যাপ্লুভাল তালিকায় যুক্ত হয়েছে। একজন এডমিনিস্ট্রেটর কর্তৃক নিবন্ধন গৃহীত হলে আপনি একটি মেইল পাবেন। ",
|
||||
"password-placeholder": "পাসওয়ার্ড লিখুন",
|
||||
"confirm-password": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"confirm-password-placeholder": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"register-now-button": "নিবন্ধন করুন",
|
||||
"alternative-registration": "বিকল্প নিবন্ধন",
|
||||
"terms-of-use": "নিয়মাবলী",
|
||||
"agree-to-terms-of-use": "আমি নিয়মাবলী মেনে চলতে সম্মতি জানালাম",
|
||||
"terms-of-use-error": "আপনাকে অবশ্যই ব্যাবহার নীতিমালায় সম্মত হতে হবে।",
|
||||
"registration-added-to-queue": "আপনার নিবন্ধনটি এ্যাপ্লুভাল তালিকায় যুক্ত হয়েছে। একজন এডমিনিস্ট্রেটর কর্তৃক নিবন্ধন গৃহীত হলে আপনি একটি মেইল পাবেন।",
|
||||
"registration-queue-average-time": "Our average time for approving memberships is %1 hours %2 minutes.",
|
||||
"registration-queue-auto-approve-time": "Your membership to this forum will be fully activated in up to %1 hours.",
|
||||
"interstitial.intro": "We'd like some additional information in order to update your account…",
|
||||
"interstitial.intro-new": "We'd like some additional information before we can create your account…",
|
||||
"interstitial.errors-found": "Please review the entered information:",
|
||||
"gdpr_agree_data": "I consent to the collection and processing of my personal information on this website.",
|
||||
"gdpr_agree_email": "I consent to receive digest and notification emails from this website.",
|
||||
"gdpr_consent_denied": "You must give consent to this site to collect/process your information, and to send you emails.",
|
||||
"gdpr-agree-data": "I consent to the collection and processing of my personal information on this website.",
|
||||
"gdpr-agree-email": "I consent to receive digest and notification emails from this website.",
|
||||
"gdpr-consent-denied": "You must give consent to this site to collect/process your information, and to send you emails.",
|
||||
"invite.error-admin-only": "Direct user registration has been disabled. Please contact an administrator for more details.",
|
||||
"invite.error-invite-only": "Direct user registration has been disabled. You must be invited by an existing user in order to access this forum.",
|
||||
"invite.error-invalid-data": "The registration data received does not correspond to our records. Please contact an administrator for more details"
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"reset_password": "পাসওয়ার্ড রিসেট",
|
||||
"update_password": "পাসওয়ার্ড হালনাগাদ",
|
||||
"password_changed.title": "পাসওয়ার্ড পরিবর্তন করা হয়েছে",
|
||||
"password_changed.message": "<p>পাসওয়ার্ড সফলভাবে রিসেট করা হয়েছে, পুনরায় <a href=\"/login\">প্রবেশ<a> করুন।",
|
||||
"wrong_reset_code.title": "ভুল রিসেট কোড",
|
||||
"wrong_reset_code.message": "প্রাপ্ত রিসেট কোডটি ভুল ছিল। আবার চেষ্টা করুন, অথবা <a href=\"/reset\">একটি নতুন রিসেট কোড</a> অনুরোধ করুন।",
|
||||
"new_password": "নতুন পাসওয়ার্ড",
|
||||
"repeat_password": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"changing_password": "Changing Password",
|
||||
"enter_email": "অনুগ্রহপূর্বক আপনার ইমেইল এড্রেস প্রদান করুন, আমরা আপনাকে আপনার পাসওয়ার্ড রিসেট সম্পর্কিত তথ্যাবলী ইমেইলে পাঠিয়ে দিবো। ",
|
||||
"enter_email_address": "আপনার ইমেইল এড্রেস",
|
||||
"password_reset_sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.",
|
||||
"invalid_email": "ভুল ইমেইল / ইমেইল ডেটাবেইজে নেই",
|
||||
"password_too_short": "The password entered is too short, please pick a different password.",
|
||||
"passwords_do_not_match": "The two passwords you've entered do not match.",
|
||||
"password_expired": "Your password has expired, please choose a new password"
|
||||
"reset-password": "পাসওয়ার্ড রিসেট",
|
||||
"update-password": "পাসওয়ার্ড হালনাগাদ",
|
||||
"password-changed.title": "পাসওয়ার্ড পরিবর্তন করা হয়েছে",
|
||||
"password-changed.message": "<p>পাসওয়ার্ড সফলভাবে রিসেট করা হয়েছে, পুনরায় <a href=\"/login\">প্রবেশ<a> করুন।",
|
||||
"wrong-reset-code.title": "ভুল রিসেট কোড",
|
||||
"wrong-reset-code.message": "প্রাপ্ত রিসেট কোডটি ভুল ছিল। আবার চেষ্টা করুন, অথবা <a href=\"/reset\">একটি নতুন রিসেট কোড</a> অনুরোধ করুন।",
|
||||
"new-password": "নতুন পাসওয়ার্ড",
|
||||
"repeat-password": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"changing-password": "Changing Password",
|
||||
"enter-email": "অনুগ্রহপূর্বক আপনার ইমেইল এড্রেস প্রদান করুন, আমরা আপনাকে আপনার পাসওয়ার্ড রিসেট সম্পর্কিত তথ্যাবলী ইমেইলে পাঠিয়ে দিবো।",
|
||||
"enter-email-address": "আপনার ইমেইল এড্রেস",
|
||||
"password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.",
|
||||
"invalid-email": "ভুল ইমেইল / ইমেইল ডেটাবেইজে নেই",
|
||||
"password-too-short": "The password entered is too short, please pick a different password.",
|
||||
"passwords-do-not-match": "The two passwords you've entered do not match.",
|
||||
"password-expired": "Your password has expired, please choose a new password"
|
||||
}
|
||||
10
public/language/bn/rewards.json
Normal file
10
public/language/bn/rewards.json
Normal file
@@ -0,0 +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>",
|
||||
|
||||
"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>"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type-to-search": "Type to search",
|
||||
"results_matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )",
|
||||
"results-matching": "\"%2\" এর সাথে মিলিয়ে %1 ফলাফল পাওয়া গেছে, ( %3 seconds সময় লেগেছে )",
|
||||
"no-matches": "কোন মিল খুঁজে পাওয়া যায় নি",
|
||||
"advanced-search": "এডভান্সড সার্চ",
|
||||
"in": "এর মধ্যে",
|
||||
@@ -101,7 +101,7 @@
|
||||
"clear-preferences": "Clear preferences",
|
||||
"search-preferences-saved": "Search preferences saved",
|
||||
"search-preferences-cleared": "Search preferences cleared",
|
||||
"show-results-as": "ফলাফল দেখানো হোক : ",
|
||||
"show-results-as": "ফলাফল দেখানো হোক :",
|
||||
"show-results-as-topics": "Show results as topics",
|
||||
"show-results-as-posts": "Show results as posts",
|
||||
"see-more-results": "See more results (%1)",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"success": "সফল হয়েছে",
|
||||
"topic-post": "আপনি সফলভাবে পোষ্ট করেছেন। ",
|
||||
"topic-post": "আপনি সফলভাবে পোষ্ট করেছেন।",
|
||||
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
|
||||
"authentication-successful": "অথেন্টিকেশন সফল হয়েছে",
|
||||
"settings-saved": "সেটিংস সেভ করা হয়েছে। "
|
||||
"settings-saved": "সেটিংস সেভ করা হয়েছে।"
|
||||
}
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"all-tags": "All tags",
|
||||
"no_tag_topics": "এই ট্যাগ সম্বলিত কোন টপিক নেই",
|
||||
"no-tag-topics": "এই ট্যাগ সম্বলিত কোন টপিক নেই",
|
||||
"no-tags-found": "No tags found",
|
||||
"tags": "ট্যাগসমূহ",
|
||||
"enter_tags_here": "Enter tags here, between %1 and %2 characters each.",
|
||||
"enter_tags_here_short": "ট্যাগ বসান",
|
||||
"no_tags": "এখন পর্যন্ত কোন ট্যাগ নেই",
|
||||
"select_tags": "Select Tags",
|
||||
"tag-whitelist": "Tag Whitelist"
|
||||
"enter-tags-here": "Enter tags here, between %1 and %2 characters each.",
|
||||
"enter-tags-here-short": "ট্যাগ বসান",
|
||||
"no-tags": "এখন পর্যন্ত কোন ট্যাগ নেই",
|
||||
"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."
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Top",
|
||||
"no_top_topics": "No top topics"
|
||||
"no-top-topics": "No top topics"
|
||||
}
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"topic": "টপিক",
|
||||
"title": "Title",
|
||||
"no_topics_found": "কোন টপিক পাওয়া যায়নি!",
|
||||
"no_posts_found": "কোন পোস্ট পাওয়া যায়নি",
|
||||
"post_is_deleted": "এই পোস্টটি মুছে ফেলা হয়েছে!",
|
||||
"topic_is_deleted": "This topic is deleted!",
|
||||
"profile": "প্রোফাইল ",
|
||||
"posted_by": "পোস্ট করেছেন %1",
|
||||
"posted_by_guest": "অতিথি পোস্ট ",
|
||||
"no-topics-found": "কোন টপিক পাওয়া যায়নি!",
|
||||
"no-posts-found": "কোন পোস্ট পাওয়া যায়নি",
|
||||
"post-is-deleted": "এই পোস্টটি মুছে ফেলা হয়েছে!",
|
||||
"topic-is-deleted": "This topic is deleted!",
|
||||
"profile": "প্রোফাইল",
|
||||
"posted-by": "পোস্ট করেছেন %1",
|
||||
"posted-by-guest": "অতিথি পোস্ট",
|
||||
"chat": "আলাপচারি",
|
||||
"notify_me": "এই টপিকে নতুন উত্তর আসলে জানুন",
|
||||
"notify-me": "এই টপিকে নতুন উত্তর আসলে জানুন",
|
||||
"quote": "উদ্ধৃতি",
|
||||
"reply": "উত্তর",
|
||||
"replies_to_this_post": "%1 Replies",
|
||||
"one_reply_to_this_post": "1 Reply",
|
||||
"last_reply_time": "Last reply",
|
||||
"replies-to-this-post": "%1 Replies",
|
||||
"one-reply-to-this-post": "1 Reply",
|
||||
"last-reply-time": "Last reply",
|
||||
"reply-as-topic": "Reply as topic",
|
||||
"guest-login-reply": "Log in to reply",
|
||||
"login-to-view": "🔒 Log in to view",
|
||||
@@ -64,129 +64,130 @@
|
||||
"user-referenced-topic-on": "%1 <a href=\"%2\">referenced</a> this topic on %3",
|
||||
"user-forked-topic-ago": "%1 <a href=\"%2\">forked</a> this topic %3",
|
||||
"user-forked-topic-on": "%1 <a href=\"%2\">forked</a> this topic on %3",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"bookmark-instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag-post": "Flag this post",
|
||||
"flag-user": "Flag this user",
|
||||
"already-flagged": "Already Flagged",
|
||||
"view-flag-report": "View Flag Report",
|
||||
"resolve-flag": "Resolve Flag",
|
||||
"merged_message": "This topic has been merged into <a href=\"%1\">%2</a>",
|
||||
"deleted_message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।",
|
||||
"following_topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।",
|
||||
"not_following_topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",
|
||||
"ignoring_topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.",
|
||||
"login_to_subscribe": "এই টপিকে সাবস্ক্রাইব করতে চাইলে অনুগ্রহ করে নিবন্ধণ করুন অথবা প্রবেশ করুন।",
|
||||
"merged-message": "This topic has been merged into <a href=\"%1\">%2</a>",
|
||||
"forked-message": "This topic was forked from <a href=\"%1\">%2</a>",
|
||||
"deleted-message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।",
|
||||
"following-topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।",
|
||||
"not-following-topic.message": "You will see this topic in the unread topics list, but you will not receive notifications when somebody posts to this topic.",
|
||||
"ignoring-topic.message": "You will no longer see this topic in the unread topics list. You will be notified when you are mentioned or your post is up voted.",
|
||||
"login-to-subscribe": "এই টপিকে সাবস্ক্রাইব করতে চাইলে অনুগ্রহ করে নিবন্ধণ করুন অথবা প্রবেশ করুন।",
|
||||
"markAsUnreadForAll.success": "টপিকটি সবার জন্য অপঠিত হিসাবে মার্ক করুন।",
|
||||
"mark_unread": "Mark unread",
|
||||
"mark_unread.success": "Topic marked as unread.",
|
||||
"mark-unread": "Mark unread",
|
||||
"mark-unread.success": "Topic marked as unread.",
|
||||
"watch": "দেখা",
|
||||
"unwatch": "অদেখা",
|
||||
"watch.title": "এই টপিকে নতুন উত্তর এলে বিজ্ঞাপণের মাধ্যমে জানুন।",
|
||||
"unwatch.title": "এই টপিক দেখা বন্ধ করুন",
|
||||
"share_this_post": "এই পোষ্টটি শেয়ার করুন",
|
||||
"share-this-post": "এই পোষ্টটি শেয়ার করুন",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Notify me of new replies.<br/>Show topic in unread.",
|
||||
"not-watching.description": "Do not notify me of new replies.<br/>Show topic in unread if category is not ignored.",
|
||||
"ignoring.description": "Do not notify me of new replies.<br/>Do not show topic in unread.",
|
||||
"thread_tools.title": "টপিক সম্পর্কিত টুলস",
|
||||
"thread_tools.markAsUnreadForAll": "Mark Unread For All",
|
||||
"thread_tools.pin": "টপিক পিন করুন",
|
||||
"thread_tools.unpin": "টপিক আনপিন করুন",
|
||||
"thread_tools.lock": "টপিক বন্ধ করুন",
|
||||
"thread_tools.unlock": "টপিক খুলে দিন",
|
||||
"thread_tools.move": "টপিক সরান",
|
||||
"thread_tools.move-posts": "Move Posts",
|
||||
"thread_tools.move_all": "সমস্ত টপিক সরান",
|
||||
"thread_tools.change_owner": "Change Owner",
|
||||
"thread_tools.select_category": "Select Category",
|
||||
"thread_tools.fork": "টপিক ফর্ক করুন",
|
||||
"thread_tools.tag": "Tag Topic",
|
||||
"thread_tools.delete": "টপিক মুছে ফেলুন",
|
||||
"thread_tools.delete-posts": "Delete Posts",
|
||||
"thread_tools.delete_confirm": "আপনি নিশ্চিত যে আপনি এই টপিকটি মুছে ফেলতে চান?",
|
||||
"thread_tools.restore": "টপিক পুনরূদ্ধার করুন",
|
||||
"thread_tools.restore_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পুনরূদ্ধার করতে চান?",
|
||||
"thread_tools.purge": "টপিক পার্জ করুন",
|
||||
"thread_tools.purge_confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পার্জ করতে চাচ্ছেন ? ",
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge Topic",
|
||||
"topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic_move_undone": "Topic move undone",
|
||||
"topic_move_posts_success": "Posts will be moved shortly. Click here to undo.",
|
||||
"topic_move_posts_undone": "Post move undone",
|
||||
"post_delete_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি মুছে ফেলতে চান ?",
|
||||
"post_restore_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পুনরূূদ্ধার করতে চান ? ",
|
||||
"post_purge_confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পার্জ করতে চান ? ",
|
||||
"thread-tools.title": "টপিক সম্পর্কিত টুলস",
|
||||
"thread-tools.markAsUnreadForAll": "Mark Unread For All",
|
||||
"thread-tools.pin": "টপিক পিন করুন",
|
||||
"thread-tools.unpin": "টপিক আনপিন করুন",
|
||||
"thread-tools.lock": "টপিক বন্ধ করুন",
|
||||
"thread-tools.unlock": "টপিক খুলে দিন",
|
||||
"thread-tools.move": "টপিক সরান",
|
||||
"thread-tools.move-posts": "Move Posts",
|
||||
"thread-tools.move-all": "সমস্ত টপিক সরান",
|
||||
"thread-tools.change-owner": "Change Owner",
|
||||
"thread-tools.select-category": "Select Category",
|
||||
"thread-tools.fork": "টপিক ফর্ক করুন",
|
||||
"thread-tools.tag": "Tag Topic",
|
||||
"thread-tools.delete": "টপিক মুছে ফেলুন",
|
||||
"thread-tools.delete-posts": "Delete Posts",
|
||||
"thread-tools.delete-confirm": "আপনি নিশ্চিত যে আপনি এই টপিকটি মুছে ফেলতে চান?",
|
||||
"thread-tools.restore": "টপিক পুনরূদ্ধার করুন",
|
||||
"thread-tools.restore-confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পুনরূদ্ধার করতে চান?",
|
||||
"thread-tools.purge": "টপিক পার্জ করুন",
|
||||
"thread-tools.purge-confirm": "আপনি নিশ্চিত যে আপনি টপিকটি পার্জ করতে চাচ্ছেন ?",
|
||||
"thread-tools.merge-topics": "Merge Topics",
|
||||
"thread-tools.merge": "Merge Topic",
|
||||
"topic-move-success": "This topic will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic-move-multiple-success": "These topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic-move-all-success": "All topics will be moved to \"%1\" shortly. Click here to undo.",
|
||||
"topic-move-undone": "Topic move undone",
|
||||
"topic-move-posts-success": "Posts will be moved shortly. Click here to undo.",
|
||||
"topic-move-posts-undone": "Post move undone",
|
||||
"post-delete-confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি মুছে ফেলতে চান ?",
|
||||
"post-restore-confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পুনরূূদ্ধার করতে চান ?",
|
||||
"post-purge-confirm": "আপনি নিশ্চিত যে আপনি এই পোষ্টটি পার্জ করতে চান ?",
|
||||
"pin-modal-expiry": "Expiration Date",
|
||||
"pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.",
|
||||
"load_categories": "ক্যাটাগরী লোড করা হচ্ছে",
|
||||
"confirm_move": "সরান",
|
||||
"confirm_fork": "ফর্ক",
|
||||
"load-categories": "ক্যাটাগরী লোড করা হচ্ছে",
|
||||
"confirm-move": "সরান",
|
||||
"confirm-fork": "ফর্ক",
|
||||
"bookmark": "Bookmark",
|
||||
"bookmarks": "Bookmarks",
|
||||
"bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.",
|
||||
"bookmarks.has-no-bookmarks": "You haven't bookmarked any posts yet.",
|
||||
"copy-permalink": "Copy Permalink",
|
||||
"loading_more_posts": "আরো পোষ্ট লোড করা হচ্ছে",
|
||||
"move_topic": "টপিক সরান",
|
||||
"move_topics": "টপিক সমূহ সরান",
|
||||
"move_post": "পোষ্ট সরান",
|
||||
"post_moved": "পোষ্ট সরানো হয়েছে",
|
||||
"fork_topic": "টপিক ফর্ক করুন",
|
||||
"loading-more-posts": "আরো পোষ্ট লোড করা হচ্ছে",
|
||||
"move-topic": "টপিক সরান",
|
||||
"move-topics": "টপিক সমূহ সরান",
|
||||
"move-post": "পোষ্ট সরান",
|
||||
"post-moved": "পোষ্ট সরানো হয়েছে",
|
||||
"fork-topic": "টপিক ফর্ক করুন",
|
||||
"enter-new-topic-title": "Enter new topic title",
|
||||
"fork_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic",
|
||||
"fork_no_pids": "কোন পোষ্ট সিলেক্ট করা হয় নি",
|
||||
"fork-topic-instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic",
|
||||
"fork-no-pids": "কোন পোষ্ট সিলেক্ট করা হয় নি",
|
||||
"no-posts-selected": "No posts selected!",
|
||||
"x-posts-selected": "%1 post(s) selected",
|
||||
"x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"",
|
||||
"fork_pid_count": "%1 post(s) selected",
|
||||
"fork_success": "টপিক ফর্ক করা হয়েছে। ফর্ক করা টপিকে যেতে এখানে ক্লিক করুন",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"merge_topics_instruction": "Click the topics you want to merge or search for them",
|
||||
"fork-pid-count": "%1 post(s) selected",
|
||||
"fork-success": "টপিক ফর্ক করা হয়েছে। ফর্ক করা টপিকে যেতে এখানে ক্লিক করুন",
|
||||
"delete-posts-instruction": "Click the posts you want to delete/purge",
|
||||
"merge-topics-instruction": "Click the topics you want to merge or search for them",
|
||||
"merge-topic-list-title": "List of topics to be merged",
|
||||
"merge-options": "Merge options",
|
||||
"merge-select-main-topic": "Select the main topic",
|
||||
"merge-new-title-for-topic": "New title for topic",
|
||||
"topic-id": "Topic ID",
|
||||
"move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
|
||||
"move_topic_instruction": "Select the target category and then click move",
|
||||
"change_owner_instruction": "Click the posts you want to assign to another user",
|
||||
"composer.title_placeholder": "আপনার টপিকের শিরোনাম দিন",
|
||||
"composer.handle_placeholder": "Enter your name/handle here",
|
||||
"move-posts-instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
|
||||
"move-topic-instruction": "Select the target category and then click move",
|
||||
"change-owner-instruction": "Click the posts you want to assign to another user",
|
||||
"composer.title-placeholder": "আপনার টপিকের শিরোনাম দিন",
|
||||
"composer.handle-placeholder": "Enter your name/handle here",
|
||||
"composer.hide": "Hide",
|
||||
"composer.discard": "বাতিল",
|
||||
"composer.submit": "সাবমিট",
|
||||
"composer.additional-options": "Additional Options",
|
||||
"composer.post-later": "Post Later",
|
||||
"composer.schedule": "Schedule",
|
||||
"composer.replying_to": "%1 এর উত্তরে:",
|
||||
"composer.new_topic": "নতুন টপিক",
|
||||
"composer.replying-to": "%1 এর উত্তরে:",
|
||||
"composer.new-topic": "নতুন টপিক",
|
||||
"composer.editing-in": "Editing post in %1",
|
||||
"composer.uploading": "আপলোডিং",
|
||||
"composer.thumb_url_label": "টপিকে থাম্বনেইল URL পেষ্ট করুন",
|
||||
"composer.thumb_title": "এই টপিকে থাম্বনেইল যোগ করুন",
|
||||
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb_file_label": "অথবা একটি ফাইল আপলোড করুন",
|
||||
"composer.thumb_remove": "ফিল্ড ক্লিয়ার করুন",
|
||||
"composer.drag_and_drop_images": "ছবি এখানে ড্র্যাগ করে এনে ছেড়ে দিন",
|
||||
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
|
||||
"more_users": "%1 more user(s)",
|
||||
"more_guests": "%1 more guest(s)",
|
||||
"users_and_others": "%1 and %2 others",
|
||||
"sort_by": "সাজানোর ভিত্তি:",
|
||||
"oldest_to_newest": "পুরাতন থেকে নতুন",
|
||||
"newest_to_oldest": "নতুন থেকে পুরাতন",
|
||||
"most_votes": "Most Votes",
|
||||
"most_posts": "Most Posts",
|
||||
"most_views": "Most Views",
|
||||
"composer.thumb-url-label": "টপিকে থাম্বনেইল URL পেষ্ট করুন",
|
||||
"composer.thumb-title": "এই টপিকে থাম্বনেইল যোগ করুন",
|
||||
"composer.thumb-url-placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb-file-label": "অথবা একটি ফাইল আপলোড করুন",
|
||||
"composer.thumb-remove": "ফিল্ড ক্লিয়ার করুন",
|
||||
"composer.drag-and-drop-images": "ছবি এখানে ড্র্যাগ করে এনে ছেড়ে দিন",
|
||||
"more-users-and-guests": "%1 more user(s) and %2 guest(s)",
|
||||
"more-users": "%1 more user(s)",
|
||||
"more-guests": "%1 more guest(s)",
|
||||
"users-and-others": "%1 and %2 others",
|
||||
"sort-by": "সাজানোর ভিত্তি:",
|
||||
"oldest-to-newest": "পুরাতন থেকে নতুন",
|
||||
"newest-to-oldest": "নতুন থেকে পুরাতন",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
"stale.title": "Create new topic instead?",
|
||||
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
|
||||
"stale.create": "Create a new topic",
|
||||
"stale.reply_anyway": "Reply to this topic anyway",
|
||||
"link_back": "Re: [%1](%2)",
|
||||
"stale.reply-anyway": "Reply to this topic anyway",
|
||||
"link-back": "Re: [%1](%2)",
|
||||
"diffs.title": "Post Edit History",
|
||||
"diffs.description": "This post has <strong>%1</strong> revisions. Click one of the revisions below to see the post content at that point in time.",
|
||||
"diffs.no-revisions-description": "This post has <strong>%1</strong> revisions.",
|
||||
@@ -197,8 +198,8 @@
|
||||
"diffs.post-restored": "Post successfully restored to earlier revision",
|
||||
"diffs.delete": "Delete this revision",
|
||||
"diffs.deleted": "Revision deleted",
|
||||
"timeago_later": "%1 later",
|
||||
"timeago_earlier": "%1 earlier",
|
||||
"timeago-later": "%1 later",
|
||||
"timeago-earlier": "%1 earlier",
|
||||
"first-post": "First post",
|
||||
"last-post": "Last post",
|
||||
"go-to-my-next-post": "Go to my next post",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"title": "অপঠিত",
|
||||
"no_unread_topics": "কোন অপঠিত টপিক নেই",
|
||||
"load_more": "আরো লোড করুন",
|
||||
"mark_as_read": "পঠিত হিসেবে চিহ্নিত করুন",
|
||||
"no-unread-topics": "কোন অপঠিত টপিক নেই",
|
||||
"load-more": "আরো লোড করুন",
|
||||
"mark-as-read": "পঠিত হিসেবে চিহ্নিত করুন",
|
||||
"selected": "নির্বাচিত",
|
||||
"all": "সবগুলো",
|
||||
"all_categories": "All categories",
|
||||
"topics_marked_as_read.success": "পঠিত হিসেবে চিহ্নিত টপিকসমূহ",
|
||||
"all-categories": "All categories",
|
||||
"topics-marked-as-read.success": "পঠিত হিসেবে চিহ্নিত টপিকসমূহ",
|
||||
"all-topics": "All Topics",
|
||||
"new-topics": "New Topics",
|
||||
"watched-topics": "Watched Topics",
|
||||
|
||||
@@ -7,22 +7,22 @@
|
||||
"joindate": "নিবন্ধন তারিখ",
|
||||
"postcount": "সর্বমোট পোষ্ট",
|
||||
"email": "ইমেইল",
|
||||
"confirm_email": "ইমেইল নিশ্চিত করুন",
|
||||
"account_info": "Account Info",
|
||||
"admin_actions_label": "Administrative Actions",
|
||||
"ban_account": "একাউন্ট নিষিদ্ধ করুন",
|
||||
"ban_account_confirm": "আপনি কি নিশ্চিত যে এই সদস্যকে নিষিদ্ধ করতে চান ?",
|
||||
"unban_account": "নিষেদ্ধাজ্ঞা তুলে নিন",
|
||||
"mute_account": "Mute Account",
|
||||
"unmute_account": "Unmute Account",
|
||||
"delete_account": "একাউন্ট মুছে ফেলুন",
|
||||
"delete_account_as_admin": "Delete <strong>Account</strong>",
|
||||
"delete_content": "Delete Account <strong>Content</strong>",
|
||||
"delete_all": "Delete <strong>Account</strong> and <strong>Content</strong>",
|
||||
"delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account?<br /><strong>This action is irreversible and you will not be able to recover any of your data</strong><br /><br />Enter your password to confirm that you wish to destroy this account.",
|
||||
"delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind?<br /><strong>This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account</strong><br /><br />",
|
||||
"delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"confirm-email": "ইমেইল নিশ্চিত করুন",
|
||||
"account-info": "Account Info",
|
||||
"admin-actions-label": "Administrative Actions",
|
||||
"ban-account": "একাউন্ট নিষিদ্ধ করুন",
|
||||
"ban-account-confirm": "আপনি কি নিশ্চিত যে এই সদস্যকে নিষিদ্ধ করতে চান ?",
|
||||
"unban-account": "নিষেদ্ধাজ্ঞা তুলে নিন",
|
||||
"mute-account": "Mute Account",
|
||||
"unmute-account": "Unmute Account",
|
||||
"delete-account": "একাউন্ট মুছে ফেলুন",
|
||||
"delete-account-as-admin": "Delete <strong>Account</strong>",
|
||||
"delete-content": "Delete Account <strong>Content</strong>",
|
||||
"delete-all": "Delete <strong>Account</strong> and <strong>Content</strong>",
|
||||
"delete-account-confirm": "Are you sure you want to anonymize your posts and delete your account?<br /><strong>This action is irreversible and you will not be able to recover any of your data</strong><br /><br />Enter your password to confirm that you wish to destroy this account.",
|
||||
"delete-this-account-confirm": "Are you sure you want to delete this account while leaving its contents behind?<br /><strong>This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account</strong><br /><br />",
|
||||
"delete-account-content-confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"delete-all-confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"account-deleted": "একাউন্ট মুছে ফেলা হয়েছে",
|
||||
"account-content-deleted": "Account content deleted",
|
||||
"fullname": "পুর্ণ নাম",
|
||||
@@ -32,11 +32,12 @@
|
||||
"joined": "যোগদান করেছেন",
|
||||
"lastonline": "সর্বশেষ অনলাইনে ছিলেন",
|
||||
"profile": "প্রোফাইল",
|
||||
"profile_views": "প্রোফাইল দেখেছেন",
|
||||
"profile-views": "প্রোফাইল দেখেছেন",
|
||||
"reputation": "সন্মাননা",
|
||||
"bookmarks": "Bookmarks",
|
||||
"watched_categories": "Watched categories",
|
||||
"change_all": "Change All",
|
||||
"watched-categories": "Watched categories",
|
||||
"watched-tags": "Watched tags",
|
||||
"change-all": "Change All",
|
||||
"watched": "দেখা হয়েছে",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
@@ -44,83 +45,84 @@
|
||||
"following": "যারা আপনাকে অনুসরণ করছে",
|
||||
"blocks": "Blocks",
|
||||
"blocked-users": "Blocked users",
|
||||
"block_toggle": "Toggle Block",
|
||||
"block_user": "Block User",
|
||||
"unblock_user": "Unblock User",
|
||||
"aboutme": "আমার সম্পর্কে: ",
|
||||
"block-toggle": "Toggle Block",
|
||||
"block-user": "Block User",
|
||||
"unblock-user": "Unblock User",
|
||||
"aboutme": "আমার সম্পর্কে:",
|
||||
"signature": "স্বাক্ষর",
|
||||
"birthday": "জন্মদিন",
|
||||
"chat": "বার্তালাপ",
|
||||
"chat_with": "Continue chat with %1",
|
||||
"new_chat_with": "Start new chat with %1",
|
||||
"chat-with": "Continue chat with %1",
|
||||
"new-chat-with": "Start new chat with %1",
|
||||
"flag-profile": "Flag Profile",
|
||||
"follow": "অনুসরন করুন",
|
||||
"unfollow": "অনুসরন করা থেকে বিরত থাকুন",
|
||||
"more": "আরো...",
|
||||
"profile_update_success": "প্রোফাইল আপডেট সফল হয়েছে",
|
||||
"change_picture": "ছবি পরিবর্তন",
|
||||
"change_username": "ইউজারনেম পরিবর্তন করুন",
|
||||
"change_email": "ইমেইল পরিবর্তন করুন",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"profile-update-success": "প্রোফাইল আপডেট সফল হয়েছে",
|
||||
"change-picture": "ছবি পরিবর্তন",
|
||||
"change-username": "ইউজারনেম পরিবর্তন করুন",
|
||||
"change-email": "ইমেইল পরিবর্তন করুন",
|
||||
"email-updated": "Email Updated",
|
||||
"email-same-as-password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "সম্পাদনা",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "ডিফল্ট আইকন",
|
||||
"uploaded_picture": "ছবি আপলোড করুন",
|
||||
"upload_new_picture": "নতুন ছবি আপলোড করুন",
|
||||
"upload_new_picture_from_url": "URL থেকে নতুন ছবি আপলোড করুন",
|
||||
"current_password": "বর্তমান পাসওয়ার্ড",
|
||||
"new_password": "New Password",
|
||||
"change_password": "পাসওয়ার্ড পরিবর্তন",
|
||||
"change_password_error": "অগ্রহনযোগ্য পাসওয়ার্ড",
|
||||
"change_password_error_wrong_current": "আপনার পাসওয়ার্ড সঠিক নয়",
|
||||
"change_password_error_match": "পাসওয়ার্ড অবশ্যই একই হতে হবে",
|
||||
"change_password_error_privileges": "আপনার পাসওয়ার্ড পরিবর্তন করার অনুমতি নেই",
|
||||
"change_password_success": "আপনার পাসওয়ার্ড আপডেট করা হয়েছে",
|
||||
"confirm_password": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"default-picture": "ডিফল্ট আইকন",
|
||||
"uploaded-picture": "ছবি আপলোড করুন",
|
||||
"upload-new-picture": "নতুন ছবি আপলোড করুন",
|
||||
"upload-new-picture-from-url": "URL থেকে নতুন ছবি আপলোড করুন",
|
||||
"current-password": "বর্তমান পাসওয়ার্ড",
|
||||
"new-password": "New Password",
|
||||
"change-password": "পাসওয়ার্ড পরিবর্তন",
|
||||
"change-password-error": "অগ্রহনযোগ্য পাসওয়ার্ড",
|
||||
"change-password-error-wrong-current": "আপনার পাসওয়ার্ড সঠিক নয়",
|
||||
"change-password-error-match": "পাসওয়ার্ড অবশ্যই একই হতে হবে",
|
||||
"change-password-error-privileges": "আপনার পাসওয়ার্ড পরিবর্তন করার অনুমতি নেই",
|
||||
"change-password-success": "আপনার পাসওয়ার্ড আপডেট করা হয়েছে",
|
||||
"confirm-password": "পাসওয়ার্ড নিশ্চিত করুন",
|
||||
"password": "পাসওয়ার্ড",
|
||||
"username_taken_workaround": "আপনি যে ইউজারনেম চাচ্ছিলেন সেটি ইতিমধ্যে নেয়া হয়ে গেছে, কাজেই আমরা এটি কিঞ্চিং পরিবর্তন করেছি। আপনি এখন <strong>%1</strong> হিসেবে পরিচিত",
|
||||
"password_same_as_username": "Your password is the same as your username, please select another password.",
|
||||
"password_same_as_email": "Your password is the same as your email, please select another password.",
|
||||
"weak_password": "Weak password.",
|
||||
"upload_picture": "ছবি আপলোড করুন",
|
||||
"upload_a_picture": "ছবি (একটি) আপলোড করুন",
|
||||
"remove_uploaded_picture": "আপলোড করা ছবিটি সরিয়ে নাও",
|
||||
"upload_cover_picture": "Upload cover picture",
|
||||
"remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?",
|
||||
"crop_picture": "Crop picture",
|
||||
"upload_cropped_picture": "Crop and upload",
|
||||
"username-taken-workaround": "আপনি যে ইউজারনেম চাচ্ছিলেন সেটি ইতিমধ্যে নেয়া হয়ে গেছে, কাজেই আমরা এটি কিঞ্চিং পরিবর্তন করেছি। আপনি এখন <strong>%1</strong> হিসেবে পরিচিত",
|
||||
"password-same-as-username": "Your password is the same as your username, please select another password.",
|
||||
"password-same-as-email": "Your password is the same as your email, please select another password.",
|
||||
"weak-password": "Weak password.",
|
||||
"upload-picture": "ছবি আপলোড করুন",
|
||||
"upload-a-picture": "ছবি (একটি) আপলোড করুন",
|
||||
"remove-uploaded-picture": "আপলোড করা ছবিটি সরিয়ে নাও",
|
||||
"upload-cover-picture": "Upload cover picture",
|
||||
"remove-cover-picture-confirm": "Are you sure you want to remove the cover picture?",
|
||||
"crop-picture": "Crop picture",
|
||||
"upload-cropped-picture": "Crop and upload",
|
||||
"avatar-background-colour": "Avatar background colour",
|
||||
"settings": "সেটিংস",
|
||||
"show_email": "আমার ইমেইল দেখাও",
|
||||
"show_fullname": "আমার সম্পূর্ণ নাম দেখাও",
|
||||
"restrict_chats": "আমি যাদের ফলো করি কেবলমাত্র তাদের থেকে বার্তা গ্রহন করা হোক",
|
||||
"digest_label": "ডাইজেষ্টে সাবস্ক্রাইব করুন",
|
||||
"digest_description": "শিডিউল অনূযায়ী এই ফোরামের ইমেইল আপডেটের জন্য সাবস্ক্রাইব করুন (নতুন নোটিফিকেশন এবং টপিকসমূহ )",
|
||||
"digest_off": "বন্ধ",
|
||||
"digest_daily": "দৈনিক",
|
||||
"digest_weekly": "সাপ্তাহিক",
|
||||
"digest_biweekly": "Bi-Weekly",
|
||||
"digest_monthly": "মাসিক",
|
||||
"has_no_follower": "এই সদস্যের কোন ফলোয়ার নেই :(",
|
||||
"follows_no_one": "এই সদস্য কাউকে ফলো করছেন না :(",
|
||||
"has_no_posts": "এই সদস্য এখন পর্যন্ত কোন পোস্ট করেন নি",
|
||||
"has_no_best_posts": "This user does not have any upvoted posts yet.",
|
||||
"has_no_topics": "এই সদস্য এখনো কোন টপিক করেন নি",
|
||||
"has_no_watched_topics": "এই সদস্য এখনো কোন টপিক দেখেন নি",
|
||||
"has_no_ignored_topics": "This user hasn't ignored any topics yet.",
|
||||
"has_no_upvoted_posts": "This user hasn't upvoted any posts yet.",
|
||||
"has_no_downvoted_posts": "This user hasn't downvoted any posts yet.",
|
||||
"has_no_controversial_posts": "This user does not have any downvoted posts yet.",
|
||||
"has_no_blocks": "You have blocked no users.",
|
||||
"email_hidden": "ইমেইল গোপন রাখা হয়েছে",
|
||||
"show-email": "আমার ইমেইল দেখাও",
|
||||
"show-fullname": "আমার সম্পূর্ণ নাম দেখাও",
|
||||
"restrict-chats": "আমি যাদের ফলো করি কেবলমাত্র তাদের থেকে বার্তা গ্রহন করা হোক",
|
||||
"digest-label": "ডাইজেষ্টে সাবস্ক্রাইব করুন",
|
||||
"digest-description": "শিডিউল অনূযায়ী এই ফোরামের ইমেইল আপডেটের জন্য সাবস্ক্রাইব করুন (নতুন নোটিফিকেশন এবং টপিকসমূহ )",
|
||||
"digest-off": "বন্ধ",
|
||||
"digest-daily": "দৈনিক",
|
||||
"digest-weekly": "সাপ্তাহিক",
|
||||
"digest-biweekly": "Bi-Weekly",
|
||||
"digest-monthly": "মাসিক",
|
||||
"has-no-follower": "এই সদস্যের কোন ফলোয়ার নেই :(",
|
||||
"follows-no-one": "এই সদস্য কাউকে ফলো করছেন না :(",
|
||||
"has-no-posts": "এই সদস্য এখন পর্যন্ত কোন পোস্ট করেন নি",
|
||||
"has-no-best-posts": "This user does not have any upvoted posts yet.",
|
||||
"has-no-topics": "এই সদস্য এখনো কোন টপিক করেন নি",
|
||||
"has-no-watched-topics": "এই সদস্য এখনো কোন টপিক দেখেন নি",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-upvoted-posts": "This user hasn't upvoted any posts yet.",
|
||||
"has-no-downvoted-posts": "This user hasn't downvoted any posts yet.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
"has-no-blocks": "You have blocked no users.",
|
||||
"email-hidden": "ইমেইল গোপন রাখা হয়েছে",
|
||||
"hidden": "গোপন করা হয়েছে",
|
||||
"paginate_description": "ইনফাইনাইট স্ক্রলের বদলে টপিক ও পোস্টের জন্য পেজিনেশন ব্যাবহার করা হোক",
|
||||
"topics_per_page": "প্রতি পেজে কতগুলো টপিক থাকবে",
|
||||
"posts_per_page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে",
|
||||
"paginate-description": "ইনফাইনাইট স্ক্রলের বদলে টপিক ও পোস্টের জন্য পেজিনেশন ব্যাবহার করা হোক",
|
||||
"topics-per-page": "প্রতি পেজে কতগুলো টপিক থাকবে",
|
||||
"posts-per-page": "প্রতি পেইজে কতগুলো পোষ্ট থাকবে",
|
||||
"category-topic-sort": "Category topic sort",
|
||||
"topic-post-sort": "Topic post sort",
|
||||
"max_items_per_page": "Maximum %1",
|
||||
"acp_language": "Admin Page Language",
|
||||
"max-items-per-page": "Maximum %1",
|
||||
"acp-language": "Admin Page Language",
|
||||
"notifications": "Notifications",
|
||||
"upvote-notif-freq": "Upvote Notification Frequency",
|
||||
"upvote-notif-freq.all": "All Upvotes",
|
||||
@@ -130,13 +132,13 @@
|
||||
"upvote-notif-freq.logarithmic": "On 10, 100, 1000...",
|
||||
"upvote-notif-freq.disabled": "Disabled",
|
||||
"browsing": "Browsing সেটিংস",
|
||||
"open_links_in_new_tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন",
|
||||
"enable_topic_searching": "In-Topic সার্চ সক্রীয় করো",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"update_url_with_post_index": "Update url with post index while browsing topics",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
"open-links-in-new-tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন",
|
||||
"enable-topic-searching": "In-Topic সার্চ সক্রীয় করো",
|
||||
"topic-search-help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"update-url-with-post-index": "Update url with post index while browsing topics",
|
||||
"scroll-to-my-post": "After posting a reply, show the new post",
|
||||
"follow-topics-you-reply-to": "Watch topics that you reply to",
|
||||
"follow-topics-you-create": "Watch topics you create",
|
||||
"grouptitle": "Group Title",
|
||||
"group-order-help": "Select a group and use the arrows to order titles",
|
||||
"no-group-title": "No group title",
|
||||
@@ -145,9 +147,9 @@
|
||||
"no-skin": "No Skin",
|
||||
"select-homepage": "Select a Homepage",
|
||||
"homepage": "Homepage",
|
||||
"homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
|
||||
"custom_route": "Custom Homepage Route",
|
||||
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")",
|
||||
"homepage-description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
|
||||
"custom-route": "Custom Homepage Route",
|
||||
"custom-route-help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")",
|
||||
"sso.title": "Single Sign-on Services",
|
||||
"sso.associated": "Associated with",
|
||||
"sso.not-associated": "Click here to associate with",
|
||||
@@ -179,25 +181,25 @@
|
||||
"consent.title": "Your Rights & Consent",
|
||||
"consent.lead": "This community forum collects and processes your personal information.",
|
||||
"consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.<br /><br />We retain this information for the life of your user account, and you are able to withdraw consent at any time by deleting your account. At any time you may request a copy of your contribution to this website, via your Rights & Consent page.<br /><br />If you have any questions or concerns, we encourage you to reach out to this forum's administrative team.",
|
||||
"consent.email_intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.",
|
||||
"consent.digest_frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.",
|
||||
"consent.digest_off": "Unless explicitly changed in your user settings, this community does not send out email digests",
|
||||
"consent.email-intro": "Occasionally, we may send emails to your registered email address in order to provide updates and/or to notify you of new activity that is pertinent to you. You can customise the frequency of the community digest (including disabling it outright), as well as select which types of notifications to receive via email, via your user settings page.",
|
||||
"consent.digest-frequency": "Unless explicitly changed in your user settings, this community delivers email digests every %1.",
|
||||
"consent.digest-off": "Unless explicitly changed in your user settings, this community does not send out email digests",
|
||||
"consent.received": "You have provided consent for this website to collect and process your information. No additional action is required.",
|
||||
"consent.not_received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.",
|
||||
"consent.not-received": "You have not provided consent for data collection and processing. At any time this website's administration may elect to delete your account in order to become compliant with the General Data Protection Regulation.",
|
||||
"consent.give": "Give consent",
|
||||
"consent.right_of_access": "You have the Right of Access",
|
||||
"consent.right_of_access_description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.",
|
||||
"consent.right_to_rectification": "You have the Right to Rectification",
|
||||
"consent.right_to_rectification_description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.",
|
||||
"consent.right_to_erasure": "You have the Right to Erasure",
|
||||
"consent.right_to_erasure_description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account <strong>and</strong> your content, please contact the administrative team for this website.",
|
||||
"consent.right_to_data_portability": "You have the Right to Data Portability",
|
||||
"consent.right_to_data_portability_description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.",
|
||||
"consent.export_profile": "Export Profile (.json)",
|
||||
"consent.right-of-access": "You have the Right of Access",
|
||||
"consent.right-of-access-description": "You have the right to access any data collected by this website upon request. You can retrieve a copy of this data by clicking the appropriate button below.",
|
||||
"consent.right-to-rectification": "You have the Right to Rectification",
|
||||
"consent.right-to-rectification-description": "You have the right to change or update any inaccurate data provided to us. Your profile can be updated by editing your profile, and post content can always be edited. If this is not the case, please contact this site's administrative team.",
|
||||
"consent.right-to-erasure": "You have the Right to Erasure",
|
||||
"consent.right-to-erasure-description": "At any time, you are able to revoke your consent to data collection and/or processing by deleting your account. Your individual profile can be deleted, although your posted content will remain. If you wish to delete both your account <strong>and</strong> your content, please contact the administrative team for this website.",
|
||||
"consent.right-to-data-portability": "You have the Right to Data Portability",
|
||||
"consent.right-to-data-portability-description": "You may request from us a machine-readable export of any collected data about you and your account. You can do so by clicking the appropriate button below.",
|
||||
"consent.export-profile": "Export Profile (.json)",
|
||||
"consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.",
|
||||
"consent.export_uploads": "Export Uploaded Content (.zip)",
|
||||
"consent.export-uploads": "Export Uploaded Content (.zip)",
|
||||
"consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.",
|
||||
"consent.export_posts": "Export Posts (.csv)",
|
||||
"consent.export-posts": "Export Posts (.csv)",
|
||||
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
|
||||
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
|
||||
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"all-users": "All Users",
|
||||
"latest_users": "সর্বশেষ নিবন্ধিত সদস্যরা:",
|
||||
"top_posters": "সর্বোচ্চ পোষ্টকারী",
|
||||
"most_reputation": "সর্বোচ্চ সম্মাননাধারী",
|
||||
"most_flags": "সর্বোচ্চ অভিযোগ",
|
||||
"latest-users": "সর্বশেষ নিবন্ধিত সদস্যরা:",
|
||||
"top-posters": "সর্বোচ্চ পোষ্টকারী",
|
||||
"most-reputation": "সর্বোচ্চ সম্মাননাধারী",
|
||||
"most-flags": "সর্বোচ্চ অভিযোগ",
|
||||
"search": "খুঁজুন",
|
||||
"enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন",
|
||||
"enter-username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন",
|
||||
"search-user-for-chat": "Search for a user to start chat",
|
||||
"load_more": "আরো লোড করুন",
|
||||
"users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ",
|
||||
"load-more": "আরো লোড করুন",
|
||||
"users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড",
|
||||
"filter-by": "ফিল্টার করার ধরন",
|
||||
"online-only": "শুধুমাত্র অনলাইন",
|
||||
"invite": "ইনভাইট",
|
||||
"prompt-email": "ইমেইল",
|
||||
"groups-to-join": "সদস্য অনুরোধ স্বীকৃত হলে যেসব সম্প্রদায়ে যোগ দিতে হবে",
|
||||
"invitation-email-sent": "%1 কে একটি ইনভাইটেশন ইমেইল পাঠানো হয়েছে",
|
||||
"user_list": "সদস্য তালিকা",
|
||||
"recent_topics": "সাম্প্রতিক টপিক",
|
||||
"popular_topics": "জনপ্রিয় টপিক",
|
||||
"unread_topics": "অপঠিত টপিক",
|
||||
"user-list": "সদস্য তালিকা",
|
||||
"recent-topics": "সাম্প্রতিক টপিক",
|
||||
"popular-topics": "জনপ্রিয় টপিক",
|
||||
"unread-topics": "অপঠিত টপিক",
|
||||
"categories": "বিভাগ",
|
||||
"tags": "ট্যাগসমূহ",
|
||||
"no-users-found": "কোন সদস্য পাওয়া যায় নি"
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"filter-type": "Typ události",
|
||||
"filter-start": "Datum začátku",
|
||||
"filter-end": "Datum konce",
|
||||
"filter-perPage": "Na stránku"
|
||||
"filter-per-page": "Na stránku"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"none-installed": "Nebyly nalezeny žádné miniaplikace! Aktivujte zásuvný modul miniaplikace v ovládacím panelu <a href=\"%1\">zásuvné moduly</a>.",
|
||||
"clone-from": "Klonovat miniaplikaci z",
|
||||
"containers.available": "Dostupné moduly",
|
||||
"containers.explanation": "Přetáhněte na jakoukoliv aktivní miniaplikaci",
|
||||
"containers.explanation": "Přetáhněte a pusťte na libovolnou miniaplikaci",
|
||||
"containers.none": "Nic",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jumbotron",
|
||||
@@ -29,5 +29,7 @@
|
||||
"hide-from-groups": "Skrýt ve skupinách",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Skrýt na mobilu"
|
||||
"hide-on-mobile": "Skrýt na mobilu",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
}
|
||||
@@ -6,8 +6,9 @@
|
||||
"group-privileges": "Oprávnění skupiny",
|
||||
"user-privileges": "Oprávnění uživatele",
|
||||
"edit-privileges": "Upravit oprávnění",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"select-clear-all": "Vybrat/vymazat vše",
|
||||
"chat": "Konverzace",
|
||||
"chat-with-privileged": "Konverzace s privilegovanými",
|
||||
"upload-images": "Nahrát obrázky",
|
||||
"upload-files": "Náhrát soubory",
|
||||
"signature": "Podpis",
|
||||
@@ -33,7 +34,7 @@
|
||||
"edit-posts": "Upravit příspěvek",
|
||||
"view-edit-history": "Zobrazit historii editace",
|
||||
"delete-posts": "Odstranit příspěvky",
|
||||
"view_deleted": "Zobrazit odstraněné příspěvky",
|
||||
"view-deleted": "Zobrazit odstraněné příspěvky",
|
||||
"upvote-posts": "Souhlasné příspěvky",
|
||||
"downvote-posts": "Nesouhlasné příspěvky",
|
||||
"delete-topics": "Odstranit témata",
|
||||
@@ -48,7 +49,7 @@
|
||||
"admin-tags": "Tags",
|
||||
"admin-settings": "Nastavení",
|
||||
|
||||
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
|
||||
"alert.confirm-moderate": "<strong>Jste si jisti, že chcete této skupině uživatelů udělit oprávnění k moderování?</strong> Tato skupina je veřejná a každý uživatel se do ní může libovolně připojit.",
|
||||
"alert.confirm-admins-mods": "<strong>Are you sure you wish to grant the "Admins & Mods" privilege to this user/group?</strong> Users with this privilege are able to promote and demote other users into privileged positions, <em>including super administrator</em>",
|
||||
"alert.confirm-save": "Please confirm your intention to save these privileges",
|
||||
"alert.confirm-discard": "Are you sure you wish to discard your privilege changes?",
|
||||
|
||||
@@ -4,16 +4,21 @@
|
||||
"edit": "Actions",
|
||||
"make-admin": "Učinit správcem",
|
||||
"remove-admin": "Odebrat správce",
|
||||
"change-email": "Change Email",
|
||||
"new-email": "New Email",
|
||||
"validate-email": "Ověřit e-mail",
|
||||
"send-validation-email": "Poslat ověřovací e-mail",
|
||||
"change-password": "Change Password",
|
||||
"password-reset-email": "Poslat e-mail pro resetování hesla",
|
||||
"force-password-reset": "Vynutit reset hesla a odhlášení uživatele",
|
||||
"ban": "Zakázat uživatele",
|
||||
"ban": "Ban",
|
||||
"ban-users": "Ban User(s)",
|
||||
"temp-ban": "Dočasně zakázat uživatele",
|
||||
"unban": "Zrušit zákaz uživatele",
|
||||
"reset-lockout": "Obnovit uzamčení",
|
||||
"reset-flags": "Obnovit označení",
|
||||
"delete": "Odstranit <strong>Uživatele</strong>",
|
||||
"delete": "Delete",
|
||||
"delete-users": "Delete <strong>User(s)</strong>",
|
||||
"delete-content": "Odstranit <strong>Obsah</strong> uživatele",
|
||||
"purge": "Odstranit <strong>uživatele</strong> a <strong>obsah</strong>",
|
||||
"download-csv": "Stáhnout jako CSV",
|
||||
@@ -81,6 +86,7 @@
|
||||
"alerts.button-ban-x": "Zakázat %1 uživatele.",
|
||||
"alerts.unban-success": "Zákaz uživatele byl zrušen.",
|
||||
"alerts.lockout-reset-success": "Uzamčení bylo obnoveno.",
|
||||
"alerts.password-change-success": "Password(s) changed!",
|
||||
"alerts.flag-reset-success": "Označení bylo obnoveno.",
|
||||
"alerts.no-remove-yourself-admin": "Sebe jako správce nemůžete vyjmout.",
|
||||
"alerts.make-admin-success": "Uživatel je nyní správcem",
|
||||
@@ -106,6 +112,7 @@
|
||||
"alerts.create": "Vytvořit uživatele",
|
||||
"alerts.button-create": "Vytvořit",
|
||||
"alerts.button-cancel": "Zrušit",
|
||||
"alerts.button-change": "Change",
|
||||
"alerts.error-passwords-different": "Hesla musí souhlasit.",
|
||||
"alerts.error-x": "<strong>Chyba</strong><p>%1</p>",
|
||||
"alerts.create-success": "Uživatel byl vytvořen.",
|
||||
@@ -113,6 +120,10 @@
|
||||
"alerts.prompt-email": "E-maily:",
|
||||
"alerts.email-sent-to": "E-mail s pozvánkou byl odeslán na %1",
|
||||
"alerts.x-users-found": "%1 user(s) found, (%2 seconds)",
|
||||
"alerts.select-a-single-user-to-change-email": "Select a single user to change email",
|
||||
"export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.",
|
||||
"export-users-completed": "Users exported as csv, click here to download."
|
||||
"export-users-completed": "Users exported as csv, click here to download.",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"manage": "Manage"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"zero-is-disabled": "Enter 0 to disable this restriction",
|
||||
"chat-settings": "Nastavení konverzace",
|
||||
"disable": "Zakázat konverzaci",
|
||||
"disable-editing": "Zakázat upravení/odstranění konverzační zprávy",
|
||||
@@ -6,8 +7,10 @@
|
||||
"max-length": "Maximální délka konverzační zprávy",
|
||||
"max-chat-room-name-length": "Maximum length of chat room names",
|
||||
"max-room-size": "Maximální počet uživatelů v konverzační místnosti",
|
||||
"delay": "Čas mezi konverzačními zprávami v milisekundách",
|
||||
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
|
||||
"restrictions.seconds-edit-after": "Počet sekund, kdy může být ještě konverzační zpráva upravena (pro zakázání - 0)",
|
||||
"restrictions.seconds-delete-after": "Počet sekund, kdy může být ještě konverzační zpráva odstraněna (pro zakázání - 0)"
|
||||
"delay": "Time between chat messages (ms)",
|
||||
"newbieDelay": "... for new users (ms)",
|
||||
"notification-delay": "Notification delay for chat messages",
|
||||
"notification-delay-help": "Additional messages sent between this time are collated, and the user is notified once per delay period. Set this to 0 to disable the delay.",
|
||||
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.",
|
||||
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable."
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user