mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 05:50:25 +01:00
Compare commits
106 Commits
v3.1.7
...
socket.io-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ef045f7d1 | ||
|
|
ea7b68db71 | ||
|
|
b7e35408f4 | ||
|
|
3066519028 | ||
|
|
7ab05f5dfd | ||
|
|
3cb4edf19e | ||
|
|
62ed6f3d08 | ||
|
|
70bb50cd36 | ||
|
|
1bc24b70a8 | ||
|
|
4388732825 | ||
|
|
1ffc9221b6 | ||
|
|
b0c87e0e78 | ||
|
|
e0300ab7b4 | ||
|
|
12e75ff418 | ||
|
|
9a3c62f755 | ||
|
|
c201bf4507 | ||
|
|
783fbfd838 | ||
|
|
7a3468a1f3 | ||
|
|
933f5a903d | ||
|
|
ed15cbb06a | ||
|
|
cdeaef6b7c | ||
|
|
4b40b44c67 | ||
|
|
d586b8b6b5 | ||
|
|
5ab352118a | ||
|
|
61f4202ed6 | ||
|
|
dc0ab46e71 | ||
|
|
5d089363e1 | ||
|
|
54a683bbd7 | ||
|
|
ca6f43c5e7 | ||
|
|
c48f15c50a | ||
|
|
b1fbc1945c | ||
|
|
14c93cd503 | ||
|
|
6188d8be3c | ||
|
|
c52916de8e | ||
|
|
9e416d7fda | ||
|
|
b67a88cc6c | ||
|
|
fa7789ec45 | ||
|
|
f0336af4f9 | ||
|
|
c77b622453 | ||
|
|
de2f76bbd3 | ||
|
|
3cef2535cc | ||
|
|
7c5fdfa50b | ||
|
|
cf7d933439 | ||
|
|
a4ae2e08d8 | ||
|
|
d1ccfac159 | ||
|
|
af00ebbe03 | ||
|
|
78c2e29cf2 | ||
|
|
5daaa5ea78 | ||
|
|
160b891979 | ||
|
|
0da8b50624 | ||
|
|
43ea15ec71 | ||
|
|
29303f4a13 | ||
|
|
b19fee5931 | ||
|
|
7a147fb504 | ||
|
|
09fbe5651f | ||
|
|
7f5ec0ef90 | ||
|
|
fa3d119629 | ||
|
|
cdfc1bfe5e | ||
|
|
f1e2342d67 | ||
|
|
d26c9bf83f | ||
|
|
10ed33f1b6 | ||
|
|
adf14ea57c | ||
|
|
826cc51410 | ||
|
|
fd80b612d2 | ||
|
|
0aef9a9118 | ||
|
|
db9b807c86 | ||
|
|
4833a2b90c | ||
|
|
65ee7d856f | ||
|
|
49b3badbc5 | ||
|
|
3d9f6f41ec | ||
|
|
9840289c24 | ||
|
|
63b859f053 | ||
|
|
180326a420 | ||
|
|
efea33d906 | ||
|
|
18606f9c4d | ||
|
|
28fb4e10ae | ||
|
|
f41151b5d2 | ||
|
|
77528b984a | ||
|
|
d6ead3d4c4 | ||
|
|
031ffe491e | ||
|
|
bd80d36e0d | ||
|
|
88e891fcc6 | ||
|
|
2f95b698af | ||
|
|
11d315df50 | ||
|
|
a75fd636ad | ||
|
|
aff6d20f9f | ||
|
|
4bfebc8123 | ||
|
|
1f03d41471 | ||
|
|
61563b01df | ||
|
|
3a883e3f70 | ||
|
|
97ec0c7519 | ||
|
|
12c0313057 | ||
|
|
78bc71aa1b | ||
|
|
6765d053ce | ||
|
|
3e6dd78d86 | ||
|
|
f42b636adc | ||
|
|
4f524e9f94 | ||
|
|
ce23caf7e6 | ||
|
|
e4888dea17 | ||
|
|
7b8bffd763 | ||
|
|
e0149462b3 | ||
|
|
c28cf404d1 | ||
|
|
ad1ae29105 | ||
|
|
90e53177fc | ||
|
|
326d820fd3 | ||
|
|
b0eb3095fa |
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: 'redis:2.8.23'
|
image: 'redis:7.0.11'
|
||||||
# Set health checks to wait until redis has started
|
# Set health checks to wait until redis has started
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd "redis-cli ping"
|
--health-cmd "redis-cli ping"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||||
"@isaacs/ttlcache": "1.4.0",
|
"@isaacs/ttlcache": "1.4.0",
|
||||||
"@popperjs/core": "2.11.7",
|
"@popperjs/core": "2.11.7",
|
||||||
"ace-builds": "1.19.0",
|
"ace-builds": "1.21.1",
|
||||||
"archiver": "5.3.1",
|
"archiver": "5.3.1",
|
||||||
"async": "3.2.4",
|
"async": "3.2.4",
|
||||||
"autoprefixer": "10.4.14",
|
"autoprefixer": "10.4.14",
|
||||||
@@ -53,24 +53,24 @@
|
|||||||
"connect-mongo": "5.0.0",
|
"connect-mongo": "5.0.0",
|
||||||
"connect-multiparty": "2.2.0",
|
"connect-multiparty": "2.2.0",
|
||||||
"connect-pg-simple": "8.0.0",
|
"connect-pg-simple": "8.0.0",
|
||||||
"connect-redis": "7.0.1",
|
"connect-redis": "7.1.0",
|
||||||
"cookie-parser": "1.4.6",
|
"cookie-parser": "1.4.6",
|
||||||
"cron": "2.3.0",
|
"cron": "2.3.0",
|
||||||
"cropperjs": "1.5.13",
|
"cropperjs": "1.5.13",
|
||||||
"csrf-sync": "4.0.1",
|
"csrf-sync": "4.0.1",
|
||||||
"daemon": "1.1.0",
|
"daemon": "1.1.0",
|
||||||
"diff": "5.1.0",
|
"diff": "5.1.0",
|
||||||
"esbuild": "0.17.18",
|
"esbuild": "0.17.19",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
"express-session": "1.17.3",
|
"express-session": "1.17.3",
|
||||||
"express-useragent": "1.0.15",
|
"express-useragent": "1.0.15",
|
||||||
"file-loader": "6.2.0",
|
"file-loader": "6.2.0",
|
||||||
"fs-extra": "11.1.1",
|
"fs-extra": "11.1.1",
|
||||||
"graceful-fs": "4.2.11",
|
"graceful-fs": "4.2.11",
|
||||||
"helmet": "6.2.0",
|
"helmet": "7.0.0",
|
||||||
"html-to-text": "9.0.5",
|
"html-to-text": "9.0.5",
|
||||||
"ipaddr.js": "2.0.1",
|
"ipaddr.js": "2.0.1",
|
||||||
"jquery": "3.6.4",
|
"jquery": "3.7.0",
|
||||||
"jquery-deserialize": "2.0.0",
|
"jquery-deserialize": "2.0.0",
|
||||||
"jquery-form": "4.3.0",
|
"jquery-form": "4.3.0",
|
||||||
"jquery-serializeobject": "1.0.0",
|
"jquery-serializeobject": "1.0.0",
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
"material-design-lite": "1.3.0",
|
"material-design-lite": "1.3.0",
|
||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"mkdirp": "3.0.1",
|
"mkdirp": "3.0.1",
|
||||||
"mongodb": "5.4.0",
|
"mongodb": "5.5.0",
|
||||||
"morgan": "1.10.0",
|
"morgan": "1.10.0",
|
||||||
"mousetrap": "1.6.5",
|
"mousetrap": "1.6.5",
|
||||||
"multiparty": "4.2.3",
|
"multiparty": "4.2.3",
|
||||||
@@ -93,25 +93,25 @@
|
|||||||
"nodebb-plugin-2factor": "7.0.5",
|
"nodebb-plugin-2factor": "7.0.5",
|
||||||
"nodebb-plugin-composer-default": "10.1.5",
|
"nodebb-plugin-composer-default": "10.1.5",
|
||||||
"nodebb-plugin-dbsearch": "6.0.1",
|
"nodebb-plugin-dbsearch": "6.0.1",
|
||||||
"nodebb-plugin-emoji": "5.0.10",
|
"nodebb-plugin-emoji": "5.0.15",
|
||||||
"nodebb-plugin-emoji-android": "4.0.0",
|
"nodebb-plugin-emoji-android": "4.0.0",
|
||||||
"nodebb-plugin-markdown": "12.0.4",
|
"nodebb-plugin-markdown": "12.0.4",
|
||||||
"nodebb-plugin-mentions": "4.1.1",
|
"nodebb-plugin-mentions": "4.1.1",
|
||||||
"nodebb-plugin-ntfy": "1.0.15",
|
"nodebb-plugin-ntfy": "1.0.15",
|
||||||
"nodebb-plugin-spam-be-gone": "2.0.7",
|
"nodebb-plugin-spam-be-gone": "2.0.7",
|
||||||
"nodebb-rewards-essentials": "0.2.3",
|
"nodebb-rewards-essentials": "0.2.3",
|
||||||
"nodebb-theme-harmony": "1.0.24",
|
"nodebb-theme-harmony": "1.0.34",
|
||||||
"nodebb-theme-lavender": "7.0.9",
|
"nodebb-theme-lavender": "7.0.9",
|
||||||
"nodebb-theme-peace": "2.0.25",
|
"nodebb-theme-peace": "2.0.26",
|
||||||
"nodebb-theme-persona": "13.0.67",
|
"nodebb-theme-persona": "13.0.69",
|
||||||
"nodebb-widget-essentials": "7.0.12",
|
"nodebb-widget-essentials": "7.0.12",
|
||||||
"nodemailer": "6.9.1",
|
"nodemailer": "6.9.2",
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"passport": "0.6.0",
|
"passport": "0.6.0",
|
||||||
"passport-http-bearer": "1.0.1",
|
"passport-http-bearer": "1.0.1",
|
||||||
"passport-local": "1.0.0",
|
"passport-local": "1.0.0",
|
||||||
"pg": "8.10.0",
|
"pg": "8.11.0",
|
||||||
"pg-cursor": "2.9.0",
|
"pg-cursor": "2.10.0",
|
||||||
"postcss": "8.4.23",
|
"postcss": "8.4.23",
|
||||||
"postcss-clean": "1.2.0",
|
"postcss-clean": "1.2.0",
|
||||||
"progress-webpack-plugin": "1.0.16",
|
"progress-webpack-plugin": "1.0.16",
|
||||||
@@ -119,12 +119,12 @@
|
|||||||
"ioredis": "5.3.2",
|
"ioredis": "5.3.2",
|
||||||
"request": "2.88.2",
|
"request": "2.88.2",
|
||||||
"request-promise-native": "1.0.9",
|
"request-promise-native": "1.0.9",
|
||||||
"rimraf": "5.0.0",
|
"rimraf": "5.0.1",
|
||||||
"rss": "1.2.2",
|
"rss": "1.2.2",
|
||||||
"rtlcss": "4.1.0",
|
"rtlcss": "4.1.0",
|
||||||
"sanitize-html": "2.10.0",
|
"sanitize-html": "2.10.0",
|
||||||
"sass": "1.62.1",
|
"sass": "1.62.1",
|
||||||
"semver": "7.5.0",
|
"semver": "7.5.1",
|
||||||
"serve-favicon": "2.5.0",
|
"serve-favicon": "2.5.0",
|
||||||
"sharp": "0.32.1",
|
"sharp": "0.32.1",
|
||||||
"sitemap": "7.1.1",
|
"sitemap": "7.1.1",
|
||||||
@@ -135,14 +135,14 @@
|
|||||||
"sortablejs": "1.15.0",
|
"sortablejs": "1.15.0",
|
||||||
"spdx-license-list": "6.6.0",
|
"spdx-license-list": "6.6.0",
|
||||||
"spider-detector": "2.0.0",
|
"spider-detector": "2.0.0",
|
||||||
"terser-webpack-plugin": "5.3.8",
|
"terser-webpack-plugin": "5.3.9",
|
||||||
"textcomplete": "0.18.2",
|
"textcomplete": "0.18.2",
|
||||||
"textcomplete.contenteditable": "0.1.1",
|
"textcomplete.contenteditable": "0.1.1",
|
||||||
"timeago": "1.6.7",
|
"timeago": "1.6.7",
|
||||||
"tinycon": "0.6.8",
|
"tinycon": "0.6.8",
|
||||||
"toobusy-js": "0.5.1",
|
"toobusy-js": "0.5.1",
|
||||||
"validator": "13.9.0",
|
"validator": "13.9.0",
|
||||||
"webpack": "5.82.0",
|
"webpack": "5.83.1",
|
||||||
"webpack-merge": "5.8.0",
|
"webpack-merge": "5.8.0",
|
||||||
"winston": "3.8.2",
|
"winston": "3.8.2",
|
||||||
"xml": "1.0.1",
|
"xml": "1.0.1",
|
||||||
@@ -155,7 +155,7 @@
|
|||||||
"@commitlint/cli": "17.6.3",
|
"@commitlint/cli": "17.6.3",
|
||||||
"@commitlint/config-angular": "17.6.3",
|
"@commitlint/config-angular": "17.6.3",
|
||||||
"coveralls": "3.1.1",
|
"coveralls": "3.1.1",
|
||||||
"eslint": "8.40.0",
|
"eslint": "8.41.0",
|
||||||
"eslint-config-nodebb": "0.2.1",
|
"eslint-config-nodebb": "0.2.1",
|
||||||
"eslint-plugin-import": "2.27.5",
|
"eslint-plugin-import": "2.27.5",
|
||||||
"grunt": "1.6.1",
|
"grunt": "1.6.1",
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
"sass-embedded": "1.62.0"
|
"sass-embedded": "1.62.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"*/jquery": "3.6.4"
|
"*/jquery": "3.7.0"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "معظم الأعلام",
|
"most_flags": "معظم الأعلام",
|
||||||
"search": "بحث",
|
"search": "بحث",
|
||||||
"enter_username": "أدخل اسم مستخدم للبحث",
|
"enter_username": "أدخل اسم مستخدم للبحث",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "حمل المزيد",
|
"load_more": "حمل المزيد",
|
||||||
"users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.",
|
"users-found-search-took": "تم إيجاد %1 مستخدمـ(ين)! استغرق البحث %2 ثانية.",
|
||||||
"filter-by": "تصفية بحسب",
|
"filter-by": "تصفية بحسب",
|
||||||
|
|||||||
@@ -1,19 +1,27 @@
|
|||||||
{
|
{
|
||||||
"tokens": "Кодове",
|
"tokens": "Идентификатор",
|
||||||
"settings": "Настройки",
|
"settings": "Настройки",
|
||||||
"lead-text": "На тази страница можете да настроите достъпа до ППИ за писане в NodeBB.",
|
"lead-text": "На тази страница можете да настроите достъпа до ППИ за писане в NodeBB.",
|
||||||
"intro": "По подразбиране ППИ за писане удостоверява потребителите чрез бисквитката им за сесията, но NodeBB поддържа и удостоверяване чрез метода „Bearer“, използвайки кодовете от тази страница.",
|
"intro": "По подразбиране ППИ за писане удостоверява потребителите чрез бисквитката им за сесията, но NodeBB поддържа и удостоверяване чрез метода „Bearer“, използвайки идентификаторите от тази страница.",
|
||||||
|
"warning": "<strong>Внимавайте</strong> – отнасяйте се с идентификаторите като с пароли. Ако някой се сдобие с тях, може да получи достъп до акаунта Ви.",
|
||||||
"docs": "Щракнете тук за достъп до пълната документация на ППИ",
|
"docs": "Щракнете тук за достъп до пълната документация на ППИ",
|
||||||
|
|
||||||
"require-https": "Ползването на ППИ да работи само чрез HTTPS",
|
"require-https": "Ползването на ППИ да работи само чрез HTTPS",
|
||||||
"require-https-caveat": "<strong>Забележка</strong>: В някои случаи, когато се ползват програми за балансиране на натоварването, е възможно заявките към NodeBB да се препращат чрез HTTP – тогава тази настройка трябва да остане изключена.",
|
"require-https-caveat": "<strong>Забележка</strong>: В някои случаи, когато се ползват програми за балансиране на натоварването, е възможно заявките към NodeBB да се препращат чрез HTTP – тогава тази настройка трябва да остане изключена.",
|
||||||
|
|
||||||
"uid": "Потребителски ИД",
|
"uid": "Потребителски ИД",
|
||||||
|
"token": "Идентификатор",
|
||||||
"uid-help-text": "Посочете потребителски ИД, който да бъде свързан с този код. Ако ИД е <code>0</code>, това ще се счита за <em>главен</em> код, който може да приема идентичността на всеки от другите потребители чрез параметъра <code>_uid</code>",
|
"uid-help-text": "Посочете потребителски ИД, който да бъде свързан с този код. Ако ИД е <code>0</code>, това ще се счита за <em>главен</em> код, който може да приема идентичността на всеки от другите потребители чрез параметъра <code>_uid</code>",
|
||||||
"description": "Описание",
|
"description": "Описание",
|
||||||
"last-seen-ago": "Последно използван <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Последно видян",
|
||||||
"last-seen-on": "Последно използван на <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Създаден",
|
||||||
|
"create-token": "Създаване на идентификатор",
|
||||||
|
"update-token": "Промяна на идентификатора",
|
||||||
|
"master-token": "Главен идентификатор",
|
||||||
"last-seen-never": "Този ключ не е използван никога.",
|
"last-seen-never": "Този ключ не е използван никога.",
|
||||||
"no-description": "Няма описание.",
|
"no-description": "Няма описание.",
|
||||||
"token-on-save": "Кодът ще бъде създаден след като данните бъдат запазени"
|
"actions": "Действия",
|
||||||
|
|
||||||
|
"delete-confirm": "Наистина ли искате да изтриете този идентификатор? След това няма да може да го възстановите.",
|
||||||
|
"roll-confirm": "Наистина ли искате да пресъздадете този идентификатор? Старият ще бъде премахнат незабавно и няма да може да бъде възстановен."
|
||||||
}
|
}
|
||||||
@@ -219,7 +219,7 @@
|
|||||||
"topic-event-unrecognized": "Събитието „%1“ на темата е неизвестно",
|
"topic-event-unrecognized": "Събитието „%1“ на темата е неизвестно",
|
||||||
"cant-set-child-as-parent": "Дъщерна категория не може да се зададе като базова такава",
|
"cant-set-child-as-parent": "Дъщерна категория не може да се зададе като базова такава",
|
||||||
"cant-set-self-as-parent": "Категорията не може да се зададе като базова категория на себе си",
|
"cant-set-self-as-parent": "Категорията не може да се зададе като базова категория на себе си",
|
||||||
"api.master-token-no-uid": "Беше получен главен код без съответстващо поле `_uid` в тялото на заявката",
|
"api.master-token-no-uid": "Беше получен главен идентификатор без съответстващо поле `_uid` в тялото на заявката",
|
||||||
"api.400": "Нещо не беше наред с данните в заявката, които подадохте.",
|
"api.400": "Нещо не беше наред с данните в заявката, които подадохте.",
|
||||||
"api.401": "Няма намерена сесия. Моля, впишете се и опитайте отново.",
|
"api.401": "Няма намерена сесия. Моля, впишете се и опитайте отново.",
|
||||||
"api.403": "Нямате право да изпълните тази команда",
|
"api.403": "Нямате право да изпълните тази команда",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"chat.chatting_with": "Разговор с",
|
"chat.chatting_with": "Разговор с",
|
||||||
"chat.placeholder": "Въведете съобщение тук или пуснете снимки и натиснете Ентер за изпращане",
|
"chat.placeholder": "Въведете съобщение тук или пуснете снимки и натиснете Ентер за изпращане",
|
||||||
"chat.placeholder.mobile": "Въведете съобщение тук",
|
"chat.placeholder.mobile": "Въведете съобщение тук",
|
||||||
"chat.scroll-up-alert": "В момента разглеждате по-стари съобщения. Щракнете тук, за да се прехвърлите към най-новото съобщение.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 и %2 други",
|
"chat.usernames-and-x-others": "%1 и %2 други",
|
||||||
"chat.chat-with-usernames": "Разговор с %1",
|
"chat.chat-with-usernames": "Разговор с %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Разговор с %1 и %2 други",
|
"chat.chat-with-usernames-and-x-others": "Разговор с %1 и %2 други",
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"skins": "Skins",
|
"skins": "Облици",
|
||||||
"collapse": "Collapse",
|
"collapse": "Свиване",
|
||||||
"expand": "Expand",
|
"expand": "Разгъване",
|
||||||
"login-register-to-search": "Login or register to search.",
|
"login-register-to-search": "Впишете се или се регистрирайте, за да можете да търсите.",
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "Настройки на темата",
|
||||||
"settings.enableQuickReply": "Enable quick reply",
|
"settings.enableQuickReply": "Включване на бързите отговори",
|
||||||
"settings.centerHeaderElements": "Center header elements",
|
"settings.centerHeaderElements": "Центриране на заглавните елементи",
|
||||||
"settings.mobileTopicTeasers": "Show topic teasers on mobile",
|
"settings.mobileTopicTeasers": "Показване на резюмета на темите на мобилни устройства",
|
||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Статична лента с инструменти",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"settings.stickyToolbar.help": "Лентата с инструменти в страниците с теми и категории ще стои винаги в горния край на страницата",
|
||||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
"settings.autohideBottombar": "Автоматично скриване на долната лента",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "В изгледа за мобилни устройства долната лента ще се скрива, когато страницата се превърта надолу",
|
||||||
|
"settings.chatModals": "Включване на прозорците за разговори"
|
||||||
}
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "Настройки на темата",
|
||||||
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
"settings.intro": "Тук може да промените настройките на темата. Тези настройки се съхраняват отделно на всяко устройство, така че може да имате различни настройки на различните си устройства (телефон, таблет, настолен компютър и т.н.)",
|
||||||
"settings.mobile-menu-side": "Switch which side each mobile menu is on",
|
"settings.mobile-menu-side": "Превключване на страната, от която да бъде всяко меню на мобилно устройство",
|
||||||
"settings.autoHidingNavbar": "Automatically hide the navbar on scroll",
|
"settings.autoHidingNavbar": "Автоматично скриване на навигационната лента при превъртане",
|
||||||
"settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)",
|
"settings.autoHidingNavbar-xs": "Много малки екрани (напр. телефон в портретна ориентация)",
|
||||||
"settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)",
|
"settings.autoHidingNavbar-sm": "По-малки екрани (напр. телефони, някои таблети)",
|
||||||
"settings.autoHidingNavbar-md": "Medium sized screens (e.g. tablets in landscape mode)",
|
"settings.autoHidingNavbar-md": "Средно големи екрани (напр. таблети в пейзажна ориентация)",
|
||||||
"settings.autoHidingNavbar-lg": "Larger screens (e.g. desktop computers)"
|
"settings.autoHidingNavbar-lg": "По-големи екрани (напр. лаптопи и настолни компютри)"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "С най-много доклади",
|
"most_flags": "С най-много доклади",
|
||||||
"search": "Търсене",
|
"search": "Търсене",
|
||||||
"enter_username": "Въведете потребителско име, което да потърсите",
|
"enter_username": "Въведете потребителско име, което да потърсите",
|
||||||
"search-user-for-chat": "Потърсете потребител, с когото да започнете разговор:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Зареждане на още",
|
"load_more": "Зареждане на още",
|
||||||
"users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.",
|
"users-found-search-took": "Намерени са %1 потребител(и)! Търсенето отне %2 секунди.",
|
||||||
"filter-by": "Филтриране",
|
"filter-by": "Филтриране",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "সর্বোচ্চ অভিযোগ",
|
"most_flags": "সর্বোচ্চ অভিযোগ",
|
||||||
"search": "খুঁজুন",
|
"search": "খুঁজুন",
|
||||||
"enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন",
|
"enter_username": "ইউজারনেম এর ভিত্তিতে সার্চ করুন",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "আরো লোড করুন",
|
"load_more": "আরো লোড করুন",
|
||||||
"users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ",
|
"users-found-search-took": "%1 জন সদস্য(দের) খুঁজে পাওয়া গেছে। খুঁজতে সময় লেগেছে %2 সেকেন্ড ",
|
||||||
"filter-by": "ফিল্টার করার ধরন",
|
"filter-by": "ফিল্টার করার ধরন",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"chat.chatting_with": "Konverzace s",
|
"chat.chatting_with": "Konverzace s",
|
||||||
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Nejoznačovanější",
|
"most_flags": "Nejoznačovanější",
|
||||||
"search": "Hledat",
|
"search": "Hledat",
|
||||||
"enter_username": "Zadej uživatelské jméno k hledání",
|
"enter_username": "Zadej uživatelské jméno k hledání",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Načíst další",
|
"load_more": "Načíst další",
|
||||||
"users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.",
|
"users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.",
|
||||||
"filter-by": "Filtrovat dle",
|
"filter-by": "Filtrovat dle",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Most Flags",
|
"most_flags": "Most Flags",
|
||||||
"search": "Søg",
|
"search": "Søg",
|
||||||
"enter_username": "Indtast brugernavn for at søge",
|
"enter_username": "Indtast brugernavn for at søge",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Indlæs mere",
|
"load_more": "Indlæs mere",
|
||||||
"users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.",
|
"users-found-search-took": "%1 bruger(e) fundet! Søgning tog %2 sekunder.",
|
||||||
"filter-by": "Filtre Efter",
|
"filter-by": "Filtre Efter",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Einstellungen",
|
"settings": "Einstellungen",
|
||||||
"lead-text": "Auf dieser Seite kanst Du den Zugriff auf die Write-API in NodeBB konfigurieren.",
|
"lead-text": "Auf dieser Seite kanst Du den Zugriff auf die Write-API in NodeBB konfigurieren.",
|
||||||
"intro": "Standardmäßig authentifiziert die Write-API Benutzer basierend auf ihrem Sitzungscookie, aber NodeBB unterstützt auch die Bearer-Authentifizierung über Token, die über diese Seite generiert werden.",
|
"intro": "Standardmäßig authentifiziert die Write-API Benutzer basierend auf ihrem Sitzungscookie, aber NodeBB unterstützt auch die Bearer-Authentifizierung über Token, die über diese Seite generiert werden.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Klicke hier, um auf die vollständige API-Spezifikation zuzugreifen",
|
"docs": "Klicke hier, um auf die vollständige API-Spezifikation zuzugreifen",
|
||||||
|
|
||||||
"require-https": "API-Nutzung nur über HTTPS möglich",
|
"require-https": "API-Nutzung nur über HTTPS möglich",
|
||||||
"require-https-caveat": "<strong>Hinweis</strong>: Einige Installationen mit Load Balancern können ihre Anfragen über HTTP an NodeBB weiterleiten, in diesem Fall sollte diese Option deaktiviert bleiben.",
|
"require-https-caveat": "<strong>Hinweis</strong>: Einige Installationen mit Load Balancern können ihre Anfragen über HTTP an NodeBB weiterleiten, in diesem Fall sollte diese Option deaktiviert bleiben.",
|
||||||
|
|
||||||
"uid": "Nutzer–ID",
|
"uid": "Nutzer–ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Gebe eine Benutzer-ID an, die diesem Token zugeordnet werden soll. Wenn die Benutzer-ID <code>0</code> ist, wird sie als <em>Master</em>-Token betrachtet, das basierend auf dem <code>_uid</code>-Parameter die Identität anderer Benutzer annehmen kann",
|
"uid-help-text": "Gebe eine Benutzer-ID an, die diesem Token zugeordnet werden soll. Wenn die Benutzer-ID <code>0</code> ist, wird sie als <em>Master</em>-Token betrachtet, das basierend auf dem <code>_uid</code>-Parameter die Identität anderer Benutzer annehmen kann",
|
||||||
"description": "Beschreibung",
|
"description": "Beschreibung",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "Keine Beschreibung angegeben.",
|
"no-description": "Keine Beschreibung angegeben.",
|
||||||
"token-on-save": "Token wird generiert, sobald das Formular gespeichert wird"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"chat.chatting_with": "Chatte mit",
|
"chat.chatting_with": "Chatte mit",
|
||||||
"chat.placeholder": "Gebe hier eine Chatnachricht ein, ziehe Bilder per Drag & Drop und drücke die Eingabetaste, um sie zu senden",
|
"chat.placeholder": "Gebe hier eine Chatnachricht ein, ziehe Bilder per Drag & Drop und drücke die Eingabetaste, um sie zu senden",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "Diese Nachrichten sind möglicherweise veraltet, klicke hier um neuere Nachrichten anzuzeigen.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "Theme settings",
|
||||||
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
||||||
"settings.mobile-menu-side": "Switch which side each mobile menu is on",
|
"settings.mobile-menu-side": "Menüposition der mobilen Seiten umschalten",
|
||||||
"settings.autoHidingNavbar": "Automatically hide the navbar on scroll",
|
"settings.autoHidingNavbar": "Automatically hide the navbar on scroll",
|
||||||
"settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)",
|
"settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)",
|
||||||
"settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)",
|
"settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Meiste Meldungen",
|
"most_flags": "Meiste Meldungen",
|
||||||
"search": "Suchen",
|
"search": "Suchen",
|
||||||
"enter_username": "Benutzer durchsuchen",
|
"enter_username": "Benutzer durchsuchen",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Mehr laden",
|
"load_more": "Mehr laden",
|
||||||
"users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 s.",
|
"users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 s.",
|
||||||
"filter-by": "Filtern nach",
|
"filter-by": "Filtern nach",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Most Flags",
|
"most_flags": "Most Flags",
|
||||||
"search": "Αναζήτηση",
|
"search": "Αναζήτηση",
|
||||||
"enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση",
|
"enter_username": "Γράψε ένα όνομα χρήστη προς αναζήτηση",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Φόρτωση περισσότερων",
|
"load_more": "Φόρτωση περισσότερων",
|
||||||
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
||||||
"filter-by": "Filter By",
|
"filter-by": "Filter By",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Most Flags",
|
"most_flags": "Most Flags",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"enter_username": "Enter a username to search",
|
"enter_username": "Enter a username to search",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Load More",
|
"load_more": "Load More",
|
||||||
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
||||||
"filter-by": "Filter By",
|
"filter-by": "Filter By",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Most Flags",
|
"most_flags": "Most Flags",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"enter_username": "Enter a username to search",
|
"enter_username": "Enter a username to search",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Load More",
|
"load_more": "Load More",
|
||||||
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
||||||
"filter-by": "Filter By",
|
"filter-by": "Filter By",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Most Flags",
|
"most_flags": "Most Flags",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"enter_username": "Gimme y'er handle",
|
"enter_username": "Gimme y'er handle",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Load More",
|
"load_more": "Load More",
|
||||||
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
||||||
"filter-by": "Filter By",
|
"filter-by": "Filter By",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"chat.chatting_with": "Chatear con",
|
"chat.chatting_with": "Chatear con",
|
||||||
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Más Reportados",
|
"most_flags": "Más Reportados",
|
||||||
"search": "Buscar",
|
"search": "Buscar",
|
||||||
"enter_username": "Ingresa el nombre de usuario que quieres buscar",
|
"enter_username": "Ingresa el nombre de usuario que quieres buscar",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Cargar más",
|
"load_more": "Cargar más",
|
||||||
"users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.",
|
"users-found-search-took": "¡%1 usuario(s) encontrado! La búsqueda ha llevado %2 segundos.",
|
||||||
"filter-by": "Filtrar Por",
|
"filter-by": "Filtrar Por",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Enim raporteerimisi",
|
"most_flags": "Enim raporteerimisi",
|
||||||
"search": "Otsi",
|
"search": "Otsi",
|
||||||
"enter_username": "Sisesta kasutajanimi, keda soovid otsida",
|
"enter_username": "Sisesta kasutajanimi, keda soovid otsida",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Lae veel",
|
"load_more": "Lae veel",
|
||||||
"users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.",
|
"users-found-search-took": "%1 kasutaja(t) leiti! Otsing kestis %2 sekundit.",
|
||||||
"filter-by": "Filtreeri",
|
"filter-by": "Filtreeri",
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
"acp-title": "%1 | کنترل پنل مدیر کل نودبیبی",
|
"acp-title": "%1 | کنترل پنل مدیر کل نودبیبی",
|
||||||
"settings-header-contents": "محتوا",
|
"settings-header-contents": "محتوا",
|
||||||
"changes-not-saved": "Changes Not Saved",
|
"changes-not-saved": "تغییرات ذخیره نشد",
|
||||||
"changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)"
|
"changes-not-saved-message": "NodeBB encountered a problem saving your changes. (%1)"
|
||||||
}
|
}
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
"logins": "Logins",
|
"logins": "Logins",
|
||||||
"new-users": "New Users",
|
"new-users": "New Users",
|
||||||
"posts": "Posts",
|
"posts": "Posts",
|
||||||
"topics": "Topics",
|
"topics": "موضوعها",
|
||||||
"page-views-seven": "Last 7 Days",
|
"page-views-seven": "Last 7 Days",
|
||||||
"page-views-thirty": "Last 30 Days",
|
"page-views-thirty": "Last 30 Days",
|
||||||
"page-views-last-day": "Last 24 hours",
|
"page-views-last-day": "Last 24 hours",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
"stats.this-week": "This Week",
|
"stats.this-week": "This Week",
|
||||||
"stats.last-month": "Last Month",
|
"stats.last-month": "Last Month",
|
||||||
"stats.this-month": "This Month",
|
"stats.this-month": "This Month",
|
||||||
"stats.all": "All Time",
|
"stats.all": "همیشه",
|
||||||
|
|
||||||
"updates": "Updates",
|
"updates": "Updates",
|
||||||
"running-version": "You are running <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
|
"running-version": "You are running <strong>NodeBB v<span id=\"version\">%1</span></strong>.",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
|
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
|
||||||
"order.explanation": "Plugins load in the order specified here, from top to bottom",
|
"order.explanation": "Plugins load in the order specified here, from top to bottom",
|
||||||
|
|
||||||
"plugin-item.themes": "Themes",
|
"plugin-item.themes": "تمها",
|
||||||
"plugin-item.deactivate": "Deactivate",
|
"plugin-item.deactivate": "Deactivate",
|
||||||
"plugin-item.activate": "Activate",
|
"plugin-item.activate": "Activate",
|
||||||
"plugin-item.install": "Install",
|
"plugin-item.install": "Install",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"privileges": "Privileges",
|
"privileges": "Privileges",
|
||||||
"download-csv": "CSV",
|
"download-csv": "CSV",
|
||||||
"search-placeholder": "Search",
|
"search-placeholder": "جستجو",
|
||||||
"create": "Create Group",
|
"create": "Create Group",
|
||||||
"description-placeholder": "A short description about your group",
|
"description-placeholder": "A short description about your group",
|
||||||
"create-button": "Create",
|
"create-button": "Create",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"edit.hidden": "Hidden",
|
"edit.hidden": "Hidden",
|
||||||
"edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
"edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
||||||
"edit.add-user": "Add User to Group",
|
"edit.add-user": "Add User to Group",
|
||||||
"edit.add-user-search": "Search Users",
|
"edit.add-user-search": "جستجوی کاربران",
|
||||||
"edit.members": "Member List",
|
"edit.members": "Member List",
|
||||||
"control-panel": "Groups Control Panel",
|
"control-panel": "Groups Control Panel",
|
||||||
"revert": "Revert",
|
"revert": "Revert",
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
"group-privileges": "Group Privileges",
|
"group-privileges": "Group Privileges",
|
||||||
"user-privileges": "User Privileges",
|
"user-privileges": "User Privileges",
|
||||||
"edit-privileges": "Edit Privileges",
|
"edit-privileges": "Edit Privileges",
|
||||||
"select-clear-all": "Select/Clear All",
|
"select-clear-all": "انتخاب/ حذف همه ",
|
||||||
"chat": "Chat",
|
"chat": "چت",
|
||||||
"upload-images": "Upload Images",
|
"upload-images": "Upload Images",
|
||||||
"upload-files": "Upload Files",
|
"upload-files": "Upload Files",
|
||||||
"signature": "Signature",
|
"signature": "Signature",
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
"access-category": "Access Category",
|
"access-category": "Access Category",
|
||||||
"access-topics": "Access Topics",
|
"access-topics": "Access Topics",
|
||||||
"create-topics": "Create Topics",
|
"create-topics": "Create Topics",
|
||||||
"reply-to-topics": "Reply to Topics",
|
"reply-to-topics": "پاسخ به موضوعها",
|
||||||
"schedule-topics": "Schedule Topics",
|
"schedule-topics": "Schedule Topics",
|
||||||
"tag-topics": "Tag Topics",
|
"tag-topics": "Tag Topics",
|
||||||
"edit-posts": "Edit Posts",
|
"edit-posts": "Edit Posts",
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
"view_deleted": "View Deleted Posts",
|
"view_deleted": "View Deleted Posts",
|
||||||
"upvote-posts": "Upvote Posts",
|
"upvote-posts": "Upvote Posts",
|
||||||
"downvote-posts": "Downvote Posts",
|
"downvote-posts": "Downvote Posts",
|
||||||
"delete-topics": "Delete Topics",
|
"delete-topics": "حذف موضوعها",
|
||||||
"purge": "Purge",
|
"purge": "Purge",
|
||||||
"moderate": "Moderate",
|
"moderate": "Moderate",
|
||||||
"admin-dashboard": "Dashboard",
|
"admin-dashboard": "Dashboard",
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
"dashboard/overview": "Overview",
|
"dashboard/overview": "Overview",
|
||||||
"dashboard/logins": "Logins",
|
"dashboard/logins": "Logins",
|
||||||
"dashboard/users": "Users",
|
"dashboard/users": "Users",
|
||||||
"dashboard/topics": "Topics",
|
"dashboard/topics": "موضوعها",
|
||||||
"dashboard/searches": "Searches",
|
"dashboard/searches": "جستجوها",
|
||||||
"section-general": "عمومی",
|
"section-general": "عمومی",
|
||||||
|
|
||||||
"section-manage": "Manage",
|
"section-manage": "Manage",
|
||||||
"manage/categories": "دستهبندیها",
|
"manage/categories": "دستهبندیها",
|
||||||
"manage/privileges": "Privileges",
|
"manage/privileges": "Privileges",
|
||||||
"manage/tags": "Tags",
|
"manage/tags": "برچسبها",
|
||||||
"manage/users": "کاربران",
|
"manage/users": "کاربران",
|
||||||
"manage/admins-mods": "Admins & Mods",
|
"manage/admins-mods": "Admins & Mods",
|
||||||
"manage/registration": "صف ثبت نام",
|
"manage/registration": "صف ثبت نام",
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
"settings/navigation": "Navigation",
|
"settings/navigation": "Navigation",
|
||||||
"settings/reputation": "Reputation & Flags",
|
"settings/reputation": "Reputation & Flags",
|
||||||
"settings/email": "رایانامه",
|
"settings/email": "رایانامه",
|
||||||
"settings/user": "Users",
|
"settings/user": "کاربران",
|
||||||
"settings/group": "Groups",
|
"settings/group": "Groups",
|
||||||
"settings/guest": "Guests",
|
"settings/guest": "مهمانها",
|
||||||
"settings/uploads": "Uploads",
|
"settings/uploads": "Uploads",
|
||||||
"settings/languages": "Languages",
|
"settings/languages": "Languages",
|
||||||
"settings/post": "Posts",
|
"settings/post": "پستها",
|
||||||
"settings/chat": "Chats",
|
"settings/chat": "چتها",
|
||||||
"settings/pagination": "Pagination",
|
"settings/pagination": "Pagination",
|
||||||
"settings/tags": "برچسب ها",
|
"settings/tags": "برچسب ها",
|
||||||
"settings/notifications": "آگاهسازیها",
|
"settings/notifications": "آگاهسازیها",
|
||||||
@@ -47,8 +47,8 @@
|
|||||||
"settings.page-title": "%1 Settings",
|
"settings.page-title": "%1 Settings",
|
||||||
|
|
||||||
"section-appearance": "Appearance",
|
"section-appearance": "Appearance",
|
||||||
"appearance/themes": "Themes",
|
"appearance/themes": "تمها",
|
||||||
"appearance/skins": "Skins",
|
"appearance/skins": "پوستهها",
|
||||||
"appearance/customise": "Custom Content (HTML/JS/CSS)",
|
"appearance/customise": "Custom Content (HTML/JS/CSS)",
|
||||||
|
|
||||||
"section-extend": "گسترش",
|
"section-extend": "گسترش",
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"logout": "Log out",
|
"logout": "Log out",
|
||||||
"view-forum": "View Forum",
|
"view-forum": "View Forum",
|
||||||
|
|
||||||
"search.placeholder": "Search settings",
|
"search.placeholder": "تنظیمات جستجو",
|
||||||
"search.no-results": "هیچ نتیجه ای وجود ندارد",
|
"search.no-results": "هیچ نتیجه ای وجود ندارد",
|
||||||
"search.search-forum": "جستجو در انجمن برای ",
|
"search.search-forum": "جستجو در انجمن برای ",
|
||||||
"search.keep-typing": "لطفا برای مشاهده نتیجه بیشتر بنویسید",
|
"search.keep-typing": "لطفا برای مشاهده نتیجه بیشتر بنویسید",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -3,9 +3,9 @@
|
|||||||
"disable": "Disable chat",
|
"disable": "Disable chat",
|
||||||
"disable-editing": "Disable chat message editing/deletion",
|
"disable-editing": "Disable chat message editing/deletion",
|
||||||
"disable-editing-help": "Administrators and global moderators are exempt from this restriction",
|
"disable-editing-help": "Administrators and global moderators are exempt from this restriction",
|
||||||
"max-length": "Maximum length of chat messages",
|
"max-length": "بیشترین طول پیامهای چت ",
|
||||||
"max-room-size": "Maximum number of users in chat rooms",
|
"max-room-size": "بیشترین تعداد کاربران در چتروم ",
|
||||||
"delay": "Time between chat messages in milliseconds",
|
"delay": "زمان بین پیام های چت به میلی ثانیه",
|
||||||
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
|
"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-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)"
|
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable. (0 disabled)"
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
|
||||||
"outgoing-links": "Outgoing Links",
|
"outgoing-links": "Outgoing Links",
|
||||||
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
|
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
|
||||||
"search": "Search",
|
"search": "جستجو",
|
||||||
"search-default-in": "Search In",
|
"search-default-in": "جستجو در ",
|
||||||
"search-default-in-quick": "Quick Search In",
|
"search-default-in-quick": "جستجوی سریع در ",
|
||||||
"search-default-sort-by": "Sort by",
|
"search-default-sort-by": "مرتبسازی بر اساس",
|
||||||
"outgoing-links.whitelist": "Domains to whitelist for bypassing the warning page",
|
"outgoing-links.whitelist": "Domains to whitelist for bypassing the warning page",
|
||||||
"site-colors": "Site Color Metadata",
|
"site-colors": "Site Color Metadata",
|
||||||
"theme-color": "Theme Color",
|
"theme-color": "Theme Color",
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"sorting": "Post Sorting",
|
"sorting": "مرتبسازی پست",
|
||||||
"sorting.post-default": "Default Post Sorting",
|
"sorting.post-default": "مرتبسازی پیشفرض پست",
|
||||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||||
"sorting.most-votes": "Most Votes",
|
"sorting.most-votes": "بیشترین رایها",
|
||||||
"sorting.most-posts": "بیشترین پست",
|
"sorting.most-posts": "بیشترین پست",
|
||||||
"sorting.topic-default": "Default Topic Sorting",
|
"sorting.topic-default": "مرتبسازی پیشفرض موضوع",
|
||||||
"length": "Post Length",
|
"length": "Post Length",
|
||||||
"post-queue": "Post Queue",
|
"post-queue": "Post Queue",
|
||||||
"restrictions": "Posting Restrictions",
|
"restrictions": "Posting Restrictions",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"min-rep-downvote": "Minimum reputation to downvote posts",
|
"min-rep-downvote": "Minimum reputation to downvote posts",
|
||||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||||
"min-rep-chat": "Minimum reputation to send chat messages",
|
"min-rep-chat": "کمترین اعتبار برای ارسال پیامهای چت ",
|
||||||
"min-rep-flag": "Minimum reputation to flag posts",
|
"min-rep-flag": "Minimum reputation to flag posts",
|
||||||
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
|
"min-rep-website": "Minimum reputation to add \"Website\" to user profile",
|
||||||
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
"min-rep-aboutme": "Minimum reputation to add \"About me\" to user profile",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"notifications": "Notifications",
|
"notifications": "Notifications",
|
||||||
"chat-messages": "Chat Messages",
|
"chat-messages": "پیامهای چت ",
|
||||||
"play-sound": "Play",
|
"play-sound": "Play",
|
||||||
"incoming-message": "Incoming Message",
|
"incoming-message": "Incoming Message",
|
||||||
"outgoing-message": "Outgoing Message",
|
"outgoing-message": "Outgoing Message",
|
||||||
"upload-new-sound": "Upload New Sound",
|
"upload-new-sound": "Upload New Sound",
|
||||||
"saved": "Settings Saved"
|
"saved": "تنظیمات ذخیره شد "
|
||||||
}
|
}
|
||||||
@@ -7,6 +7,6 @@
|
|||||||
"max-per-topic": "Maximum Tags per Topic",
|
"max-per-topic": "Maximum Tags per Topic",
|
||||||
"min-length": "Minimum Tag Length",
|
"min-length": "Minimum Tag Length",
|
||||||
"max-length": "Maximum Tag Length",
|
"max-length": "Maximum Tag Length",
|
||||||
"related-topics": "Related Topics",
|
"related-topics": "تاپیکهای مرتبط",
|
||||||
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
||||||
}
|
}
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"hide-fullname": "Hide fullname from users",
|
"hide-fullname": "Hide fullname from users",
|
||||||
"hide-email": "Hide email from users",
|
"hide-email": "Hide email from users",
|
||||||
"show-fullname-as-displayname": "Show user's full name as their display name if available",
|
"show-fullname-as-displayname": "Show user's full name as their display name if available",
|
||||||
"themes": "Themes",
|
"themes": "تمها",
|
||||||
"disable-user-skins": "Prevent users from choosing a custom skin",
|
"disable-user-skins": "Prevent users from choosing a custom skin",
|
||||||
"account-protection": "Account Protection",
|
"account-protection": "Account Protection",
|
||||||
"admin-relogin-duration": "Admin relogin duration (minutes)",
|
"admin-relogin-duration": "Admin relogin duration (minutes)",
|
||||||
@@ -56,14 +56,14 @@
|
|||||||
"max-username-length": "Maximum Username Length",
|
"max-username-length": "Maximum Username Length",
|
||||||
"min-password-length": "Minimum Password Length",
|
"min-password-length": "Minimum Password Length",
|
||||||
"min-password-strength": "Minimum Password Strength",
|
"min-password-strength": "Minimum Password Strength",
|
||||||
"max-about-me-length": "Maximum About Me Length",
|
"max-about-me-length": "بیشترین طول دربارهی من ",
|
||||||
"terms-of-use": "Forum Terms of Use <small>(Leave blank to disable)</small>",
|
"terms-of-use": "Forum Terms of Use <small>(Leave blank to disable)</small>",
|
||||||
"user-search": "User Search",
|
"user-search": "جستجوی کاربر",
|
||||||
"user-search-results-per-page": "Number of results to display",
|
"user-search-results-per-page": "Number of results to display",
|
||||||
"default-user-settings": "Default User Settings",
|
"default-user-settings": "Default User Settings",
|
||||||
"show-email": "Show email",
|
"show-email": "Show email",
|
||||||
"show-fullname": "Show fullname",
|
"show-fullname": "Show fullname",
|
||||||
"restrict-chat": "Only allow chat messages from users I follow",
|
"restrict-chat": "فقط از کاربرانی که دنبال می کنم پیام خصوصی دریافت کنم",
|
||||||
"outgoing-new-tab": "Open outgoing links in new tab",
|
"outgoing-new-tab": "Open outgoing links in new tab",
|
||||||
"topic-search": "Enable In-Topic Searching",
|
"topic-search": "Enable In-Topic Searching",
|
||||||
"update-url-with-post-index": "Update url with post index while browsing topics",
|
"update-url-with-post-index": "Update url with post index while browsing topics",
|
||||||
@@ -73,10 +73,10 @@
|
|||||||
"digest-freq.weekly": "Weekly",
|
"digest-freq.weekly": "Weekly",
|
||||||
"digest-freq.biweekly": "Bi-Weekly",
|
"digest-freq.biweekly": "Bi-Weekly",
|
||||||
"digest-freq.monthly": "Monthly",
|
"digest-freq.monthly": "Monthly",
|
||||||
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
|
"email-chat-notifs": "اگر پیام چت جدیدی رسید و من آنلاین نبودم ایمیل بفرستید",
|
||||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||||
"follow-created-topics": "Follow topics you create",
|
"follow-created-topics": "دنبال کردن تاپیکهایی که شما ایجاد کردین",
|
||||||
"follow-replied-topics": "Follow topics that you reply to",
|
"follow-replied-topics": "دنبال کردن تاپیکهایی که شما در آن پست گذاشتین ",
|
||||||
"default-notification-settings": "Default notification settings",
|
"default-notification-settings": "Default notification settings",
|
||||||
"categoryWatchState": "Default category watch state",
|
"categoryWatchState": "Default category watch state",
|
||||||
"categoryWatchState.watching": "Watching",
|
"categoryWatchState.watching": "Watching",
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
"watching.description": "موضوع ها را در بخش نخوانده ها و تازه ها نشان بده",
|
"watching.description": "موضوع ها را در بخش نخوانده ها و تازه ها نشان بده",
|
||||||
"not-watching.description": "موضوع ها را در بخش نخوانده ها نمایش نده و در بخش تازه ها نشان بده",
|
"not-watching.description": "موضوع ها را در بخش نخوانده ها نمایش نده و در بخش تازه ها نشان بده",
|
||||||
"ignoring.description": "موضوع ها را در بخش نخوانده ها و تازه ها نمایش نده",
|
"ignoring.description": "موضوع ها را در بخش نخوانده ها و تازه ها نمایش نده",
|
||||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
"watching.message": "اکنون شما بهروزرسانیهای این دسته و تمام زیر دستههایش را پیگیری میکنید",
|
||||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
"notwatching.message": "اکنون شما بهروزرسانیهای این دسته و همهی زیر دستههایش را پیگیری نمی کنید ",
|
||||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
"ignoring.message": "اکنون شما بهروزرسانیهای این دسته و همهی زیر دستههایش را نادیده گرفتهاید ",
|
||||||
"watched-categories": "دسته بندی های پیگیری شده",
|
"watched-categories": "دسته بندی های پیگیری شده",
|
||||||
"x-more-categories": "%1 more categories"
|
"x-more-categories": "1% دستههای بیشتر "
|
||||||
}
|
}
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"notif.post.unsub.one-click": "Alternatively, unsubscribe from future emails like this, by clicking",
|
"notif.post.unsub.one-click": "Alternatively, unsubscribe from future emails like this, by clicking",
|
||||||
"notif.cta": "To the forum",
|
"notif.cta": "To the forum",
|
||||||
"notif.cta-new-reply": "View Post",
|
"notif.cta-new-reply": "View Post",
|
||||||
"notif.cta-new-chat": "View Chat",
|
"notif.cta-new-chat": "مشاهده چت",
|
||||||
"notif.test.short": "Testing Notifications",
|
"notif.test.short": "Testing Notifications",
|
||||||
"notif.test.long": "This is a test of the notifications email. Send help!",
|
"notif.test.long": "This is a test of the notifications email. Send help!",
|
||||||
"test.text1": "این یک ایمیل امتحانی جهت تایید اینکه فرستنده ایمیل برای انجمن NodeBB شما به درستی تنظیم و نصب شده است",
|
"test.text1": "این یک ایمیل امتحانی جهت تایید اینکه فرستنده ایمیل برای انجمن NodeBB شما به درستی تنظیم و نصب شده است",
|
||||||
|
|||||||
@@ -6,18 +6,18 @@
|
|||||||
"not-logged-in": "وارد حساب کاربری نشدهاید.",
|
"not-logged-in": "وارد حساب کاربری نشدهاید.",
|
||||||
"account-locked": "حساب کاربری شما موقتاً مسدود شده است.",
|
"account-locked": "حساب کاربری شما موقتاً مسدود شده است.",
|
||||||
"search-requires-login": "استفاده از جستجو نیازمند ورود با نامکاربری و رمزعبور است. لطفا ابتدا وارد شوید.",
|
"search-requires-login": "استفاده از جستجو نیازمند ورود با نامکاربری و رمزعبور است. لطفا ابتدا وارد شوید.",
|
||||||
"goback": "Press back to return to the previous page",
|
"goback": "بازگشت را فشار دهید تا به صفحه قبلی برگردید",
|
||||||
"invalid-cid": "آیدی دستهبندی نامعتبر است.",
|
"invalid-cid": "آیدی دستهبندی نامعتبر است.",
|
||||||
"invalid-tid": "شناسه موضوع نامعتبر است.",
|
"invalid-tid": "شناسه موضوع نامعتبر است.",
|
||||||
"invalid-pid": "شناسه پست نامعتبر است.",
|
"invalid-pid": "شناسه پست نامعتبر است.",
|
||||||
"invalid-uid": "شناسه کاربر نامعتبر است.",
|
"invalid-uid": "شناسه کاربر نامعتبر است.",
|
||||||
"invalid-mid": "Invalid Chat Message ID",
|
"invalid-mid": "شناسه چت نامعتبر است",
|
||||||
"invalid-date": "A valid date must be provided",
|
"invalid-date": "یک تاریخ معتبر باید ارائه شود",
|
||||||
"invalid-username": "نام کاربری نامعتبر است.",
|
"invalid-username": "نام کاربری نامعتبر است.",
|
||||||
"invalid-email": "ایمیل نامعتبر است.",
|
"invalid-email": "ایمیل نامعتبر است.",
|
||||||
"invalid-fullname": "Invalid Fullname",
|
"invalid-fullname": "نام و نامخانوادگی نامعتبر ",
|
||||||
"invalid-location": "Invalid Location",
|
"invalid-location": "مکان نامعتبر",
|
||||||
"invalid-birthday": "Invalid Birthday",
|
"invalid-birthday": "تاریخ تولد نامعتبر ",
|
||||||
"invalid-title": "عنوان نامعتبر",
|
"invalid-title": "عنوان نامعتبر",
|
||||||
"invalid-user-data": "دادههای کاربر نامعتبر است.",
|
"invalid-user-data": "دادههای کاربر نامعتبر است.",
|
||||||
"invalid-password": "کلمه عبور نامعتبر است.",
|
"invalid-password": "کلمه عبور نامعتبر است.",
|
||||||
@@ -25,20 +25,20 @@
|
|||||||
"invalid-username-or-password": "لطفا هم نام کاربری و هم کلمه عبور را مشخص کنید",
|
"invalid-username-or-password": "لطفا هم نام کاربری و هم کلمه عبور را مشخص کنید",
|
||||||
"invalid-search-term": "کلمه جستجو نامعتبر است",
|
"invalid-search-term": "کلمه جستجو نامعتبر است",
|
||||||
"invalid-url": "URL نامعتبر",
|
"invalid-url": "URL نامعتبر",
|
||||||
"invalid-event": "Invalid event: %1",
|
"invalid-event": "رویداد: %1 نامعتبر ",
|
||||||
"local-login-disabled": "Local login system has been disabled for non-privileged accounts.",
|
"local-login-disabled": "Local login system has been disabled for non-privileged accounts.",
|
||||||
"csrf-invalid": "اجازه ورود شما تمام شده است، لطفا دوباره وارد شوید.",
|
"csrf-invalid": "اجازه ورود شما تمام شده است، لطفا دوباره وارد شوید.",
|
||||||
"invalid-path": "Invalid path",
|
"invalid-path": "مسیر نامعتبر",
|
||||||
"folder-exists": "Folder exists",
|
"folder-exists": "Folder exists",
|
||||||
"invalid-pagination-value": "ارزش گذاری صفحه نامعتبر است، کمترین مقدار <strong>%1</strong> و بیشترین مقدار <strong>%2</strong> باید باشد",
|
"invalid-pagination-value": "ارزش گذاری صفحه نامعتبر است، کمترین مقدار <strong>%1</strong> و بیشترین مقدار <strong>%2</strong> باید باشد",
|
||||||
"username-taken": "این نام کاربری گرفته شده است.",
|
"username-taken": "این نام کاربری گرفته شده است.",
|
||||||
"email-taken": "این ایمیل گرفته شده است.",
|
"email-taken": "این ایمیل گرفته شده است.",
|
||||||
"email-nochange": "The email entered is the same as the email already on file.",
|
"email-nochange": "The email entered is the same as the email already on file.",
|
||||||
"email-invited": "Email was already invited",
|
"email-invited": "ایمیل قبلا دعوت شدهاست ",
|
||||||
"email-not-confirmed": "Posting in some categories or topics is enabled once your email is confirmed, please click here to send a confirmation email.",
|
"email-not-confirmed": "پس از تایید ایمیل شما، ارسال در برخی دسته ها یا موضوعات فعال می شود، لطفاً برای ارسال ایمیل تایید اینجا را کلیک کنید.",
|
||||||
"email-not-confirmed-chat": "شما تا قبل از تایید ایمیل قادر به چت نیستید، لطفا برای تایید ایمیل خود اینجا کلیک کنید",
|
"email-not-confirmed-chat": "شما تا قبل از تایید ایمیل قادر به چت نیستید، لطفا برای تایید ایمیل خود اینجا کلیک کنید",
|
||||||
"email-not-confirmed-email-sent": "Your email has not been confirmed yet, please check your inbox for the confirmation email. You may not be able to post in some categories or chat until your email is confirmed.",
|
"email-not-confirmed-email-sent": "ایمیل شما هنوز تایید نشده است، لطفا صندوق ورودی خود را برای ایمیل تایید بررسی کنید. ممکن است تا زمانی که ایمیل شما تایید نشود، نتوانید در برخی از دسته ها پست ارسال کنید یا چت کنید.",
|
||||||
"no-email-to-confirm": "Your account does not have an email set. An email is necessary for account recovery, and may be necessary for chatting and posting in some categories. Please click here to enter an email.",
|
"no-email-to-confirm": "برای حساب شما هنوز ایمیلی تنظیم نشده است. ایمیل برای بازیابی حساب ضروری هست، و همچنین شاید برای چت کردن و ارسال پست در بعضی از دستهها. لطفا ایمیل خود را اینجا وارد کنید.",
|
||||||
"user-doesnt-have-email": "User \"%1\" does not have an email set.",
|
"user-doesnt-have-email": "User \"%1\" does not have an email set.",
|
||||||
"email-confirm-failed": "سیستم موفق به تایید ایمیل شما نشد، لطفا بعدا دوباره سعی کنید",
|
"email-confirm-failed": "سیستم موفق به تایید ایمیل شما نشد، لطفا بعدا دوباره سعی کنید",
|
||||||
"confirm-email-already-sent": "ایمیل فعالسازی قبلا فرستاده شده، لطفا <strong>%1</strong> دقیقه صبر کنید تا ایمیل دیگری فرستاده شود.",
|
"confirm-email-already-sent": "ایمیل فعالسازی قبلا فرستاده شده، لطفا <strong>%1</strong> دقیقه صبر کنید تا ایمیل دیگری فرستاده شود.",
|
||||||
@@ -61,8 +61,8 @@
|
|||||||
"no-group": "گروه وجود ندارد",
|
"no-group": "گروه وجود ندارد",
|
||||||
"no-user": "کاربر وجود ندارد",
|
"no-user": "کاربر وجود ندارد",
|
||||||
"no-teaser": "تیزر وجود ندارد",
|
"no-teaser": "تیزر وجود ندارد",
|
||||||
"no-flag": "Flag does not exist",
|
"no-flag": "گزارش وجود ندارد ",
|
||||||
"no-chat-room": "Chat room does not exist",
|
"no-chat-room": "این چت روم وجود ندارد",
|
||||||
"no-privileges": "شما دسترسی کافی برای این کار را ندارید",
|
"no-privileges": "شما دسترسی کافی برای این کار را ندارید",
|
||||||
"category-disabled": "دسته غیرفعال شد.",
|
"category-disabled": "دسته غیرفعال شد.",
|
||||||
"topic-locked": "موضوع بسته شد.",
|
"topic-locked": "موضوع بسته شد.",
|
||||||
@@ -89,10 +89,10 @@
|
|||||||
"category-not-selected": "هیچ دستهبندی انتخاب نشده.",
|
"category-not-selected": "هیچ دستهبندی انتخاب نشده.",
|
||||||
"too-many-posts": "شما می توانید هر %1 ثانیه یک پست ایجاد کنید - لطفا قبل از ارسال پست جدید صبر کنید",
|
"too-many-posts": "شما می توانید هر %1 ثانیه یک پست ایجاد کنید - لطفا قبل از ارسال پست جدید صبر کنید",
|
||||||
"too-many-posts-newbie": "به عنوان یک کاربر جدید ، تا زمانی که شما %2 اعتبار کسب کنید می توانید هر %1 ثانیه یک پست ایجاد کنید - لطفا قبل از ایجاد پست جدید صبر کنید .",
|
"too-many-posts-newbie": "به عنوان یک کاربر جدید ، تا زمانی که شما %2 اعتبار کسب کنید می توانید هر %1 ثانیه یک پست ایجاد کنید - لطفا قبل از ایجاد پست جدید صبر کنید .",
|
||||||
"already-posting": "You are already posting",
|
"already-posting": "قبلا ارسال کردهاید ",
|
||||||
"tag-too-short": "لطفا برچسب بلندتری وارد کنید. برچسبها باید حداقل %1 کاراکتر داشته باشند.",
|
"tag-too-short": "لطفا برچسب بلندتری وارد کنید. برچسبها باید حداقل %1 کاراکتر داشته باشند.",
|
||||||
"tag-too-long": "لطفا برچسب کوتاه تری وارد کنید . برچسب ها نباید بیشتر از %1 کاراکتر داشته باشند",
|
"tag-too-long": "لطفا برچسب کوتاه تری وارد کنید . برچسب ها نباید بیشتر از %1 کاراکتر داشته باشند",
|
||||||
"tag-not-allowed": "Tag not allowed",
|
"tag-not-allowed": "برچسب مجاز نیست",
|
||||||
"not-enough-tags": "تعداد برچسب ها کافی نیست. موضوع ها یابد حداقل %1 برچسب داشته باشند",
|
"not-enough-tags": "تعداد برچسب ها کافی نیست. موضوع ها یابد حداقل %1 برچسب داشته باشند",
|
||||||
"too-many-tags": "تعداد برچسب ها بیشتر از حد مجاز است. موضوع ها نمی توانند بیشتر از %1 برچسب داشته باشند",
|
"too-many-tags": "تعداد برچسب ها بیشتر از حد مجاز است. موضوع ها نمی توانند بیشتر از %1 برچسب داشته باشند",
|
||||||
"cant-use-system-tag": "You can not use this system tag.",
|
"cant-use-system-tag": "You can not use this system tag.",
|
||||||
@@ -101,21 +101,21 @@
|
|||||||
"file-too-big": "حداکثر مجاز حجم فایل %1 کیلوبایت می باشد - لطفا فایلی با حجم کمتر بارگذاری کنید",
|
"file-too-big": "حداکثر مجاز حجم فایل %1 کیلوبایت می باشد - لطفا فایلی با حجم کمتر بارگذاری کنید",
|
||||||
"guest-upload-disabled": "بارگذاری برای مهمانان غیر فعال شده است",
|
"guest-upload-disabled": "بارگذاری برای مهمانان غیر فعال شده است",
|
||||||
"cors-error": "Unable to upload image due to misconfigured CORS",
|
"cors-error": "Unable to upload image due to misconfigured CORS",
|
||||||
"upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
|
"upload-ratelimit-reached": "شما فایل های زیادی را در یک زمان آپلود کرده اید. لطفاً بعداً دوباره امتحان کنید.",
|
||||||
"upload-error-fallback": "Unable to upload image — %1",
|
"upload-error-fallback": "امکان آپلود تصویر — %1 وجود ندارد",
|
||||||
"scheduling-to-past": "Please select a date in the future.",
|
"scheduling-to-past": "Please select a date in the future.",
|
||||||
"invalid-schedule-date": "Please enter a valid date and time.",
|
"invalid-schedule-date": "Please enter a valid date and time.",
|
||||||
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
|
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
|
||||||
"cant-merge-scheduled": "Scheduled topics cannot be merged.",
|
"cant-merge-scheduled": "Scheduled topics cannot be merged.",
|
||||||
"cant-move-posts-to-scheduled": "Can't move posts to a scheduled topic.",
|
"cant-move-posts-to-scheduled": "Can't move posts to a scheduled topic.",
|
||||||
"cant-move-from-scheduled-to-existing": "Can't move posts from a scheduled topic to an existing topic.",
|
"cant-move-from-scheduled-to-existing": "Can't move posts from a scheduled topic to an existing topic.",
|
||||||
"already-bookmarked": "شما قبلا این پست را نشانک کردهاید",
|
"already-bookmarked": "شما در حال حاضر این پست را به علاقمندیهای خود اضافه کردهاید",
|
||||||
"already-unbookmarked": "شما قبلا این پست را از نشانک در آوردید",
|
"already-unbookmarked": "شما قبلا این پست را از نشانک در آوردید",
|
||||||
"cant-ban-other-admins": "شما نمیتوانید دیگر مدیران را محروم کنید!",
|
"cant-ban-other-admins": "شما نمیتوانید دیگر مدیران را محروم کنید!",
|
||||||
"cant-mute-other-admins": "You can't mute other admins!",
|
"cant-mute-other-admins": "You can't mute other admins!",
|
||||||
"user-muted-for-hours": "You have been muted, you will be able to post in %1 hour(s)",
|
"user-muted-for-hours": "You have been muted, you will be able to post in %1 hour(s)",
|
||||||
"user-muted-for-minutes": "You have been muted, you will be able to post in %1 minute(s)",
|
"user-muted-for-minutes": "You have been muted, you will be able to post in %1 minute(s)",
|
||||||
"cant-make-banned-users-admin": "You can't make banned users admin.",
|
"cant-make-banned-users-admin": "شما نمی توانید کاربران اخراج شده را ادمین کنید.",
|
||||||
"cant-remove-last-admin": "شما تنها مدیر می باشید . شما باید قبل از عزل خود از مدیریت یک کاربر دیگر را مدیر کنید",
|
"cant-remove-last-admin": "شما تنها مدیر می باشید . شما باید قبل از عزل خود از مدیریت یک کاربر دیگر را مدیر کنید",
|
||||||
"account-deletion-disabled": "Account deletion is disabled",
|
"account-deletion-disabled": "Account deletion is disabled",
|
||||||
"cant-delete-admin": "قبل از حذف این کاربر دسترسی های مدیریت را از وی بگیرید.",
|
"cant-delete-admin": "قبل از حذف این کاربر دسترسی های مدیریت را از وی بگیرید.",
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
"invalid-image-type": "نوع تصویر نامعتبر است. نوعهای قابل قبول اینها هستند: %1",
|
"invalid-image-type": "نوع تصویر نامعتبر است. نوعهای قابل قبول اینها هستند: %1",
|
||||||
"invalid-image-extension": "پسوند عکس نامعتبر است",
|
"invalid-image-extension": "پسوند عکس نامعتبر است",
|
||||||
"invalid-file-type": "نوع پرونده نامعتبر است. نوعهای قابل قبول اینها هستند: %1",
|
"invalid-file-type": "نوع پرونده نامعتبر است. نوعهای قابل قبول اینها هستند: %1",
|
||||||
"invalid-image-dimensions": "Image dimensions are too big",
|
"invalid-image-dimensions": "ابعاد عکس خیلی بزرگ است",
|
||||||
"group-name-too-short": "نام گروه خیلی کوتاه است.",
|
"group-name-too-short": "نام گروه خیلی کوتاه است.",
|
||||||
"group-name-too-long": "نام گروه بسیار طولانی است.",
|
"group-name-too-long": "نام گروه بسیار طولانی است.",
|
||||||
"group-already-exists": "این گروه از پیش وجود دارد.",
|
"group-already-exists": "این گروه از پیش وجود دارد.",
|
||||||
@@ -134,10 +134,10 @@
|
|||||||
"group-needs-owner": "این گروه حداقل یک مالک باید داشته باشد",
|
"group-needs-owner": "این گروه حداقل یک مالک باید داشته باشد",
|
||||||
"group-already-invited": "این کاربر قبلا به گروه دعوت شده است",
|
"group-already-invited": "این کاربر قبلا به گروه دعوت شده است",
|
||||||
"group-already-requested": "درخواست عضویت شما قبلا تایید شده است",
|
"group-already-requested": "درخواست عضویت شما قبلا تایید شده است",
|
||||||
"group-join-disabled": "You are not able to join this group at this time",
|
"group-join-disabled": "در حال حاضر نمی توانید به این گروه بپیوندید",
|
||||||
"group-leave-disabled": "You are not able to leave this group at this time",
|
"group-leave-disabled": "در حال حاضر نمی توانید از این گروه خارج شوید",
|
||||||
"group-user-not-pending": "User does not have a pending request to join this group.",
|
"group-user-not-pending": "User does not have a pending request to join this group.",
|
||||||
"gorup-user-not-invited": "User has not been invited to join this group.",
|
"gorup-user-not-invited": "کاربر برای پیوستن به این گروه دعوت نشده است.",
|
||||||
"post-already-deleted": "این پست قبلا پاک شده است",
|
"post-already-deleted": "این پست قبلا پاک شده است",
|
||||||
"post-already-restored": "پست قبلا بازگردانی شده است.",
|
"post-already-restored": "پست قبلا بازگردانی شده است.",
|
||||||
"topic-already-deleted": "موضوع قبلا حذف شده است",
|
"topic-already-deleted": "موضوع قبلا حذف شده است",
|
||||||
@@ -159,15 +159,15 @@
|
|||||||
"chat-edit-duration-expired": "شما قادر هستید پیام های چت را فقط بعد از %1 ثانیه ویرایش کنید",
|
"chat-edit-duration-expired": "شما قادر هستید پیام های چت را فقط بعد از %1 ثانیه ویرایش کنید",
|
||||||
"chat-delete-duration-expired": "شما قادر هستید پیام های چت را فقط بعد از %1 ثانیه پاک کنید",
|
"chat-delete-duration-expired": "شما قادر هستید پیام های چت را فقط بعد از %1 ثانیه پاک کنید",
|
||||||
"chat-deleted-already": "این پیام قبلا حذف شده است",
|
"chat-deleted-already": "این پیام قبلا حذف شده است",
|
||||||
"chat-restored-already": "This chat message has already been restored.",
|
"chat-restored-already": "این پیام چت قبلاً بازیابی شده است",
|
||||||
"chat-room-does-not-exist": "Chat room does not exist.",
|
"chat-room-does-not-exist": "چت روم وجود ندارد",
|
||||||
"cant-add-users-to-chat-room": "Can't add users to chat room.",
|
"cant-add-users-to-chat-room": "نمیتوانید کاربری به چتروم اضافه کنید ",
|
||||||
"cant-remove-users-from-chat-room": "Can't remove users from chat room.",
|
"cant-remove-users-from-chat-room": "نمیتوانید کاربران را از چتروم حذف کنید ",
|
||||||
"chat-room-name-too-long": "Chat room name too long.",
|
"chat-room-name-too-long": "نام چتروم خیلی طولانی است ",
|
||||||
"already-voting-for-this-post": "شما قبلا به این پست رای داده اید.",
|
"already-voting-for-this-post": "شما قبلا به این پست رای داده اید.",
|
||||||
"reputation-system-disabled": "سیستم اعتبار غیر فعال شده است",
|
"reputation-system-disabled": "سیستم اعتبار غیر فعال شده است",
|
||||||
"downvoting-disabled": "رأی منفی غیر فعال شده است",
|
"downvoting-disabled": "رأی منفی غیر فعال شده است",
|
||||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
"not-enough-reputation-to-chat": "شما به %1 اعتبار برای چت نیاز دارید ",
|
||||||
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
"not-enough-reputation-to-upvote": "You need %1 reputation to upvote",
|
||||||
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
"not-enough-reputation-to-downvote": "You need %1 reputation to downvote",
|
||||||
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
"not-enough-reputation-to-flag": "You need %1 reputation to flag this post",
|
||||||
@@ -182,10 +182,10 @@
|
|||||||
"user-flagged-too-many-times": "این کاربر توسط دیگر کاربران گزارش شده",
|
"user-flagged-too-many-times": "این کاربر توسط دیگر کاربران گزارش شده",
|
||||||
"cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)",
|
"cant-flag-privileged": "You are not allowed to flag the profiles or content of privileged users (moderators/global moderators/admins)",
|
||||||
"self-vote": "شما نمی توانید به پست خود رای بدهید",
|
"self-vote": "شما نمی توانید به پست خود رای بدهید",
|
||||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
"too-many-upvotes-today": "شما فقط می توانید %1 بار در روز رأی مثبت بدهید",
|
||||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
"too-many-upvotes-today-user": " به هر کاربر فقط %1 بار در روز میتولنید رأی مثبت بدهید",
|
||||||
"too-many-downvotes-today": "You can only downvote %1 times a day",
|
"too-many-downvotes-today": "فقط می توانید %1 بار در روز رأی منفی بدهید",
|
||||||
"too-many-downvotes-today-user": "You can only downvote a user %1 times a day",
|
"too-many-downvotes-today-user": "شما فقط می توانید %1 بار در روز رأی منفی بدهید",
|
||||||
"reload-failed": "NodeBB در هنگام بارگذاری مجدد با یک مشکل مواجه شده است: \"%1\". NodeBB سرویس رسانی به کلاینت های سرویس گیرنده را ادامه خواهد داد، اگرچه شما کاری را قبل از بارگیری مجدد انجام دادید بازگردانی کنید",
|
"reload-failed": "NodeBB در هنگام بارگذاری مجدد با یک مشکل مواجه شده است: \"%1\". NodeBB سرویس رسانی به کلاینت های سرویس گیرنده را ادامه خواهد داد، اگرچه شما کاری را قبل از بارگیری مجدد انجام دادید بازگردانی کنید",
|
||||||
"registration-error": "خطای ثبت نام",
|
"registration-error": "خطای ثبت نام",
|
||||||
"parse-error": "هنگام تجزیه پاسخ سرور اشتباهی پیش امد",
|
"parse-error": "هنگام تجزیه پاسخ سرور اشتباهی پیش امد",
|
||||||
@@ -199,8 +199,8 @@
|
|||||||
"cant-kick-self": "شما نمی توانید خودتان را از گروه کیک کنید",
|
"cant-kick-self": "شما نمی توانید خودتان را از گروه کیک کنید",
|
||||||
"no-users-selected": "هیچ کاربر(های) انتخاب نشده",
|
"no-users-selected": "هیچ کاربر(های) انتخاب نشده",
|
||||||
"invalid-home-page-route": "مسیر صفحه اصلی نامعتبر است",
|
"invalid-home-page-route": "مسیر صفحه اصلی نامعتبر است",
|
||||||
"invalid-session": "Invalid Session",
|
"invalid-session": "seesion نامعتبر، دوباره وارد حساب کاربری خود شوید ",
|
||||||
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
|
"invalid-session-text": "به نظر می رسد این جلسه برای ورود شما دیگر فعال نیست. لطفا این صفحه را رفرش کنید",
|
||||||
"session-mismatch": "Session Mismatch",
|
"session-mismatch": "Session Mismatch",
|
||||||
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
|
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
|
||||||
"no-topics-selected": "هیچ موضوعی انتخاب نشده است !",
|
"no-topics-selected": "هیچ موضوعی انتخاب نشده است !",
|
||||||
|
|||||||
@@ -3,21 +3,21 @@
|
|||||||
"reports": "گزارش ها",
|
"reports": "گزارش ها",
|
||||||
"first-reported": "اولین گزارش",
|
"first-reported": "اولین گزارش",
|
||||||
"no-flags": "هووووورا ! هیچ گزارشی یافت نشد.",
|
"no-flags": "هووووورا ! هیچ گزارشی یافت نشد.",
|
||||||
"x-flags-found": "%1 flag(s) found.",
|
"x-flags-found": "%1 گزارش پیدا شد ",
|
||||||
"assignee": "اختصاص دادن ",
|
"assignee": "اختصاص دادن ",
|
||||||
"update": "به روزرسانی",
|
"update": "به روزرسانی",
|
||||||
"updated": "به روز رسانی شد",
|
"updated": "به روز رسانی شد",
|
||||||
"resolved": "Resolved",
|
"resolved": "حلشده ",
|
||||||
"target-purged": "محتوای این گزارش حذف شده است و در دسترس نیست.",
|
"target-purged": "محتوای این گزارش حذف شده است و در دسترس نیست.",
|
||||||
"target-aboutme-empty": "This user has no "About Me" set.",
|
"target-aboutme-empty": "این کاربر هیچ "About Me" ننوشته ",
|
||||||
|
|
||||||
"graph-label": "آمار گزارش های روزانه",
|
"graph-label": "آمار گزارش های روزانه",
|
||||||
"quick-filters": "فیلتر های سریع",
|
"quick-filters": "فیلتر های سریع",
|
||||||
"filter-active": "یک یا تعداد بیشتری از فیلتر ها در لیست گزارش ها فعال هستند",
|
"filter-active": "یک یا تعداد بیشتری از فیلتر ها در لیست گزارش ها فعال هستند",
|
||||||
"filter-reset": "حذف فیلتر ها",
|
"filter-reset": "حذف فیلتر ها",
|
||||||
"filters": "گزینه های فیلتر",
|
"filters": "گزینه های فیلتر",
|
||||||
"filter-reporterId": "Reporter",
|
"filter-reporterId": "گزارشدهنده",
|
||||||
"filter-targetUid": "Reportee",
|
"filter-targetUid": "گزارشگر",
|
||||||
"filter-type": "نوع گزارش",
|
"filter-type": "نوع گزارش",
|
||||||
"filter-type-all": "تمام محتوا",
|
"filter-type-all": "تمام محتوا",
|
||||||
"filter-type-post": "پست",
|
"filter-type-post": "پست",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"search": "جستجو",
|
"search": "جستجو",
|
||||||
"buttons.close": "بستن",
|
"buttons.close": "بستن",
|
||||||
"403.title": "دسترسی ندارید",
|
"403.title": "دسترسی ندارید",
|
||||||
"403.message": "به نظر می رسد شما به صفحه ای برخورد کرده اید که دسترسی به آن ندارید.",
|
"403.message": "به نظر میرسد شما به صفحهای برخورد کردهاید که شما به آن دسترسی ندارید.",
|
||||||
"403.login": "Perhaps you should <a class=\"alert-link\" href='%1/login'>try logging in</a>?",
|
"403.login": "Perhaps you should <a class=\"alert-link\" href='%1/login'>try logging in</a>?",
|
||||||
"404.title": "یافت نشد",
|
"404.title": "یافت نشد",
|
||||||
"404.message": "You seem to have stumbled upon a page that does not exist.<br/><div class=\"text-sm text-muted\">Return to the <a href='%1/'>home page</a>.</div>",
|
"404.message": "You seem to have stumbled upon a page that does not exist.<br/><div class=\"text-sm text-muted\">Return to the <a href='%1/'>home page</a>.</div>",
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"topics": "موضوع ها",
|
"topics": "موضوع ها",
|
||||||
"posts": "دیدگاهها",
|
"posts": "دیدگاهها",
|
||||||
"x-posts": "<span class=\"formatted-number\">%1</span> posts",
|
"x-posts": "<span class=\"formatted-number\">%1</span> posts",
|
||||||
"x-topics": "<span class=\"formatted-number\">%1</span> topics",
|
"x-topics": "<span class=\"formatted-number\">1%</span> موضوعها",
|
||||||
"x-reputation": "<span class=\"formatted-number\">%1</span> reputation",
|
"x-reputation": "<span class=\"formatted-number\">%1</span> reputation",
|
||||||
"best": "بهترین",
|
"best": "بهترین",
|
||||||
"controversial": "Controversial",
|
"controversial": "Controversial",
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"reputation": "اعتبار",
|
"reputation": "اعتبار",
|
||||||
"lastpost": "آخرین پست",
|
"lastpost": "آخرین پست",
|
||||||
"firstpost": "اولین پست",
|
"firstpost": "اولین پست",
|
||||||
"about": "About",
|
"about": "دربارهی من ",
|
||||||
"read_more": "بیشتر بخوانید",
|
"read_more": "بیشتر بخوانید",
|
||||||
"more": "بیشتر",
|
"more": "بیشتر",
|
||||||
"none": "None",
|
"none": "None",
|
||||||
@@ -135,6 +135,6 @@
|
|||||||
"copied": "Copied",
|
"copied": "Copied",
|
||||||
"user-search-prompt": "برای پیدا کردن کاربر اینجا چیزی بنویسید...",
|
"user-search-prompt": "برای پیدا کردن کاربر اینجا چیزی بنویسید...",
|
||||||
"hidden": "Hidden",
|
"hidden": "Hidden",
|
||||||
"sort": "Sort",
|
"sort": "مرتبسازی",
|
||||||
"actions": "Actions"
|
"actions": "Actions"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"all-groups": "All groups",
|
"all-groups": "همهی گروهها",
|
||||||
"groups": "گروهها",
|
"groups": "گروهها",
|
||||||
"members": "Members",
|
"members": "اعضا",
|
||||||
"view_group": "مشاهده گروه",
|
"view_group": "مشاهده گروه",
|
||||||
"owner": "مالک گروه",
|
"owner": "مالک گروه",
|
||||||
"new_group": "ساخت گروه جدید",
|
"new_group": "ساخت گروه جدید",
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
"details.latest_posts": "آخرین پست ها",
|
"details.latest_posts": "آخرین پست ها",
|
||||||
"details.private": "خصوصی",
|
"details.private": "خصوصی",
|
||||||
"details.disableJoinRequests": "غیر فعال کردن درخواستهای عضویت",
|
"details.disableJoinRequests": "غیر فعال کردن درخواستهای عضویت",
|
||||||
"details.disableLeave": "Disallow users from leaving the group",
|
"details.disableLeave": "به کاربران اجازه خروج از این گروه را نده",
|
||||||
"details.grant": "اعطاء/خلع مالکیت",
|
"details.grant": "اعطاء/خلع مالکیت",
|
||||||
"details.kick": "بیرون انداختن",
|
"details.kick": "بیرون انداختن",
|
||||||
"details.kick_confirm": "آیا شما مطمئن هستید که می خواهید این عضو از گروه را حذف کنید؟",
|
"details.kick_confirm": "آیا شما مطمئن هستید که می خواهید این عضو از گروه را حذف کنید؟",
|
||||||
@@ -37,11 +37,11 @@
|
|||||||
"details.member_count": "تعداد اعضا",
|
"details.member_count": "تعداد اعضا",
|
||||||
"details.creation_date": "زمان ساخته شدن",
|
"details.creation_date": "زمان ساخته شدن",
|
||||||
"details.description": "توضیحات",
|
"details.description": "توضیحات",
|
||||||
"details.member-post-cids": "Category IDs to display posts from",
|
"details.member-post-cids": "شناسهی دسته برای نمایش پستها ",
|
||||||
"details.badge_preview": "پیش نمایشِ نشان",
|
"details.badge_preview": "پیش نمایشِ نشان",
|
||||||
"details.change_icon": "تغییر آیکن",
|
"details.change_icon": "تغییر آیکن",
|
||||||
"details.change_label_colour": "Change Label Colour",
|
"details.change_label_colour": "تغییر رنگ لیبل",
|
||||||
"details.change_text_colour": "Change Text Colour",
|
"details.change_text_colour": "تغییر رنگ متن",
|
||||||
"details.badge_text": "نوشته ای نشان",
|
"details.badge_text": "نوشته ای نشان",
|
||||||
"details.userTitleEnabled": "نمایش نشان",
|
"details.userTitleEnabled": "نمایش نشان",
|
||||||
"details.private_help": "اگر فعال باشد، پیوستن به گروه مستلزم موافقت مالک گروه است",
|
"details.private_help": "اگر فعال باشد، پیوستن به گروه مستلزم موافقت مالک گروه است",
|
||||||
@@ -52,11 +52,11 @@
|
|||||||
"event.updated": "جزییات گروه با موفقیت به روز شد",
|
"event.updated": "جزییات گروه با موفقیت به روز شد",
|
||||||
"event.deleted": "گروه \"%1\" حدف شد",
|
"event.deleted": "گروه \"%1\" حدف شد",
|
||||||
"membership.accept-invitation": "دعوت را قبول میکنم",
|
"membership.accept-invitation": "دعوت را قبول میکنم",
|
||||||
"membership.accept.notification_title": "You are now a member of <strong>%1</strong>",
|
"membership.accept.notification_title": "شما عضوی از <strong>1%</strong> هستین",
|
||||||
"membership.invitation-pending": "در انتظار تایید",
|
"membership.invitation-pending": "در انتظار تایید",
|
||||||
"membership.join-group": "ورود به گروه",
|
"membership.join-group": "ورود به گروه",
|
||||||
"membership.leave-group": "خروج از گروه",
|
"membership.leave-group": "خروج از گروه",
|
||||||
"membership.leave.notification_title": "<strong>%1</strong> has left group <strong>%2</strong>",
|
"membership.leave.notification_title": "<strong>1%</strong>گروه <strong>2%</strong> را ترک کرد",
|
||||||
"membership.reject": "رد",
|
"membership.reject": "رد",
|
||||||
"new-group.group_name": "نام گروه:",
|
"new-group.group_name": "نام گروه:",
|
||||||
"upload-group-cover": "آپلود کاور گروه",
|
"upload-group-cover": "آپلود کاور گروه",
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
{
|
{
|
||||||
"chat.chatting_with": "چت با",
|
"chat.chatting_with": "چت با",
|
||||||
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
"chat.placeholder": "پیام چت را اینجا بنویس، عکسها را اینجا درگ و دراپ کن، برای ارسال دکمه Enter را بزن",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "پیام چت را اینجا بنویس",
|
||||||
"chat.scroll-up-alert": "شما در حال مشاهده پیام های قدیمی هستید، برای دیدن پیام های اخیر کلیک کنید.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "چت با %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "چت با %1 و %2 دیگر ",
|
||||||
"chat.send": "ارسال",
|
"chat.send": "ارسال",
|
||||||
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید.",
|
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید.",
|
||||||
"chat.user_typing": "%1 در حال نوشتن است...",
|
"chat.user_typing": "%1 در حال نوشتن است...",
|
||||||
"chat.user_has_messaged_you": "%1 به شما پیام داده است.",
|
"chat.user_has_messaged_you": "%1 به شما پیام داده است.",
|
||||||
"chat.see_all": "All chats",
|
"chat.see_all": "همهی چتها",
|
||||||
"chat.mark_all_read": "Mark all read",
|
"chat.mark_all_read": "همه را خواندهشده بگیر",
|
||||||
"chat.no-messages": "مشخص کنید تاریخچه گفتگوها با چه کاربری را میخواهید ببینید",
|
"chat.no-messages": "مشخص کنید تاریخچه گفتگوها با چه کاربری را میخواهید ببینید",
|
||||||
"chat.no-users-in-room": "هیچ کاربری در این گفتگو نیست",
|
"chat.no-users-in-room": "هیچ کاربری در این گفتگو نیست",
|
||||||
"chat.recent-chats": "گفتگو های اخیر",
|
"chat.recent-chats": "گفتگو های اخیر",
|
||||||
"chat.contacts": "تماسها",
|
"chat.contacts": "تماسها",
|
||||||
"chat.message-history": "تاریخچه پیامها",
|
"chat.message-history": "تاریخچه پیامها",
|
||||||
"chat.message-deleted": "Message Deleted",
|
"chat.message-deleted": "Message Deleted",
|
||||||
"chat.options": "تنظیمات چت",
|
"chat.options": "گزینههای چت",
|
||||||
"chat.pop-out": "پاپ آپ گفتگو",
|
"chat.pop-out": "پاپ آپ گفتگو",
|
||||||
"chat.minimize": "کوچک کردن",
|
"chat.minimize": "کوچک کردن",
|
||||||
"chat.maximize": "تمام صفحه",
|
"chat.maximize": "تمام صفحه",
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"chat.delete_message_confirm": "آیا مطمئن هستید که می خواهید این پیام را حذف کنید؟",
|
"chat.delete_message_confirm": "آیا مطمئن هستید که می خواهید این پیام را حذف کنید؟",
|
||||||
"chat.retrieving-users": "Retrieving users...",
|
"chat.retrieving-users": "Retrieving users...",
|
||||||
"chat.manage-room": "مدیریت چت روم",
|
"chat.manage-room": "مدیریت چت روم",
|
||||||
"chat.add-user-help": "Search for users here. When selected, the user will be added to the chat. The new user will not be able to see chat messages written before they were added to the conversation. Only room owners (<i class=\"fa fa-star text-warning\"></i>) may remove users from chat rooms.",
|
"chat.add-user-help": "کاربران را در اینجا جستجو کنید. پس از انتخاب، کاربر به چت اضافه می شود. کاربر جدید نمیتواند پیامهای چت نوشته شده قبل از اضافه شدن به مکالمه را ببیند. فقط مالک اتاق (<i class=\"fa fa-star text-warning\"></i>) می توانند کاربران را از اتاق های گفتگو حذف کنند.",
|
||||||
"chat.confirm-chat-with-dnd-user": "این کاربر وضعیت خود را روی حالت مزاحم نشوید قرار داده است. آیا همچنان می خواهید با او چت کنید؟",
|
"chat.confirm-chat-with-dnd-user": "این کاربر وضعیت خود را روی حالت مزاحم نشوید قرار داده است. آیا همچنان می خواهید با او چت کنید؟",
|
||||||
"chat.rename-room": "تعویض اسم چت روم",
|
"chat.rename-room": "تعویض اسم چت روم",
|
||||||
"chat.rename-placeholder": "اسم چت روم را اینجا وارد کنید",
|
"chat.rename-placeholder": "اسم چت روم را اینجا وارد کنید",
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
"composer.formatting.strikethrough": "خط خورده",
|
"composer.formatting.strikethrough": "خط خورده",
|
||||||
"composer.formatting.code": "کد",
|
"composer.formatting.code": "کد",
|
||||||
"composer.formatting.link": "پیوند",
|
"composer.formatting.link": "پیوند",
|
||||||
"composer.formatting.picture": "Image Link",
|
"composer.formatting.picture": "لینک تصویر",
|
||||||
"composer.upload-picture": "بارگذاری عکس",
|
"composer.upload-picture": "بارگذاری عکس",
|
||||||
"composer.upload-file": "بارگذاری فایل",
|
"composer.upload-file": "بارگذاری فایل",
|
||||||
"composer.zen_mode": "حالت ذن",
|
"composer.zen_mode": "حالت ذن",
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
"composer.cancel-scheduling": "Cancel Scheduling",
|
"composer.cancel-scheduling": "Cancel Scheduling",
|
||||||
"composer.change-schedule-date": "Change Date",
|
"composer.change-schedule-date": "Change Date",
|
||||||
"composer.set-schedule-date": "Set Date",
|
"composer.set-schedule-date": "Set Date",
|
||||||
"composer.discard-all-drafts": "Discard all drafts",
|
"composer.discard-all-drafts": "لغو همه پیشنویسها ",
|
||||||
"composer.no-drafts": "You have no drafts",
|
"composer.no-drafts": "You have no drafts",
|
||||||
"composer.discard-draft-confirm": "Do you want to discard this draft?",
|
"composer.discard-draft-confirm": "Do you want to discard this draft?",
|
||||||
"bootbox.ok": "باشه",
|
"bootbox.ok": "باشه",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"title": "آگاهسازیها",
|
"title": "آگاهسازیها",
|
||||||
"no_notifs": "هیچ آگاهسازی تازهای ندارید",
|
"no_notifs": "هیچ آگاهسازی تازهای ندارید",
|
||||||
"see_all": "All notifications",
|
"see_all": "همهی اعلانها",
|
||||||
"mark_all_read": "Mark all read",
|
"mark_all_read": "همه را خواندهشده علامت بزن ",
|
||||||
"back_to_home": "بازگشت به %1",
|
"back_to_home": "بازگشت به %1",
|
||||||
"outgoing_link": "پیوند برونرو",
|
"outgoing_link": "پیوند برونرو",
|
||||||
"outgoing_link_message": "شما در حال ترک %1 هستید",
|
"outgoing_link_message": "شما در حال ترک %1 هستید",
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"topics": "موضوع ها",
|
"topics": "موضوع ها",
|
||||||
"replies": "پاسخ ها",
|
"replies": "پاسخ ها",
|
||||||
"chat": "گفتگو ها",
|
"chat": "گفتگو ها",
|
||||||
"group-chat": "Group Chats",
|
"group-chat": "چتهای گروهی",
|
||||||
"follows": "دنبال کننده ها",
|
"follows": "دنبال کننده ها",
|
||||||
"upvote": "رای های مثبت",
|
"upvote": "رای های مثبت",
|
||||||
"new-flags": "گزارش های جدید",
|
"new-flags": "گزارش های جدید",
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"popular-month": "موضوعات پربازدید این ماه",
|
"popular-month": "موضوعات پربازدید این ماه",
|
||||||
"popular-alltime": "پربازدیدترین موضوعات",
|
"popular-alltime": "پربازدیدترین موضوعات",
|
||||||
"recent": "موضوعهای تازه",
|
"recent": "موضوعهای تازه",
|
||||||
"top-day": "Top voted topics today",
|
"top-day": "موضوعاتی که امروز بیشترین رای را داشتند",
|
||||||
"top-week": "Top voted topics this week",
|
"top-week": "موضوعاتی که این هفته بیشترین رای را داشتن ",
|
||||||
"top-month": "Top voted topics this month",
|
"top-month": "موضوعاتی که این ماه بیشترین رای را داشتند",
|
||||||
"top-alltime": "Top Voted Topics",
|
"top-alltime": "موضوعهایی که بیشترین رای را دارند",
|
||||||
"moderator-tools": "ابزار مدیران",
|
"moderator-tools": "ابزار مدیران",
|
||||||
"flagged-content": "محتوای گزارش شده",
|
"flagged-content": "محتوای گزارش شده",
|
||||||
"ip-blacklist": "لیست سیاه IP",
|
"ip-blacklist": "لیست سیاه IP",
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"users/search": "جستجوی کاربر",
|
"users/search": "جستجوی کاربر",
|
||||||
"notifications": "آگاهسازیها",
|
"notifications": "آگاهسازیها",
|
||||||
"tags": "برچسبها",
|
"tags": "برچسبها",
|
||||||
"tag": "Topics tagged under "%1"",
|
"tag": "موضوعات برچسب گذاری شده در زیر"%1"",
|
||||||
"register": "ثبت نام یک حساب",
|
"register": "ثبت نام یک حساب",
|
||||||
"registration-complete": "ثبت نام تکمیل شد",
|
"registration-complete": "ثبت نام تکمیل شد",
|
||||||
"login": "به حساب خوب وارد شوید",
|
"login": "به حساب خوب وارد شوید",
|
||||||
@@ -49,18 +49,18 @@
|
|||||||
"account/watched_categories": "دسته بندی های پیگیری شده %1",
|
"account/watched_categories": "دسته بندی های پیگیری شده %1",
|
||||||
"account/bookmarks": "%1 پست نشانک گذاری شده است",
|
"account/bookmarks": "%1 پست نشانک گذاری شده است",
|
||||||
"account/settings": "تنظیمات کاربر",
|
"account/settings": "تنظیمات کاربر",
|
||||||
"account/settings-of": "Changing settings of %1",
|
"account/settings-of": "تغییر تنظیمات از %1",
|
||||||
"account/watched": "موضوع های دیده شده توسط \"%1\"",
|
"account/watched": "موضوع های دیده شده توسط \"%1\"",
|
||||||
"account/ignored": "موضوع های نادیده گرفته شده توسط %1",
|
"account/ignored": "موضوع های نادیده گرفته شده توسط %1",
|
||||||
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
|
"account/upvoted": "رای مثبت داده شده به پست ها توسط %1",
|
||||||
"account/downvoted": "رای منفی داده شده به پست ها توسط %1",
|
"account/downvoted": "رای منفی داده شده به پست ها توسط %1",
|
||||||
"account/best": "بهترین پست های %1",
|
"account/best": "بهترین پست های %1",
|
||||||
"account/controversial": "Controversial posts made by %1",
|
"account/controversial": "پستهای با بیشترین امتیاز منفی ایجاد شده توسط %1",
|
||||||
"account/blocks": "کاربران مسدود شده توسط %1",
|
"account/blocks": "کاربران مسدود شده توسط %1",
|
||||||
"account/uploads": "آپلود های %1",
|
"account/uploads": "آپلود های %1",
|
||||||
"account/sessions": "Session های ورود",
|
"account/sessions": "Session های ورود",
|
||||||
"confirm": "ایمیل تایید شد",
|
"confirm": "ایمیل تایید شد",
|
||||||
"maintenance.text": "%1 is currently undergoing maintenance.<br/>Please come back another time.",
|
"maintenance.text": "1% در حال حاضر تحت تعمیر و نگهداری است.<br/> لطفاً زمان دیگری مراجعه کنید.",
|
||||||
"maintenance.messageIntro": "علاوه بر این، مدیر این پیام را گذاشته است:",
|
"maintenance.messageIntro": "علاوه بر این، مدیر این پیام را گذاشته است:",
|
||||||
"throttled.text": "%1 به دلیل بارگذاری بیش از حد ، قابل دسترس نمی باشد. لطفا در زمان دیگری دوباره امتحان کنید"
|
"throttled.text": "%1 به دلیل بارگذاری بیش از حد ، قابل دسترس نمی باشد. لطفا در زمان دیگری دوباره امتحان کنید"
|
||||||
}
|
}
|
||||||
@@ -25,14 +25,14 @@
|
|||||||
"confirm-reject": "Do you want to reject this post?",
|
"confirm-reject": "Do you want to reject this post?",
|
||||||
"confirm-remove": "Do you want to remove this post?",
|
"confirm-remove": "Do you want to remove this post?",
|
||||||
"bulk-actions": "Bulk Actions",
|
"bulk-actions": "Bulk Actions",
|
||||||
"accept-all": "Accept All",
|
"accept-all": "تایید همه ",
|
||||||
"accept-selected": "Accept Selected",
|
"accept-selected": "Accept Selected",
|
||||||
"reject-all": "Reject All",
|
"reject-all": "همه را رد کن ",
|
||||||
"reject-all-confirm": "Do you want to reject all posts?",
|
"reject-all-confirm": "آیا شما میخواهید همه پستها را رد کنید؟",
|
||||||
"reject-selected": "Reject Selected",
|
"reject-selected": "Reject Selected",
|
||||||
"reject-selected-confirm": "Do you want to reject %1 selected posts?",
|
"reject-selected-confirm": "Do you want to reject %1 selected posts?",
|
||||||
"remove-all": "Remove all",
|
"remove-all": "حذف همه",
|
||||||
"remove-all-confirm": "Do you want to remove all posts?",
|
"remove-all-confirm": "آیا شما میخواهید همهی پستها را حذف کنید؟",
|
||||||
"remove-selected": "Remove Selected",
|
"remove-selected": "Remove Selected",
|
||||||
"remove-selected-confirm": "Do you want to remove %1 selected posts?",
|
"remove-selected-confirm": "Do you want to remove %1 selected posts?",
|
||||||
"bulk-accept-success": "%1 posts accepted",
|
"bulk-accept-success": "%1 posts accepted",
|
||||||
|
|||||||
@@ -7,5 +7,5 @@
|
|||||||
"alltime": "همه زمانها",
|
"alltime": "همه زمانها",
|
||||||
"no_recent_topics": "هیچ موضوع تازهای نیست.",
|
"no_recent_topics": "هیچ موضوع تازهای نیست.",
|
||||||
"no_popular_topics": "هیچ موضوع پربازدیدی وجود ندارد",
|
"no_popular_topics": "هیچ موضوع پربازدیدی وجود ندارد",
|
||||||
"load-new-posts": "Load new posts"
|
"load-new-posts": "بارگذاری پستهای جدید"
|
||||||
}
|
}
|
||||||
@@ -7,11 +7,11 @@
|
|||||||
"in-titles": "In titles",
|
"in-titles": "In titles",
|
||||||
"in-titles-posts": "In titles and posts",
|
"in-titles-posts": "In titles and posts",
|
||||||
"in-posts": "In posts",
|
"in-posts": "In posts",
|
||||||
"in-categories": "In categories",
|
"in-categories": "در دستهبندیها",
|
||||||
"in-users": "In users",
|
"in-users": "In users",
|
||||||
"in-tags": "In tags",
|
"in-tags": "In tags",
|
||||||
"categories": "Categories",
|
"categories": "Categories",
|
||||||
"all-categories": "All categories",
|
"all-categories": "همهی دستهبندیها ",
|
||||||
"categories-x": "Categories: %1",
|
"categories-x": "Categories: %1",
|
||||||
"categories-watched-categories": "Categories: Watched categories",
|
"categories-watched-categories": "Categories: Watched categories",
|
||||||
"type-a-category": "Type a category",
|
"type-a-category": "Type a category",
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"tags-x": "Tags: %1",
|
"tags-x": "Tags: %1",
|
||||||
"type-a-tag": "Type a tag",
|
"type-a-tag": "Type a tag",
|
||||||
"match-words": "تطابق کلمات",
|
"match-words": "تطابق کلمات",
|
||||||
"match-all-words": "Match all words",
|
"match-all-words": "تطابق همهی کلمات",
|
||||||
"match-any-word": "Match any word",
|
"match-any-word": "Match any word",
|
||||||
"all": "همه",
|
"all": "همه",
|
||||||
"any": "هرکدام",
|
"any": "هرکدام",
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"reply-count": "تعداد پاسخ",
|
"reply-count": "تعداد پاسخ",
|
||||||
"replies": "Replies",
|
"replies": "Replies",
|
||||||
"replies-atleast-count": "Replies: At least %1",
|
"replies-atleast-count": "Replies: At least %1",
|
||||||
"replies-atmost-count": "Replies: At most %1",
|
"replies-atmost-count": "پاسخها: حداکثر %1",
|
||||||
"at-least": "حداقل",
|
"at-least": "حداقل",
|
||||||
"at-most": "حداکثر",
|
"at-most": "حداکثر",
|
||||||
"relevance": "ارتباط",
|
"relevance": "ارتباط",
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
"time-newer-than-31104000": "Time: Newer than one year",
|
"time-newer-than-31104000": "Time: Newer than one year",
|
||||||
"time-older-than-31104000": "Time: Older than one year",
|
"time-older-than-31104000": "Time: Older than one year",
|
||||||
"sort-by": "مرتبسازی بر اساس",
|
"sort-by": "مرتبسازی بر اساس",
|
||||||
"sort": "Sort",
|
"sort": "مرتبسازی",
|
||||||
"last-reply-time": "زمان آخرین پاسخ",
|
"last-reply-time": "زمان آخرین پاسخ",
|
||||||
"topic-title": "عنوان موضوع",
|
"topic-title": "عنوان موضوع",
|
||||||
"topic-votes": "Topic votes",
|
"topic-votes": "Topic votes",
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
"sort-by-user.username-asc": "Sort by: Username in ascending order",
|
"sort-by-user.username-asc": "Sort by: Username in ascending order",
|
||||||
"sort-by-category.name-desc": "Sort by: Category in descending order",
|
"sort-by-category.name-desc": "Sort by: Category in descending order",
|
||||||
"sort-by-category.name-asc": "Sort by: Category in ascending order",
|
"sort-by-category.name-asc": "Sort by: Category in ascending order",
|
||||||
"save": "Save",
|
"save": "ذخیره",
|
||||||
"save-preferences": "ذخیره تنظیمات",
|
"save-preferences": "ذخیره تنظیمات",
|
||||||
"clear-preferences": "پاک کردن تنظیمات",
|
"clear-preferences": "پاک کردن تنظیمات",
|
||||||
"search-preferences-saved": "تنظیمات جستحو ذخیره شد",
|
"search-preferences-saved": "تنظیمات جستحو ذخیره شد",
|
||||||
@@ -105,5 +105,5 @@
|
|||||||
"show-results-as-topics": "Show results as topics",
|
"show-results-as-topics": "Show results as topics",
|
||||||
"show-results-as-posts": "Show results as posts",
|
"show-results-as-posts": "Show results as posts",
|
||||||
"see-more-results": "See more results (%1)",
|
"see-more-results": "See more results (%1)",
|
||||||
"search-in-category": "Search in \"%1\""
|
"search-in-category": "جستجو در \"%1\""
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"all-tags": "All tags",
|
"all-tags": "همهی برچسبها",
|
||||||
"no_tag_topics": "جُستاری با این برچسب وجود ندارد.",
|
"no_tag_topics": "جُستاری با این برچسب وجود ندارد.",
|
||||||
"no-tags-found": "No tags found",
|
"no-tags-found": "برچسبی پیدا نشد",
|
||||||
"tags": "برچسبها",
|
"tags": "برچسبها",
|
||||||
"enter_tags_here": "برچسبها را اینجا وارد کنید، هر کدام بین %1 و %2 کاراکتر.",
|
"enter_tags_here": "برچسبها را اینجا وارد کنید، هر کدام بین %1 و %2 کاراکتر.",
|
||||||
"enter_tags_here_short": "برچسبها را وارد کنید...",
|
"enter_tags_here_short": "برچسبها را وارد کنید...",
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"skins": "Skins",
|
"skins": "پوستهها",
|
||||||
"collapse": "Collapse",
|
"collapse": "بستن ",
|
||||||
"expand": "Expand",
|
"expand": "باز کردن",
|
||||||
"login-register-to-search": "Login or register to search.",
|
"login-register-to-search": "برای جستجو وارد شوید و یا ثبت نام کنید ",
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "تنظیمات تم ",
|
||||||
"settings.enableQuickReply": "Enable quick reply",
|
"settings.enableQuickReply": "پاسخ سریع را فعال کنید",
|
||||||
"settings.centerHeaderElements": "Center header elements",
|
"settings.centerHeaderElements": "وسط چین کردن عناصر هدر ",
|
||||||
"settings.mobileTopicTeasers": "Show topic teasers on mobile",
|
"settings.mobileTopicTeasers": "نمایش تیزرهای تاپیک در گوشی",
|
||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "نوار ابزار چسبیده ",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"settings.stickyToolbar.help": "نوار ابزار در تاپیک و صفحه دسته بدی ها در بالای صفحه ثابت میماند",
|
||||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
"settings.autohideBottombar": "مخفی کردن اتوماتیک منوی پایینی ",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "وقتی صفحه به پایین اسکرول می شود، منوی پایین در نمایش گوشی مخفی خواهد شد ",
|
||||||
|
"settings.chatModals": "فعال کردن پنجره کوچک برای چت "
|
||||||
}
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "تنظیمات تم",
|
||||||
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
||||||
"settings.mobile-menu-side": "Switch which side each mobile menu is on",
|
"settings.mobile-menu-side": "هماهنگ کردن جهت منو های کناری با زبان دستگاه",
|
||||||
"settings.autoHidingNavbar": "Automatically hide the navbar on scroll",
|
"settings.autoHidingNavbar": "به صورت خودکار منوی پایین را در اسکرول پنهان کنید",
|
||||||
"settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)",
|
"settings.autoHidingNavbar-xs": "صفحه نمایشهای بسیار کوچک (مثلاً تلفنها در حالت عمودی)",
|
||||||
"settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)",
|
"settings.autoHidingNavbar-sm": "صفحه نمایش های کوچکتر (مانند تلفن ها، برخی تبلت ها)",
|
||||||
"settings.autoHidingNavbar-md": "Medium sized screens (e.g. tablets in landscape mode)",
|
"settings.autoHidingNavbar-md": "Medium sized screens (e.g. tablets in landscape mode)",
|
||||||
"settings.autoHidingNavbar-lg": "Larger screens (e.g. desktop computers)"
|
"settings.autoHidingNavbar-lg": "Larger screens (e.g. desktop computers)"
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"title": "Top",
|
"title": "برترین",
|
||||||
"no_top_topics": "No top topics"
|
"no_top_topics": "No top topics"
|
||||||
}
|
}
|
||||||
@@ -12,10 +12,10 @@
|
|||||||
"notify_me": "از پاسخهای تازه در موضوع آگاه شوید",
|
"notify_me": "از پاسخهای تازه در موضوع آگاه شوید",
|
||||||
"quote": "نقل قول",
|
"quote": "نقل قول",
|
||||||
"reply": "پاسخ",
|
"reply": "پاسخ",
|
||||||
"replies_to_this_post": "%1 پاسخ ",
|
"replies_to_this_post": "1% پاسخ",
|
||||||
"one_reply_to_this_post": "1 پاسخ",
|
"one_reply_to_this_post": "1 پاسخ",
|
||||||
"last_reply_time": "آخرین پاسخ",
|
"last_reply_time": "آخرین پاسخ",
|
||||||
"reply-as-topic": "پاسخ به موضوع",
|
"reply-as-topic": "پاسخ به عنوان موضوع",
|
||||||
"guest-login-reply": "وارد شوید تا پست بفرستید",
|
"guest-login-reply": "وارد شوید تا پست بفرستید",
|
||||||
"login-to-view": "🔒 برای مشاهده وارد شوید ",
|
"login-to-view": "🔒 برای مشاهده وارد شوید ",
|
||||||
"edit": "ویرایش",
|
"edit": "ویرایش",
|
||||||
@@ -32,36 +32,36 @@
|
|||||||
"tools": "ابزارها",
|
"tools": "ابزارها",
|
||||||
"locked": "قفل شده است",
|
"locked": "قفل شده است",
|
||||||
"pinned": "سنجاق شده",
|
"pinned": "سنجاق شده",
|
||||||
"pinned-with-expiry": "پین شده تا 1%",
|
"pinned-with-expiry": "سنجاقشده تا %1",
|
||||||
"scheduled": "زمان بندی شده",
|
"scheduled": "زمان بندی شده",
|
||||||
"moved": "منتقل شده",
|
"moved": "منتقل شده",
|
||||||
"moved-from": "جابهجا شده از 1%",
|
"moved-from": "جابهجا شده از %1",
|
||||||
"copy-code": "Copy Code",
|
"copy-code": "کپی کردن کد ",
|
||||||
"copy-ip": "کپی IP",
|
"copy-ip": "کپی IP",
|
||||||
"ban-ip": "مسدود کردن IP",
|
"ban-ip": "مسدود کردن IP",
|
||||||
"view-history": "تاریخچه ویرایش",
|
"view-history": "تاریخچه ویرایش",
|
||||||
"wrote-ago": "نوشته شده",
|
"wrote-ago": "نوشتهشده <a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a>",
|
||||||
"wrote-on": "نوشته شده در <a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a>",
|
"wrote-on": "نوشتهشده در <a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a>",
|
||||||
"replied-to-user-ago": "پاسخ داده شده به <a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">3%</a> در<a href=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a>",
|
"replied-to-user-ago": "پاسخ داده شده به <a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">%3</a> در<a href=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a>",
|
||||||
"replied-to-user-on": "پاسخ به <a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">3%</a> در<a hrf=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a>",
|
"replied-to-user-on": "پاسخ به <a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">%3</a> در<a hrf=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a>",
|
||||||
"user-locked-topic-ago": "%1 locked this topic %2",
|
"user-locked-topic-ago": "1% این موضوع را قفل کرد%2",
|
||||||
"user-locked-topic-on": "%1 locked this topic on %2",
|
"user-locked-topic-on": "1% این موضوع را در %2 قفل کرد ",
|
||||||
"user-unlocked-topic-ago": "%1 unlocked this topic %2",
|
"user-unlocked-topic-ago": "1% قفل این موضوع را باز کرد %2",
|
||||||
"user-unlocked-topic-on": "%1 unlocked this topic on %2",
|
"user-unlocked-topic-on": "1% قفل این موضوع را در %2 باز کرد",
|
||||||
"user-pinned-topic-ago": "%1 pinned this topic %2",
|
"user-pinned-topic-ago": "1% این موضوع را سنجاق کرد %2",
|
||||||
"user-pinned-topic-on": "%1 pinned this topic on %2",
|
"user-pinned-topic-on": "1% این موضوع را در %2 سنجاق کرد",
|
||||||
"user-unpinned-topic-ago": "%1 unpinned this topic %2",
|
"user-unpinned-topic-ago": "%1 پین این موضوع را برداشت %2",
|
||||||
"user-unpinned-topic-on": "%1 unpinned this topic on %2",
|
"user-unpinned-topic-on": " 1% سنجاق این موضوع را در 2% برداشت",
|
||||||
"user-deleted-topic-ago": "%1 deleted this topic %2",
|
"user-deleted-topic-ago": "1% این موضوع را حذف کرد %2",
|
||||||
"user-deleted-topic-on": "%1 deleted this topic on %2",
|
"user-deleted-topic-on": "1% این موضوع را در %2 حذف کرد",
|
||||||
"user-restored-topic-ago": "%1 restored this topic %2",
|
"user-restored-topic-ago": "1% این موضوع را بازیابی کرد %2",
|
||||||
"user-restored-topic-on": "%1 restored this topic on %2",
|
"user-restored-topic-on": "1% این موضوع را در %2 بازیابی کرد",
|
||||||
"user-moved-topic-from-ago": "%1 moved this topic from %2 %3",
|
"user-moved-topic-from-ago": "1% این موضوع را از %2 جابه جا کرد %3",
|
||||||
"user-moved-topic-from-on": "%1 moved this topic from %2 on %3",
|
"user-moved-topic-from-on": "1% این موضوع را از %2 جابهجا کرد%3",
|
||||||
"user-queued-post-ago": "%1 <a href=\"%2\">queued</a> post for approval %3",
|
"user-queued-post-ago": "1% <a href=\"%2\">صف شده </a> پست برای تایید کردن %3",
|
||||||
"user-queued-post-on": "%1 <a href=\"%2\">queued</a> post for approval on %3",
|
"user-queued-post-on": "%1 <a href=\"%2\">queued</a> post for approval on %3",
|
||||||
"user-referenced-topic-ago": "%1 <a href=\"%2\">referenced</a> this topic %3",
|
"user-referenced-topic-ago": "1% این تاپیک را <a href=\"%2\">ارجاع داد</a> %3",
|
||||||
"user-referenced-topic-on": "%1 <a href=\"%2\">referenced</a> this topic on %3",
|
"user-referenced-topic-on": "1% این تاپیک را در %3 <a href=\"%2\">ارجاع داد</a>",
|
||||||
"user-forked-topic-ago": "%1 <a href=\"%2\">forked</a> this topic %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",
|
"user-forked-topic-on": "%1 <a href=\"%2\">forked</a> this topic on %3",
|
||||||
"bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.",
|
"bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.",
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
"already-flagged": "قبلا گزارش شده",
|
"already-flagged": "قبلا گزارش شده",
|
||||||
"view-flag-report": "View Flag Report",
|
"view-flag-report": "View Flag Report",
|
||||||
"resolve-flag": "Resolve Flag",
|
"resolve-flag": "Resolve Flag",
|
||||||
"merged_message": "This topic has been merged into <a href=\"%1\">%2</a>",
|
"merged_message": "این تاپیک با <a href=\"%1\">%2</a> ادغام شد ",
|
||||||
"deleted_message": "این موضوع پاک شده است. تنها کاربرانِ با حق مدیریت موضوع میتوانند آن را ببینند.",
|
"deleted_message": "این موضوع پاک شده است. تنها کاربرانِ با حق مدیریت موضوع میتوانند آن را ببینند.",
|
||||||
"following_topic.message": "از این پس اگر کسی در این موضوع پست بگذارد، شما آگاه خواهید شد.",
|
"following_topic.message": "از این پس اگر کسی در این موضوع پست بگذارد، شما آگاه خواهید شد.",
|
||||||
"not_following_topic.message": "شما این موضوع را تو فهرست موضوعات خوانده نشده میبینید، اما وقتی پست جدیدی ارسال میشود آگاهسازی دریافت نمیکنید.",
|
"not_following_topic.message": "شما این موضوع را تو فهرست موضوعات خوانده نشده میبینید، اما وقتی پست جدیدی ارسال میشود آگاهسازی دریافت نمیکنید.",
|
||||||
@@ -111,17 +111,17 @@
|
|||||||
"thread_tools.purge": "پاک کردن موضوع",
|
"thread_tools.purge": "پاک کردن موضوع",
|
||||||
"thread_tools.purge_confirm": "آیا مطمئنید که میمید این موضوع را پاکسازی کنید؟",
|
"thread_tools.purge_confirm": "آیا مطمئنید که میمید این موضوع را پاکسازی کنید؟",
|
||||||
"thread_tools.merge_topics": "ادغام موضوع ها",
|
"thread_tools.merge_topics": "ادغام موضوع ها",
|
||||||
"thread_tools.merge": "Merge Topic",
|
"thread_tools.merge": "ادغام موضوع",
|
||||||
"topic_move_success": "موضوع به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.",
|
"topic_move_success": "موضوع به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.",
|
||||||
"topic_move_multiple_success": "موضوع ها به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.",
|
"topic_move_multiple_success": "موضوع ها به \"%1\" منتقل خواهد شد. برای جلوگیری از انتقال کلیک کنید.",
|
||||||
"topic_move_all_success": "تمام موضوع ها به \"%1\" منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.",
|
"topic_move_all_success": "تمام موضوع ها به \"%1\" منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.",
|
||||||
"topic_move_undone": "Topic move undone",
|
"topic_move_undone": "جابهجا کردن تاپیک لغو شد ",
|
||||||
"topic_move_posts_success": "پست ها منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.",
|
"topic_move_posts_success": "پست ها منتقل خواهند شد. برای جلوگیری از انتقال کلیک کنید.",
|
||||||
"topic_move_posts_undone": "Post move undone",
|
"topic_move_posts_undone": "انتقال پست لغو شد ",
|
||||||
"post_delete_confirm": "آیا از پاک کردن این پست اطمینان دارید؟",
|
"post_delete_confirm": "آیا از پاک کردن این پست اطمینان دارید؟",
|
||||||
"post_restore_confirm": "آیا از بازگردانی این پست اطمینان دارید؟",
|
"post_restore_confirm": "آیا از بازگردانی این پست اطمینان دارید؟",
|
||||||
"post_purge_confirm": "آیا از پاک کردن این پست اطمینان دارید؟",
|
"post_purge_confirm": "آیا از پاک کردن این پست اطمینان دارید؟",
|
||||||
"pin-modal-expiry": "Expiration Date",
|
"pin-modal-expiry": "تاریخ انقضا",
|
||||||
"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.",
|
"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": "بارگذاری دستهها",
|
"load_categories": "بارگذاری دستهها",
|
||||||
"confirm_move": "جابهجا کردن",
|
"confirm_move": "جابهجا کردن",
|
||||||
@@ -129,19 +129,19 @@
|
|||||||
"bookmark": "نشانک",
|
"bookmark": "نشانک",
|
||||||
"bookmarks": "نشانکها",
|
"bookmarks": "نشانکها",
|
||||||
"bookmarks.has_no_bookmarks": "شما هیچ پستی را نشانک نکردید",
|
"bookmarks.has_no_bookmarks": "شما هیچ پستی را نشانک نکردید",
|
||||||
"copy-permalink": "Copy Permalink",
|
"copy-permalink": "کپی لینک ثابت ",
|
||||||
"loading_more_posts": "بارگذاری پستهای بیشتر",
|
"loading_more_posts": "بارگذاری پستهای بیشتر",
|
||||||
"move_topic": "جابهجایی موضوع",
|
"move_topic": "جابهجایی موضوع",
|
||||||
"move_topics": "انتقال موضوع",
|
"move_topics": "انتقال موضوع",
|
||||||
"move_post": "جابهجایی موضوع",
|
"move_post": "جابهجایی موضوع",
|
||||||
"post_moved": "پست جابهجا شد!",
|
"post_moved": "پست جابهجا شد!",
|
||||||
"fork_topic": "شاخه ساختن از موضوع",
|
"fork_topic": "شاخه ساختن از موضوع",
|
||||||
"enter-new-topic-title": "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_topic_instruction": "Click the posts you want to fork, enter a title for the new topic and click fork topic",
|
||||||
"fork_no_pids": "هیچ پستی انتخاب نشده!",
|
"fork_no_pids": "هیچ پستی انتخاب نشده!",
|
||||||
"no-posts-selected": "هیچ پستی انتخاب نشده!",
|
"no-posts-selected": "هیچ پستی انتخاب نشده!",
|
||||||
"x-posts-selected": "%1 پست انتخاب شده",
|
"x-posts-selected": "%1 پست انتخاب شده",
|
||||||
"x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"",
|
"x-posts-will-be-moved-to-y": "1% پست به \"%2\" منتقل خواهد شد",
|
||||||
"fork_pid_count": "%1 پست انتخاب شده",
|
"fork_pid_count": "%1 پست انتخاب شده",
|
||||||
"fork_success": "موضوع با موفقیت منشعب شد! برای رفتن به موضوع انشعابی اینجا را کلیک کنید.",
|
"fork_success": "موضوع با موفقیت منشعب شد! برای رفتن به موضوع انشعابی اینجا را کلیک کنید.",
|
||||||
"delete_posts_instruction": "با کلیک بر روی پست شما می خواهید به حذف/پاکسازی",
|
"delete_posts_instruction": "با کلیک بر روی پست شما می خواهید به حذف/پاکسازی",
|
||||||
@@ -150,13 +150,13 @@
|
|||||||
"merge-options": "تنظیمات ادغام",
|
"merge-options": "تنظیمات ادغام",
|
||||||
"merge-select-main-topic": "موضوع اصلی را انتخاب کنید",
|
"merge-select-main-topic": "موضوع اصلی را انتخاب کنید",
|
||||||
"merge-new-title-for-topic": "عنوان جدید برای موضوع",
|
"merge-new-title-for-topic": "عنوان جدید برای موضوع",
|
||||||
"topic-id": "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_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",
|
"move_topic_instruction": "دسته مقصد را انتخاب کنید و سپس روی جابهجا کردن کلیک کنید",
|
||||||
"change_owner_instruction": "Click the posts you want to assign to another user",
|
"change_owner_instruction": "Click the posts you want to assign to another user",
|
||||||
"composer.title_placeholder": "عنوان موضوعتان را اینجا بنویسید...",
|
"composer.title_placeholder": "عنوان موضوعتان را اینجا بنویسید...",
|
||||||
"composer.handle_placeholder": "Enter your name/handle here",
|
"composer.handle_placeholder": "نام خود را اینجا وارد کنید",
|
||||||
"composer.hide": "Hide",
|
"composer.hide": "پیش نویس",
|
||||||
"composer.discard": "انصراف",
|
"composer.discard": "انصراف",
|
||||||
"composer.submit": "ارسال",
|
"composer.submit": "ارسال",
|
||||||
"composer.additional-options": "Additional Options",
|
"composer.additional-options": "Additional Options",
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
"composer.schedule": "Schedule",
|
"composer.schedule": "Schedule",
|
||||||
"composer.replying_to": "پاسخ به %1",
|
"composer.replying_to": "پاسخ به %1",
|
||||||
"composer.new_topic": "موضوع تازه",
|
"composer.new_topic": "موضوع تازه",
|
||||||
"composer.editing": "Editing",
|
"composer.editing": "ویرایش کردن",
|
||||||
"composer.uploading": "بارگذاری...",
|
"composer.uploading": "بارگذاری...",
|
||||||
"composer.thumb_url_label": "چسباندن نشانی چهرک یک موضوع",
|
"composer.thumb_url_label": "چسباندن نشانی چهرک یک موضوع",
|
||||||
"composer.thumb_title": "افزودن یک چهرک به این موضوع",
|
"composer.thumb_title": "افزودن یک چهرک به این موضوع",
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
"newest_to_oldest": "جدیدترین به قدیمیترین",
|
"newest_to_oldest": "جدیدترین به قدیمیترین",
|
||||||
"most_votes": "بیشترین رای ها",
|
"most_votes": "بیشترین رای ها",
|
||||||
"most_posts": "بیشترین پست",
|
"most_posts": "بیشترین پست",
|
||||||
"most_views": "Most Views",
|
"most_views": "بیشترین بازدیدها",
|
||||||
"stale.title": "آیا مایلید به جای آن یک موضوع جدید ایجاد کنید؟",
|
"stale.title": "آیا مایلید به جای آن یک موضوع جدید ایجاد کنید؟",
|
||||||
"stale.warning": "موضوعی که شما در حال پاسخگویی به آن هستید قدیمی می باشد. آیا میلید به جای آن یک موضوع جدید ایجاد کنید و در آن به این موضوع ارجاع دهید؟",
|
"stale.warning": "موضوعی که شما در حال پاسخگویی به آن هستید قدیمی می باشد. آیا میلید به جای آن یک موضوع جدید ایجاد کنید و در آن به این موضوع ارجاع دهید؟",
|
||||||
"stale.create": "ایجاد یک موضوع جدید",
|
"stale.create": "ایجاد یک موضوع جدید",
|
||||||
@@ -201,9 +201,9 @@
|
|||||||
"timeago_earlier": "%1 قبل",
|
"timeago_earlier": "%1 قبل",
|
||||||
"first-post": "اولین پست",
|
"first-post": "اولین پست",
|
||||||
"last-post": "آخرین پست",
|
"last-post": "آخرین پست",
|
||||||
"go-to-my-next-post": "Go to my next post",
|
"go-to-my-next-post": "برو به پست بعدی من ",
|
||||||
"no-more-next-post": "You don't have more posts in this topic",
|
"no-more-next-post": "شما پست بیشتری در این تاپیک ندارید",
|
||||||
"post-quick-reply": "پاسخ سریع",
|
"post-quick-reply": "پاسخ سریع",
|
||||||
"navigator.index": "Post %1 of %2",
|
"navigator.index": "پست %1 از %2",
|
||||||
"navigator.unread": "%1 unread"
|
"navigator.unread": "%1 unread"
|
||||||
}
|
}
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
"change_password_success": "کلمه عبورتان تازه شد.",
|
"change_password_success": "کلمه عبورتان تازه شد.",
|
||||||
"confirm_password": "تکرار کلمه عبور",
|
"confirm_password": "تکرار کلمه عبور",
|
||||||
"password": "گذرواژه",
|
"password": "گذرواژه",
|
||||||
"username_taken_workaround": "نام کاربری درخواستی شما در حال حاضر گرفته شده است، بنابراین ما آن را کمی تغییر دادهایم. شما هماکنون با نام %1 شناخته میشوید.",
|
"username_taken_workaround": "نام کاربری که درخواست کردید قبلاً گرفته شده است، بنابراین ما آن را تغییر داده ایم. شما هماکنون با نام <strong>%1</strong> شناخته میشوید.",
|
||||||
"password_same_as_username": "کلمه ی عبور شما با نام کاربری شما یکسان می باشند ، لطفا کلمه ی عبور دیگری را انتخاب کنید",
|
"password_same_as_username": "کلمه ی عبور شما با نام کاربری شما یکسان می باشند ، لطفا کلمه ی عبور دیگری را انتخاب کنید",
|
||||||
"password_same_as_email": "کلمه ی عبور شما با ایمیل شما یکسان است، لطفا کلمه عبور دیگری را انتخاب کنید.",
|
"password_same_as_email": "کلمه ی عبور شما با ایمیل شما یکسان است، لطفا کلمه عبور دیگری را انتخاب کنید.",
|
||||||
"weak_password": "گذرواژه ضعیف",
|
"weak_password": "گذرواژه ضعیف",
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
"upload_a_picture": "یک تصویر بارگذاری کنید",
|
"upload_a_picture": "یک تصویر بارگذاری کنید",
|
||||||
"remove_uploaded_picture": "پاک کردن عکس بارگذاری شده",
|
"remove_uploaded_picture": "پاک کردن عکس بارگذاری شده",
|
||||||
"upload_cover_picture": "بارگذاری عکس کاور",
|
"upload_cover_picture": "بارگذاری عکس کاور",
|
||||||
"remove_cover_picture_confirm": "آیا شما مطمئن هستید که می خواهید عکس کاور را حذف کنید؟",
|
"remove_cover_picture_confirm": "آیا شما مطمئنید که می خواهید عکس کاور را حذف کنید؟",
|
||||||
"crop_picture": "برش عکس",
|
"crop_picture": "برش عکس",
|
||||||
"upload_cropped_picture": "برش و بارگذاری",
|
"upload_cropped_picture": "برش و بارگذاری",
|
||||||
"avatar-background-colour": "Avatar background colour",
|
"avatar-background-colour": "Avatar background colour",
|
||||||
@@ -117,8 +117,8 @@
|
|||||||
"paginate_description": "صفحه بندی و نمایش موضوع ها و پستها به جای نمایش بر اساس اسکرول موس",
|
"paginate_description": "صفحه بندی و نمایش موضوع ها و پستها به جای نمایش بر اساس اسکرول موس",
|
||||||
"topics_per_page": "شمار موضوع ها در هر برگه",
|
"topics_per_page": "شمار موضوع ها در هر برگه",
|
||||||
"posts_per_page": "شمار پستها در هر برگه",
|
"posts_per_page": "شمار پستها در هر برگه",
|
||||||
"category-topic-sort": "Category topic sort",
|
"category-topic-sort": "مرتب سازی دسته موضوع",
|
||||||
"topic-post-sort": "Topic post sort",
|
"topic-post-sort": "مرتب سازی پستهای تاپیک",
|
||||||
"max_items_per_page": "حداکثر %1",
|
"max_items_per_page": "حداکثر %1",
|
||||||
"acp_language": "زبان پنل ادمین",
|
"acp_language": "زبان پنل ادمین",
|
||||||
"notifications": "آگاهسازیها",
|
"notifications": "آگاهسازیها",
|
||||||
@@ -135,8 +135,8 @@
|
|||||||
"topic_search_help": "اگر فعال باشد، \"جستجوی درون موضوعی\" جایگزین قابلیت جستجوی پیشفرض مرورگر خواهد شد و این امکان را خواهید داشت که بجای جستجوی آنچه که در صفحه نمایش می بینید، در سرتاسر موضوع جستجو کنید",
|
"topic_search_help": "اگر فعال باشد، \"جستجوی درون موضوعی\" جایگزین قابلیت جستجوی پیشفرض مرورگر خواهد شد و این امکان را خواهید داشت که بجای جستجوی آنچه که در صفحه نمایش می بینید، در سرتاسر موضوع جستجو کنید",
|
||||||
"update_url_with_post_index": "بروزرسانی آدرس پست در مرورگر هنگام گشت و گذار در موضوعات",
|
"update_url_with_post_index": "بروزرسانی آدرس پست در مرورگر هنگام گشت و گذار در موضوعات",
|
||||||
"scroll_to_my_post": "پس از ارسال پست، اولین پست جدید نشان بده",
|
"scroll_to_my_post": "پس از ارسال پست، اولین پست جدید نشان بده",
|
||||||
"follow_topics_you_reply_to": "پیگیری موضوع هایی که به آن ها جواب دادید",
|
"follow_topics_you_reply_to": "پیگیری موضوع هایی که شما به آن ها پاسخ دادید",
|
||||||
"follow_topics_you_create": "پیگیری موضوع هایی که ایجاد کردید",
|
"follow_topics_you_create": "پیگیری موضوع هایی که شما ایجاد کردید",
|
||||||
"grouptitle": "عنوان گروه",
|
"grouptitle": "عنوان گروه",
|
||||||
"group-order-help": "گروهی را انتخاب کرده و با استفاده از پیکان ها ترتیب عنوان ها را جابهجا کنید",
|
"group-order-help": "گروهی را انتخاب کرده و با استفاده از پیکان ها ترتیب عنوان ها را جابهجا کنید",
|
||||||
"no-group-title": "عنوان گروهی نیست",
|
"no-group-title": "عنوان گروهی نیست",
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
"sso.not-associated": "اتصال حساب به",
|
"sso.not-associated": "اتصال حساب به",
|
||||||
"sso.dissociate": "لغو اتصال",
|
"sso.dissociate": "لغو اتصال",
|
||||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||||
"sso.dissociate-confirm": "آیا مطمئن هستید میخواهید اتصال حساب %1 به حساب انجمن را لغو کنید؟",
|
"sso.dissociate-confirm": "آیا مطمئنی می خواهی اتصال %1 به حسابت را لغو کنی؟",
|
||||||
"info.latest-flags": "آخرین نشانه گذاریها",
|
"info.latest-flags": "آخرین نشانه گذاریها",
|
||||||
"info.no-flags": "پست گزارش شده ای یافت نشد",
|
"info.no-flags": "پست گزارش شده ای یافت نشد",
|
||||||
"info.ban-history": "تاریخچه مسدودیت های اخیر",
|
"info.ban-history": "تاریخچه مسدودیت های اخیر",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "بیشترین پرچمها",
|
"most_flags": "بیشترین پرچمها",
|
||||||
"search": "جستجو",
|
"search": "جستجو",
|
||||||
"enter_username": "یک نام کاربری برای جستجو وارد کنید",
|
"enter_username": "یک نام کاربری برای جستجو وارد کنید",
|
||||||
"search-user-for-chat": "جستجوی کاربر برای شروع گفتگو",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "بارگذاری بیشتر",
|
"load_more": "بارگذاری بیشتر",
|
||||||
"users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه زمان گرفت.",
|
"users-found-search-took": "%1 کاربر(ها) یافت شد! جستجو %2 ثانیه زمان گرفت.",
|
||||||
"filter-by": "فیلتر با",
|
"filter-by": "فیلتر با",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Eniten ",
|
"most_flags": "Eniten ",
|
||||||
"search": "Hae",
|
"search": "Hae",
|
||||||
"enter_username": "Syötä käyttäjätunnus hakeaksesi",
|
"enter_username": "Syötä käyttäjätunnus hakeaksesi",
|
||||||
"search-user-for-chat": "Search for a user to start chat:",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Lataa lisää",
|
"load_more": "Lataa lisää",
|
||||||
"users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.",
|
"users-found-search-took": "%1 käyttäjä(ä) löytyi! Haku kesti %2 sekuntia.",
|
||||||
"filter-by": "Suodata",
|
"filter-by": "Suodata",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Paramètres",
|
"settings": "Paramètres",
|
||||||
"lead-text": "À partir de cette page, vous pouvez paramétrer l'accès à l'API dans NodeBB.",
|
"lead-text": "À partir de cette page, vous pouvez paramétrer l'accès à l'API dans NodeBB.",
|
||||||
"intro": "Par défaut, l'API authentifie les utilisateurs en fonction de leur cookie de session, mais NodeBB prend également en charge l'authentification du porteur via des tokens générés via cette page.",
|
"intro": "Par défaut, l'API authentifie les utilisateurs en fonction de leur cookie de session, mais NodeBB prend également en charge l'authentification du porteur via des tokens générés via cette page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Cliquez ici pour accéder à la documentation de l'API",
|
"docs": "Cliquez ici pour accéder à la documentation de l'API",
|
||||||
|
|
||||||
"require-https": "Forcer l'utilisation de l'API via HTTPS uniquement",
|
"require-https": "Forcer l'utilisation de l'API via HTTPS uniquement",
|
||||||
"require-https-caveat": "<strong>Remarque</strong>: certaines installations impliquant des load balancer peuvent transmettre leurs requêtes à NodeBB via HTTP, auquel cas cette option doit rester désactivée.",
|
"require-https-caveat": "<strong>Remarque</strong>: certaines installations impliquant des load balancer peuvent transmettre leurs requêtes à NodeBB via HTTP, auquel cas cette option doit rester désactivée.",
|
||||||
|
|
||||||
"uid": "ID Utilisateur",
|
"uid": "ID Utilisateur",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Spécifiez un ID utilisateur à associer à ce token. Si l'ID utilisateur est 0, il sera considéré comme un token <code>maître<em>, qui peut prendre l'identité d'autres utilisateurs en fonction du paramètre <code>_uid</code>",
|
"uid-help-text": "Spécifiez un ID utilisateur à associer à ce token. Si l'ID utilisateur est 0, il sera considéré comme un token <code>maître<em>, qui peut prendre l'identité d'autres utilisateurs en fonction du paramètre <code>_uid</code>",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Dernière utilisation <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Dernière utilisation sur <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "Cette clé n'a jamais été utilisée.",
|
"last-seen-never": "Cette clé n'a jamais été utilisée.",
|
||||||
"no-description": "Aucune description spécifiée.",
|
"no-description": "Aucune description spécifiée.",
|
||||||
"token-on-save": "Le token sera généré une fois le formulaire enregistré"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"all-groups": "All groups",
|
"all-groups": "Tous les groupes",
|
||||||
"groups": "Groupes",
|
"groups": "Groupes",
|
||||||
"members": "Membres",
|
"members": "Membres",
|
||||||
"view_group": "Voir le groupe",
|
"view_group": "Voir le groupe",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"chat.chatting_with": "Discuter avec",
|
"chat.chatting_with": "Discuter avec",
|
||||||
"chat.placeholder": "Écrivez vos message ici, faites glisser / déposez les images, validez sur entrée pour envoyer",
|
"chat.placeholder": "Écrivez vos message ici, faites glisser / déposez les images, validez sur entrée pour envoyer",
|
||||||
"chat.placeholder.mobile": "Tapez le message ici",
|
"chat.placeholder.mobile": "Tapez le message ici",
|
||||||
"chat.scroll-up-alert": "Vous consultez des messages plus anciens, cliquez ici pour accéder au message le plus récent.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 autres",
|
"chat.usernames-and-x-others": "%1 & %2 autres",
|
||||||
"chat.chat-with-usernames": "Discuter avec %1",
|
"chat.chat-with-usernames": "Discuter avec %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Discuter avec %1 & %2 autres",
|
"chat.chat-with-usernames-and-x-others": "Discuter avec %1 & %2 autres",
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"skins": "Skins",
|
"skins": "Apparence",
|
||||||
"collapse": "Collapse",
|
"collapse": "Réduire",
|
||||||
"expand": "Expand",
|
"expand": "Développer",
|
||||||
"login-register-to-search": "Login or register to search.",
|
"login-register-to-search": "Connectez-vous ou inscrivez-vous pour faire une recherche.",
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "Configuration du thème",
|
||||||
"settings.enableQuickReply": "Enable quick reply",
|
"settings.enableQuickReply": "Activer les réponses rapide",
|
||||||
"settings.centerHeaderElements": "Center header elements",
|
"settings.centerHeaderElements": "Centrer les éléments d'en-tête",
|
||||||
"settings.mobileTopicTeasers": "Show topic teasers on mobile",
|
"settings.mobileTopicTeasers": "Show topic teasers on mobile",
|
||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"settings.title": "Theme settings",
|
"settings.title": "Theme settings",
|
||||||
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
"settings.intro": "You can customise your theme settings here. Settings are stored on a per-device basis, so you are able to have different settings on different devices (phone, tablet, desktop, etc.)",
|
||||||
"settings.mobile-menu-side": "Switch which side each mobile menu is on",
|
"settings.mobile-menu-side": "Changer la position du menu en version mobiles",
|
||||||
"settings.autoHidingNavbar": "Automatically hide the navbar on scroll",
|
"settings.autoHidingNavbar": "Automatically hide the navbar on scroll",
|
||||||
"settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)",
|
"settings.autoHidingNavbar-xs": "Very small screens (e.g. phones in portrait mode)",
|
||||||
"settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)",
|
"settings.autoHidingNavbar-sm": "Smaller screens (e.g. phones, some tablets)",
|
||||||
|
|||||||
@@ -202,5 +202,5 @@
|
|||||||
"emailUpdate.required": "<strong>Ce champ est requis</strong>.",
|
"emailUpdate.required": "<strong>Ce champ est requis</strong>.",
|
||||||
"emailUpdate.change-instructions": "Un mail de confirmation sera envoyé à l'adresse mail saisie avec un lien unique. L'accès à ce lien confirmera votre propriété de mail et elle deviendra active sur votre compte. À tout moment, vous pouvez mettre à jour votre mail enregistré depuis la page de votre compte.",
|
"emailUpdate.change-instructions": "Un mail de confirmation sera envoyé à l'adresse mail saisie avec un lien unique. L'accès à ce lien confirmera votre propriété de mail et elle deviendra active sur votre compte. À tout moment, vous pouvez mettre à jour votre mail enregistré depuis la page de votre compte.",
|
||||||
"emailUpdate.password-challenge": "Veuillez entrer votre mot de passe pour confirmer la propriété du compte.",
|
"emailUpdate.password-challenge": "Veuillez entrer votre mot de passe pour confirmer la propriété du compte.",
|
||||||
"emailUpdate.pending": "Your email address has not yet been confirmed, but an email has been sent out requesting confirmation. If you wish to invalidate that request and send a new confirmation request, please fill in the form below."
|
"emailUpdate.pending": "Votre adresse e-mail n'a pas encore été confirmée, mais un e-mail a été envoyé pour demander une confirmation. Si vous souhaitez annuler cette demande et renvoyer une demande de confirmation, veuillez remplir le formulaire ci-dessous."
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"most_flags": "Les plus signalés",
|
"most_flags": "Les plus signalés",
|
||||||
"search": "Rechercher",
|
"search": "Rechercher",
|
||||||
"enter_username": "Entrez le nom d'un utilisateur",
|
"enter_username": "Entrez le nom d'un utilisateur",
|
||||||
"search-user-for-chat": "Recherchez un utilisateur pour démarrer le chat :",
|
"search-user-for-chat": "Search for a user to start chat",
|
||||||
"load_more": "Charger la suite",
|
"load_more": "Charger la suite",
|
||||||
"users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.",
|
"users-found-search-took": "%1 utilisateur(s) trouvé(s)! La recherche a pris %2 secondes.",
|
||||||
"filter-by": "Filtrer par",
|
"filter-by": "Filtrer par",
|
||||||
|
|||||||
@@ -3,17 +3,25 @@
|
|||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
"lead-text": "From this page you can configure access to the Write API in NodeBB.",
|
||||||
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
"intro": "By default, the Write API authenticates users based on their session cookie, but NodeBB also supports Bearer authentication via tokens generated via this page.",
|
||||||
|
"warning": "<strong>Be advised</strong> — treat tokens like passwords. If they are leaked, your account should be considered compromised.",
|
||||||
"docs": "Click here to access the full API specification",
|
"docs": "Click here to access the full API specification",
|
||||||
|
|
||||||
"require-https": "Require API usage via HTTPS only",
|
"require-https": "Require API usage via HTTPS only",
|
||||||
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
|
||||||
|
|
||||||
"uid": "User ID",
|
"uid": "User ID",
|
||||||
|
"token": "Token",
|
||||||
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
"uid-help-text": "Specify a User ID to associate with this token. If the user ID is <code>0</code>, it will be considered a <em>master</em> token, which can assume the identity of other users based on the <code>_uid</code> parameter",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"last-seen-ago": "Last used <span class=\"timeago\" title=\"%1\"></span>.",
|
"last-seen": "Last seen",
|
||||||
"last-seen-on": "Last used on <span class=\"timeago\" title=\"%1\"></span>.",
|
"created": "Created",
|
||||||
|
"create-token": "Create Token",
|
||||||
|
"update-token": "Update Token",
|
||||||
|
"master-token": "Master token",
|
||||||
"last-seen-never": "This key has never been used.",
|
"last-seen-never": "This key has never been used.",
|
||||||
"no-description": "No description specified.",
|
"no-description": "No description specified.",
|
||||||
"token-on-save": "Token will be generated once form is saved"
|
"actions": "Actions",
|
||||||
|
|
||||||
|
"delete-confirm": "Are you sure you wish to delete this token? It will not be recoverable.",
|
||||||
|
"roll-confirm": "Are you sure you wish to regenerate this token? The old token will be immediately revoked and will not be recoverable."
|
||||||
}
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"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": "Type chat message here, drag & drop images, press enter to send",
|
||||||
"chat.placeholder.mobile": "Type chat message here",
|
"chat.placeholder.mobile": "Type chat message here",
|
||||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
"chat.scroll-up-alert": "Go to most recent message",
|
||||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||||
"chat.chat-with-usernames": "Chat with %1",
|
"chat.chat-with-usernames": "Chat with %1",
|
||||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
"settings.stickyToolbar": "Sticky toolbar",
|
"settings.stickyToolbar": "Sticky toolbar",
|
||||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
"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": "Auto hide bottom bar",
|
||||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down"
|
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||||
|
"settings.chatModals": "Enable chat modals"
|
||||||
}
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user