mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
Merge remote-tracking branch 'origin/develop' into activitypub
This commit is contained in:
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- 5432:5432
|
||||
|
||||
redis:
|
||||
image: 'redis:7.4.0'
|
||||
image: 'redis:7.4.1'
|
||||
# Set health checks to wait until redis has started
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping"
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- 6379:6379
|
||||
|
||||
mongo:
|
||||
image: 'mongo:7.0'
|
||||
image: 'mongo:8.0'
|
||||
ports:
|
||||
# Maps port 27017 on service container to the host
|
||||
- 27017:27017
|
||||
@@ -192,7 +192,7 @@ jobs:
|
||||
run: npm run coverage
|
||||
|
||||
- name: Test coverage
|
||||
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
|
||||
uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2
|
||||
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@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
|
||||
uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel-finished: true
|
||||
|
||||
149
CHANGELOG.md
149
CHANGELOG.md
@@ -1,3 +1,152 @@
|
||||
#### v3.10.0 (2024-09-25)
|
||||
|
||||
##### Chores
|
||||
|
||||
* move service worker generation code to its own controller file (c153c469)
|
||||
* incrementing version number - v3.9.1 (f120c91c)
|
||||
* incrementing version number - v3.9.0 (4880f32d)
|
||||
* incrementing version number - v3.8.4 (4833f9a6)
|
||||
* incrementing version number - v3.8.3 (97ce2c44)
|
||||
* incrementing version number - v3.8.2 (72d91251)
|
||||
* incrementing version number - v3.8.1 (527326f7)
|
||||
* incrementing version number - v3.8.0 (e228a6eb)
|
||||
* incrementing version number - v3.7.5 (6882894d)
|
||||
* incrementing version number - v3.7.4 (6678744c)
|
||||
* incrementing version number - v3.7.3 (2d62b6f6)
|
||||
* incrementing version number - v3.7.2 (cc257e7e)
|
||||
* incrementing version number - v3.7.1 (712365a5)
|
||||
* incrementing version number - v3.7.0 (9a6153d7)
|
||||
* incrementing version number - v3.6.7 (86a17e38)
|
||||
* incrementing version number - v3.6.6 (6604bf37)
|
||||
* incrementing version number - v3.6.5 (6c653625)
|
||||
* incrementing version number - v3.6.4 (83d131b4)
|
||||
* incrementing version number - v3.6.3 (fc7d2bfd)
|
||||
* incrementing version number - v3.6.2 (0f577a57)
|
||||
* incrementing version number - v3.6.1 (f1a69468)
|
||||
* incrementing version number - v3.6.0 (4cdf85f8)
|
||||
* incrementing version number - v3.5.3 (ed0e8783)
|
||||
* incrementing version number - v3.5.2 (52fbb2da)
|
||||
* incrementing version number - v3.5.1 (4c543488)
|
||||
* incrementing version number - v3.5.0 (d06fb4f0)
|
||||
* incrementing version number - v3.4.3 (5c984250)
|
||||
* incrementing version number - v3.4.2 (3f0dac38)
|
||||
* 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)
|
||||
* **deps:**
|
||||
* update dependency jsdom to v25.0.1 (#12816) (9a24eb7e)
|
||||
* update dependency sass-embedded to v1.79.3 (#12813) (e0cb1d26)
|
||||
* update dependency sass-embedded to v1.79.2 (#12811) (8a6ced2d)
|
||||
* update dependency nyc to v17.1.0 (#12806) (d55c3f03)
|
||||
|
||||
##### New Features
|
||||
|
||||
* port updated service worker code to `develop`, allow plugins to define scripts to import into service worker (979954c2)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* **deps:**
|
||||
* update dependency esbuild to v0.24.0 (#12817) (8c148bc4)
|
||||
* update dependency commander to v12.1.0 (#12587) (c7d4db8c)
|
||||
* update dependency sass to v1.79.3 (#12814) (f0cdc249)
|
||||
* update dependency sass to v1.79.2 (#12812) (2a5d481f)
|
||||
* update dependency nodebb-widget-essentials to v7.0.29 (#12805) (86c2caed)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* silence saas deprecations on prod (3fdec51a)
|
||||
|
||||
#### v3.9.1 (2024-09-25)
|
||||
|
||||
##### Chores
|
||||
|
||||
* up themes (8bca9768)
|
||||
* up widgets (41c73de5)
|
||||
* incrementing version number - v3.9.0 (4880f32d)
|
||||
* update changelog for v3.9.0 (c3d97c6c)
|
||||
* incrementing version number - v3.8.4 (4833f9a6)
|
||||
* incrementing version number - v3.8.3 (97ce2c44)
|
||||
* incrementing version number - v3.8.2 (72d91251)
|
||||
* incrementing version number - v3.8.1 (527326f7)
|
||||
* incrementing version number - v3.8.0 (e228a6eb)
|
||||
* incrementing version number - v3.7.5 (6882894d)
|
||||
* incrementing version number - v3.7.4 (6678744c)
|
||||
* incrementing version number - v3.7.3 (2d62b6f6)
|
||||
* incrementing version number - v3.7.2 (cc257e7e)
|
||||
* incrementing version number - v3.7.1 (712365a5)
|
||||
* incrementing version number - v3.7.0 (9a6153d7)
|
||||
* incrementing version number - v3.6.7 (86a17e38)
|
||||
* incrementing version number - v3.6.6 (6604bf37)
|
||||
* incrementing version number - v3.6.5 (6c653625)
|
||||
* incrementing version number - v3.6.4 (83d131b4)
|
||||
* incrementing version number - v3.6.3 (fc7d2bfd)
|
||||
* incrementing version number - v3.6.2 (0f577a57)
|
||||
* incrementing version number - v3.6.1 (f1a69468)
|
||||
* incrementing version number - v3.6.0 (4cdf85f8)
|
||||
* incrementing version number - v3.5.3 (ed0e8783)
|
||||
* incrementing version number - v3.5.2 (52fbb2da)
|
||||
* incrementing version number - v3.5.1 (4c543488)
|
||||
* incrementing version number - v3.5.0 (d06fb4f0)
|
||||
* incrementing version number - v3.4.3 (5c984250)
|
||||
* incrementing version number - v3.4.2 (3f0dac38)
|
||||
* 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
|
||||
|
||||
* closes #12819, add helper to escape tx strings (7d0c2cb6)
|
||||
* closes #12807, fix quick reply js error (06ac0c99)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* silence saas deprecations on prod (05e4307e)
|
||||
* remove deprecation warnings, still used from widgets (3cee59f9)
|
||||
|
||||
#### v3.9.0 (2024-09-18)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis:7.4.0-alpine
|
||||
image: redis:7.4.1-alpine
|
||||
restart: unless-stopped
|
||||
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
|
||||
# command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] # uncomment if you want to use snapshotting instead of AOF
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- ./install/docker/setup.json:/usr/src/app/setup.json
|
||||
|
||||
redis:
|
||||
image: redis:7.4.0-alpine
|
||||
image: redis:7.4.1-alpine
|
||||
restart: unless-stopped
|
||||
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
|
||||
# command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] # uncomment if you want to use snapshotting instead of AOF
|
||||
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
- mongo-data:/data/db
|
||||
- ./install/docker/mongodb-user-init.js:/docker-entrypoint-initdb.d/user-init.js
|
||||
redis:
|
||||
image: redis:7.4.0-alpine
|
||||
image: redis:7.4.1-alpine
|
||||
restart: unless-stopped
|
||||
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
|
||||
# command: ['redis-server', '--save', '60', '1', '--loglevel', 'warning'] # uncomment if you want to use snapshotting instead of AOF
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"bootstrap": "5.3.3",
|
||||
"bootswatch": "5.3.3",
|
||||
"chalk": "4.1.2",
|
||||
"chart.js": "4.4.4",
|
||||
"chart.js": "4.4.5",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"cli-graph": "3.2.2",
|
||||
"clipboard": "2.0.11",
|
||||
@@ -63,15 +63,15 @@
|
||||
"connect-multiparty": "2.2.0",
|
||||
"connect-pg-simple": "10.0.0",
|
||||
"connect-redis": "7.1.1",
|
||||
"cookie-parser": "1.4.6",
|
||||
"cookie-parser": "1.4.7",
|
||||
"cron": "3.1.7",
|
||||
"cropperjs": "1.6.2",
|
||||
"csrf-sync": "4.0.3",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "7.0.0",
|
||||
"esbuild": "0.24.0",
|
||||
"express": "4.21.0",
|
||||
"express-session": "1.18.0",
|
||||
"express": "4.21.1",
|
||||
"express-session": "1.18.1",
|
||||
"express-useragent": "1.0.15",
|
||||
"fetch-cookie": "3.0.1",
|
||||
"file-loader": "6.2.0",
|
||||
@@ -99,8 +99,8 @@
|
||||
"mousetrap": "1.6.5",
|
||||
"multiparty": "4.2.3",
|
||||
"nconf": "0.12.1",
|
||||
"nodebb-plugin-2factor": "7.5.5",
|
||||
"nodebb-plugin-composer-default": "10.2.39",
|
||||
"nodebb-plugin-2factor": "7.5.6",
|
||||
"nodebb-plugin-composer-default": "10.2.40",
|
||||
"nodebb-plugin-dbsearch": "6.2.5",
|
||||
"nodebb-plugin-emoji": "5.1.15",
|
||||
"nodebb-plugin-emoji-android": "4.0.0",
|
||||
@@ -129,15 +129,15 @@
|
||||
"rimraf": "5.0.10",
|
||||
"rss": "1.2.2",
|
||||
"rtlcss": "4.3.0",
|
||||
"sanitize-html": "2.13.0",
|
||||
"sass": "1.79.4",
|
||||
"sanitize-html": "2.13.1",
|
||||
"sass": "1.79.5",
|
||||
"satori": "^0.11.1",
|
||||
"semver": "7.6.3",
|
||||
"serve-favicon": "2.5.0",
|
||||
"sharp": "0.32.6",
|
||||
"sitemap": "8.0.0",
|
||||
"socket.io": "4.7.5",
|
||||
"socket.io-client": "4.7.5",
|
||||
"socket.io": "4.8.0",
|
||||
"socket.io-client": "4.8.0",
|
||||
"@socket.io/redis-adapter": "8.3.0",
|
||||
"sortablejs": "1.15.3",
|
||||
"spdx-license-list": "6.9.0",
|
||||
@@ -151,8 +151,8 @@
|
||||
"validator": "13.12.0",
|
||||
"webpack": "5.95.0",
|
||||
"webpack-merge": "6.0.1",
|
||||
"winston": "3.14.2",
|
||||
"workerpool": "9.1.3",
|
||||
"winston": "3.15.0",
|
||||
"workerpool": "9.2.0",
|
||||
"xml": "1.0.1",
|
||||
"xregexp": "5.1.1",
|
||||
"yargs": "17.7.2",
|
||||
@@ -165,7 +165,7 @@
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
"eslint-plugin-import": "2.30.0",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "8.0.3",
|
||||
@@ -178,7 +178,7 @@
|
||||
"smtp-server": "3.13.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sass-embedded": "1.79.4"
|
||||
"sass-embedded": "1.79.5"
|
||||
},
|
||||
"resolutions": {
|
||||
"*/jquery": "3.7.1"
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "غير الكل",
|
||||
"watched": "متابع",
|
||||
"ignored": "تم تجاهله",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "حالة مشاهدة اﻻقسام الافتراضية",
|
||||
"followers": "المتابعون",
|
||||
"following": "يتابع",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "هذا المستخدم لم يكتب أي موضوع حتى الآن.",
|
||||
"has-no-watched-topics": "هذا المستخدم لم يقم بمراقبة اية مواضيع حتى الآن.",
|
||||
"has-no-ignored-topics": "هذا المستخدم لم يقم بتجاهل اية مواضيع حتى الآن.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "هذا المستخدم لم يقم بالتصويت للأعلى لأي مشاركة حتى الآن.",
|
||||
"has-no-downvoted-posts": "هذا المستخدم لم يقم بالتصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
"has-no-controversial-posts": "هذا المستخدم ﻻيمتلك تصويت للأسفل لأي مشاركة حتى الآن.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Променят се настройките на %1",
|
||||
"account/watched": "Теми, наблюдавани от %1",
|
||||
"account/ignored": "Теми, пренебрегвани от %1",
|
||||
"account/read": "Теми, прочетени от %1",
|
||||
"account/upvoted": "Публикации, получили положителен глас от %1",
|
||||
"account/downvoted": "Публикации, получили отрицателен глас от %1",
|
||||
"account/best": "Най-добрите публикации от %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Промяна на всички",
|
||||
"watched": "Наблюдавани",
|
||||
"ignored": "Пренебрегвани",
|
||||
"read": "Прочетени",
|
||||
"default-category-watch-state": "Състояние по подразбиране за наблюдаването на категории",
|
||||
"followers": "Последователи",
|
||||
"following": "Следва",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Този потребител не е създавал теми досега.",
|
||||
"has-no-watched-topics": "Този потребител не е наблюдавал нито една тема досега.",
|
||||
"has-no-ignored-topics": "Този потребител не е пренебрегнал нито една тема досега.",
|
||||
"has-no-read-topics": "Този потребител не е прочел нито една тема досега.",
|
||||
"has-no-upvoted-posts": "Този потребител не е гласувал положително досега.",
|
||||
"has-no-downvoted-posts": "Този потребител не е гласувал отрицателно досега.",
|
||||
"has-no-controversial-posts": "Този потребител няма публикации с отрицателни гласове засега.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "দেখা হয়েছে",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "যাদের অনুসরণ করছেন",
|
||||
"following": "যারা আপনাকে অনুসরণ করছে",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "এই সদস্য এখনো কোন টপিক করেন নি",
|
||||
"has-no-watched-topics": "এই সদস্য এখনো কোন টপিক দেখেন নি",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Témata sledovaná uživatelem %1",
|
||||
"account/ignored": "Témata ignorovaná uživatelem %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Souhlasí s příspěvkem %1",
|
||||
"account/downvoted": "Nesouhlasí s příspěvkem %1",
|
||||
"account/best": "Nejlepší příspěvky od %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Změnit vše",
|
||||
"watched": "Sledován",
|
||||
"ignored": "Ignorován",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Výchozí stav sledované kategorie",
|
||||
"followers": "Sledují ho",
|
||||
"following": "Sleduje",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Tento uživatel ještě nezaložil žádné téma.",
|
||||
"has-no-watched-topics": "Tento uživatel zatím nesleduje žádná témata.",
|
||||
"has-no-ignored-topics": "Tento uživatel ještě neignoruje žádné témata.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Tento uživatel zatím nevyjádřil souhlas u žádného příspěvku.",
|
||||
"has-no-downvoted-posts": "Tento uživatel zatím nevyjádřil nesouhlas u žádného příspěvku.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Tråde fulgt af %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Indlæg syntes godt om af %1",
|
||||
"account/downvoted": "Indlæg syntes ikke godt om af %1",
|
||||
"account/best": "Bedste indlæg skrevet af %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Set",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Følger",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Denne bruger har ikke skrævet nogle tråde endnu.",
|
||||
"has-no-watched-topics": "Denne bruger har ikke fulgt nogle tråde endnu.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Denne bruger har ikke syntes godt om nogle indlæg endnu.",
|
||||
"has-no-downvoted-posts": "Denne bruger har ikke, syntes ikke godt om nogle indlæg endnu.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Einstellungen von %1 ändern",
|
||||
"account/watched": "Von %1 beobachtete Themen",
|
||||
"account/ignored": "Ignorierte Themen von %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Von %1 positiv bewertete Beiträge",
|
||||
"account/downvoted": "Von %1 negativ bewertete Beiträge",
|
||||
"account/best": "Bestbewertete Beiträge von %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Alle ändern",
|
||||
"watched": "Beobachtet",
|
||||
"ignored": "Ignoriert",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Standardmäßige Beobachtung",
|
||||
"followers": "Follower",
|
||||
"following": "Folge ich",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Dieser Benutzer hat noch keine Themen erstellt.",
|
||||
"has-no-watched-topics": "Dieser Benutzer beobachtet keine Themen.",
|
||||
"has-no-ignored-topics": "Dieser Benutzer ignoriert bisher keine Themen.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Dieser Benutzer hat bisher keine Beiträge positiv bewertet.",
|
||||
"has-no-downvoted-posts": "Dieser Benutzer hat bisher keine Beiträge negativ bewertet.",
|
||||
"has-no-controversial-posts": "Dieser Benutzer hat noch keine herabgestuften Beiträge.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Ακόλουθοι",
|
||||
"following": "Ακολουθά",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "This user hasn't posted any topics yet.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
@@ -122,6 +123,7 @@
|
||||
"has-no-topics": "This user hasn't posted any topics yet.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "This user hasn't posted any topics yet.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "This user hasn't posted any topics yet.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Temas seguidos por %1",
|
||||
"account/ignored": "Temas ignorados por %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Publicaciones votadas positivamente %1",
|
||||
"account/downvoted": "Publicaciones votadas negativamente %1",
|
||||
"account/best": "Mejores publicaciones hechas por %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Suscritos",
|
||||
"ignored": "Ignorado",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Estado default de vista de categoría",
|
||||
"followers": "Seguidores",
|
||||
"following": "Siguiendo",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Este usuario no ha publicado ninguna tema todavía.",
|
||||
"has-no-watched-topics": "Este usuario no esta suscrito a ningún tema aún.",
|
||||
"has-no-ignored-topics": "Este usuario no ha ignorado ningún tema aun.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Este usuario todavía no ha votado ninguna publicación positivamente.",
|
||||
"has-no-downvoted-posts": "Este usuario todavía no ha votado ninguna publicación negativamente.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Teemasid jälgib %1 kasutajat",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Postitused %1 poolt heaks kiidetud",
|
||||
"account/downvoted": "Postitused %1 poolt vastu hääletatud",
|
||||
"account/best": "Parimad postitused %1 poolt",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Vaadatud",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Jälgijad",
|
||||
"following": "Jälgimised",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Antud kasutaja pole veel ühtegi teemat postitanud.",
|
||||
"has-no-watched-topics": "Antud kasutaja pole veel ühtegi teemat vaadanud.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Antud kasutaja pole veel ühtegi postitust kiitnud.",
|
||||
"has-no-downvoted-posts": "Antud kasutaja pole veel ühtegi postitust laitnud.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -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-new-posts": "هیچ پست جدیدی وجود ندارد.",
|
||||
"watch": "پیگیری",
|
||||
"ignore": "نادیده گرفتن",
|
||||
"watching": "درحال پیگیری",
|
||||
|
||||
@@ -24,14 +24,14 @@
|
||||
"cancel": "Cancel",
|
||||
"close": "بستن",
|
||||
"pagination": "صفحهبندی",
|
||||
"pagination.previouspage": "Previous Page",
|
||||
"pagination.nextpage": "Next Page",
|
||||
"pagination.firstpage": "First Page",
|
||||
"pagination.lastpage": "Last Page",
|
||||
"pagination.previouspage": "صفحه قبل",
|
||||
"pagination.nextpage": "صفحه بعد",
|
||||
"pagination.firstpage": "اولین صفحه",
|
||||
"pagination.lastpage": "آخرین صفحه",
|
||||
"pagination.out-of": "%1 از %2",
|
||||
"pagination.enter-index": "Go to post index",
|
||||
"pagination.go-to-page": "Go to page",
|
||||
"pagination.page-x": "Page %1",
|
||||
"pagination.go-to-page": "رفتن به صفحه",
|
||||
"pagination.page-x": "صفحه %1",
|
||||
"header.brand-logo": "Brand Logo",
|
||||
"header.admin": "مدیر",
|
||||
"header.categories": "دستهبندیها",
|
||||
@@ -140,7 +140,7 @@
|
||||
"edited": "Edited",
|
||||
"disabled": "Disabled",
|
||||
"select": "انتخاب",
|
||||
"selected": "Selected",
|
||||
"selected": "انتخاب شده",
|
||||
"copied": "Copied",
|
||||
"user-search-prompt": "برای پیدا کردن کاربر اینجا چیزی بنویسید...",
|
||||
"hidden": "Hidden",
|
||||
|
||||
@@ -12,15 +12,15 @@
|
||||
"you-have-unread-notifications": "شما آگاهسازیهای نخوانده دارید.",
|
||||
"all": "همه",
|
||||
"topics": "موضوع ها",
|
||||
"tags": "Tags",
|
||||
"categories": "Categories",
|
||||
"tags": "برچسب ها",
|
||||
"categories": "دسته بندی ها",
|
||||
"replies": "پاسخ ها",
|
||||
"chat": "گفتگو ها",
|
||||
"group-chat": "چتهای گروهی",
|
||||
"public-chat": "Public Chats",
|
||||
"public-chat": "چت های عمومی",
|
||||
"follows": "دنبال کننده ها",
|
||||
"upvote": "رای های مثبت",
|
||||
"awards": "Awards",
|
||||
"awards": "اعلان ها",
|
||||
"new-flags": "گزارش های جدید",
|
||||
"my-flags": "گزارش های اختصاص یافته به من",
|
||||
"bans": "اخراجی ها",
|
||||
@@ -34,8 +34,8 @@
|
||||
"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> و <strong>%2</strong> رای مثبت به پست شما در\n <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>.",
|
||||
"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>%2</strong> <strong>%1</strong> را منتقل کرده است",
|
||||
"user-flagged-post-in": "<strong>%1</strong> پستی را در <strong>%2</strong> گزارش کرده",
|
||||
@@ -47,16 +47,16 @@
|
||||
"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>%2</strong> از سوی <strong>%1</strong>",
|
||||
"user-posted-to-dual": "<strong>%1</strong> و <strong>%2</strong> پاسخ به پست دادند در: <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-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> has posted <strong>%2</strong> (tagged %3)",
|
||||
"user-posted-topic-with-tag-dual": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3 and %4)",
|
||||
"user-posted-topic-with-tag-triple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3, %4, and %5)",
|
||||
"user-posted-topic-with-tag-multiple": "<strong>%1</strong> has posted <strong>%2</strong> (tagged %3)",
|
||||
"user-posted-topic-in-category": "<strong>%1</strong> has posted a new topic in <strong>%2</strong>",
|
||||
"user-posted-topic-with-tag": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3)",
|
||||
"user-posted-topic-with-tag-dual": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3 و %4 )",
|
||||
"user-posted-topic-with-tag-triple": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3, %4 و %5)",
|
||||
"user-posted-topic-with-tag-multiple": "<strong>1%</strong> ارسال کرده است <strong>2%</strong> ( تگ کرده %3)",
|
||||
"user-posted-topic-in-category": "<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> and <strong>%3</strong> started following you.",
|
||||
@@ -75,7 +75,7 @@
|
||||
"email-confirmed": "ایمیل تایید شد",
|
||||
"email-confirmed-message": "بابت تایید ایمیلتان سپاسگزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.",
|
||||
"email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نامعتبر و یا منقضی شده باشد.",
|
||||
"email-confirm-error-message-already-validated": "Your email address was already validated.",
|
||||
"email-confirm-error-message-already-validated": "آدرس ایمیل شما قبلا تایید شده است",
|
||||
"email-confirm-sent": "ایمیل تایید ارسال شد.",
|
||||
"none": "هیچکدام",
|
||||
"notification-only": "فقط اعلان",
|
||||
@@ -84,7 +84,7 @@
|
||||
"notificationType-upvote": "هنگامی که شخصی به پست شما رای مثبت می دهد",
|
||||
"notificationType-new-topic": "هنگامی که شخصی که شما دنبال می کنید موضوعی ایجاد نماید",
|
||||
"notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow",
|
||||
"notificationType-new-topic-in-category": "When a topic is posted in a category you are watching",
|
||||
"notificationType-new-topic-in-category": "هنگامی که پاسخ جدید در موضوعی که شما پیگیری می کنید فرستاده می شود",
|
||||
"notificationType-new-reply": "هنگامی که پاسخ جدید در موضوعی که شما پیگیری می کنید فرستاده می شود",
|
||||
"notificationType-post-edit": "وقتی در موضوعی که شما پیگیری می کنید پستی ویرایش می شود",
|
||||
"notificationType-follow": "هنگامی که کسی شما را دنبال می کند",
|
||||
@@ -98,5 +98,5 @@
|
||||
"notificationType-post-queue": "هنگامی که پست جدیدی در صف قرار می گیرد",
|
||||
"notificationType-new-post-flag": "هنگامی که پستی گزارش می شود",
|
||||
"notificationType-new-user-flag": "هنگامی که کاربری گزارش می شود",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-reward": "هنگامی که شما جایزه جدیدی کسب می کنید"
|
||||
}
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "تغییر تنظیمات از %1",
|
||||
"account/watched": "موضوع های دیده شده توسط \"%1\"",
|
||||
"account/ignored": "موضوع های نادیده گرفته شده توسط %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
|
||||
"account/downvoted": "رای منفی داده شده به پست ها توسط %1",
|
||||
"account/best": "بهترین پست های %1",
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"alltime": "همه زمانها",
|
||||
"no-recent-topics": "هیچ موضوع تازهای نیست.",
|
||||
"no-popular-topics": "هیچ موضوع پربازدیدی وجود ندارد",
|
||||
"load-new-posts": "بارگذاری فرستههای جدید"
|
||||
"load-new-posts": "بارگذاری پست های جدید"
|
||||
}
|
||||
@@ -12,17 +12,17 @@
|
||||
"notify-me": "از پاسخهای تازه در موضوع آگاه شوید",
|
||||
"quote": "نقل قول",
|
||||
"reply": "پاسخ",
|
||||
"replies-to-this-post": "1% پاسخ",
|
||||
"replies-to-this-post": "%1 پاسخ",
|
||||
"one-reply-to-this-post": "1 پاسخ",
|
||||
"last-reply-time": "آخرین پاسخ",
|
||||
"reply-options": "Reply options",
|
||||
"reply-options": "ابزارهای پاسخ",
|
||||
"reply-as-topic": "پاسخ به عنوان موضوع",
|
||||
"guest-login-reply": "وارد شوید تا پست بفرستید",
|
||||
"login-to-view": "🔒 برای مشاهده وارد شوید",
|
||||
"edit": "ویرایش",
|
||||
"delete": "حذف",
|
||||
"delete-event": "پاک کردن ایونت",
|
||||
"delete-event-confirm": "آیا شما مطمئن هستید که می خواهید این رویداد را پاک کنید؟",
|
||||
"delete-event-confirm": "آیا شما مطمئن هستید که می خواهید این رویداد را حذف کنید؟",
|
||||
"purge": "پاک کردن",
|
||||
"restore": "برگرداندن",
|
||||
"move": "جابهجا کردن",
|
||||
@@ -35,7 +35,7 @@
|
||||
"pinned": "سنجاق شده",
|
||||
"pinned-with-expiry": "سنجاقشده تا %1",
|
||||
"scheduled": "زمان بندی شده",
|
||||
"deleted": "Deleted",
|
||||
"deleted": "حذف شده",
|
||||
"moved": "منتقل شده",
|
||||
"moved-from": "جابهجا شده از %1",
|
||||
"copy-code": "کپی کردن کد",
|
||||
@@ -182,8 +182,8 @@
|
||||
"sort-by": "مرتبسازی بر اساس",
|
||||
"oldest-to-newest": "قدیمیترین به جدیدترین",
|
||||
"newest-to-oldest": "جدیدترین به قدیمیترین",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"recently-replied": "اخیرا پاسخ داده شده",
|
||||
"recently-created": "اخیرا ایجاد شده",
|
||||
"most-votes": "بیشترین رای ها",
|
||||
"most-posts": "بیشترین پست",
|
||||
"most-views": "بیشترین بازدیدها",
|
||||
@@ -212,9 +212,9 @@
|
||||
"post-quick-reply": "پاسخ سریع",
|
||||
"navigator.index": "پست %1 از %2",
|
||||
"navigator.unread": "%1 خوانده نشده",
|
||||
"upvote-post": "Upvote post",
|
||||
"downvote-post": "Downvote post",
|
||||
"post-tools": "Post tools",
|
||||
"unread-posts-link": "Unread posts link",
|
||||
"upvote-post": "رای مثبت دادن به پست",
|
||||
"downvote-post": "رای منفی دادن به پست",
|
||||
"post-tools": "ابزارهای پست",
|
||||
"unread-posts-link": "پست های خوانده نشده پیوند",
|
||||
"thumb-image": "Topic thumbnail image"
|
||||
}
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "تغییر همه",
|
||||
"watched": "موضوع های پیگیری شده",
|
||||
"ignored": "نادیده گرفته شده",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "حالت پیشفرض مشاهده دسته بندی",
|
||||
"followers": "دنبالکنندهها",
|
||||
"following": "دنبالشوندهها",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "این کاربر تا به حال هیچ موضوعی ارسال نکرده است.",
|
||||
"has-no-watched-topics": "این کاربر تا به حال هیچ موضوعی را پیگیری نکرده است.",
|
||||
"has-no-ignored-topics": "این کاربر هیچ موضوعی را نادیده نگرفته است.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "این کاربر به هیچ فرسته رای مثبت نداده است.",
|
||||
"has-no-downvoted-posts": "این کاربر به هیچ فرستهای رای منفی نداده است.",
|
||||
"has-no-controversial-posts": "این کاربر هنوز هیچ فرستهای با رای منفی ندارد.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Aiheet, joita %1 seuraa",
|
||||
"account/ignored": "Aiheet, jotka %1 on ohittanut",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Viesti, joista %1 on tykännyt",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Käyttäjän %1 parhaat viestit",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Muuta kaikki",
|
||||
"watched": "Seurataan",
|
||||
"ignored": "Ohitetut",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Kategoriaseurannan oletustaso",
|
||||
"followers": "Seuraajat",
|
||||
"following": "Seuratut",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Käyttäjä ei ole lähettänyt viestiä yhteenkään aiheeseen vielä.",
|
||||
"has-no-watched-topics": "Käyttäjä ei vielä seuraa aiheita.",
|
||||
"has-no-ignored-topics": "Käyttäjä ei ole vielä ohittanut aiheita.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Käyttäjä ei ole tykännyt yhdestäkään viestistä vielä.",
|
||||
"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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Modifier les paramètres de %1",
|
||||
"account/watched": "Sujets auxquels %1 est abonné",
|
||||
"account/ignored": "Sujets ignorés par %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Avis positifs de %1",
|
||||
"account/downvoted": "Avis négatifs de %1",
|
||||
"account/best": "Meilleurs messages postés par %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Tout changer",
|
||||
"watched": "Abonnements",
|
||||
"ignored": "Ignorés",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Abonnement par défaut des catégories",
|
||||
"followers": "Abonnés",
|
||||
"following": "Abonnements",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Cet utilisateur n'a encore créé aucun sujet.",
|
||||
"has-no-watched-topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.",
|
||||
"has-no-ignored-topics": "Cet utilisateur n'a encore ignoré aucun sujet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Cet utilisateur n'a pas encore donné d'avis positif.",
|
||||
"has-no-downvoted-posts": "Cet utilisateur n'a pas donné d'avis négatif.",
|
||||
"has-no-controversial-posts": "Cet utilisateur n'a pas encore d'avis négatif.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Temas vistos por %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Mensaxes votadas positivamente por %1",
|
||||
"account/downvoted": "Mensaxes votadas negativamente por %1",
|
||||
"account/best": "Mellores mensaxes escritas por %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Visto",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Seguidores",
|
||||
"following": "Seguindo",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Este usuario aínda non publicou ningún tema.",
|
||||
"has-no-watched-topics": "Este usuario aínda non viu ningún tema.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Este usuario aínda non votou positivamente ningunha mensaxe.",
|
||||
"has-no-downvoted-posts": "Este usuario aínda non votou negativamente ninguna mensaxe.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
"title": "התראות",
|
||||
"no-notifs": "אין התראות",
|
||||
"see-all": "כל ההתראות",
|
||||
"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": "יש לך התראות שלא נקראו.",
|
||||
"outgoing-link-message": "הנכם עוזבים עכשיו את %1",
|
||||
"continue-to": "המשך אל %1",
|
||||
"return-to": "חזרה אל %1",
|
||||
"new-notification": "יש לכם התראה חדשה",
|
||||
"you-have-unread-notifications": "יש לכם התראות שלא נקראו.",
|
||||
"all": "הכל",
|
||||
"topics": "נושאים",
|
||||
"tags": "תגיות",
|
||||
@@ -81,22 +81,22 @@
|
||||
"notification-only": "התראות בלבד",
|
||||
"email-only": "דוא\"ל בלבד",
|
||||
"notification-and-email": "התראות & דוא\"ל",
|
||||
"notificationType-upvote": "כאשר מישהו מצביע בעד הפוסט שלך",
|
||||
"notificationType-new-topic": "כשמישהו שאתה עוקב אחריו פרסם נושא",
|
||||
"notificationType-new-topic-with-tag": "כאשר נושא מתפרסם עם תג שאתה עוקב אחריו",
|
||||
"notificationType-new-topic-in-category": "כאשר נושא מתפרסם בקטגוריה שאתה עוקב אחריה",
|
||||
"notificationType-new-reply": "כשתגובה חדשה מפורסמת בנושא שאתה עוקב אחריו",
|
||||
"notificationType-post-edit": "כשפוסט נערך בנושא שאתה עוקב אחריו",
|
||||
"notificationType-upvote": "כשמישהו מצביע בעד הפוסט שלך",
|
||||
"notificationType-new-topic": "כשמישהו שאתם עוקבים אחריו פרסם נושא",
|
||||
"notificationType-new-topic-with-tag": "כשנושא מתפרסם עם תג שאתם עוקבים אחריו",
|
||||
"notificationType-new-topic-in-category": "כשנושא מתפרסם בקטגוריה שאתם עוקבים אחריה",
|
||||
"notificationType-new-reply": "כשתגובה חדשה מפורסמת בנושא שאתם עוקבים אחריו",
|
||||
"notificationType-post-edit": "כשפוסט נערך בנושא שאתם עוקבים אחריו",
|
||||
"notificationType-follow": "כשמישהו מתחיל לעקוב אחריך",
|
||||
"notificationType-new-chat": "כשאתה מקבל הודעת צאט",
|
||||
"notificationType-new-group-chat": "כשאתה מקבל הודעת צ'אט קבוצתית",
|
||||
"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": "כאשר אתה מרוויח פרס חדש"
|
||||
"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": "כאשר אתם מרוויחים פרס חדש"
|
||||
}
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "שינוי הגדרות של %1",
|
||||
"account/watched": "נושאים שנצפו על ידי %1",
|
||||
"account/ignored": "נושאים ש%1 התעלמו מהם",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "פוסטים שהוצבעו לטובה על ידי %1",
|
||||
"account/downvoted": "פוסטים שהוצבעו לרעה על ידי %1",
|
||||
"account/best": "הפוסטים הטובים ביותר שנוצרו על ידי %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "שנה הכל",
|
||||
"watched": "נצפה",
|
||||
"ignored": "התעלם",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "מצב מעקב על קטגוריה בברירת מחדל",
|
||||
"followers": "עוקבים",
|
||||
"following": "עוקב אחרי",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "המשתמש טרם יצר נושאים כלשהם.",
|
||||
"has-no-watched-topics": "המשתמש טרם צפה בנושאים כלשהם.",
|
||||
"has-no-ignored-topics": "המשתמש הזה טרם התעלם מנושאים.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "המשתמש טרם הצביע בעד פוסטים כלשהם.",
|
||||
"has-no-downvoted-posts": "המשתמש טרם הצביע נגד פוסטים כלשהם.",
|
||||
"has-no-controversial-posts": "למשתמש זה אין עדיין פוסטים עם הצבעה למטה.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Teme prati %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "%1 glasao za",
|
||||
"account/downvoted": "%1 glasao protiv",
|
||||
"account/best": "Najbolje objave od %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Gledano",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Pratitelji",
|
||||
"following": "Prati",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Ovaj korisnik nema objavljenih tema.",
|
||||
"has-no-watched-topics": "Ovaj korisnik ne prati teme.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Ovaj korisnik nije glasao za na objavama.",
|
||||
"has-no-downvoted-posts": "Ovaj korisnik nije glasao protiv na objavama.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "%1 beállításainak módosítása",
|
||||
"account/watched": "%1 által figyelt témakörök",
|
||||
"account/ignored": "%1 által mellőzött témakörök",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "%1 által kedvelt témakörök",
|
||||
"account/downvoted": "%1 által utált témakörök",
|
||||
"account/best": "%1 által írt legjobb hozzászólások",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Minden megváltoztatása",
|
||||
"watched": "Figyelve",
|
||||
"ignored": "Mellőzve",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Alapértelmezett kategória megfigyelési állapot",
|
||||
"followers": "Követők",
|
||||
"following": "Követve",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "A felhasználó még nem szólt hozzá egyik témakörhöz sem.",
|
||||
"has-no-watched-topics": "A felhasználó még nem nézett meg egy témakört sem.",
|
||||
"has-no-ignored-topics": "A felhasználó még nem mellőzött témakört.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "A felhasználó még egy hozzászólást sem kedvelt.",
|
||||
"has-no-downvoted-posts": "A felhasználó még egy hozzászólást sem utált.",
|
||||
"has-no-controversial-posts": "Ennek a felhasználónak még nincsenek negatívan szavazott bejegyzései.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Փոփոխվում են %1 կարգավորումները",
|
||||
"account/watched": "Թեմաներ, որոնք դիտել է %1-ը",
|
||||
"account/ignored": "%1-ի կողմից անտեսված թեմաներ",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "%1-ի կողմից քվեարկված գրառումները",
|
||||
"account/downvoted": "%1-ի կողմից դեմ քվեարկված գրառումները",
|
||||
"account/best": "%1-ի կողմից արված լավագույն գրառումները",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Փոխել բոլորը",
|
||||
"watched": "Դիտված",
|
||||
"ignored": "Անտեսված",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Հիմնական կատեգորիայի դիտման վիճակը",
|
||||
"followers": "Հետևորդներ",
|
||||
"following": "Հետևող",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Այս օգտվողը դեռ ոչ մի թեմա չի հրապարակել:",
|
||||
"has-no-watched-topics": "Այս օգտվողը դեռ ոչ մի թեմա չի դիտել:",
|
||||
"has-no-ignored-topics": "Այս օգտատերը դեռ ոչ մի թեմա չի անտեսել:",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Այս օգտատերը դեռևս ոչ մի գրառման օգտին չի քվեարկել:",
|
||||
"has-no-downvoted-posts": "Այս օգտատերը դեռևս ոչ մի գրառման դեմ չի քվեարկել:",
|
||||
"has-no-controversial-posts": "Այս օգտատերը դեռ չունի դեմ քվեարկած գրառումներ:",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Pengikut",
|
||||
"following": "Mengikuti",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Pengguna ini belum memposting topik apa pun.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
"last-restarted-by": "Ultimo riavvio di",
|
||||
"no-users-browsing": "Nessun utente sta navigando",
|
||||
|
||||
"back-to-dashboard": "Torna alla dashboard",
|
||||
"back-to-dashboard": "Torna al cruscotto",
|
||||
"details.no-users": "Nessun utente si è iscritto nell'arco di tempo selezionato",
|
||||
"details.no-topics": "Nessuna discussione è stata postata nell'arco di tempo selezionato",
|
||||
"details.no-searches": "Non sono state effettuate ricerche nell'arco di tempo selezionato.",
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"delete-topics": "Elimina discussioni",
|
||||
"purge": "Elimina definitivamente",
|
||||
"moderate": "Moderata",
|
||||
"admin-dashboard": "Dashboard",
|
||||
"admin-dashboard": "Cruscotto",
|
||||
"admin-categories": "Categorie",
|
||||
"admin-privileges": "Privilegi",
|
||||
"admin-users": "Utenti",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"section-dashboard": "Dashboard",
|
||||
"section-dashboard": "Cruscotti",
|
||||
"dashboard/overview": "Panoramica",
|
||||
"dashboard/logins": "Accessi",
|
||||
"dashboard/users": "Utenti",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Modifica impostazioni di %1",
|
||||
"account/watched": "Discussioni seguite da %1",
|
||||
"account/ignored": "Discussioni ignorate da %1",
|
||||
"account/read": "Discussioni lette da %1",
|
||||
"account/upvoted": "Post apprezzati da %1",
|
||||
"account/downvoted": "Post votati negativamente da %1",
|
||||
"account/best": "I migliori post di %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Cambia Tutto",
|
||||
"watched": "Seguiti",
|
||||
"ignored": "Ignorati",
|
||||
"read": "Letto",
|
||||
"default-category-watch-state": "Stato di controllo della categoria predefinita",
|
||||
"followers": "Da chi è seguito",
|
||||
"following": "Chi segue",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Questo utente non ha ancora postato alcuna discussione.",
|
||||
"has-no-watched-topics": "Questo utente non sta seguendo discussioni.",
|
||||
"has-no-ignored-topics": "Questo utente non sta ignorando discussioni.",
|
||||
"has-no-read-topics": "Questo utente non ha ancora letto nessuna discussione.",
|
||||
"has-no-upvoted-posts": "Questo utente non ha ancora apprezzato nessun post.",
|
||||
"has-no-downvoted-posts": "Questo utente non ha ancora votato negativamente alcun post",
|
||||
"has-no-controversial-posts": "Questo utente non ha ancora nessun post votato negativamente.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "%1がスレッドをウォッチ済みに設定しました",
|
||||
"account/ignored": "%1がスレッドを無視済みに設定しました",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "%1が投稿を高評価しました",
|
||||
"account/downvoted": "%1が投稿を低評価しました",
|
||||
"account/best": "%1のベストな投稿",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "ウォッチ済み",
|
||||
"ignored": "無視済み",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "デフォルトのカテゴリウォッチ状態",
|
||||
"followers": "フォロワー",
|
||||
"following": "フォロー中",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "このユーザーはまだ一つもスレッドを作っていません",
|
||||
"has-no-watched-topics": "このユーザーはまだ一つもスレッドをウォッチしていません",
|
||||
"has-no-ignored-topics": "この利用者はまだトピックを無視していません。",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "このユーザーはまだ一つも投稿に高評価を付けていません。",
|
||||
"has-no-downvoted-posts": "このユーザーはまだ一つも投稿に低評価を付けていません。",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "%1님의 설정 변경",
|
||||
"account/watched": "%1님의 관심 토픽",
|
||||
"account/ignored": "%1님의 무시 토픽",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "%1님이 추천한 게시물",
|
||||
"account/downvoted": "%1님이 비추천한 게시물",
|
||||
"account/best": "%1님이 작성한 최고의 게시물",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "전체 변경",
|
||||
"watched": "관심",
|
||||
"ignored": "무시",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "기본 카테고리 관심 상태",
|
||||
"followers": "팔로워",
|
||||
"following": "팔로잉",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "현재 토픽을 게시하지 않았습니다.",
|
||||
"has-no-watched-topics": "현재 관심 토픽을 지정하지 않았습니다.",
|
||||
"has-no-ignored-topics": "현재 무시한 토픽이 없습니다.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "현재 게시물에 추천을 하지 않았습니다.",
|
||||
"has-no-downvoted-posts": "현재 게시물에 비추천을 하지 않았습니다.",
|
||||
"has-no-controversial-posts": "현재 비추천을 받은 게시물이 없습니다.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Temos stebimos %1",
|
||||
"account/ignored": "Temos ignoruojamos %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Geriausi pranešimai, kuriuos parašė %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Peržiūrėjo",
|
||||
"ignored": "Ignoruojami",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Sekėjai",
|
||||
"following": "Seka",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Šis vartotojas pakolkas nesukūrė jokių temų",
|
||||
"has-no-watched-topics": "Šis vartotojas pakolkas nestebėjo jokių temų",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Šis narys dar neturi teigiamai įvertintų pranešimų.",
|
||||
"has-no-downvoted-posts": "Šis narys dar neturi neigiamai įvertintų pranešimų.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Temati, kurus %1 novēro",
|
||||
"account/ignored": "Temati, kurus %1 ignorē",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "%1 balsojis \"par\"",
|
||||
"account/downvoted": "%1 balsojis \"pret\"",
|
||||
"account/best": "%1 labākie raksti",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Novērotie",
|
||||
"ignored": "Ignorētie",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Man seko",
|
||||
"following": "Es sekoju",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Lietotājs vēl nav izveidojis nevienu tematu.",
|
||||
"has-no-watched-topics": "Lietotājs vēl nav novērojis nevienu tematu.",
|
||||
"has-no-ignored-topics": "Lietotājs nav vēl ignorējis nevienu tematu.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Lietotājs vēl nav balsojis \"par\" nevienu rakstu.",
|
||||
"has-no-downvoted-posts": "Lietotājs vēl nav balsojis \"pret\" nevienu rakstu.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topik Diperhati Oleh %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Kiriman diundi naik oleh %1",
|
||||
"account/downvoted": "Kiriman dibuang undi oleh %1",
|
||||
"account/best": "Kiriman Terbaik Oleh %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Melihat",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Pengikut",
|
||||
"following": "Mengikuti",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Pengguna ini belum menulis sebarang topik lagi.",
|
||||
"has-no-watched-topics": "Pengguna ini belum melanggan sebarang topik lagi.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Innlegg overvåket av %1",
|
||||
"account/ignored": "Emner ignorert av %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Innlegg stemt opp av %1",
|
||||
"account/downvoted": "Innlegg nedstemt av %1",
|
||||
"account/best": "Beste innlegg skrevet av %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Endre alt",
|
||||
"watched": "Overvåkede",
|
||||
"ignored": "Ignorert",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Standard kategori overvåkingstilstand",
|
||||
"followers": "Følgere",
|
||||
"following": "Følger",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Denne brukeren har ikke skrevet noen tråder enda.",
|
||||
"has-no-watched-topics": "Denne brukeren har ikke fulgt noen tråder enda.",
|
||||
"has-no-ignored-topics": "Denne brukeren har ikke ignorert noen emner ennå",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Denne brukeren har ikke stemt opp noen innlegg ennå.",
|
||||
"has-no-downvoted-posts": "Denne brukeren har ikke stemt ned noen innlegg ennå.",
|
||||
"has-no-controversial-posts": "Denne brukeren har ikke noen nedstemte innlegg ennå.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Onderwerpen die door %1 bekeken worden",
|
||||
"account/ignored": "Onderwerpen genegeerd door %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Berichten omhoog gestemd door %1",
|
||||
"account/downvoted": "Berichten omlaag gestemd door %1",
|
||||
"account/best": "Beste berichten geplaatst door %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Wijzig alles",
|
||||
"watched": "Bekeken",
|
||||
"ignored": "Genegeerd",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Standaard bekeken status van categorie",
|
||||
"followers": "Volgers",
|
||||
"following": "Volgend",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Deze gebruiker heeft nog geen onderwerpen gestart.",
|
||||
"has-no-watched-topics": "Deze gebruiker heeft nog geen onderwerpen gevolgd.",
|
||||
"has-no-ignored-topics": "Deze gebruiker heeft nog geen berichten genegeerd.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Deze gebruiker heeft nog geen berichten omhoog gestemd.",
|
||||
"has-no-downvoted-posts": "Deze gebruiker heeft nog geen berichten omlaag gestemd.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Zmiana ustawień %1",
|
||||
"account/watched": "Tematy obserwowane przez %1",
|
||||
"account/ignored": "Tematy zignorowane przez %1",
|
||||
"account/read": "Wątek przejrzany przez %1",
|
||||
"account/upvoted": "Posty, za którymi zagłosował %1",
|
||||
"account/downvoted": "Posty, przeciw którym zagłosował %1",
|
||||
"account/best": "Najlepsze posty napisane przez %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Zmień wszystko",
|
||||
"watched": "Obserwowane",
|
||||
"ignored": "Zignorowane",
|
||||
"read": "Czytaj",
|
||||
"default-category-watch-state": "Domyślny stan oglądania kategorii",
|
||||
"followers": "Obserwujący",
|
||||
"following": "Obserwowani",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Ten użytkownik nie stworzył jeszcze żadnych tematów.",
|
||||
"has-no-watched-topics": "Ten użytkownik nie obserwuje jeszcze żadnych tematów.",
|
||||
"has-no-ignored-topics": "Użytkownik nie pominął jeszcze żadnego tematu.",
|
||||
"has-no-read-topics": "Ten użytkownik póki co nie przeglądał wątków.",
|
||||
"has-no-upvoted-posts": "Ten użytkownik jeszcze nie głosował za w żadnym temacie.",
|
||||
"has-no-downvoted-posts": "Ten użytkownik jeszcze nie głosował przeciw w żadnym temacie.",
|
||||
"has-no-controversial-posts": "Ten użytkownik nie ma jeszcze żadnych postów z ujemną reputacją.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Tópicos assistidos por %1",
|
||||
"account/ignored": "Tópicos ignorados por %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts votados positivamente por %1",
|
||||
"account/downvoted": "Posts votados negativamente por %1",
|
||||
"account/best": "Melhores posts de %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Mudar Tudo",
|
||||
"watched": "Acompanhado",
|
||||
"ignored": "Ignorado",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Configuração padrão em relação a acompanhar as novidades das categorias",
|
||||
"followers": "Seguidores",
|
||||
"following": "Seguindo",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Esse usuário ainda não postou quaisquer tópicos.",
|
||||
"has-no-watched-topics": "Esse usuário ainda não acompanhou quaisquer tópicos.",
|
||||
"has-no-ignored-topics": "O usuário ainda não ignorou nenhum tópico.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Este usuário ainda não votou positivamente em quaisquer posts.",
|
||||
"has-no-downvoted-posts": "Este usuário ainda não votou negativamente em quaisquer posts.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"post-sort-option": "Post sort option, %1",
|
||||
"topic-sort-option": "Topic sort option, %1",
|
||||
"user-avatar-for": "User avatar for %1",
|
||||
"user-watched-tags": "User watched tags",
|
||||
"user-watched-tags": "Etiquetas subscritas pelo utilizador",
|
||||
"delete-upload-button": "Delete upload button",
|
||||
"group-page-link-for": "Group page link for %1"
|
||||
}
|
||||
@@ -7,11 +7,11 @@
|
||||
"browsing": "navegação",
|
||||
"no-replies": "Ainda sem respostas",
|
||||
"no-new-posts": "Não existem publicações novas.",
|
||||
"watch": "Subscrever",
|
||||
"watch": "Seguir",
|
||||
"ignore": "Ignorar",
|
||||
"watching": "A seguir",
|
||||
"tracking": "Tracking",
|
||||
"not-watching": "Não seguir",
|
||||
"not-watching": "A não seguir",
|
||||
"ignoring": "A ignorar",
|
||||
"watching.description": "Notify me of new topics.<br/>Show topics in unread & recent",
|
||||
"tracking.description": "Shows topics in unread & recent",
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
"notificationType-upvote": "Quando alguém vota positivamente numa publicação tua",
|
||||
"notificationType-new-topic": "Quando alguém que tu segues publica um tópico",
|
||||
"notificationType-new-topic-with-tag": "When a topic is posted with a tag you follow",
|
||||
"notificationType-new-topic-in-category": "When a topic is posted in a category you are watching",
|
||||
"notificationType-new-topic-in-category": "Quando uma nova resposta é publicada numa categoria que tu estás a seguir",
|
||||
"notificationType-new-reply": "Quando uma nova resposta é publicada num tópico que tu estás a seguir",
|
||||
"notificationType-post-edit": "Quando uma publicação é editada num tópico que estás a seguir",
|
||||
"notificationType-follow": "Quando alguém começa a seguir-te",
|
||||
|
||||
@@ -41,19 +41,20 @@
|
||||
"account/edit/username": "Editando o nome de utilizador de \"%1\"",
|
||||
"account/edit/email": "Editando o e-mail de \"%1\"",
|
||||
"account/info": "Informação de conta",
|
||||
"account/following": "Pessoas %1 que segue",
|
||||
"account/following": "Pessoas que %1 segue",
|
||||
"account/followers": "Pessoas que seguem %1",
|
||||
"account/posts": "Publicações feitas por %1",
|
||||
"account/latest-posts": "Últimas publicações feitas por %1",
|
||||
"account/topics": "Tópicos criados por %1",
|
||||
"account/groups": "Grupos de %1",
|
||||
"account/watched-categories": "Categorias subscritas por %1",
|
||||
"account/watched-tags": "%1's Watched Tags",
|
||||
"account/watched-tags": "Etiquetas subscritas por %1",
|
||||
"account/bookmarks": "Publicações marcadas de %1",
|
||||
"account/settings": "Definições de utilizador",
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Tópicos subscritos por %1",
|
||||
"account/ignored": "Tópicos ignorados por %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Publicações votadas favoravelmente por %1",
|
||||
"account/downvoted": "Publicações votadas negativamente por %1",
|
||||
"account/best": "Melhores publicações feitas por %1",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"categories": "Categories",
|
||||
"all-categories": "All categories",
|
||||
"categories-x": "Categories: %1",
|
||||
"categories-watched-categories": "Categories: Watched categories",
|
||||
"categories-watched-categories": "Categorias: Categorias subscritas",
|
||||
"type-a-category": "Type a category",
|
||||
"tags": "Tags",
|
||||
"tags-x": "Tags: %1",
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"no-tags": "Ainda não existem marcadores.",
|
||||
"select-tags": "Selecionar Marcadores",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"watching": "A seguir",
|
||||
"not-watching": "A não seguir",
|
||||
"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.",
|
||||
|
||||
@@ -81,15 +81,15 @@
|
||||
"login-to-subscribe": "Por favor regista-te ou inicia sessão para subscreveres este tópico.",
|
||||
"markAsUnreadForAll.success": "Tópico marcado como \"não lido\" para todos.",
|
||||
"mark-unread": "Marcar como não lido",
|
||||
"mark-unread.success": "Tópico marcado como \"não lido\".",
|
||||
"watch": "Ver",
|
||||
"unwatch": "Marcar como não visto",
|
||||
"mark-unread.success": "Tópico marcado como não lido.",
|
||||
"watch": "Seguir",
|
||||
"unwatch": "Deixar de seguir",
|
||||
"watch.title": "Ser notificado de novas respostas neste tópicos",
|
||||
"unwatch.title": "Parar de seguir este tópico",
|
||||
"unwatch.title": "Deixar de seguir este tópico",
|
||||
"share-this-post": "Partilhar esta publicação",
|
||||
"watching": "Seguir",
|
||||
"not-watching": "Não seguir",
|
||||
"ignoring": "Ignorar",
|
||||
"watching": "A seguir",
|
||||
"not-watching": "A não seguir",
|
||||
"ignoring": "A ignorar",
|
||||
"watching.description": "Notificar-me sobre novas respostas. <br/>Mostrar o tópico em \"não lidos\".",
|
||||
"not-watching.description": "Não me notificar de novas respostas.<br/>Mostrar tópico em \"não lidos\" caso a categoria não esteja a ser ignorada.",
|
||||
"ignoring.description": "Não me notificar de novas respostas.<br/>Não mostrar este tópico em \"não lidos\".",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"topics-marked-as-read.success": "Tópicos marcados como lidos!",
|
||||
"all-topics": "Todos os tópicos",
|
||||
"new-topics": "Novos tópicos",
|
||||
"watched-topics": "Tópicos vistos",
|
||||
"watched-topics": "Tópicos subscritos",
|
||||
"unreplied-topics": "Tópicos sem respostas",
|
||||
"multiple-categories-selected": "Vários Selecionados"
|
||||
}
|
||||
@@ -39,10 +39,11 @@
|
||||
"reputation": "Reputação",
|
||||
"bookmarks": "Marcadores",
|
||||
"watched-categories": "Categorias subscritas",
|
||||
"watched-tags": "Watched tags",
|
||||
"watched-tags": "Etiquetas subscritas",
|
||||
"change-all": "Change All",
|
||||
"watched": "Subscritos",
|
||||
"ignored": "Ignorados",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Estado predefinido da subscrição de categorias",
|
||||
"followers": "Seguidores",
|
||||
"following": "Seguindo",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Este utilizar ainda não publicou nenhum tópico.",
|
||||
"has-no-watched-topics": "Este utilizador ainda não subscreveu nenhum tópico até ao momento.",
|
||||
"has-no-ignored-topics": "Este utilizador ainda não ignorou nenhum tópico.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Este utilizador ainda não votou favoravelmente em nenhuma publicação.",
|
||||
"has-no-downvoted-posts": "Este utilizador ainda não votou negativamente em nenhuma publicação.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
@@ -141,8 +143,8 @@
|
||||
"topic-search-help": "Se ativada, a pesquisa dentro de tópicos irá sobrepor-se ao comportamento normal de pesquisa do browser pré-definido e irá permitir-te pesquisar ao longo de todo o tópico, em vez de pesquisar somente no que é mostrado no ecrã",
|
||||
"update-url-with-post-index": "Update url with post index while browsing topics",
|
||||
"scroll-to-my-post": "Depois de publicar uma resposta, mostrar a nova publicação",
|
||||
"follow-topics-you-reply-to": "Visualizar tópicos aos quais respondeste",
|
||||
"follow-topics-you-create": "Visualizar tópicos que criaste",
|
||||
"follow-topics-you-reply-to": "Seguir tópicos aos quais respondeste",
|
||||
"follow-topics-you-create": "Seguir tópicos que criaste",
|
||||
"grouptitle": "Título do grupo",
|
||||
"group-order-help": "Select a group and use the arrows to order titles",
|
||||
"show-group-title": "Show group title",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Urmărit de",
|
||||
"following": "Îi urmărește pe",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "This user hasn't posted any topics yet.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Темы, которые %1 отслеживает",
|
||||
"account/ignored": "Темы, которые %1 игнорирует",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Понравилось пользователю %1",
|
||||
"account/downvoted": "Не понравилось пользователю %1",
|
||||
"account/best": "Лучшие сообщения %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Изменить для всех",
|
||||
"watched": "Отслеживаемые темы",
|
||||
"ignored": "Игнорируемые темы",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Стандартная настройка отслеживания категорий",
|
||||
"followers": "Подписчики",
|
||||
"following": "Подписки",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Этот пользователь ещё не создал ни одной темы.",
|
||||
"has-no-watched-topics": "Этот пользователь не отслеживает ни одной темы.",
|
||||
"has-no-ignored-topics": "Этот пользователь не игнорирует ни одну тему.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Этот пользователь ещё ни одному сообщению не поднимал рейтинг.",
|
||||
"has-no-downvoted-posts": "Этот пользователь ещё ни одному сообщению не понижал рейтинг.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Ibiganiro bikurikirwa na %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Ibiganiro byakunzwe na %1",
|
||||
"account/downvoted": "Ibiganiro byanzwe na %1",
|
||||
"account/best": "Ibihebuje byashyizweho na %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Ibikurikiranwa",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Abamukurikira",
|
||||
"following": "Akurikira",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Uyu muntu nta kiganiro aratangiza na kimwe.",
|
||||
"has-no-watched-topics": "Uyu muntu ntabwo arakurikira ikiganiro na kimwe.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Uyu muntu ntabwo arashima icyashyizweho na kimwe.",
|
||||
"has-no-downvoted-posts": "Uyu muntu ntabwo aragaya icyashizweho na kimwe.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Sighidores",
|
||||
"following": "Sighende",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "This user hasn't posted any topics yet.",
|
||||
"has-no-watched-topics": "This user hasn't watched any topics yet.",
|
||||
"has-no-ignored-topics": "This user hasn't ignored any topics yet.",
|
||||
"has-no-read-topics": "This user hasn't read 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.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Témy sledované používateľom %1",
|
||||
"account/ignored": "Témy ignorované používateľom %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Príspevky, ktorým používateľ %1 dal hlas",
|
||||
"account/downvoted": "Nesúhlasí s príspevkom %1",
|
||||
"account/best": "Najlepšie príspevky vytvorené užívateľom %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Change All",
|
||||
"watched": "Sledované",
|
||||
"ignored": "Ignorovaný",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Nasledovatelia",
|
||||
"following": "Nasleduje",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Tento užívateľ doteraz nezverejnil žiadne témy.",
|
||||
"has-no-watched-topics": "Tento užívateľ zatiaľ nesleduje žiadne témy.",
|
||||
"has-no-ignored-topics": "Tento používateľ neignoruje žiadne témy.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Tento užívateľ doteraz nedal hlas žiadnemu príspevku.",
|
||||
"has-no-downvoted-posts": "Tento užívateľ doteraz neodobral hlas žiadnemu príspevku.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Teme, ki jih spremlja %1",
|
||||
"account/ignored": "Topics ignored by %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Objave uporabnika %1 z glasovi za",
|
||||
"account/downvoted": "Objave uporabnika %1 z glasovi proti",
|
||||
"account/best": "Najboljše objave uporabnika %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Spremeni vse",
|
||||
"watched": "Spremljano",
|
||||
"ignored": "Prezrto",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Privzeto stanje spremljanja kategorij",
|
||||
"followers": "Spremljevalci",
|
||||
"following": "Spremljano",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Uporabnik še ni objavil nobene teme.",
|
||||
"has-no-watched-topics": "Uporabnik še ne spremlja nobene teme.",
|
||||
"has-no-ignored-topics": "Ta uporabnik še nima nobenih prezrtih tem.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Uporabnik še ni glasoval za nobeno objavo.",
|
||||
"has-no-downvoted-posts": "Uporabnik še ni glasoval proti nobeni objavi.",
|
||||
"has-no-controversial-posts": "This user does not have any downvoted posts yet.",
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
"account/settings-of": "Changing settings of %1",
|
||||
"account/watched": "Tema e para nga %1",
|
||||
"account/ignored": "Temat e shmangura nga %1",
|
||||
"account/read": "Topics read by %1",
|
||||
"account/upvoted": "Postimi u votua lartë nga %1",
|
||||
"account/downvoted": "Postimi u votua poshtë nga %1",
|
||||
"account/best": "Postimet më të mira krijuar nga %1",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"change-all": "Ndrysho të gjitha",
|
||||
"watched": "Shikuar",
|
||||
"ignored": "Injoruar",
|
||||
"read": "Read",
|
||||
"default-category-watch-state": "Gjendja e kategorisë së parazgjedhur",
|
||||
"followers": "Ndjekësit",
|
||||
"following": "Duke ndjekur",
|
||||
@@ -114,6 +115,7 @@
|
||||
"has-no-topics": "Ky përdorues nuk ka postuar akoma asnjë temë.",
|
||||
"has-no-watched-topics": "Ky përdorues nuk ka frekuentuar akoma asnjë temë.",
|
||||
"has-no-ignored-topics": "Ky përdorues nuk ka injoruar asnjë temë ende.",
|
||||
"has-no-read-topics": "This user hasn't read any topics yet.",
|
||||
"has-no-upvoted-posts": "Ky përdorues nuk ka votuar pro akoma në asnjë postim.",
|
||||
"has-no-downvoted-posts": "Ky përdorues nuk ka votuar kundër asnjë postimi.",
|
||||
"has-no-controversial-posts": "Ky përdorues nuk ka ende asnjë postim me votim kundër.",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user