mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-23 17:00:24 +01:00
Compare commits
53 Commits
ajaxify-cr
...
v3.0.0-rc.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
654abb48cd | ||
|
|
1b98995132 | ||
|
|
3a50ad3a36 | ||
|
|
c27567289f | ||
|
|
f49fc5caac | ||
|
|
90e2e0bf3f | ||
|
|
4bede9fb62 | ||
|
|
567a74a110 | ||
|
|
ac2aefd8d9 | ||
|
|
c22c6e1299 | ||
|
|
0e3d34ccf7 | ||
|
|
5cc1dd51d6 | ||
|
|
645ebec8fa | ||
|
|
569944f1d9 | ||
|
|
e18d0df8b5 | ||
|
|
0187e1771c | ||
|
|
a1419327e5 | ||
|
|
c0b62346f0 | ||
|
|
4fb021a72b | ||
|
|
ec106d914b | ||
|
|
5d9b23cafc | ||
|
|
f1f32a47ab | ||
|
|
9c9766334e | ||
|
|
08d159f5f7 | ||
|
|
803270ee8b | ||
|
|
29872b4326 | ||
|
|
be272507cf | ||
|
|
fe73c007da | ||
|
|
764aca62de | ||
|
|
9d6e509911 | ||
|
|
2d75625b26 | ||
|
|
d36aad073e | ||
|
|
1ac37b4333 | ||
|
|
cc138c9303 | ||
|
|
2615192fc0 | ||
|
|
28ed6c923c | ||
|
|
a44f170a5c | ||
|
|
defc01d918 | ||
|
|
e90390180d | ||
|
|
80f7dce891 | ||
|
|
d178920661 | ||
|
|
45addcf5ec | ||
|
|
b551b0ad47 | ||
|
|
7599870f1d | ||
|
|
c33730530e | ||
|
|
67055006df | ||
|
|
055f5b791c | ||
|
|
0e57afa9db | ||
|
|
9f5dc9adff | ||
|
|
609c055807 | ||
|
|
e0b2065802 | ||
|
|
4d2d76897a | ||
|
|
7397873db3 |
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -13,13 +13,14 @@ on:
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -32,14 +33,15 @@ jobs:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: nodebb/docker
|
||||
images: ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
52
.tx/config
52
.tx/config
@@ -3328,6 +3328,58 @@ trans.et = public/language/et/search.json
|
||||
trans.hy = public/language/hy/search.json
|
||||
trans.lt = public/language/lt/search.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:social]
|
||||
file_filter = public/language/<lang>/social.json
|
||||
source_file = public/language/en-GB/social.json
|
||||
source_lang = en_GB
|
||||
type = KEYVALUEJSON
|
||||
trans.da = public/language/da/social.json
|
||||
trans.en_US = public/language/en-US/social.json
|
||||
trans.ms = public/language/ms/social.json
|
||||
trans.hr = public/language/hr/social.json
|
||||
trans.hu = public/language/hu/social.json
|
||||
trans.id = public/language/id/social.json
|
||||
trans.bg = public/language/bg/social.json
|
||||
trans.de = public/language/de/social.json
|
||||
trans.en@pirate = public/language/en-x-pirate/social.json
|
||||
trans.fa_IR = public/language/fa-IR/social.json
|
||||
trans.fi = public/language/fi/social.json
|
||||
trans.sc = public/language/sc/social.json
|
||||
trans.sk = public/language/sk/social.json
|
||||
trans.sl = public/language/sl/social.json
|
||||
trans.sq_AL = public/language/sq-AL/social.json
|
||||
trans.sr = public/language/sr/social.json
|
||||
trans.bn = public/language/bn/social.json
|
||||
trans.ja = public/language/ja/social.json
|
||||
trans.ko = public/language/ko/social.json
|
||||
trans.pl = public/language/pl/social.json
|
||||
trans.ro = public/language/ro/social.json
|
||||
trans.zh_TW = public/language/zh-TW/social.json
|
||||
trans.cs = public/language/cs/social.json
|
||||
trans.he = public/language/he/social.json
|
||||
trans.nb = public/language/nb/social.json
|
||||
trans.zh_CN = public/language/zh-CN/social.json
|
||||
trans.lv = public/language/lv/social.json
|
||||
trans.rw = public/language/rw/social.json
|
||||
trans.sv = public/language/sv/social.json
|
||||
trans.ru = public/language/ru/social.json
|
||||
trans.tr = public/language/tr/social.json
|
||||
trans.uk = public/language/uk/social.json
|
||||
trans.el = public/language/el/social.json
|
||||
trans.fr = public/language/fr/social.json
|
||||
trans.gl = public/language/gl/social.json
|
||||
trans.it = public/language/it/social.json
|
||||
trans.pt_BR = public/language/pt-BR/social.json
|
||||
trans.nl = public/language/nl/social.json
|
||||
trans.pt_PT = public/language/pt-PT/social.json
|
||||
trans.th = public/language/th/social.json
|
||||
trans.vi = public/language/vi/social.json
|
||||
trans.ar = public/language/ar/social.json
|
||||
trans.es = public/language/es/social.json
|
||||
trans.et = public/language/et/social.json
|
||||
trans.hy = public/language/hy/social.json
|
||||
trans.lt = public/language/lt/social.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:success]
|
||||
file_filter = public/language/<lang>/success.json
|
||||
source_file = public/language/en-GB/success.json
|
||||
|
||||
17
README.md
17
README.md
@@ -24,17 +24,14 @@ NodeBB's theming engine is highly flexible and does not restrict your design cho
|
||||
[](http://i.imgur.com/LmHtPho.png)
|
||||
[](http://i.imgur.com/paiJPJk.jpg)
|
||||
|
||||
Our minimalist "Persona" theme gets you going right away, no coding experience required.
|
||||
|
||||
[](http://i.imgur.com/HwNEXGu.png)
|
||||
[](http://i.imgur.com/II1byYs.png)
|
||||
|
||||
Our minimalist "Harmony" theme gets you going right away, no coding experience required.
|
||||
|
||||

|
||||
|
||||
## How can I follow along/contribute?
|
||||
|
||||
* If you are a developer, feel free to check out the source and submit pull requests. We also have a wide array of [plugins](http://community.nodebb.org/category/7/nodebb-plugins) which would be a great starting point for learning the codebase.
|
||||
* If you are a designer, [NodeBB needs themes](http://community.nodebb.org/category/10/nodebb-themes)! NodeBB's theming system allows extension of the base templates as well as styling via LESS or CSS. NodeBB's base theme utilizes [Bootstrap 3](http://getbootstrap.com/) but themes can choose to use a different framework altogether.
|
||||
* If you are a designer, [NodeBB needs themes](http://community.nodebb.org/category/10/nodebb-themes)! NodeBB's theming system allows extension of the base templates as well as styling via SCSS or CSS. NodeBB's base theme utilizes [Bootstrap 5](http://getbootstrap.com/) as a frontend toolkit.
|
||||
* If you know languages other than English you can help us translate NodeBB. We use [Transifex](https://explore.transifex.com/nodebb/nodebb/) for internationalization.
|
||||
* Please don't forget to **like**, **follow**, and **star our repo**! Join our growing [community](http://community.nodebb.org) to keep up to date with the latest NodeBB development.
|
||||
|
||||
@@ -42,7 +39,7 @@ Our minimalist "Persona" theme gets you going right away, no coding experience r
|
||||
|
||||
NodeBB requires the following software to be installed:
|
||||
|
||||
* A version of Node.js at least 12 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions))
|
||||
* A version of Node.js at least 16 or greater ([installation/upgrade instructions](https://github.com/nodesource/distributions))
|
||||
* MongoDB, version 3.6 or greater **or** Redis, version 2.8.9 or greater
|
||||
* If you are using [clustering](https://docs.nodebb.org/configuring/scaling/) you need Redis installed and configured.
|
||||
* nginx, version 1.3.13 or greater (**only if** intending to use nginx to proxy requests to a NodeBB)
|
||||
@@ -76,10 +73,10 @@ Interested in a sublicense agreement for use of NodeBB in a non-free/restrictive
|
||||
|
||||
* [Demo](https://try.nodebb.org)
|
||||
* [Developer Community](http://community.nodebb.org)
|
||||
* [Documentation & Installation Instructions](http://docs.nodebb.org)
|
||||
* [Documentation & Installation Instructions](https://docs.nodebb.org)
|
||||
* [Help translate NodeBB](https://explore.transifex.com/nodebb/nodebb/)
|
||||
* [NodeBB Blog](http://blog.nodebb.org)
|
||||
* [Premium Hosting for NodeBB](http://www.nodebb.org/ "NodeBB")
|
||||
* [NodeBB Blog](https://nodebb.org/blog)
|
||||
* [Premium Hosting for NodeBB](https://www.nodebb.org/ "NodeBB")
|
||||
* Unofficial IRC community – channel `#nodebb` on Libera.chat
|
||||
* [Follow us on Twitter](http://www.twitter.com/NodeBB/ "NodeBB Twitter")
|
||||
* [Like us on Facebook](http://www.facebook.com/NodeBB/ "NodeBB Facebook")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "3.0.0-rc.1",
|
||||
"version": "3.0.0-rc.2",
|
||||
"homepage": "https://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -60,7 +60,7 @@
|
||||
"csrf-sync": "4.0.1",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "5.1.0",
|
||||
"esbuild": "0.17.14",
|
||||
"esbuild": "0.17.15",
|
||||
"express": "4.18.2",
|
||||
"express-session": "1.17.3",
|
||||
"express-useragent": "1.0.15",
|
||||
@@ -85,25 +85,25 @@
|
||||
"material-design-lite": "1.3.0",
|
||||
"mime": "3.0.0",
|
||||
"mkdirp": "2.1.6",
|
||||
"mongodb": "5.1.0",
|
||||
"mongodb": "5.2.0",
|
||||
"morgan": "1.10.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"multiparty": "4.2.3",
|
||||
"nconf": "0.12.0",
|
||||
"nodebb-plugin-2factor": "7.0.4",
|
||||
"nodebb-plugin-composer-default": "10.0.42",
|
||||
"nodebb-plugin-composer-default": "10.0.44",
|
||||
"nodebb-plugin-dbsearch": "6.0.0",
|
||||
"nodebb-plugin-emoji": "5.0.5",
|
||||
"nodebb-plugin-emoji-android": "4.0.0",
|
||||
"nodebb-plugin-markdown": "12.0.2",
|
||||
"nodebb-plugin-mentions": "4.0.4",
|
||||
"nodebb-plugin-mentions": "4.0.6",
|
||||
"nodebb-plugin-ntfy": "1.0.15",
|
||||
"nodebb-plugin-spam-be-gone": "2.0.6",
|
||||
"nodebb-rewards-essentials": "0.2.2",
|
||||
"nodebb-theme-harmony": "1.0.0-beta.84",
|
||||
"nodebb-rewards-essentials": "0.2.3",
|
||||
"nodebb-theme-harmony": "1.0.0-beta.102",
|
||||
"nodebb-theme-lavender": "7.0.9",
|
||||
"nodebb-theme-peace": "2.0.19",
|
||||
"nodebb-theme-persona": "13.0.53",
|
||||
"nodebb-theme-persona": "13.0.55",
|
||||
"nodebb-widget-essentials": "7.0.7",
|
||||
"nodemailer": "6.9.1",
|
||||
"nprogress": "0.2.0",
|
||||
@@ -142,7 +142,7 @@
|
||||
"tinycon": "0.6.8",
|
||||
"toobusy-js": "0.5.1",
|
||||
"validator": "13.9.0",
|
||||
"webpack": "5.76.3",
|
||||
"webpack": "5.77.0",
|
||||
"webpack-merge": "5.8.0",
|
||||
"winston": "3.8.2",
|
||||
"xml": "1.0.1",
|
||||
@@ -152,10 +152,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@commitlint/cli": "17.5.0",
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-angular": "17.4.4",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.36.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"grunt": "1.6.1",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "دائمًا",
|
||||
"no_recent_topics": "لايوجد مواضيع جديدة",
|
||||
"no_popular_topics": "لا يوجد مواضيع شائعة",
|
||||
"there-is-a-new-topic": "يوجد موضوع جديد",
|
||||
"there-is-a-new-topic-and-a-new-post": "يوجد موضوع جديد و رد جديد",
|
||||
"there-is-a-new-topic-and-new-posts": "يوجد موضوع جديد و %1 ردود جديدة ",
|
||||
"there-are-new-topics": "يوجد %1 مواضيع جديدة",
|
||||
"there-are-new-topics-and-a-new-post": "يوجد %1 مواضيع جديدة و رد جديد",
|
||||
"there-are-new-topics-and-new-posts": "يوجد %1 مواضيع جديدة و %2 مشاركات جديدة",
|
||||
"there-is-a-new-post": "يوجد مشاركة جديدة",
|
||||
"there-are-new-posts": "يوجد %1 مشاركات جديدة",
|
||||
"click-here-to-reload": "إضغط هنا لإعادة التحميل"
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/ar/social.json
Normal file
10
public/language/ar/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "تسجيل الدخول باستخدام تويتر",
|
||||
"sign-up-with-twitter": "التسجيل باستخدام تويتر",
|
||||
"sign-in-with-github": "تسجيل الدخول باستخدام جيت هب",
|
||||
"sign-up-with-github": "التسجيل باستخدام جيت هب",
|
||||
"sign-in-with-google": "تسجيل الدخول باستخدام قوقل",
|
||||
"sign-up-with-google": "التسجيل باستخدام قوقل",
|
||||
"log-in-with-facebook": "تسجيل الدخول باستخدام فيسبوك",
|
||||
"continue-with-facebook": "التسجيل باستخدام فيسبوك"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Цялото време",
|
||||
"no_recent_topics": "Няма скорошни теми.",
|
||||
"no_popular_topics": "Няма популярни теми.",
|
||||
"there-is-a-new-topic": "Има нова тема.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Има нова тема и нова публикация.",
|
||||
"there-is-a-new-topic-and-new-posts": "Има нова тема и %1 нови публикации.",
|
||||
"there-are-new-topics": "Има %1 нови теми.",
|
||||
"there-are-new-topics-and-a-new-post": "Има %1 нови теми и нова публикация.",
|
||||
"there-are-new-topics-and-new-posts": "Има %1 нови теми и %2 нови публикации.",
|
||||
"there-is-a-new-post": "Има нова публикация",
|
||||
"there-are-new-posts": "Има %1 нови публикации.",
|
||||
"click-here-to-reload": "Натиснете тук, за да презаредите."
|
||||
"load-new-posts": "Зареждане на новите публикации"
|
||||
}
|
||||
10
public/language/bg/social.json
Normal file
10
public/language/bg/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Вписване с Twitter",
|
||||
"sign-up-with-twitter": "Регистриране с Twitter",
|
||||
"sign-in-with-github": "Вписване с Github",
|
||||
"sign-up-with-github": "Регистриране с Github",
|
||||
"sign-in-with-google": "Вписване с Google",
|
||||
"sign-up-with-google": "Регистриране с Google",
|
||||
"log-in-with-facebook": "Вписване с Facebook",
|
||||
"continue-with-facebook": "Продължаване с Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "সবসময় ",
|
||||
"no_recent_topics": "কোন সাম্প্রতিক টপিক নেই। ",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/bn/social.json
Normal file
10
public/language/bn/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Pořád",
|
||||
"no_recent_topics": "Nebyly nalezeny žádné nové téma.",
|
||||
"no_popular_topics": "Žádná oblíbená téma.",
|
||||
"there-is-a-new-topic": "K dispozici je nové téma.",
|
||||
"there-is-a-new-topic-and-a-new-post": "K dispozici je nové téma a nový příspěvěk.",
|
||||
"there-is-a-new-topic-and-new-posts": "K dispozici je nové téma a %1 nových příspěvků.",
|
||||
"there-are-new-topics": "K dispozici je %1 nových témat.",
|
||||
"there-are-new-topics-and-a-new-post": "K dispozici je %1 nových témat a jeden nový příspěvek.",
|
||||
"there-are-new-topics-and-new-posts": "K dispozici je %1 nových témat a %2 nových příspěvků.",
|
||||
"there-is-a-new-post": "K dispozici je nový příspěvek.",
|
||||
"there-are-new-posts": "K dispozici je %1 nových příspěvků.",
|
||||
"click-here-to-reload": "Kliknutím sem znovu načtete stránku."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/cs/social.json
Normal file
10
public/language/cs/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Al tid",
|
||||
"no_recent_topics": "Der er ingen seneste tråde",
|
||||
"no_popular_topics": "Der er ingen populære tråde.",
|
||||
"there-is-a-new-topic": "Der er en ny tråd.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Der er en ny tråd og et nyt indlæg.",
|
||||
"there-is-a-new-topic-and-new-posts": "Der er en tråd og %1 nye indlæg",
|
||||
"there-are-new-topics": "Der er %1 nye indlæg.",
|
||||
"there-are-new-topics-and-a-new-post": "Der er %1 nye indlæg og et nyt indlæg.",
|
||||
"there-are-new-topics-and-new-posts": "Der er %1 nye tråde og %2 nye indlæg.",
|
||||
"there-is-a-new-post": "Der er et nyt indlæg.",
|
||||
"there-are-new-posts": "Der er %1 nye indlæg.",
|
||||
"click-here-to-reload": "Klik her for at genindlæse."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/da/social.json
Normal file
10
public/language/da/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Gesamter Zeitraum",
|
||||
"no_recent_topics": "Es gibt keine aktuellen Themen.",
|
||||
"no_popular_topics": "Es gibt keine beliebten Themen.",
|
||||
"there-is-a-new-topic": "Es gibt ein neues Thema.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Es gibt ein neues Thema und einen neuen Beitrag.",
|
||||
"there-is-a-new-topic-and-new-posts": "Es gibt ein neues Thema und %1 neue Beiträge.",
|
||||
"there-are-new-topics": "Es gibt %1 neue Themen.",
|
||||
"there-are-new-topics-and-a-new-post": "Es gibt %1 neue Themen und einen neuen Beitrag.",
|
||||
"there-are-new-topics-and-new-posts": "Es gibt %1 neue Themen und %2 neue Beiträge.",
|
||||
"there-is-a-new-post": "Es gibt einen neuen Beitrag.",
|
||||
"there-are-new-posts": "Es gibt %1 neue Beiträge.",
|
||||
"click-here-to-reload": "Zum aktualisieren hier klicken."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/de/social.json
Normal file
10
public/language/de/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Όλο το Ιστορικό",
|
||||
"no_recent_topics": "Δεν υπάρχουν πρόσφατα θέματα.",
|
||||
"no_popular_topics": "Δεν υπάρχουν δημοφιλή θέματα.",
|
||||
"there-is-a-new-topic": "Υπάρχει ένα νέο θέμα.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/el/social.json
Normal file
10
public/language/el/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,18 +7,5 @@
|
||||
"alltime": "All Time",
|
||||
"no_recent_topics": "There are no recent topics.",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "All Time",
|
||||
"no_recent_topics": "There are no recent topics.",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/en-US/social.json
Normal file
10
public/language/en-US/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "All Time",
|
||||
"no_recent_topics": "There be no recent topics.",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/en-x-pirate/social.json
Normal file
10
public/language/en-x-pirate/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"post-cache": "Publicar Cache",
|
||||
"group-cache": "Group Cache",
|
||||
"local-cache": "Local Cache",
|
||||
"object-cache": "Object Cache",
|
||||
"group-cache": "Agrupar cache",
|
||||
"local-cache": "Cache local",
|
||||
"object-cache": "Cache de objetos",
|
||||
"percent-full": "%1% Completo",
|
||||
"post-cache-size": "Tamaño de cache del post",
|
||||
"items-in-cache": "Artículos en cache"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"events": "Eventos",
|
||||
"no-events": "No hay eventos",
|
||||
"control-panel": "Panel de control de eventos",
|
||||
"delete-events": "Delete Events",
|
||||
"confirm-delete-all-events": "Are you sure you want to delete all logged events?",
|
||||
"delete-events": "Eliminar eventos",
|
||||
"confirm-delete-all-events": "¿Estás seguro que deseas eliminar todos los eventos registrados?",
|
||||
"filters": "Filtros",
|
||||
"filters-apply": "Aplicar filtros",
|
||||
"filter-type": "Tipo de evento",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Siempre",
|
||||
"no_recent_topics": "No hay publicaciones recientes.",
|
||||
"no_popular_topics": "No hay publicaciones populares",
|
||||
"there-is-a-new-topic": "Hay una nueva publicación.",
|
||||
"there-is-a-new-topic-and-a-new-post": "hay una nueva publicación y un nuevo mensaje.",
|
||||
"there-is-a-new-topic-and-new-posts": "Hay una nueva publicación y %1 nuevos mensajes.",
|
||||
"there-are-new-topics": "Hay %1 nuevos mensajes.",
|
||||
"there-are-new-topics-and-a-new-post": "Hay %1 nuevas publicaciones y un nuevo mensaje.",
|
||||
"there-are-new-topics-and-new-posts": "Hay %1 nuevas publicaciones y %2 nuevos mensajes.",
|
||||
"there-is-a-new-post": "Hay un nuevo mensaje.",
|
||||
"there-are-new-posts": "Hay %1 nuevos mensajes.",
|
||||
"click-here-to-reload": "Click para recargar."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/es/social.json
Normal file
10
public/language/es/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Kogu aja vältel",
|
||||
"no_recent_topics": "Hetkel ei ole hiljutisi teemasid.",
|
||||
"no_popular_topics": "Ühtegi populaarset teemat ei leidu.",
|
||||
"there-is-a-new-topic": "On loodud uus teema.",
|
||||
"there-is-a-new-topic-and-a-new-post": "On loodud uus teema ning postitus.",
|
||||
"there-is-a-new-topic-and-new-posts": "On loodud uus teema ning %1 uut postitust.",
|
||||
"there-are-new-topics": "On loodud %1 uut teemat.",
|
||||
"there-are-new-topics-and-a-new-post": "On loodud %1 uut teemat ning uus postitus.",
|
||||
"there-are-new-topics-and-new-posts": "On loodud %1 uut teemat ning %2 uut postitust.",
|
||||
"there-is-a-new-post": "On loodud uus postitus.",
|
||||
"there-are-new-posts": "On loodud %1 uut postitust.",
|
||||
"click-here-to-reload": "Värskendamiseks vajuta siia."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/et/social.json
Normal file
10
public/language/et/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "همه زمانها",
|
||||
"no_recent_topics": "هیچ موضوع تازهای نیست.",
|
||||
"no_popular_topics": "هیچ موضوع پربازدیدی وجود ندارد",
|
||||
"there-is-a-new-topic": "یک موضوع جدید موجود است.",
|
||||
"there-is-a-new-topic-and-a-new-post": "یک موضوع جدید و یک پست جدید موجود است.",
|
||||
"there-is-a-new-topic-and-new-posts": "یک موضوع جدید و %1 پست جدید موجود است.",
|
||||
"there-are-new-topics": "%1 موضوع جدید موجود است.",
|
||||
"there-are-new-topics-and-a-new-post": "%1 موضوع جدید و یک پست جدید موجود است.",
|
||||
"there-are-new-topics-and-new-posts": "%1 موضوع جدید و %2 پست جدید موجود است.",
|
||||
"there-is-a-new-post": "یک پست جدید موجود است.",
|
||||
"there-are-new-posts": "%1 پست جدید موجود است.",
|
||||
"click-here-to-reload": "برای بارگذاری مجدد کلیک کنید."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/fa-IR/social.json
Normal file
10
public/language/fa-IR/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Alusta lähtien",
|
||||
"no_recent_topics": "Ei viimeisimpiä aiheita.",
|
||||
"no_popular_topics": "Ei päivityksiä suosituimmissa aiheissa",
|
||||
"there-is-a-new-topic": "Uusi aihe.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Uusi aihe ja uusi viesti.",
|
||||
"there-is-a-new-topic-and-new-posts": "Uusi aihe ja %1 uutta viestiä.",
|
||||
"there-are-new-topics": "%1 uutta aihetta.",
|
||||
"there-are-new-topics-and-a-new-post": "%1 uutta aihetta ja uusi viesti.",
|
||||
"there-are-new-topics-and-new-posts": "%1 uutta aihetta ja %2 uutta viestiä.",
|
||||
"there-is-a-new-post": "Ei uusia viestejä",
|
||||
"there-are-new-posts": "%1 uutta viestiä.",
|
||||
"click-here-to-reload": "Päivitä napsauttamalla tätä."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/fi/social.json
Normal file
10
public/language/fi/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"all-users": "All Users",
|
||||
"all-users": "Kaikki käyttäjät",
|
||||
"latest_users": "Viimeisimmät käyttäjät",
|
||||
"top_posters": "Aktiivisimmat viestittelijät",
|
||||
"most_reputation": "Eniten mainetta",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Toujours",
|
||||
"no_recent_topics": "Il n'y a aucun sujet récent.",
|
||||
"no_popular_topics": "Il n'y a pas de sujet populaire.",
|
||||
"there-is-a-new-topic": "Il y a un nouveau sujet.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Il y a un nouveau sujet et un nouveau message.",
|
||||
"there-is-a-new-topic-and-new-posts": "Il y a un nouveau sujet et %1 nouveaux messages.",
|
||||
"there-are-new-topics": "Il y a %1 nouveaux sujets.",
|
||||
"there-are-new-topics-and-a-new-post": "Il y a %1 nouveaux sujets et un nouveau message.",
|
||||
"there-are-new-topics-and-new-posts": "Il y a %1 nouveaux sujets et %2 nouveaux messages.",
|
||||
"there-is-a-new-post": "Il y a un nouveau message.",
|
||||
"there-are-new-posts": "Il y a %1 nouveaux messages.",
|
||||
"click-here-to-reload": "Cliquez ici pour recharger."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/fr/social.json
Normal file
10
public/language/fr/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Dende o principio",
|
||||
"no_recent_topics": "Non hai temas recentes",
|
||||
"no_popular_topics": "Non hai temas populares",
|
||||
"there-is-a-new-topic": "Hai un novo tema",
|
||||
"there-is-a-new-topic-and-a-new-post": "Hai un novo tema e unha nova publicación",
|
||||
"there-is-a-new-topic-and-new-posts": "Hai un novo tema e %1 nova publicación",
|
||||
"there-are-new-topics": "Hai %1 novos temas.",
|
||||
"there-are-new-topics-and-a-new-post": "Hay %1 novos temas e unha nova publicación.",
|
||||
"there-are-new-topics-and-new-posts": "Hay %1 novos temas e %2 novas publicacións",
|
||||
"there-is-a-new-post": "Hai unha nova publicación",
|
||||
"there-are-new-posts": "Hay %1 novas publicacións.",
|
||||
"click-here-to-reload": "Pica aquí para recargar."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/gl/social.json
Normal file
10
public/language/gl/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"alert.confirm-rebuild-and-restart": "האם אתה בטוח שאתה רוצה לבנות מחדש ולאתחל את NodeBB?",
|
||||
"alert.confirm-restart": "האם אתה בטוח שאתה רוצה לאתחל מחדש את NodeBB?",
|
||||
|
||||
"acp-title": "%1 | לוח בקרה למנהל NodeBB",
|
||||
"acp-title": "%1 | לוח בקרה למנהל פורום NodeBB",
|
||||
"settings-header-contents": "תוכן",
|
||||
"changes-not-saved": "השינויים לא נשמרו",
|
||||
"changes-not-saved-message": "NodeBB נתקל בעיה בשמירת השינויים שלך. (%1)"
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "כל הזמן",
|
||||
"no_recent_topics": "אין נושאים חדשים",
|
||||
"no_popular_topics": "אין נושאים פופולריים.",
|
||||
"there-is-a-new-topic": "יש נושא חדש.",
|
||||
"there-is-a-new-topic-and-a-new-post": "יש נושא ופוסט חדש.",
|
||||
"there-is-a-new-topic-and-new-posts": "יש נושא ו%1 פוסטים חדשים.",
|
||||
"there-are-new-topics": "יש %1 נושאים חדשים.",
|
||||
"there-are-new-topics-and-a-new-post": "יש %1 נושאים ופוסט חדש.",
|
||||
"there-are-new-topics-and-new-posts": "יש %1 נושאים ו %2 פוסטים חדשים.",
|
||||
"there-is-a-new-post": "יש פוסט חדש.",
|
||||
"there-are-new-posts": "יש %1 פוסטים חדשים.",
|
||||
"click-here-to-reload": "לחץ כאן על מנת לטעון מחדש."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/he/social.json
Normal file
10
public/language/he/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "היכנס באמצעות Twitter",
|
||||
"sign-up-with-twitter": "הירשם באמצעות Twitter",
|
||||
"sign-in-with-github": "היכנס באמצעות Github",
|
||||
"sign-up-with-github": "הירשם באמצעות Github",
|
||||
"sign-in-with-google": "היכנס באמצעות Google",
|
||||
"sign-up-with-google": "הירשם באמצעות Google",
|
||||
"log-in-with-facebook": "היכנס באמצעות Facebook",
|
||||
"continue-with-facebook": "המשך בFacebook"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"all-tags": "All tags",
|
||||
"all-tags": "כל התגים",
|
||||
"no_tag_topics": "אין פוסטים עם תגית זו.",
|
||||
"no-tags-found": "No tags found",
|
||||
"no-tags-found": "לא נמצאו תגים",
|
||||
"tags": "תגיות",
|
||||
"enter_tags_here": "הכנס תגים כאן, כאשר כל אחד בין %1 ל%2 תווים.",
|
||||
"enter_tags_here_short": "הכנס תגיות",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Sve vrijeme",
|
||||
"no_recent_topics": "Nema nedavnih tema.",
|
||||
"no_popular_topics": "Nema popularnih tema.",
|
||||
"there-is-a-new-topic": "Nova tema.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Nova tema i nova objava.",
|
||||
"there-is-a-new-topic-and-new-posts": "Nova tema i %1 nova objava",
|
||||
"there-are-new-topics": "%1 nova tema",
|
||||
"there-are-new-topics-and-a-new-post": "%1 nova tema i nova objava",
|
||||
"there-are-new-topics-and-new-posts": "%1 nova tema i %2 nova objava",
|
||||
"there-is-a-new-post": "Nova objava.",
|
||||
"there-are-new-posts": "%1 nova objava.",
|
||||
"click-here-to-reload": "Klikni ovdje za ponovno učitavanje."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/hr/social.json
Normal file
10
public/language/hr/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Bármikor",
|
||||
"no_recent_topics": "Nincs friss témakör.",
|
||||
"no_popular_topics": "Nincs népszerű témakör.",
|
||||
"there-is-a-new-topic": "Van egy új témakör.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Van egy új témakör és új hozzászólás.",
|
||||
"there-is-a-new-topic-and-new-posts": "Van egy új témakör és %1 új hozzászólás.",
|
||||
"there-are-new-topics": "Van %1 új témakör.",
|
||||
"there-are-new-topics-and-a-new-post": "Van %1 új témakör és egy új hozzászólás.",
|
||||
"there-are-new-topics-and-new-posts": "Van %1 új témakör és %2 új hozzászólás.",
|
||||
"there-is-a-new-post": "Van egy új hozzászólás.",
|
||||
"there-are-new-posts": "Van %1 új hozzászólás.",
|
||||
"click-here-to-reload": "Újratöltéshez kattints ide."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/hu/social.json
Normal file
10
public/language/hu/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Ամբողջ ժամանակ",
|
||||
"no_recent_topics": "Վերջին թեմաներ չկան։",
|
||||
"no_popular_topics": "Հանրաճանաչ թեմաներ չկան։",
|
||||
"there-is-a-new-topic": "Առկա է նոր թեմա",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "Կա նոր թեմա և %1 նոր գրառում:",
|
||||
"there-are-new-topics": "Առկա են %1 նոր թեմաներ:",
|
||||
"there-are-new-topics-and-a-new-post": "Առկա են %1 նոր թեմաներ և նոր գրառում:",
|
||||
"there-are-new-topics-and-new-posts": "Առկա են %1 նոր թեմաներ և %2 նոր գրառումներ:",
|
||||
"there-is-a-new-post": "Առկա է նոր գրառում։",
|
||||
"there-are-new-posts": "Առկա են %1 նոր գրառումներ:",
|
||||
"click-here-to-reload": "Սեղմեք այստեղ՝ վերաբեռնելու համար:"
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/hy/social.json
Normal file
10
public/language/hy/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Sepanjang Waktu",
|
||||
"no_recent_topics": "Tidak ada topik terbaru.",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/id/social.json
Normal file
10
public/language/id/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Sempre",
|
||||
"no_recent_topics": "Non ci sono discussioni recenti.",
|
||||
"no_popular_topics": "Non ci sono discussioni popolari.",
|
||||
"there-is-a-new-topic": "C'è un nuova discussione.",
|
||||
"there-is-a-new-topic-and-a-new-post": "C'è una nuova discussione e un nuovo post.",
|
||||
"there-is-a-new-topic-and-new-posts": "C'è una nuova discussione e %1 nuovi post.",
|
||||
"there-are-new-topics": "Ci sono %1 nuove discussioni.",
|
||||
"there-are-new-topics-and-a-new-post": "Ci sono %1 nuove discussioni e un nuovo post.",
|
||||
"there-are-new-topics-and-new-posts": "Ci sono %1 nuove discussioni e %2 nuovi post.",
|
||||
"there-is-a-new-post": "C'è un nuovo post.",
|
||||
"there-are-new-posts": "Ci sono %1 nuovi post.",
|
||||
"click-here-to-reload": "Clicca qui per ricaricare."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/it/social.json
Normal file
10
public/language/it/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "全て",
|
||||
"no_recent_topics": "最近のスレッドはありません。",
|
||||
"no_popular_topics": "人気スレッドはありません。",
|
||||
"there-is-a-new-topic": "新しいスレッドがあります。",
|
||||
"there-is-a-new-topic-and-a-new-post": "新しいスレッドと投稿があります。",
|
||||
"there-is-a-new-topic-and-new-posts": "新しいスレッドと%1件の投稿があります。",
|
||||
"there-are-new-topics": "新しいスレッドが%1個あります。",
|
||||
"there-are-new-topics-and-a-new-post": "新しいスレッドがと投稿が%1件あります。",
|
||||
"there-are-new-topics-and-new-posts": "新しいスレッドが%1件、新しい投稿が%2件あります。",
|
||||
"there-is-a-new-post": "新しい投稿があります。",
|
||||
"there-are-new-posts": "新しい投稿が%1件あります。",
|
||||
"click-here-to-reload": "ここを押して、更新します。"
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/ja/social.json
Normal file
10
public/language/ja/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "전체",
|
||||
"no_recent_topics": "최근 생성된 화제가 없습니다.",
|
||||
"no_popular_topics": "인기 화제가 없습니다.",
|
||||
"there-is-a-new-topic": "새로운 화제가 있습니다.",
|
||||
"there-is-a-new-topic-and-a-new-post": "새로운 화제와 포스트가 있습니다.",
|
||||
"there-is-a-new-topic-and-new-posts": "새로운 화제와 %1개의 포스트가 있습니다.",
|
||||
"there-are-new-topics": "새로운 %1개의 화제가 있습니다.",
|
||||
"there-are-new-topics-and-a-new-post": "새로운 %1개의 화제와 포스트가 있습니다.",
|
||||
"there-are-new-topics-and-new-posts": "새로운 %1개의 화제와 %2개의 포스트가 있습니다.",
|
||||
"there-is-a-new-post": "새로운 포스트가 있습니다.",
|
||||
"there-are-new-posts": "새로운 %1개의 포스트가 있습니다.",
|
||||
"click-here-to-reload": "여기를 클릭해서 새로고침하세요."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/ko/social.json
Normal file
10
public/language/ko/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Per visą laiką",
|
||||
"no_recent_topics": "Paskutinių temų nėra",
|
||||
"no_popular_topics": "Populiarių temų nėra.",
|
||||
"there-is-a-new-topic": "Yra nauja tema.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Yra nauja tema ir naujas įrašas.",
|
||||
"there-is-a-new-topic-and-new-posts": "Yra nauja tema ir %1 nauji įrašai.",
|
||||
"there-are-new-topics": "Yra %1 naujos temos.",
|
||||
"there-are-new-topics-and-a-new-post": "Yra %1 naujos temos ir naujas įrašas.",
|
||||
"there-are-new-topics-and-new-posts": "Yra %1 naujos temos ir %2 nauji įrašai.",
|
||||
"there-is-a-new-post": "Yra naujas įrašas.",
|
||||
"there-are-new-posts": "Yra %1 naujas pranešimas.",
|
||||
"click-here-to-reload": "Spauskite čia norėdami perkrauti."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/lt/social.json
Normal file
10
public/language/lt/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Visu laiku",
|
||||
"no_recent_topics": "Nav neseno tematu.",
|
||||
"no_popular_topics": "Nav populāro tematu.",
|
||||
"there-is-a-new-topic": "Ir jauns temats.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Ir jauns temats un jauns raksts.",
|
||||
"there-is-a-new-topic-and-new-posts": "Ir jauns temats un %1 jauni raksti.",
|
||||
"there-are-new-topics": "Ir %1 jauni temati.",
|
||||
"there-are-new-topics-and-a-new-post": "Ir %1 jauni temati un jauns raksts.",
|
||||
"there-are-new-topics-and-new-posts": "Ir %1 jauni temati un %2 jauni raksti.",
|
||||
"there-is-a-new-post": "Ir jauns raksts.",
|
||||
"there-are-new-posts": "Ir %1 jauni raksti.",
|
||||
"click-here-to-reload": "Noklikšķini, lai pārlādētu."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/lv/social.json
Normal file
10
public/language/lv/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Selamanya",
|
||||
"no_recent_topics": "Tiada topik terkini",
|
||||
"no_popular_topics": "Tiada topik popular.",
|
||||
"there-is-a-new-topic": "Ada topik baru.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Ada topik baru dan kiriman baru.",
|
||||
"there-is-a-new-topic-and-new-posts": "Ada topik baru dan %1 kiriman baru.",
|
||||
"there-are-new-topics": "Ada %1 topik baru.",
|
||||
"there-are-new-topics-and-a-new-post": "Ada %1 topik-topik dan kiriman-kiriman baru.",
|
||||
"there-are-new-topics-and-new-posts": "Ada %1 topik baru dan %2 kiriman baru.",
|
||||
"there-is-a-new-post": "Ada kiriman baru.",
|
||||
"there-are-new-posts": "Ada %1 kiriman baru.",
|
||||
"click-here-to-reload": "Klik sini untuk muat semula."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/ms/social.json
Normal file
10
public/language/ms/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "All tid",
|
||||
"no_recent_topics": "Det er ingen nye emner.",
|
||||
"no_popular_topics": "Det er ingen populære emner.",
|
||||
"there-is-a-new-topic": "Det er et nytt emne.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Det er et nytt emne og et nytt innlegg.",
|
||||
"there-is-a-new-topic-and-new-posts": "Det er et nytt emne og %1 nye innlegg.",
|
||||
"there-are-new-topics": "Det er %1 nye emner.",
|
||||
"there-are-new-topics-and-a-new-post": "Det er %1 nye emner og et nytt innlegg.",
|
||||
"there-are-new-topics-and-new-posts": "Det er %1 nye emner og %2 nye innlegg",
|
||||
"there-is-a-new-post": "Det er et nytt innlegg.",
|
||||
"there-are-new-posts": "Det er %1 nye innlegg.",
|
||||
"click-here-to-reload": "Trykk her for å laste på nytt."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/nb/social.json
Normal file
10
public/language/nb/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "altijd",
|
||||
"no_recent_topics": "Er zijn geen recente onderwerpen.",
|
||||
"no_popular_topics": "Er zijn geen populaire onderwerpen.",
|
||||
"there-is-a-new-topic": "Er is een nieuw onderwerp",
|
||||
"there-is-a-new-topic-and-a-new-post": "Er is een nieuw onderwerp en een nieuw bericht.",
|
||||
"there-is-a-new-topic-and-new-posts": "Er is een nieuwe onderwerp en %1 nieuwe berichten",
|
||||
"there-are-new-topics": "Er zijn %1 nieuwe onderwerpen",
|
||||
"there-are-new-topics-and-a-new-post": "Er zijn %1 nieuwe onderwerpen en een nieuw bericht.",
|
||||
"there-are-new-topics-and-new-posts": "Er zijn %1 nieuwe onderwerpen en %2 nieuwe berichten.",
|
||||
"there-is-a-new-post": "Er is een nieuw bericht.",
|
||||
"there-are-new-posts": "Er zijn %1 nieuwe berichten.",
|
||||
"click-here-to-reload": "Klik hier om te herladen."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/nl/social.json
Normal file
10
public/language/nl/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"alert.confirm-rebuild-and-restart": "Czy na pewno chcesz przebudować oraz zrestartować NodeBB?",
|
||||
"alert.confirm-rebuild-and-restart": "Czy na pewno chcesz przebudować i zrestartować NodeBB?",
|
||||
"alert.confirm-restart": "Czy na pewno chcesz zrestartować NodeBB?",
|
||||
|
||||
"acp-title": "%1 | Panel administracyjny NodeBB",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Od początku",
|
||||
"no_recent_topics": "Brak ostatnich tematów.",
|
||||
"no_popular_topics": "Brak popularnych tematów.",
|
||||
"there-is-a-new-topic": "Masz nowy temat.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Masz nowy temat i nowy post.",
|
||||
"there-is-a-new-topic-and-new-posts": "Masz nowy temat i %1 nowych postów.",
|
||||
"there-are-new-topics": "Masz %1 nowych tematów.",
|
||||
"there-are-new-topics-and-a-new-post": "Masz %1 nowych tematów i nowy post.",
|
||||
"there-are-new-topics-and-new-posts": "Masz %1 nowych tematów i %2 nowych postów.",
|
||||
"there-is-a-new-post": "Masz nowy post.",
|
||||
"there-are-new-posts": "Masz %1 nowych postów.",
|
||||
"click-here-to-reload": "Kliknij tutaj, aby przeładować."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/pl/social.json
Normal file
10
public/language/pl/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -43,7 +43,7 @@
|
||||
"followers": "Obserwujący",
|
||||
"following": "Obserwowani",
|
||||
"blocks": "Blokady",
|
||||
"blocked-users": "Blocked users",
|
||||
"blocked-users": "Zablokowani użytkownicy",
|
||||
"block_toggle": "Przełącz blokadę",
|
||||
"block_user": "Blokuj użytkownika",
|
||||
"unblock_user": "Odblokuj użytkownika",
|
||||
@@ -69,7 +69,7 @@
|
||||
"upload_new_picture": "Prześlij nowe zdjęcie",
|
||||
"upload_new_picture_from_url": "Prześlij nowe zdjęcie z adresu URL",
|
||||
"current_password": "Obecne hasło",
|
||||
"new_password": "New Password",
|
||||
"new_password": "Nowe hasło",
|
||||
"change_password": "Zmień hasło",
|
||||
"change_password_error": "Błędne hasło!",
|
||||
"change_password_error_wrong_current": "Twoje aktualne hasło nie jest poprawne!",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Todos os Tempos",
|
||||
"no_recent_topics": "Não há tópicos recentes.",
|
||||
"no_popular_topics": "Não há tópicos populares.",
|
||||
"there-is-a-new-topic": "Há um novo tópico.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Há um novo tópico e um novo post.",
|
||||
"there-is-a-new-topic-and-new-posts": "Há um novo tópico e %1 novos posts.",
|
||||
"there-are-new-topics": "Há %1 novos tópicos.",
|
||||
"there-are-new-topics-and-a-new-post": "Há %1 novos tópicos e um novo post.",
|
||||
"there-are-new-topics-and-new-posts": "Há %1 novos tópicos e %2 novos posts.",
|
||||
"there-is-a-new-post": "Há um novo post.",
|
||||
"there-are-new-posts": "Há %1 novos posts.",
|
||||
"click-here-to-reload": "Clique aqui para recarregar."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/pt-BR/social.json
Normal file
10
public/language/pt-BR/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Desde sempre",
|
||||
"no_recent_topics": "Não existem tópicos recentes.",
|
||||
"no_popular_topics": "Não existem tópicos populares.",
|
||||
"there-is-a-new-topic": "Existe um novo tópico.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Existe um novo tópico e uma nova publicação.",
|
||||
"there-is-a-new-topic-and-new-posts": "Existe um tópico novo e %1 publicações novas.",
|
||||
"there-are-new-topics": "Existem %1 tópicos novos.",
|
||||
"there-are-new-topics-and-a-new-post": "Existem %1 tópicos novos e uma nova publicação.",
|
||||
"there-are-new-topics-and-new-posts": "Existem %1 tópicos novos e %2 publicações novas.",
|
||||
"there-is-a-new-post": "Existe uma publicação nova.",
|
||||
"there-are-new-posts": "Existem %1 novas publicações.",
|
||||
"click-here-to-reload": "Carrega aqui para recarregar."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/pt-PT/social.json
Normal file
10
public/language/pt-PT/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Tot Timpul",
|
||||
"no_recent_topics": "Nu există subiecte recente.",
|
||||
"no_popular_topics": "Nu sunt subiecte populare.",
|
||||
"there-is-a-new-topic": "Există un subiect nou.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Există un subiect nou si o postare nouă.",
|
||||
"there-is-a-new-topic-and-new-posts": "Există un subiect nou și %1 postări noi.",
|
||||
"there-are-new-topics": "Există %1 postări noi.",
|
||||
"there-are-new-topics-and-a-new-post": "Exista %1 subiect nou și o postare nouă",
|
||||
"there-are-new-topics-and-new-posts": "Exista %1 subiecte noi și %2 postări noi",
|
||||
"there-is-a-new-post": "Exista o postare nouă",
|
||||
"there-are-new-posts": "Există %1 postări noi",
|
||||
"click-here-to-reload": "Apăsaţi aici pentru a reîncărca."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/ro/social.json
Normal file
10
public/language/ro/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"post-cache": "Кэш сообщений",
|
||||
"group-cache": "Group Cache",
|
||||
"local-cache": "Local Cache",
|
||||
"object-cache": "Object Cache",
|
||||
"group-cache": "Кеш групп",
|
||||
"local-cache": "Локальный кеш",
|
||||
"object-cache": "Кеш объектов",
|
||||
"percent-full": "Заполнен на%1%",
|
||||
"post-cache-size": "Размер кэша сообщений",
|
||||
"items-in-cache": "Закешировано элементов"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"custom-css": "Custom CSS/SASS",
|
||||
"custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.",
|
||||
"custom-css.enable": "Enable Custom CSS/SASS",
|
||||
"custom-css": "Пользовательский CSS/SASS",
|
||||
"custom-css.description": "Добавьте собственный CSS/SASS. Они будут применены в последнюю очередь, после всех остальных стилей страницы.",
|
||||
"custom-css.enable": "Включить пользовательский CSS/SASS",
|
||||
|
||||
"custom-js": "Пользовательский JavaScript",
|
||||
"custom-js.description": "Добавьте собственный JS-код. Он будет выполнен после полной загрузки страницы.",
|
||||
|
||||
@@ -83,11 +83,11 @@
|
||||
"back-to-dashboard": "Вернуться на Панель управления",
|
||||
"details.no-users": "Никто не присоединился за выбранный отрезок времени",
|
||||
"details.no-topics": "Сообщений за выбранный отрезок времени не было",
|
||||
"details.no-searches": "No searches have been made within the selected timeframe",
|
||||
"details.no-searches": "Поисковых запросов еще не было в выбранный промежуток времени",
|
||||
"details.no-logins": "Попыток входа за выбранный отрезок времени не было",
|
||||
"details.logins-static": "NodeBB хранит данные о сессиях за %1 дней, так что таблица ниже покажет только недавние активные сессии",
|
||||
"details.logins-login-time": "Время входа",
|
||||
"start": "Start",
|
||||
"end": "End",
|
||||
"filter": "Filter"
|
||||
"start": "Начало",
|
||||
"end": "Окончание",
|
||||
"filter": "Фильтр"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"users": "Пользователи",
|
||||
"edit": "Actions",
|
||||
"edit": "Действия",
|
||||
"make-admin": "Сделать администратором",
|
||||
"remove-admin": "Удалить администратора",
|
||||
"validate-email": "Подтвердить адрес электронной почты",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"title": "Название сайта",
|
||||
"title.short": "Краткий заголовок",
|
||||
"title.short-placeholder": "Если здесь ничего не указано, будет использовано название сайта",
|
||||
"title.url": "Title Link URL",
|
||||
"title.url": "URL ссылки на заголовок",
|
||||
"title.url-placeholder": "URL для названия сайта",
|
||||
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index. <br> Note: This is not the external URL used in emails, etc. That is set by the <code>url</code> property in config.json",
|
||||
"title.name": "Название вашего сообщества",
|
||||
@@ -20,14 +20,14 @@
|
||||
"logo.image": "Логотип в шапке сайта",
|
||||
"logo.image-placeholder": "Путь к файлу логотипа ",
|
||||
"logo.upload": "Загрузить",
|
||||
"logo.url": "Logo Link URL",
|
||||
"logo.url": "URL ссылки на логотип",
|
||||
"logo.url-placeholder": "URL для логотипа",
|
||||
"logo.url-help": "When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index. <br> Note: This is not the external URL used in emails, etc. That is set by the <code>url</code> property in config.json",
|
||||
"logo.alt-text": "Замещающий текст",
|
||||
"log.alt-text-placeholder": "Текст, который появится, если логотип не загрузится или загрузка изображений будет отключена",
|
||||
"favicon": "Favicon",
|
||||
"favicon.upload": "Загрузить",
|
||||
"pwa": "Progressive Web App",
|
||||
"pwa": "Прогрессивное веб-приложение (Progressive Web Apps)",
|
||||
"touch-icon": "Touch Icon",
|
||||
"touch-icon.upload": "Загрузить",
|
||||
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
|
||||
@@ -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.",
|
||||
"outgoing-links": "Внешние ссылки",
|
||||
"outgoing-links.warning-page": "Предупреждать, когда пользователь переходит по внешним ссылкам",
|
||||
"search": "Search",
|
||||
"search-default-in": "Search In",
|
||||
"search-default-in-quick": "Quick Search In",
|
||||
"search-default-sort-by": "Sort by",
|
||||
"search": "Поиск",
|
||||
"search-default-in": "Поиск в",
|
||||
"search-default-in-quick": "Быстрый Поиск в",
|
||||
"search-default-sort-by": "Сортировано по",
|
||||
"outgoing-links.whitelist": "Список доменов, для которых страница предупреждения отключена",
|
||||
"site-colors": "Цвета сайта",
|
||||
"theme-color": "Цвет темы",
|
||||
@@ -46,5 +46,5 @@
|
||||
"background-color-help": "Эти цвета используются на экране-заставке, если сайт установлен как приложение PWA",
|
||||
"undo-timeout": "Undo Timeout",
|
||||
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
|
||||
"topic-tools": "Topic Tools"
|
||||
"topic-tools": "Управление темой"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"invalid-data": "Неверные данные",
|
||||
"invalid-json": "Некорректный JSON",
|
||||
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
|
||||
"required-parameters-missing": "Required parameters were missing from this API call: %1",
|
||||
"required-parameters-missing": "Обязательные параметры отсутствуют в API запросе: %1",
|
||||
"not-logged-in": "Вы не вошли на сайт.",
|
||||
"account-locked": "Учётная запись временно заблокирована",
|
||||
"search-requires-login": "Поиск доступен только для зарегистрированных участников. Пожалуйста, войдите или зарегистрируйтесь.",
|
||||
@@ -11,7 +11,7 @@
|
||||
"invalid-tid": "Неправильный ID темы",
|
||||
"invalid-pid": "Неправильный ID сообщения",
|
||||
"invalid-uid": "Неправильный ID пользователя",
|
||||
"invalid-mid": "Invalid Chat Message ID",
|
||||
"invalid-mid": "Некорректный ID сообщения",
|
||||
"invalid-date": "Должна быть указана действительная дата.",
|
||||
"invalid-username": "Неправильное имя пользователя",
|
||||
"invalid-email": "Неправильный адрес электронной почты",
|
||||
@@ -28,18 +28,18 @@
|
||||
"invalid-event": "Недействительное событие: %1",
|
||||
"local-login-disabled": "Локальная система входа отключена для не-привилегированных учетных записей.",
|
||||
"csrf-invalid": "Нам не удалось вас найти из-за просроченной сессии. Попробуйте ещё раз.",
|
||||
"invalid-path": "Invalid path",
|
||||
"folder-exists": "Folder exists",
|
||||
"invalid-path": "Некорректный путь",
|
||||
"folder-exists": "Папка существует",
|
||||
"invalid-pagination-value": "Неправильно указан номер страницы. Значение должно быть в диапазоне от %1 до %2",
|
||||
"username-taken": "Это имя пользователя уже занято",
|
||||
"email-taken": "Пользователь с таким адресом электронной почты уже зарегистрирован",
|
||||
"email-nochange": "The email entered is the same as the email already on file.",
|
||||
"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-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.",
|
||||
"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.",
|
||||
"user-doesnt-have-email": "User \"%1\" does not have an email set.",
|
||||
"user-doesnt-have-email": "У пользователя %1 не задана электронная почта.",
|
||||
"email-confirm-failed": "По техническим причинам мы не можем подтвердить ваш адрес электронной почты. Приносим вам наши извинения, пожалуйста, попробуйте позже.",
|
||||
"confirm-email-already-sent": "Сообщение для подтверждения регистрации уже выслано на ваш адрес электронной почты. Повторная отправка возможна через %1 мин.",
|
||||
"sendmail-not-found": "Не можем найти sendmail, убедитесь что он установлен и управляется NodeBB.",
|
||||
@@ -61,8 +61,8 @@
|
||||
"no-group": "Такой группы не существует",
|
||||
"no-user": "Такого пользователя не существует",
|
||||
"no-teaser": "Такого тизера не существует",
|
||||
"no-flag": "Flag does not exist",
|
||||
"no-chat-room": "Chat room does not exist",
|
||||
"no-flag": "Жалоба не существует",
|
||||
"no-chat-room": "Комната чата не существует.",
|
||||
"no-privileges": "У вас недостаточно прав для этого действия.",
|
||||
"category-disabled": "Категория отключена",
|
||||
"topic-locked": "Тема закрыта",
|
||||
@@ -89,13 +89,13 @@
|
||||
"category-not-selected": "Категория не выбрана",
|
||||
"too-many-posts": "Для того, чтобы разместить новое сообщение, нужно подождать %1 сек.",
|
||||
"too-many-posts-newbie": "Для того, чтобы разместить новое сообщение, нужно подождать %1 сек. Это время уменьшится, как только ваша репутация вырастет до %2.",
|
||||
"already-posting": "You are already posting",
|
||||
"already-posting": "Вы уже опубликовали запись",
|
||||
"tag-too-short": "Слишком короткая метка. Минимум %1 символов.",
|
||||
"tag-too-long": "Слишком длинная метка. Максимум %1 символов.",
|
||||
"not-enough-tags": "Пожалуйста, добавьте метки в ваше сообщение. У темы должно быть минимум %1 меток.",
|
||||
"too-many-tags": "Пожалуйста, уберите несколько меток из вашего сообщения. У темы должно быть не более %1 меток.",
|
||||
"cant-use-system-tag": "Вы не можете использовать эту системную метку.",
|
||||
"cant-remove-system-tag": "You can not remove this system tag.",
|
||||
"cant-remove-system-tag": "Вы не можете удалить эту системную метку.",
|
||||
"still-uploading": "Пожалуйста, подождите завершения загрузки.",
|
||||
"file-too-big": "Слишком большой файл. Максимальный размер: %1 Кбайт.",
|
||||
"guest-upload-disabled": "Загрузка файлов для гостей отключена. Чтобы загрузить файл, пожалуйста, войдите или зарегистрируйтесь на сайте.",
|
||||
@@ -113,7 +113,7 @@
|
||||
"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-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": "Вы единственный администратор. Чтобы отказаться от своих полномочий, пожалуйста, назначьте администратором другого участника.",
|
||||
"account-deletion-disabled": "Удаление аккаунта отключено",
|
||||
"cant-delete-admin": "Чтобы удалить эту учётную запись, сначала надо снять с неё полномочия администратора.",
|
||||
@@ -157,29 +157,29 @@
|
||||
"chat-deleted-already": "Это сообщение чата уже удалено.",
|
||||
"chat-restored-already": "Это сообщение чата уже было восстановлено.",
|
||||
"chat-room-does-not-exist": "Комната чата не существует.",
|
||||
"cant-add-users-to-chat-room": "Can't add users to chat room.",
|
||||
"cant-remove-users-from-chat-room": "Can't remove users from chat room.",
|
||||
"chat-room-name-too-long": "Chat room name too long.",
|
||||
"cant-add-users-to-chat-room": "Нельзя добавить пользователей в комнату.",
|
||||
"cant-remove-users-from-chat-room": "Нельзя удалять пользователей из комнаты.",
|
||||
"chat-room-name-too-long": "Название чат комнаты слишком длинное, пожалуйста, сократите его.",
|
||||
"already-voting-for-this-post": "Вы уже проголосовали за это сообщение.",
|
||||
"reputation-system-disabled": "Система репутации отключена.",
|
||||
"downvoting-disabled": "Понижение рейтинга отключено",
|
||||
"not-enough-reputation-to-chat": "You need %1 reputation to chat",
|
||||
"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-flag": "You need %1 reputation to flag this post",
|
||||
"not-enough-reputation-min-rep-website": "You need %1 reputation to add a website",
|
||||
"not-enough-reputation-min-rep-aboutme": "You need %1 reputation to add an about me",
|
||||
"not-enough-reputation-min-rep-signature": "You need %1 reputation to add a signature",
|
||||
"not-enough-reputation-min-rep-profile-picture": "You need %1 reputation to add a profile picture",
|
||||
"not-enough-reputation-min-rep-cover-picture": "You need %1 reputation to add a cover picture",
|
||||
"not-enough-reputation-to-chat": "Нужно %1 репутации чтобы писать в чат.",
|
||||
"not-enough-reputation-to-upvote": "Нужно %1 репутации чтобы проголосовать положительно.",
|
||||
"not-enough-reputation-to-downvote": "Нужно %1 репутации чтобы проголосовать против.",
|
||||
"not-enough-reputation-to-flag": "Нужно %1 репутации чтобы пожаловаться на пост.",
|
||||
"not-enough-reputation-min-rep-website": "Нужно %1 репутации чтобы добавить сайт.",
|
||||
"not-enough-reputation-min-rep-aboutme": "Нужно %1 репутации чтобы добавить обо мне.",
|
||||
"not-enough-reputation-min-rep-signature": "Нужно %1 репутации чтобы добавить подпись.",
|
||||
"not-enough-reputation-min-rep-profile-picture": "Нужно %1 репутации чтобы добавить фото профиля.",
|
||||
"not-enough-reputation-min-rep-cover-picture": "Нужно %1 репутации чтобы добавить заставку профиля.",
|
||||
"post-already-flagged": "Вы уже пожаловались на это сообщение",
|
||||
"user-already-flagged": "Вы уже пожаловались на этого пользователя",
|
||||
"post-flagged-too-many-times": "На это сообщение уже пожаловались другие пользователи",
|
||||
"user-flagged-too-many-times": "На этого пользователя уже пожаловались другие пользователи",
|
||||
"cant-flag-privileged": "Вам не разрешено оставлять жалобы на профили или контент привилегированных пользователей (Модераторов/Глобальных модераторов/Администраторов)",
|
||||
"self-vote": "Вы не можете голосовать за свои собственные сообщения",
|
||||
"too-many-upvotes-today": "You can only upvote %1 times a day",
|
||||
"too-many-upvotes-today-user": "You can only upvote a user %1 times a day",
|
||||
"too-many-upvotes-today": "Вы можете проголосовать за только %1 раз за день",
|
||||
"too-many-upvotes-today-user": "Вы можете проголосовать за участника только %1 раз за день.",
|
||||
"too-many-downvotes-today": "Вы можете проголосовать против только %1 раз за день",
|
||||
"too-many-downvotes-today-user": "Вы можете проголосовать против участника только %1 раз за день.",
|
||||
"reload-failed": "NodeBB обнаружил проблему при перезагрузке: \"%1\". NodeBB продолжит работать с существующими ресурсами клиента, но вы должны отменить то, что сделали перед перезагрузкой.",
|
||||
@@ -218,12 +218,12 @@
|
||||
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
|
||||
"api.400": "Something was wrong with the request payload you passed in.",
|
||||
"api.401": "A valid login session was not found. Please log in and try again.",
|
||||
"api.403": "You are not authorised to make this call",
|
||||
"api.404": "Invalid API call",
|
||||
"api.403": "У вас нет прав доступа, чтобы сделать этот запрос",
|
||||
"api.404": "Неверный API запрос",
|
||||
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
|
||||
"api.429": "You have made too many requests, please try again later",
|
||||
"api.429": "Вы сделали слишком много запросов, пожалуйста, повторите попытку позже.",
|
||||
"api.500": "An unexpected error was encountered while attempting to service your request.",
|
||||
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
|
||||
"api.503": "The route you are trying to call is not currently available due to a server configuration",
|
||||
"api.reauth-required": "The resource you are trying to access requires (re-)authentication."
|
||||
"api.reauth-required": "Ресурс к которому вы пытаетесь получить доступ требует авторизации."
|
||||
}
|
||||
@@ -16,14 +16,14 @@
|
||||
"filter-active": "К списку жалоб применяется один или несколько фильтров",
|
||||
"filter-reset": "Убрать фильтры",
|
||||
"filters": "Опции фильтра",
|
||||
"filter-reporterId": "Reporter",
|
||||
"filter-reporterId": "Кто сообщил",
|
||||
"filter-targetUid": "Reportee",
|
||||
"filter-type": "Тип жалобы",
|
||||
"filter-type-all": "Весь контент",
|
||||
"filter-type-post": "Сообщение",
|
||||
"filter-type-user": "Пользователь",
|
||||
"filter-state": "Состояние",
|
||||
"filter-assignee": "Assignee",
|
||||
"filter-assignee": "Исполнитель",
|
||||
"filter-cid": "Категория",
|
||||
"filter-quick-mine": "Назначено мне",
|
||||
"filter-cid-all": "Все категории",
|
||||
|
||||
@@ -37,13 +37,13 @@
|
||||
"header.notifications": "Уведомления",
|
||||
"header.search": "Поиск",
|
||||
"header.profile": "Профиль",
|
||||
"header.account": "Account",
|
||||
"header.account": "Учётная запись",
|
||||
"header.navigation": "Навигация",
|
||||
"header.manage": "Manage",
|
||||
"header.drafts": "Drafts",
|
||||
"header.drafts": "Черновики",
|
||||
"notifications.loading": "Загружаем уведомления",
|
||||
"chats.loading": "Загружаем чаты",
|
||||
"drafts.loading": "Loading Drafts",
|
||||
"drafts.loading": "Загружаем черновики",
|
||||
"motd.welcome": "Добро пожаловать в NodeBB, платформу будущего для общения.",
|
||||
"previouspage": "Предыдущая страница",
|
||||
"nextpage": "Следующая страница",
|
||||
@@ -61,7 +61,7 @@
|
||||
"x-posts": "<span class=\"formatted-number\">%1</span> posts",
|
||||
"x-topics": "<span class=\"formatted-number\">%1</span> topics",
|
||||
"best": "Лучшие сообщения",
|
||||
"controversial": "Controversial",
|
||||
"controversial": "Спорные",
|
||||
"votes": "Голоса",
|
||||
"x-votes": "%1 голосов",
|
||||
"voters": "Проголосовавшие",
|
||||
@@ -74,10 +74,10 @@
|
||||
"reputation": "Репутация",
|
||||
"lastpost": "Последнее сообщение",
|
||||
"firstpost": "Первое сообщение",
|
||||
"about": "About",
|
||||
"about": "Сводка",
|
||||
"read_more": "Читать далее",
|
||||
"more": "Подробнее",
|
||||
"none": "None",
|
||||
"none": "Нет",
|
||||
"posted_ago_by_guest": "создано %1 гостем",
|
||||
"posted_ago_by": "сообщений %1 от %2",
|
||||
"posted_ago": "написал %1",
|
||||
@@ -94,7 +94,7 @@
|
||||
"recentposts": "Последние сообщения",
|
||||
"recentips": "Последние IP-адреса, с которых был осуществлен вход",
|
||||
"moderator_tools": "Инструменты модератора",
|
||||
"status": "Status",
|
||||
"status": "Статус",
|
||||
"online": "В сети",
|
||||
"away": "Не активен",
|
||||
"dnd": "Не беспокоить",
|
||||
@@ -131,6 +131,6 @@
|
||||
"disabled": "Отключено",
|
||||
"select": "Выбрать",
|
||||
"user-search-prompt": "Введите что-нибудь здесь, чтобы найти пользователей...",
|
||||
"hidden": "Hidden",
|
||||
"sort": "Sort"
|
||||
"hidden": "не показывается",
|
||||
"sort": "Сортировка"
|
||||
}
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"chat.chatting_with": "Чат с",
|
||||
"chat.placeholder": "Type chat message here, drag & drop images, press enter to send",
|
||||
"chat.placeholder.mobile": "Type chat message here",
|
||||
"chat.placeholder": "Введите сообщение, перетащите изображения, нажмите enter для отправки",
|
||||
"chat.placeholder.mobile": "Введите сообщение здесь",
|
||||
"chat.scroll-up-alert": "Вы просматриваете старые сообщения, щелкните здесь, чтобы перейти к последнему сообщению.",
|
||||
"chat.usernames-and-x-others": "%1 & %2 others",
|
||||
"chat.chat-with-usernames": "Chat with %1",
|
||||
"chat.chat-with-usernames-and-x-others": "Chat with %1 & %2 others",
|
||||
"chat.usernames-and-x-others": "%1 пользователей и %2 других",
|
||||
"chat.chat-with-usernames": "Чат с %1",
|
||||
"chat.chat-with-usernames-and-x-others": "Чат с %1 и %2 других",
|
||||
"chat.send": "Отправить",
|
||||
"chat.no_active": "У вас нет активных чатов.",
|
||||
"chat.user_typing": "%1 пишет...",
|
||||
"chat.user_has_messaged_you": "Пользователь %1 отправил вам сообщение.",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.see_all": "Все чаты",
|
||||
"chat.mark_all_read": "Пометить как прочитанное",
|
||||
"chat.no-messages": "Пожалуйста, выберите собеседника для просмотра истории сообщений",
|
||||
"chat.no-users-in-room": "В этой комнате пусто",
|
||||
"chat.recent-chats": "Последние переписки",
|
||||
@@ -46,7 +46,7 @@
|
||||
"composer.compose": "Редактор сообщений",
|
||||
"composer.show_preview": "Показать предпросмотр сообщения",
|
||||
"composer.hide_preview": "Скрыть предпросмотр",
|
||||
"composer.help": "Help",
|
||||
"composer.help": "Помощь",
|
||||
"composer.user_said_in": "Пользователь %1 написал в %2:",
|
||||
"composer.user_said": "Пользователь %1 написал:",
|
||||
"composer.discard": "Вы уверены, что передумали писать это сообщение?",
|
||||
@@ -59,7 +59,7 @@
|
||||
"composer.formatting.strikethrough": "Зачеркнуть",
|
||||
"composer.formatting.code": "Код",
|
||||
"composer.formatting.link": "Ссылка",
|
||||
"composer.formatting.picture": "Image Link",
|
||||
"composer.formatting.picture": "Ссылка на изображение",
|
||||
"composer.upload-picture": "Загрузить изображение",
|
||||
"composer.upload-file": "Загрузить файл",
|
||||
"composer.zen_mode": "Полноэкранный режим",
|
||||
@@ -70,14 +70,14 @@
|
||||
"composer.schedule-time": "Время",
|
||||
"composer.cancel-scheduling": "Отменить отложенную публикацию",
|
||||
"composer.set-schedule-date": "Установить дату",
|
||||
"composer.discard-all-drafts": "Discard all drafts",
|
||||
"composer.no-drafts": "You have no drafts",
|
||||
"composer.discard-draft-confirm": "Do you want to discard this draft?",
|
||||
"composer.discard-all-drafts": "Удалить все черновики",
|
||||
"composer.no-drafts": "У вас нет черновиков",
|
||||
"composer.discard-draft-confirm": "Удалить все черновики?",
|
||||
"bootbox.ok": "ОК",
|
||||
"bootbox.cancel": "Отмена",
|
||||
"bootbox.confirm": "Подтвердить",
|
||||
"bootbox.submit": "Submit",
|
||||
"bootbox.send": "Send",
|
||||
"bootbox.submit": "Отправить",
|
||||
"bootbox.send": "Отправить",
|
||||
"cover.dragging_title": "Позиционирование обложки",
|
||||
"cover.dragging_message": "Перетащите обложку на желаемое место и нажмите \"Сохранить\"",
|
||||
"cover.saved": "Обложка и её расположение сохранены",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Уведомления",
|
||||
"no_notifs": "Для вас нет новых уведомлений",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"see_all": "Все уведомления",
|
||||
"mark_all_read": "Пометить как прочитанное",
|
||||
"back_to_home": "Назад к %1",
|
||||
"outgoing_link": "Внешняя ссылка",
|
||||
"outgoing_link_message": "Вы сейчас читаете: %1",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
|
||||
{
|
||||
"post-queue": "Очередь на публикацию",
|
||||
"no-queued-posts": "There are no posts in the post queue.",
|
||||
"no-queued-posts": "Нет записей в очереди",
|
||||
"no-single-post": "The topic or post you are looking for is no longer in the queue. It has likely been approved or deleted already.",
|
||||
"enabling-help": "To enable this feature, go to <a href=\"%1\">Settings → Post → Post Queue</a> and enable <strong>Post Queue</strong>.",
|
||||
"back-to-list": "Back to Post Queue",
|
||||
"back-to-list": "Назад к Очереди Записей",
|
||||
"user": "Пользователь",
|
||||
"when": "When",
|
||||
"when": "Когда",
|
||||
"category": "Категория",
|
||||
"title": "Название",
|
||||
"content": "Содержимое",
|
||||
@@ -19,22 +19,22 @@
|
||||
"topic": "Тема",
|
||||
"accept": "Подтвердить",
|
||||
"reject": "Отклонить",
|
||||
"remove": "Remove",
|
||||
"notify": "Notify",
|
||||
"notify-user": "Notify User",
|
||||
"confirm-reject": "Do you want to reject this post?",
|
||||
"confirm-remove": "Do you want to remove this post?",
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"accept-all": "Accept All",
|
||||
"accept-selected": "Accept Selected",
|
||||
"reject-all": "Reject All",
|
||||
"reject-all-confirm": "Do you want to reject all posts?",
|
||||
"reject-selected": "Reject Selected",
|
||||
"reject-selected-confirm": "Do you want to reject %1 selected posts?",
|
||||
"remove-all": "Remove all",
|
||||
"remove-all-confirm": "Do you want to remove all posts?",
|
||||
"remove-selected": "Remove Selected",
|
||||
"remove-selected-confirm": "Do you want to remove %1 selected posts?",
|
||||
"bulk-accept-success": "%1 posts accepted",
|
||||
"bulk-reject-success": "%1 posts rejected"
|
||||
"remove": "Удалить",
|
||||
"notify": "Уведомить",
|
||||
"notify-user": "Уведомить пользователя",
|
||||
"confirm-reject": "Вы хотите отклонить эту запись?",
|
||||
"confirm-remove": "Вы хотите удалить все записи?",
|
||||
"bulk-actions": "Пакетные действия",
|
||||
"accept-all": "Принять всё",
|
||||
"accept-selected": "Принять выделенное",
|
||||
"reject-all": "Отклонить всё",
|
||||
"reject-all-confirm": "Вы хотите отклонить все записи?",
|
||||
"reject-selected": "Отклонить выделенное",
|
||||
"reject-selected-confirm": "Вы хотите отклонить %1 выбранных записей?",
|
||||
"remove-all": "Удалить всё",
|
||||
"remove-all-confirm": "Вы хотите удалить все записи?",
|
||||
"remove-selected": "Удалить выделенное",
|
||||
"remove-selected-confirm": "Вы хотите удалить %1 выбранные записи?",
|
||||
"bulk-accept-success": "%1 записи одобрены",
|
||||
"bulk-reject-success": "%1 записи отклонены"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "За всё время",
|
||||
"no_recent_topics": "Нет свежих тем.",
|
||||
"no_popular_topics": "Популярные темы отсутствуют.",
|
||||
"there-is-a-new-topic": "Опубликована новая тема.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Опубликована новая тема и новое сообщение.",
|
||||
"there-is-a-new-topic-and-new-posts": "Опубликована новая тема и %1 новых сообщений.",
|
||||
"there-are-new-topics": "Опубликовано %1 новых тем.",
|
||||
"there-are-new-topics-and-a-new-post": "Опубликовано %1 новых тем и новое сообщение.",
|
||||
"there-are-new-topics-and-new-posts": "Опубликовано %1 новых тем и %2 новых сообщений.",
|
||||
"there-is-a-new-post": "Опубликовано новое сообщение.",
|
||||
"there-are-new-posts": "Опубликовано %1 новых сообщений.",
|
||||
"click-here-to-reload": "Нажмите здесь, чтобы обновить список."
|
||||
"load-new-posts": "Загрузить новые сообщения"
|
||||
}
|
||||
@@ -1,41 +1,41 @@
|
||||
{
|
||||
"type-to-search": "Type to search",
|
||||
"type-to-search": "Введите текст для поиска",
|
||||
"results_matching": "Найдено %1 результатов по запросу: \"%2\". Время поиска: %3 с.",
|
||||
"no-matches": "Совпадений не найдено",
|
||||
"advanced-search": "Расширенный поиск",
|
||||
"in": "Где искать",
|
||||
"in-titles": "In titles",
|
||||
"in-titles-posts": "In titles and posts",
|
||||
"in-posts": "In posts",
|
||||
"in-categories": "In categories",
|
||||
"in-users": "In users",
|
||||
"in-tags": "In tags",
|
||||
"categories": "Categories",
|
||||
"all-categories": "All categories",
|
||||
"categories-x": "Categories: %1",
|
||||
"categories-watched-categories": "Categories: Watched categories",
|
||||
"type-a-category": "Type a category",
|
||||
"tags": "Tags",
|
||||
"tags-x": "Tags: %1",
|
||||
"type-a-tag": "Type a tag",
|
||||
"in-titles": "В заголовках",
|
||||
"in-titles-posts": "В заголовках и постах",
|
||||
"in-posts": "В постах",
|
||||
"in-categories": "В категориях",
|
||||
"in-users": "В пользователях",
|
||||
"in-tags": "В тегах",
|
||||
"categories": "Категории",
|
||||
"all-categories": "Все категории",
|
||||
"categories-x": "Категории: %1",
|
||||
"categories-watched-categories": "Категории: Отслеживаемые категории",
|
||||
"type-a-category": "Введите категорию",
|
||||
"tags": "Тэги",
|
||||
"tags-x": "Метка: %1",
|
||||
"type-a-tag": "Введите метку",
|
||||
"match-words": "Совпадающие слова",
|
||||
"match-all-words": "Match all words",
|
||||
"match-any-word": "Match any word",
|
||||
"match-all-words": "Совпадение всех слов",
|
||||
"match-any-word": "Совпадение любых слов",
|
||||
"all": "Все",
|
||||
"any": "Любые",
|
||||
"posted-by": "Автор",
|
||||
"posted-by-usernames": "Posted by: %1",
|
||||
"type-a-username": "Type a username",
|
||||
"posted-by-usernames": "Опубликовано %1",
|
||||
"type-a-username": "Введите имя пользователя",
|
||||
"search-child-categories": "Искать во вложенных категориях",
|
||||
"has-tags": "Метки",
|
||||
"reply-count": "Кол-во ответов",
|
||||
"replies": "Replies",
|
||||
"replies-atleast-count": "Replies: At least %1",
|
||||
"replies-atmost-count": "Replies: At most %1",
|
||||
"replies": "Ответы",
|
||||
"replies-atleast-count": "Отвечено: минимум %1",
|
||||
"replies-atmost-count": "Отвечено: максимум %1",
|
||||
"at-least": "Как минимум",
|
||||
"at-most": "Максимум",
|
||||
"relevance": "Релевантности",
|
||||
"time": "Time",
|
||||
"time": "Время",
|
||||
"post-time": "Дата публикации",
|
||||
"votes": "Кол-ву голосов",
|
||||
"newer-than": "Не позже чем",
|
||||
@@ -63,7 +63,7 @@
|
||||
"time-newer-than-31104000": "Time: Newer than one year",
|
||||
"time-older-than-31104000": "Time: Older than one year",
|
||||
"sort-by": "Сортировать по",
|
||||
"sort": "Sort",
|
||||
"sort": "Сортировка",
|
||||
"last-reply-time": "Времени последнего ответа",
|
||||
"topic-title": "Названию темы",
|
||||
"topic-votes": "Кол-ву голосов за тему",
|
||||
@@ -96,14 +96,14 @@
|
||||
"sort-by-user.username-asc": "Sort by: Username in ascending order",
|
||||
"sort-by-category.name-desc": "Sort by: Category in descending order",
|
||||
"sort-by-category.name-asc": "Sort by: Category in ascending order",
|
||||
"save": "Save",
|
||||
"save": "Сохранить",
|
||||
"save-preferences": "Сохранить настройки",
|
||||
"clear-preferences": "Очистить настройки",
|
||||
"search-preferences-saved": "Настройки поиска сохранены",
|
||||
"search-preferences-cleared": "Настройки поиска очищены",
|
||||
"show-results-as": "Показать результаты как:",
|
||||
"show-results-as-topics": "Show results as topics",
|
||||
"show-results-as-posts": "Show results as posts",
|
||||
"show-results-as-topics": "Показать результаты как темы",
|
||||
"show-results-as-posts": "Показать результаты как записи",
|
||||
"see-more-results": "Показать больше результатов (%1)",
|
||||
"search-in-category": "Искать в \"%1\""
|
||||
}
|
||||
10
public/language/ru/social.json
Normal file
10
public/language/ru/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -20,8 +20,8 @@
|
||||
"login-to-view": "Авторизуйтесь, чтобы просмотреть",
|
||||
"edit": "Изменить",
|
||||
"delete": "Удалить",
|
||||
"delete-event": "Delete Event",
|
||||
"delete-event-confirm": "Are you sure you want to delete this event?",
|
||||
"delete-event": "Удалить Событие",
|
||||
"delete-event-confirm": "Вы уверены, что хотите удалить это событие?",
|
||||
"purge": "Стереть",
|
||||
"restore": "Восстановить",
|
||||
"move": "Перенести",
|
||||
@@ -39,30 +39,30 @@
|
||||
"copy-ip": "Копировать IP",
|
||||
"ban-ip": "Забанить IP",
|
||||
"view-history": "История правок",
|
||||
"wrote-ago": "wrote <a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a>",
|
||||
"wrote-on": "wrote on <a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a>",
|
||||
"replied-to-user-ago": "replied to <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": "replied to <a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">%3</a> on <a hrf=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a>",
|
||||
"user-locked-topic-ago": "%1 locked this topic %2",
|
||||
"user-locked-topic-on": "%1 locked this topic on %2",
|
||||
"user-unlocked-topic-ago": "%1 unlocked this topic %2",
|
||||
"user-unlocked-topic-on": "%1 unlocked this topic on %2",
|
||||
"user-pinned-topic-ago": "%1 pinned this topic %2",
|
||||
"user-pinned-topic-on": "%1 pinned this topic on %2",
|
||||
"user-unpinned-topic-ago": "%1 unpinned this topic %2",
|
||||
"user-unpinned-topic-on": "%1 unpinned this topic on %2",
|
||||
"user-deleted-topic-ago": "%1 deleted this topic %2",
|
||||
"user-deleted-topic-on": "%1 deleted this topic on %2",
|
||||
"user-restored-topic-ago": "%1 restored this topic %2",
|
||||
"user-restored-topic-on": "%1 restored this topic on %2",
|
||||
"user-moved-topic-from-ago": "%1 moved this topic from %2 %3",
|
||||
"user-moved-topic-from-on": "%1 moved this topic from %2 on %3",
|
||||
"user-queued-post-ago": "%1 <a href=\"%2\">queued</a> post for approval %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-on": "%1 <a href=\"%2\">referenced</a> this topic on %3",
|
||||
"user-forked-topic-ago": "%1 <a href=\"%2\">forked</a> this topic %3",
|
||||
"user-forked-topic-on": "%1 <a href=\"%2\">forked</a> this topic on %3",
|
||||
"wrote-ago": "написал <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-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 закрыл эту тему %2",
|
||||
"user-locked-topic-on": "%1 закрыл эту тему в %2",
|
||||
"user-unlocked-topic-ago": "%1 открыл эту тему %2",
|
||||
"user-unlocked-topic-on": "%1 открыл эту тему в %2",
|
||||
"user-pinned-topic-ago": "%1 закрепил эту тему %2",
|
||||
"user-pinned-topic-on": "%1 закрепил эту тему в %2",
|
||||
"user-unpinned-topic-ago": "%1 открепил эту тему %2",
|
||||
"user-unpinned-topic-on": "%1 открепил эту тему в %2",
|
||||
"user-deleted-topic-ago": "%1 удалил эту тему %2",
|
||||
"user-deleted-topic-on": "%1 удалил эту тему в %2",
|
||||
"user-restored-topic-ago": "%1 восстановил эту тему %2",
|
||||
"user-restored-topic-on": "%1 восстановил эту тему в %2",
|
||||
"user-moved-topic-from-ago": "%1 переместил эту тему из %2 %3",
|
||||
"user-moved-topic-from-on": "%1 переместил эту тему из %2 в %3",
|
||||
"user-queued-post-ago": "%1 <a href=\"%2\">добавил</a> запись для одобрения %3",
|
||||
"user-queued-post-on": "%1 <a href=\"%2\">добавил</a> запись для одобрения в %3",
|
||||
"user-referenced-topic-ago": "%1 <a href=\"%2\">сослался на</a> эту тему %3",
|
||||
"user-referenced-topic-on": "%1 <a href=\"%2\">сослался на</a> эту тему в %3",
|
||||
"user-forked-topic-ago": "%1 <a href=\"%2\">раздвоил</a> эту тему %3",
|
||||
"user-forked-topic-on": "%1 <a href=\"%2\">раздвоил</a> эту тему в %3",
|
||||
"bookmark_instructions": "Нажмите здесь, чтобы вернуться к последнему прочитанному сообщению в этой теме.",
|
||||
"flag-post": "Пожаловаться на это сообщение",
|
||||
"flag-user": "Пожаловаться на этого пользователя",
|
||||
@@ -109,7 +109,7 @@
|
||||
"thread_tools.purge": "Стереть тему",
|
||||
"thread_tools.purge_confirm": "Вы уверены, что хотите стереть эту тему?",
|
||||
"thread_tools.merge_topics": "Объединить темы",
|
||||
"thread_tools.merge": "Merge Topic",
|
||||
"thread_tools.merge": "Объединить Тему",
|
||||
"topic_move_success": "Эта тема будет перемещена в \"%1\". Нажмите здесь, чтобы отменить.",
|
||||
"topic_move_multiple_success": "Эти темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.",
|
||||
"topic_move_all_success": "Все темы будут перемещены в \"%1\". Нажмите здесь, чтобы отменить.",
|
||||
@@ -127,7 +127,7 @@
|
||||
"bookmark": "Добавить в закладки",
|
||||
"bookmarks": "Закладки",
|
||||
"bookmarks.has_no_bookmarks": "Вы ещё не добавили в закладки ни одного сообщения.",
|
||||
"copy-permalink": "Copy Permalink",
|
||||
"copy-permalink": "Скопировать Ссылку",
|
||||
"loading_more_posts": "Загружаем больше сообщений",
|
||||
"move_topic": "Перенести тему",
|
||||
"move_topics": "Перенести темы",
|
||||
@@ -154,10 +154,10 @@
|
||||
"change_owner_instruction": "Нажмите на сообщения, которые вы хотите присвоить другому пользователю",
|
||||
"composer.title_placeholder": "Введите название темы...",
|
||||
"composer.handle_placeholder": "Введите ваше имя здесь",
|
||||
"composer.hide": "Hide",
|
||||
"composer.hide": "Скрыть",
|
||||
"composer.discard": "Отменить",
|
||||
"composer.submit": "Отправить",
|
||||
"composer.additional-options": "Additional Options",
|
||||
"composer.additional-options": "Дополнительные Настройки",
|
||||
"composer.schedule": "Запланировать",
|
||||
"composer.replying_to": "Ответ %1",
|
||||
"composer.new_topic": "Создать тему",
|
||||
@@ -178,7 +178,7 @@
|
||||
"newest_to_oldest": "Сначала новые",
|
||||
"most_votes": "По количеству голосов",
|
||||
"most_posts": "По количеству сообщений",
|
||||
"most_views": "Most Views",
|
||||
"most_views": "Наиболее Просматриваемые",
|
||||
"stale.title": "Создать новую тему вместо этой?",
|
||||
"stale.warning": "Тема, в которую вы собираетесь написать, очень старая. Может, стоит создать новую, а про эту просто напомнить к случаю?",
|
||||
"stale.create": "Создать новую тему",
|
||||
@@ -198,9 +198,9 @@
|
||||
"timeago_earlier": "на %1 раньше",
|
||||
"first-post": "Первое сообщение",
|
||||
"last-post": "Последнее сообщение",
|
||||
"go-to-my-next-post": "Go to my next post",
|
||||
"no-more-next-post": "You don't have more posts in this topic",
|
||||
"post-quick-reply": "Quick reply",
|
||||
"navigator.index": "Post %1 of %2",
|
||||
"navigator.unread": "%1 unread"
|
||||
"go-to-my-next-post": "Перейти к моей следующей записи",
|
||||
"no-more-next-post": "Больше нет записей в этой теме",
|
||||
"post-quick-reply": "Быстрый ответ",
|
||||
"navigator.index": "Сообщений %1 от %2",
|
||||
"navigator.unread": "%1 непрочитано"
|
||||
}
|
||||
@@ -43,7 +43,7 @@
|
||||
"followers": "Подписчики",
|
||||
"following": "Подписки",
|
||||
"blocks": "Чёрный список",
|
||||
"blocked-users": "Blocked users",
|
||||
"blocked-users": "Заблокированные пользователи",
|
||||
"block_toggle": "Блок./Разблок",
|
||||
"block_user": "Добавить в Чёрный Список",
|
||||
"unblock_user": "Убрать из Чёрного Списка",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Ibihe Byose",
|
||||
"no_recent_topics": "Nta biganiro biheruka. ",
|
||||
"no_popular_topics": "Nta biganiro bikunzwe. ",
|
||||
"there-is-a-new-topic": "Hari ikiganiro gishya. ",
|
||||
"there-is-a-new-topic-and-a-new-post": "Hari ikiganiro gishya kimwe n'icyashyizweho gishya kimwe. ",
|
||||
"there-is-a-new-topic-and-new-posts": "Hari ikiganiro gishya kimwe n'ibyashyizweho bishya %1 .",
|
||||
"there-are-new-topics": "Hari ibiganiro bishya %1. ",
|
||||
"there-are-new-topics-and-a-new-post": "Hari ibiganiro bishya %1 n'icyashyizweho gishya kimwe.",
|
||||
"there-are-new-topics-and-new-posts": "Hari ibiganiro bishya %1 n'ibyashyizweho bishya %2.",
|
||||
"there-is-a-new-post": "Hari icyashyizweho gishya. ",
|
||||
"there-are-new-posts": "Hari ibyashyizweho bishya %1.",
|
||||
"click-here-to-reload": "Kanda hano wongere upakire."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/rw/social.json
Normal file
10
public/language/rw/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "All Time",
|
||||
"no_recent_topics": "Non bi sunt ùrtimas arresonadas.",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/sc/social.json
Normal file
10
public/language/sc/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -62,8 +62,8 @@
|
||||
"x-topics": "<span class=\"formatted-number\">%1</span> topics",
|
||||
"best": "Najlepšie",
|
||||
"controversial": "Controversial",
|
||||
"votes": "Počet hlasov",
|
||||
"x-votes": "%1 votes",
|
||||
"votes": "Hlasov",
|
||||
"x-votes": "%1 hlasov",
|
||||
"voters": "Voters",
|
||||
"upvoters": "Hlasovali za",
|
||||
"upvoted": "Pridaný hlas",
|
||||
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Vždy",
|
||||
"no_recent_topics": "Neboli nájdené žiadne nové témy.",
|
||||
"no_popular_topics": "Neexistujú žiadne populárne témy.",
|
||||
"there-is-a-new-topic": "K dispozícií je nová téma.",
|
||||
"there-is-a-new-topic-and-a-new-post": "K dispozícií je nová téma a nový príspevok.",
|
||||
"there-is-a-new-topic-and-new-posts": "K dispozícií je nová téma a %1 nové príspevky.",
|
||||
"there-are-new-topics": "K dispozícií sú %1 nové témy.",
|
||||
"there-are-new-topics-and-a-new-post": "K dispozícií sú %1 nové témy a nový príspevok.",
|
||||
"there-are-new-topics-and-new-posts": "K dispozícií sú %1 nové témy a %2 nové príspevky.",
|
||||
"there-is-a-new-post": "K dispozícií je nový príspevok",
|
||||
"there-are-new-posts": "K dispozícií je %1 nových príspevkov.",
|
||||
"click-here-to-reload": "Kliknutím sem, znova načítate stránku."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
10
public/language/sk/social.json
Normal file
10
public/language/sk/social.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"sign-in-with-twitter": "Sign in with Twitter",
|
||||
"sign-up-with-twitter": "Sign up with Twitter",
|
||||
"sign-in-with-github": "Sign in with Github",
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -7,13 +7,5 @@
|
||||
"alltime": "Vse",
|
||||
"no_recent_topics": "Ni nedavnih tem.",
|
||||
"no_popular_topics": "Ni priljubljenih tem.",
|
||||
"there-is-a-new-topic": "Objavljena je nova tema.",
|
||||
"there-is-a-new-topic-and-a-new-post": "Objavljeni sta nova tema in nova objava.",
|
||||
"there-is-a-new-topic-and-new-posts": "Objavljene so nova tema in %1 novih objav.",
|
||||
"there-are-new-topics": "%1 novih tem.",
|
||||
"there-are-new-topics-and-a-new-post": "%1 novih tem in nova objava.",
|
||||
"there-are-new-topics-and-new-posts": "Nove teme: %1, nove objave: %2.",
|
||||
"there-is-a-new-post": "Objavljena je nova objava.",
|
||||
"there-are-new-posts": "Nove objave: %1.",
|
||||
"click-here-to-reload": "Kliknite tu za osvežitev."
|
||||
"load-new-posts": "Load new posts"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user